~/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.5FF2ieBdM4 + 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.5FF2ieBdM4/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + OCTAVIA_ENABLED=true + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.5FF2ieBdM4/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.5FF2ieBdM4 + J2_VARS_FILE=/tmp/tmp.5FF2ieBdM4/tmp.VkGUkeD3Qi.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.5FF2ieBdM4/tmp.VkGUkeD3Qi.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.5FF2ieBdM4/tmp.VkGUkeD3Qi.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.5FF2ieBdM4/tmp.VkGUkeD3Qi.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.5FF2ieBdM4/tmp.VkGUkeD3Qi.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.5FF2ieBdM4/tmp.VkGUkeD3Qi.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.5FF2ieBdM4/tmp.VkGUkeD3Qi.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.5FF2ieBdM4/tmp.VkGUkeD3Qi.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.5FF2ieBdM4/tmp.VkGUkeD3Qi.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.5FF2ieBdM4/tmp.VkGUkeD3Qi.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.5FF2ieBdM4/tmp.VkGUkeD3Qi.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.5FF2ieBdM4/tmp.VkGUkeD3Qi.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.5FF2ieBdM4/tmp.VkGUkeD3Qi.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.5FF2ieBdM4/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.5FF2ieBdM4/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.5FF2ieBdM4/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.5FF2ieBdM4/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.5FF2ieBdM4/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.6 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libaio-0.3.111-13.el9.x86_64.rpm 182 kB/s | 26 kB 00:00 (2/399): device-mapper-persistent-data-0.9.0-13 4.0 MB/s | 786 kB 00:00 (3/399): glibc-langpack-en-2.34-60.el9.x86_64.r 5.1 MB/s | 675 kB 00:00 (4/399): bash-completion-2.11-4.el9.noarch.rpm 1.6 MB/s | 459 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 558 kB/s | 62 kB 00:00 (6/399): krb5-workstation-1.20.1-8.el9.x86_64.r 5.5 MB/s | 542 kB 00:00 (7/399): libkadm5-1.20.1-8.el9.x86_64.rpm 876 kB/s | 81 kB 00:00 (8/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 411 kB/s | 37 kB 00:00 (9/399): pkgconf-1.7.3-10.el9.x86_64.rpm 508 kB/s | 45 kB 00:00 (10/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 139 kB/s | 12 kB 00:00 (11/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.3 MB/s | 418 kB 00:00 (12/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 77 kB/s | 16 kB 00:00 (13/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 350 kB/s | 36 kB 00:00 (14/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 218 kB/s | 19 kB 00:00 (15/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 251 kB/s | 30 kB 00:00 (16/399): device-mapper-event-1.02.187-7.el9_2. 260 kB/s | 32 kB 00:00 (17/399): device-mapper-event-libs-1.02.187-7.e 335 kB/s | 31 kB 00:00 (18/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 11 MB/s | 1.5 MB 00:00 (19/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 8.5 MB/s | 1.0 MB 00:00 (20/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 2.3 MB/s | 223 kB 00:00 (21/399): boost-system-1.75.0-8.el9.x86_64.rpm 159 kB/s | 15 kB 00:00 (22/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 744 kB/s | 64 kB 00:00 (23/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.1 MB/s | 98 kB 00:00 (24/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.4 MB/s | 216 kB 00:00 (25/399): python3-urllib-gssapi-1.0.2-4.el9.noa 218 kB/s | 24 kB 00:00 (26/399): boost-thread-1.75.0-8.el9.x86_64.rpm 663 kB/s | 57 kB 00:00 (27/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 116 kB/s | 17 kB 00:00 (28/399): perl-Data-Dumper-2.174-462.el9.x86_64 685 kB/s | 59 kB 00:00 (29/399): perl-Exporter-5.74-461.el9.noarch.rpm 391 kB/s | 34 kB 00:00 (30/399): perl-File-Temp-0.231.100-4.el9.noarch 703 kB/s | 63 kB 00:00 (31/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 294 kB/s | 25 kB 00:00 (32/399): perl-parent-0.238-460.el9.noarch.rpm 180 kB/s | 16 kB 00:00 (33/399): python3-pyasn1-modules-0.4.8-6.el9.no 3.0 MB/s | 283 kB 00:00 (34/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.3 MB/s | 321 kB 00:00 (35/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.3 MB/s | 224 kB 00:00 (36/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 493 kB/s | 45 kB 00:00 (37/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.8 MB/s | 392 kB 00:00 (38/399): perl-PathTools-3.78-461.el9.x86_64.rp 920 kB/s | 92 kB 00:00 (39/399): perl-Term-ANSIColor-5.01-461.el9.noar 537 kB/s | 51 kB 00:00 (40/399): perl-Text-ParseWords-3.30-460.el9.noa 214 kB/s | 18 kB 00:00 (41/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 1.1 MB/s | 229 kB 00:00 (42/399): perl-URI-5.09-3.el9.noarch.rpm 1.3 MB/s | 125 kB 00:00 (43/399): perl-libnet-3.13-4.el9.noarch.rpm 1.5 MB/s | 134 kB 00:00 (44/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 308 kB/s | 26 kB 00:00 (45/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 11 MB/s | 1.2 MB 00:00 (46/399): iptables-nft-services-1.8.8-6.el9_1.n 247 kB/s | 28 kB 00:00 (47/399): perl-Carp-1.50-460.el9.noarch.rpm 260 kB/s | 31 kB 00:00 (48/399): perl-Encode-3.08-462.el9.x86_64.rpm 15 MB/s | 1.7 MB 00:00 (49/399): perl-Pod-Escapes-1.07-460.el9.noarch. 240 kB/s | 22 kB 00:00 (50/399): libburn-1.5.4-4.el9.x86_64.rpm 1.5 MB/s | 175 kB 00:00 (51/399): perl-Mozilla-CA-20200520-6.el9.noarch 170 kB/s | 14 kB 00:00 (52/399): python3-psutil-5.8.0-12.el9.x86_64.rp 1.4 MB/s | 218 kB 00:00 (53/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 255 kB/s | 24 kB 00:00 (54/399): perl-Time-Local-1.300-7.el9.noarch.rp 409 kB/s | 37 kB 00:00 (55/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 847 kB/s | 76 kB 00:00 (56/399): sshpass-1.09-4.el9.x86_64.rpm 341 kB/s | 30 kB 00:00 (57/399): boost-filesystem-1.75.0-8.el9.x86_64. 569 kB/s | 59 kB 00:00 (58/399): python3-yubico-1.3.3-7.el9.noarch.rpm 591 kB/s | 73 kB 00:00 (59/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 431 kB/s | 39 kB 00:00 (60/399): boost-log-1.75.0-8.el9.x86_64.rpm 3.1 MB/s | 410 kB 00:00 (61/399): boost-program-options-1.75.0-8.el9.x8 932 kB/s | 108 kB 00:00 (62/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 185 kB/s | 19 kB 00:00 (63/399): libisoburn-1.5.4-4.el9.x86_64.rpm 2.6 MB/s | 419 kB 00:00 (64/399): perl-Digest-1.19-4.el9.noarch.rpm 331 kB/s | 29 kB 00:00 (65/399): perl-File-Path-2.18-4.el9.noarch.rpm 429 kB/s | 38 kB 00:00 (66/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 920 kB/s | 92 kB 00:00 (67/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 104 kB/s | 34 kB 00:00 (68/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 415 kB/s | 43 kB 00:00 (69/399): perl-Scalar-List-Utils-1.56-461.el9.x 809 kB/s | 77 kB 00:00 (70/399): perl-constant-1.33-461.el9.noarch.rpm 293 kB/s | 25 kB 00:00 (71/399): perl-podlators-4.14-460.el9.noarch.rp 1.2 MB/s | 118 kB 00:00 (72/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.2 MB/s | 112 kB 00:00 (73/399): perl-Socket-2.031-4.el9.x86_64.rpm 263 kB/s | 58 kB 00:00 (74/399): python3-appdirs-1.4.4-4.el9.noarch.rp 300 kB/s | 27 kB 00:00 (75/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 895 kB/s | 96 kB 00:00 (76/399): python3-qrcode-core-6.1-12.el9.noarch 694 kB/s | 61 kB 00:00 (77/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 163 kB 00:00 (78/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.4 MB/s | 221 kB 00:00 (79/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 279 kB 00:00 (80/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 367 kB/s | 48 kB 00:00 (81/399): python3-augeas-0.5.0-25.el9.noarch.rp 264 kB/s | 31 kB 00:00 (82/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 4.4 MB/s | 489 kB 00:00 (83/399): perl-AutoLoader-5.74-480.el9.noarch.r 273 kB/s | 23 kB 00:00 (84/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 381 kB/s | 42 kB 00:00 (85/399): python3-alembic-1.7.5-3.el9.noarch.rp 3.5 MB/s | 900 kB 00:00 (86/399): perl-B-1.80-480.el9.x86_64.rpm 2.0 MB/s | 185 kB 00:00 (87/399): perl-Class-Struct-0.66-480.el9.noarch 267 kB/s | 24 kB 00:00 (88/399): perl-Errno-1.30-480.el9.x86_64.rpm 189 kB/s | 17 kB 00:00 (89/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 269 kB/s | 23 kB 00:00 (90/399): perl-File-Basename-2.85-480.el9.noarc 202 kB/s | 19 kB 00:00 (91/399): perl-File-stat-1.09-480.el9.noarch.rp 209 kB/s | 19 kB 00:00 (92/399): perl-FileHandle-2.03-480.el9.noarch.r 200 kB/s | 17 kB 00:00 (93/399): perl-Getopt-Std-1.12-480.el9.noarch.r 204 kB/s | 17 kB 00:00 (94/399): perl-IO-1.43-480.el9.x86_64.rpm 993 kB/s | 94 kB 00:00 (95/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 300 kB/s | 25 kB 00:00 (96/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 290 kB/s | 25 kB 00:00 (97/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.1 MB/s | 99 kB 00:00 (98/399): perl-SelectSaver-1.02-480.el9.noarch. 156 kB/s | 13 kB 00:00 (99/399): perl-Symbol-1.08-480.el9.noarch.rpm 185 kB/s | 16 kB 00:00 (100/399): perl-base-2.27-480.el9.noarch.rpm 206 kB/s | 18 kB 00:00 (101/399): perl-if-0.60.800-480.el9.noarch.rpm 157 kB/s | 16 kB 00:00 (102/399): perl-interpreter-5.32.1-480.el9.x86_ 828 kB/s | 75 kB 00:00 (103/399): perl-libs-5.32.1-480.el9.x86_64.rpm 18 MB/s | 2.2 MB 00:00 (104/399): perl-mro-1.23-480.el9.x86_64.rpm 352 kB/s | 31 kB 00:00 (105/399): perl-overload-1.31-480.el9.noarch.rp 545 kB/s | 47 kB 00:00 (106/399): perl-overloading-0.02-480.el9.noarch 177 kB/s | 15 kB 00:00 (107/399): perl-subs-1.03-480.el9.noarch.rpm 148 kB/s | 13 kB 00:00 (108/399): perl-vars-1.05-480.el9.noarch.rpm 141 kB/s | 15 kB 00:00 (109/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 3.8 MB/s | 459 kB 00:00 (110/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 1.2 MB/s | 259 kB 00:00 (111/399): python3-mako-1.1.4-6.el9.noarch.rpm 946 kB/s | 176 kB 00:00 (112/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 365 kB/s | 40 kB 00:00 (113/399): jq-1.6-14.el9.x86_64.rpm 2.0 MB/s | 190 kB 00:00 (114/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 388 kB/s | 59 kB 00:00 (115/399): ansible-freeipa-1.9.2-3.el9_2.noarch 4.8 MB/s | 452 kB 00:00 (116/399): rhel-system-roles-1.21.2-1.el9_2.noa 21 MB/s | 2.4 MB 00:00 (117/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.7 MB/s | 656 kB 00:00 (118/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.8 MB/s | 648 kB 00:00 (119/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.3 MB/s | 663 kB 00:00 (120/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 650 kB/s | 57 kB 00:00 (121/399): ipa-client-common-4.10.1-12.el9_2.2. 170 kB/s | 44 kB 00:00 (122/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 389 kB/s | 41 kB 00:00 (123/399): ruby-default-gems-3.0.4-161.el9_2.2. 522 kB/s | 46 kB 00:00 (124/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 43 MB/s | 7.9 MB 00:00 (125/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 632 kB/s | 55 kB 00:00 (126/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 22 MB/s | 3.3 MB 00:00 (127/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.7 MB/s | 456 kB 00:00 (128/399): rubygem-io-console-0.5.7-161.el9_2.2 279 kB/s | 26 kB 00:00 (129/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 657 kB/s | 59 kB 00:00 (130/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 657 kB/s | 60 kB 00:00 (131/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 2.9 MB/s | 441 kB 00:00 (132/399): rubygems-3.2.33-161.el9_2.2.noarch.r 2.7 MB/s | 306 kB 00:00 (133/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.6 MB/s | 245 kB 00:00 (134/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 504 kB/s | 110 kB 00:00 (135/399): buildah-1.29.5-1.el9_2.x86_64.rpm 46 MB/s | 8.6 MB 00:00 (136/399): ansible-collection-community-general 13 MB/s | 1.3 MB 00:00 (137/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 13 MB/s | 2.2 MB 00:00 (138/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 736 kB/s | 68 kB 00:00 (139/399): ansible-collection-ansible-posix-1.2 1.0 MB/s | 124 kB 00:00 (140/399): ansible-collection-ansible-netcommon 2.1 MB/s | 181 kB 00:00 (141/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.3 MB/s | 354 kB 00:00 (142/399): ansible-collection-ansible-utils-2.3 778 kB/s | 91 kB 00:00 (143/399): golang-github-vbatts-tar-split-0.11. 10 MB/s | 1.0 MB 00:00 (144/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 818 kB/s | 77 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 262 kB/s | 25 kB 00:00 (147/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 794 kB/s | 162 kB 00:00 (148/399): python3-ansible-runner-2.0.0a1-3.el9 1.2 MB/s | 122 kB 00:00 (149/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 365 kB/s | 44 kB 00:00 (150/399): python3-croniter-0.3.35-2.el9ost.noa 330 kB/s | 49 kB 00:00 (151/399): python3-beautifulsoup4-4.9.3-2.el9os 1.2 MB/s | 204 kB 00:00 (152/399): python3-daemon-2.3.0-1.el9ost.noarch 253 kB/s | 39 kB 00:00 (153/399): python3-docutils-0.16-6.el9ost.noarc 15 MB/s | 1.5 MB 00:00 (154/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 306 kB/s | 44 kB 00:00 (155/399): python3-gevent-21.1.2-2.el9ost.x86_6 12 MB/s | 1.6 MB 00:00 (156/399): python3-gitdb-4.0.5-2.el9ost.noarch. 723 kB/s | 107 kB 00:00 (157/399): python3-jmespath-0.10.0-1.el9ost.noa 476 kB/s | 46 kB 00:00 (158/399): python3-jeepney-0.6.0-2.el9ost.noarc 1.7 MB/s | 284 kB 00:00 (159/399): python3-lockfile-0.12.2-2.el9ost.noa 363 kB/s | 31 kB 00:00 (160/399): python3-logutils-0.3.5-15.el9ost.noa 394 kB/s | 47 kB 00:00 (161/399): python3-migrate-0.13.0-1.el9ost.noar 2.3 MB/s | 224 kB 00:00 (162/399): python3-mimeparse-1.6.0-16.el9ost.no 151 kB/s | 16 kB 00:00 (163/399): python3-natsort-7.1.1-2.el9ost.noarc 515 kB/s | 59 kB 00:00 (164/399): python3-memcached-1.59-3.el9ost.noar 165 kB/s | 40 kB 00:00 (165/399): python3-passlib-1.7.4-3.el9ost.noarc 4.9 MB/s | 712 kB 00:00 (166/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.7 MB/s | 273 kB 00:00 (167/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 757 kB/s | 90 kB 00:00 (168/399): python3-pyperclip-1.8.0-3.el9ost.noa 251 kB/s | 25 kB 00:00 (169/399): python3-pynacl-1.4.0-1.el9ost.x86_64 904 kB/s | 111 kB 00:00 (170/399): python3-smmap-3.0.1-4.el9ost.noarch. 504 kB/s | 47 kB 00:00 (171/399): python3-setproctitle-1.2.2-1.el9ost. 94 kB/s | 23 kB 00:00 (172/399): python3-sqlalchemy13-1.3.24-3.el9ost 16 MB/s | 1.7 MB 00:00 (173/399): python3-soupsieve-2.2-1.el9ost.noarc 347 kB/s | 67 kB 00:00 (174/399): python3-webtest-2.0.35-6.el9ost.noar 910 kB/s | 82 kB 00:00 (175/399): python3-tenacity-6.3.1-1.el9ost.noar 244 kB/s | 51 kB 00:00 (176/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 2.1 MB/s | 396 kB 00:00 (177/399): python3-zope-event-4.2.0-20.el9ost.n 1.9 MB/s | 205 kB 00:00 (178/399): rubygem-deep_merge-1.2.1-7.el9ost.no 161 kB/s | 14 kB 00:00 (179/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.2 MB/s | 243 kB 00:00 (180/399): python3-zope-interface-5.4.0-1.el9os 1.2 MB/s | 202 kB 00:00 (181/399): rubygem-fast_gettext-1.2.0-9.el9ost. 391 kB/s | 34 kB 00:00 (182/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 972 kB/s | 90 kB 00:00 (183/399): rubygem-multi_json-1.15.0-2.el9ost.n 187 kB/s | 22 kB 00:00 (184/399): rubygem-puppet-resource_api-1.8.13-1 358 kB/s | 34 kB 00:00 (185/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 97 kB/s | 16 kB 00:00 (186/399): rubygem-semantic_puppet-1.0.4-2.el9o 170 kB/s | 21 kB 00:00 (187/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 3.2 MB/s | 433 kB 00:00 (188/399): ansible-role-atos-hsm-1.0.1-17.1.202 202 kB/s | 17 kB 00:00 (189/399): ansible-role-chrony-1.3.1-17.1.20230 233 kB/s | 22 kB 00:00 (190/399): ansible-config_template-2.0.1-17.1.2 204 kB/s | 29 kB 00:00 (191/399): ansible-role-collectd-config-0.0.3-1 599 kB/s | 53 kB 00:00 (192/399): ansible-role-container-registry-1.4. 279 kB/s | 24 kB 00:00 (193/399): ansible-role-openstack-operations-0. 352 kB/s | 30 kB 00:00 (194/399): ansible-role-qdr-config-0.0.2-17.1.2 235 kB/s | 21 kB 00:00 (195/399): ansible-role-redhat-subscription-1.3 303 kB/s | 28 kB 00:00 (196/399): ansible-role-thales-hsm-3.0.1-17.1.2 221 kB/s | 21 kB 00:00 (197/399): ansible-role-tripleo-modify-image-1. 247 kB/s | 27 kB 00:00 (198/399): ansible-tripleo-ipa-0.3.1-17.1.20230 407 kB/s | 36 kB 00:00 (199/399): ansible-tripleo-ipsec-11.0.1-17.1.20 380 kB/s | 38 kB 00:00 (200/399): os-apply-config-13.1.1-17.1.20231020 459 kB/s | 54 kB 00:00 (201/399): dib-utils-0.0.11-17.1.20230620173328 88 kB/s | 12 kB 00:00 (202/399): openstack-heat-agents-2.2.1-17.1.202 71 kB/s | 9.6 kB 00:00 (203/399): os-collect-config-13.1.1-17.1.202310 569 kB/s | 50 kB 00:00 (204/399): puppet-aodh-18.4.2-17.1.202306201512 698 kB/s | 62 kB 00:00 (205/399): os-refresh-config-13.1.1-17.1.202310 225 kB/s | 21 kB 00:00 (206/399): puppet-apache-6.5.2-17.1.20230621001 2.9 MB/s | 259 kB 00:00 (207/399): puppet-archive-4.6.1-17.1.2023062018 503 kB/s | 44 kB 00:00 (208/399): puppet-auditd-2.2.1-17.1.20230620192 341 kB/s | 28 kB 00:00 (209/399): puppet-certmonger-2.7.1-17.1.2023062 299 kB/s | 26 kB 00:00 (210/399): puppet-cinder-18.5.2-17.1.2023062105 1.3 MB/s | 120 kB 00:00 (211/399): puppet-ceilometer-18.4.3-17.1.202309 665 kB/s | 70 kB 00:00 (212/399): puppet-corosync-8.0.1-17.1.202306211 771 kB/s | 68 kB 00:00 (213/399): puppet-collectd-13.0.1-17.1.20230620 899 kB/s | 135 kB 00:00 (214/399): puppet-concat-6.2.1-17.1.20230620181 184 kB/s | 41 kB 00:00 (215/399): puppet-dns-8.2.1-17.1.20230621002045 250 kB/s | 36 kB 00:00 (216/399): puppet-designate-18.6.1-17.1.2023062 318 kB/s | 69 kB 00:00 (217/399): puppet-etcd-1.12.3-17.1.202306201932 147 kB/s | 25 kB 00:00 (218/399): puppet-git-0.5.0-17.1.20230620193928 265 kB/s | 23 kB 00:00 (219/399): puppet-firewall-3.4.1-17.1.202306210 655 kB/s | 77 kB 00:00 (220/399): puppet-haproxy-4.2.2-17.1.2023062019 590 kB/s | 52 kB 00:00 (221/399): puppet-heat-18.4.1-17.1.202306211116 716 kB/s | 70 kB 00:00 (222/399): puppet-gnocchi-18.4.3-17.1.202306210 497 kB/s | 58 kB 00:00 (223/399): puppet-horizon-18.6.1-17.1.202306210 688 kB/s | 63 kB 00:00 (224/399): puppet-ipaclient-2.5.2-17.1.20230620 205 kB/s | 17 kB 00:00 (225/399): puppet-inifile-4.2.1-17.1.2023062018 460 kB/s | 42 kB 00:00 (226/399): puppet-keepalived-0.0.2-17.1.2023062 161 kB/s | 14 kB 00:00 (227/399): puppet-kmod-2.5.0-17.1.2023062019064 229 kB/s | 21 kB 00:00 (228/399): puppet-memcached-6.0.0-17.1.20230620 270 kB/s | 23 kB 00:00 (229/399): puppet-module-data-0.5.1-17.1.202306 149 kB/s | 13 kB 00:00 (230/399): puppet-manila-18.5.2-17.1.2023110219 311 kB/s | 81 kB 00:00 (231/399): puppet-mysql-10.6.1-17.1.20230621022 880 kB/s | 99 kB 00:00 (232/399): puppet-neutron-18.6.1-17.1.202306210 1.6 MB/s | 196 kB 00:00 (233/399): puppet-nova-18.6.1-17.1.202306210904 2.2 MB/s | 200 kB 00:00 (234/399): puppet-nssdb-1.0.2-17.1.202306201856 138 kB/s | 12 kB 00:00 (235/399): puppet-octavia-18.5.1-17.1.202306210 766 kB/s | 76 kB 00:00 (236/399): puppet-oslo-18.5.1-17.1.202306210523 570 kB/s | 48 kB 00:00 (237/399): puppet-openstacklib-18.5.2-17.1.2023 306 kB/s | 62 kB 00:00 (238/399): puppet-placement-5.4.3-17.1.20230621 484 kB/s | 41 kB 00:00 (239/399): puppet-openstack_extras-18.5.1-17.1. 197 kB/s | 48 kB 00:00 (240/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.7 MB/s | 266 kB 00:00 (241/399): puppet-qdr-7.4.1-17.1.20230620195605 290 kB/s | 31 kB 00:00 (242/399): puppet-redis-6.1.1-17.1.202306201917 608 kB/s | 51 kB 00:00 (243/399): puppet-rsync-1.1.4-17.1.202306210028 329 kB/s | 28 kB 00:00 (244/399): puppet-remote-10.0.0-17.1.2023062019 150 kB/s | 16 kB 00:00 (245/399): puppet-rsyslog-4.0.1-17.1.2023062020 623 kB/s | 58 kB 00:00 (246/399): puppet-snmp-3.9.1-17.1.2023062020041 391 kB/s | 34 kB 00:00 (247/399): puppet-ssh-6.2.1-17.1.20230620190251 306 kB/s | 29 kB 00:00 (248/399): puppet-stdlib-6.3.1-17.1.20230621000 1.7 MB/s | 160 kB 00:00 (249/399): puppet-swift-18.6.1-17.1.20230621052 1.2 MB/s | 115 kB 00:00 (250/399): puppet-sysctl-0.0.13-17.1.2023062018 182 kB/s | 16 kB 00:00 (251/399): puppet-systemd-2.12.1-17.1.202306201 476 kB/s | 42 kB 00:00 (252/399): puppet-vswitch-14.4.3-17.1.202306210 484 kB/s | 41 kB 00:00 (253/399): puppet-xinetd-3.3.1-17.1.20230620185 303 kB/s | 26 kB 00:00 (254/399): puppet-vcsrepo-3.1.1-17.1.2023062018 475 kB/s | 50 kB 00:00 (255/399): python-oslo-cache-lang-2.7.1-17.1.20 214 kB/s | 19 kB 00:00 (256/399): python-oslo-middleware-lang-4.2.1-17 157 kB/s | 13 kB 00:00 (257/399): python-oslo-log-lang-4.4.0-17.1.2023 148 kB/s | 14 kB 00:00 (258/399): python-oslo-policy-lang-3.7.1-17.1.2 159 kB/s | 14 kB 00:00 (259/399): python-oslo-versionedobjects-lang-2. 159 kB/s | 14 kB 00:00 (260/399): python-pycadf-common-3.1.1-17.1.2023 145 kB/s | 15 kB 00:00 (261/399): python3-aodhclient-2.2.0-17.1.202306 619 kB/s | 56 kB 00:00 (262/399): python3-GitPython-3.1.14-2.el9ost.no 2.3 MB/s | 238 kB 00:00 (263/399): python3-barbicanclient-5.3.0-17.1.20 1.4 MB/s | 127 kB 00:00 (264/399): python3-cinderclient-7.4.1-17.1.2023 2.3 MB/s | 218 kB 00:00 (265/399): python3-cliff-3.7.0-17.1.20230620172 1.0 MB/s | 95 kB 00:00 (266/399): python3-designateclient-4.2.1-17.1.2 1.0 MB/s | 92 kB 00:00 (267/399): python3-heat-agent-2.2.1-17.1.202306 208 kB/s | 19 kB 00:00 (268/399): python3-futurist-2.3.0-17.1.20230621 467 kB/s | 64 kB 00:00 (269/399): python3-heat-agent-apply-config-2.2. 81 kB/s | 9.9 kB 00:00 (270/399): python3-heat-agent-docker-cmd-2.2.1- 128 kB/s | 12 kB 00:00 (271/399): python3-heat-agent-ansible-2.2.1-17. 49 kB/s | 11 kB 00:00 (272/399): python3-heat-agent-hiera-2.2.1-17.1. 111 kB/s | 10 kB 00:00 (273/399): python3-heat-agent-puppet-2.2.1-17.1 130 kB/s | 11 kB 00:00 (274/399): python3-heat-agent-json-file-2.2.1-1 102 kB/s | 9.8 kB 00:00 (275/399): python3-ironicclient-4.6.4-17.1.2023 3.6 MB/s | 342 kB 00:00 (276/399): python3-ironic-inspector-client-4.5. 621 kB/s | 67 kB 00:00 (277/399): python3-heatclient-2.3.1-17.1.202306 1.2 MB/s | 158 kB 00:00 (278/399): python3-keystoneclient-4.3.0-17.1.20 2.5 MB/s | 239 kB 00:00 (279/399): python3-magnumclient-3.4.1-17.1.2023 1.3 MB/s | 121 kB 00:00 (280/399): python3-keystonemiddleware-9.2.0-17. 896 kB/s | 92 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 3.2 MB/s | 298 kB 00:00 (283/399): python3-novaclient-17.4.1-17.1.20230 2.1 MB/s | 201 kB 00:00 (284/399): python3-os-client-config-2.1.0-17.1. 629 kB/s | 55 kB 00:00 (285/399): python3-os-service-types-1.7.0-17.1. 450 kB/s | 38 kB 00:00 (286/399): python3-os-traits-2.5.0-17.1.2023062 524 kB/s | 45 kB 00:00 (287/399): python3-osc-lib-2.3.1-17.1.202306202 808 kB/s | 78 kB 00:00 (288/399): python3-oslo-cache-2.7.1-17.1.202306 641 kB/s | 56 kB 00:00 (289/399): python3-oslo-context-3.2.1-17.1.2023 287 kB/s | 27 kB 00:00 (290/399): python3-oslo-log-4.4.0-17.1.20230620 733 kB/s | 64 kB 00:00 (291/399): python3-oslo-policy-3.7.1-17.1.20230 747 kB/s | 76 kB 00:00 (292/399): python3-oslo-middleware-4.2.1-17.1.2 447 kB/s | 55 kB 00:00 (293/399): python3-oslo-reports-2.2.0-17.1.2023 693 kB/s | 59 kB 00:00 (294/399): python3-oslo-serialization-4.1.1-17. 392 kB/s | 34 kB 00:00 (295/399): python3-oslo-rootwrap-6.3.1-17.1.202 357 kB/s | 46 kB 00:00 (296/399): python3-oslo-upgradecheck-1.3.1-17.1 336 kB/s | 29 kB 00:00 (297/399): python3-oslo-versionedobjects-2.4.1- 893 kB/s | 79 kB 00:00 (298/399): python3-osprofiler-3.4.0-17.1.202306 1.5 MB/s | 130 kB 00:00 (299/399): python3-pycadf-3.1.1-17.1.2023062021 610 kB/s | 53 kB 00:00 (300/399): python3-requestsexceptions-1.4.0-17. 188 kB/s | 17 kB 00:00 (301/399): python3-saharaclient-3.3.0-17.1.2023 1.8 MB/s | 188 kB 00:00 (302/399): python3-statsd-3.2.1-20.1.el9ost.noa 412 kB/s | 35 kB 00:00 (303/399): python3-shade-1.33.0-17.1.2023062022 3.0 MB/s | 523 kB 00:00 (304/399): python3-swiftclient-3.11.1-17.1.2023 1.5 MB/s | 136 kB 00:00 (305/399): python3-troveclient-7.0.0-17.1.20230 3.6 MB/s | 344 kB 00:00 (306/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 320 kB/s | 50 kB 00:00 (307/399): python3-validations-libs-1.9.1-17.1. 1.1 MB/s | 137 kB 00:00 (308/399): python3-zaqarclient-2.4.0-17.1.20230 1.3 MB/s | 129 kB 00:00 (309/399): python3-paramiko-2.11.0-2.el9ost.noa 3.2 MB/s | 299 kB 00:00 (310/399): validations-common-1.9.1-17.1.202310 636 kB/s | 111 kB 00:00 (311/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.8 MB/s | 427 kB 00:00 (312/399): ansible-pacemaker-1.0.4-17.1.2023121 164 kB/s | 21 kB 00:00 (313/399): python3-manilaclient-2.6.4-17.1.2024 5.4 MB/s | 528 kB 00:00 (314/399): python3-sqlparse-0.4.1-2.el9ost.noar 872 kB/s | 83 kB 00:00 (315/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.6 MB/s | 230 kB 00:00 (316/399): ansible-role-metalsmith-deployment-1 235 kB/s | 21 kB 00:00 (317/399): openstack-selinux-0.8.37-17.1.202311 2.3 MB/s | 221 kB 00:00 (318/399): puppet-ironic-18.7.1-17.1.2024030521 1.1 MB/s | 121 kB 00:00 (319/399): python-oslo-db-lang-8.5.2-17.1.20240 173 kB/s | 14 kB 00:00 (320/399): python3-glanceclient-3.3.0-17.1.2024 1.4 MB/s | 143 kB 00:00 (321/399): python3-metalsmith-1.4.4-17.1.202405 647 kB/s | 65 kB 00:00 (322/399): python3-neutron-lib-2.10.3-17.1.2023 4.1 MB/s | 375 kB 00:00 (323/399): python3-keystoneauth1-4.4.0-17.1.202 3.0 MB/s | 409 kB 00:00 (324/399): python3-octaviaclient-2.3.1-17.1.202 1.0 MB/s | 91 kB 00:00 (325/399): python3-oslo-db-8.5.2-17.1.202408201 1.6 MB/s | 144 kB 00:00 (326/399): python3-oslo-messaging-12.7.3-17.1.2 2.4 MB/s | 216 kB 00:00 (327/399): python3-oslo-service-2.5.1-17.1.2024 781 kB/s | 71 kB 00:00 (328/399): python3-waitress-2.0.0-4.el9ost.noar 1.2 MB/s | 109 kB 00:00 (329/399): python3-rhosp-openvswitch-3.3-1.el9o 80 kB/s | 8.3 kB 00:00 (330/399): openstack-tripleo-validations-14.3.2 2.2 MB/s | 204 kB 00:00 (331/399): puppet-glance-18.6.1-17.1.2025022015 937 kB/s | 87 kB 00:00 (332/399): openstack-ansible-core-2.14.2-4.7.el 17 MB/s | 2.3 MB 00:00 (333/399): puppet-ovn-18.6.1-17.1.2024092509490 335 kB/s | 29 kB 00:00 (334/399): puppet-pacemaker-1.5.1-17.1.20250214 1.8 MB/s | 158 kB 00:00 (335/399): python3-os-ken-1.4.1-17.1.2024120509 19 MB/s | 2.1 MB 00:00 (336/399): puppet-tripleo-14.2.3-17.1.202503201 2.5 MB/s | 239 kB 00:00 (337/399): ansible-collection-containers-podman 2.6 MB/s | 243 kB 00:00 (338/399): ansible-collections-openstack-1.9.1- 1.5 MB/s | 146 kB 00:00 (339/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.5 MB/s | 351 kB 00:00 (340/399): facter-3.14.19-3.el9ost.x86_64.rpm 4.9 MB/s | 518 kB 00:00 (341/399): hiera-3.6.0-6.el9ost.noarch.rpm 389 kB/s | 33 kB 00:00 (342/399): openstack-tripleo-common-15.4.1-17.1 566 kB/s | 52 kB 00:00 (343/399): leatherman-1.12.6-5.el9ost.x86_64.rp 3.7 MB/s | 405 kB 00:00 (344/399): openstack-tripleo-common-containers- 720 kB/s | 78 kB 00:00 (345/399): puppet-7.10.0-4.el9ost.noarch.rpm 114 kB/s | 11 kB 00:00 (346/399): puppet-headless-7.10.0-4.el9ost.noar 12 MB/s | 1.4 MB 00:00 (347/399): puppet-keystone-18.6.1-17.1.20250425 1.4 MB/s | 127 kB 00:00 (348/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.0 MB/s | 92 kB 00:00 (349/399): python3-cachetools-4.2.2-3.el9ost.no 391 kB/s | 33 kB 00:00 (350/399): python3-boto-2.45.0-8.1.el9ost.noarc 12 MB/s | 1.3 MB 00:00 (351/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.0 MB/s | 284 kB 00:00 (352/399): python3-colorama-0.4.4-4.el9ost.noar 392 kB/s | 35 kB 00:00 (353/399): python3-dogpile-cache-1.1.5-5.el9ost 728 kB/s | 89 kB 00:00 (354/399): python3-extras-1.0.0-17.el9ost.noarc 220 kB/s | 21 kB 00:00 (355/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.3 MB/s | 313 kB 00:00 (356/399): python3-keyring-21.8.0-4.el9ost.noar 595 kB/s | 77 kB 00:00 (357/399): python3-msgpack-1.0.2-4.el9ost.x86_6 978 kB/s | 87 kB 00:00 (358/399): python3-fixtures-3.0.0-24.el9ost.noa 370 kB/s | 93 kB 00:00 (359/399): python3-munch-2.5.0-6.el9ost.noarch. 204 kB/s | 25 kB 00:00 (360/399): python3-openstacksdk-0.55.1-17.1.202 7.6 MB/s | 735 kB 00:00 (361/399): python3-paste-3.5.0-5.el9ost.noarch. 7.4 MB/s | 776 kB 00:00 (362/399): python3-paste-deploy-2.1.1-4.el9ost. 356 kB/s | 41 kB 00:00 (363/399): python3-pystache-0.5.4-15.el9ost.noa 1.4 MB/s | 132 kB 00:00 (364/399): python3-repoze-lru-0.7-12.el9ost.noa 378 kB/s | 32 kB 00:00 (365/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 628 kB/s | 57 kB 00:00 (366/399): python3-secretstorage-3.3.1-3.el9ost 394 kB/s | 36 kB 00:00 (367/399): python3-routes-2.4.1-14.el9ost.noarc 1.5 MB/s | 188 kB 00:00 (368/399): python3-simplejson-3.17.5-3.el9ost.x 2.8 MB/s | 266 kB 00:00 (369/399): python3-tempita-0.5.1-27.el9ost.noar 404 kB/s | 36 kB 00:00 (370/399): python3-testtools-2.4.0-10.el9ost.no 2.3 MB/s | 333 kB 00:00 (371/399): python3-tripleo-common-15.4.1-17.1.2 2.3 MB/s | 202 kB 00:00 (372/399): python3-tripleoclient-16.5.1-17.1.20 5.4 MB/s | 553 kB 00:00 (373/399): python3-vine-5.0.0-5.el9ost.noarch.r 259 kB/s | 26 kB 00:00 (374/399): python3-warlock-1.3.3-7.el9ost.noarc 231 kB/s | 21 kB 00:00 (375/399): python3-yappi-1.3.1-5.el9ost.x86_64. 556 kB/s | 56 kB 00:00 (376/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.9 MB/s | 180 kB 00:00 (377/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 273 kB/s | 29 kB 00:00 (378/399): ruby-facter-3.14.19-3.el9ost.x86_64. 109 kB/s | 9.5 kB 00:00 (379/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 194 kB/s | 19 kB 00:00 (380/399): openstack-heat-api-16.1.1-17.1.20250 161 kB/s | 16 kB 00:00 (381/399): openstack-heat-common-16.1.1-17.1.20 15 MB/s | 1.6 MB 00:00 (382/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 550 kB/s | 123 kB 00:00 (383/399): openstack-heat-engine-16.1.1-17.1.20 146 kB/s | 15 kB 00:00 (384/399): openstack-heat-monolith-16.1.1-17.1. 160 kB/s | 16 kB 00:00 (385/399): puppet-barbican-18.4.2-17.1.20250625 584 kB/s | 57 kB 00:00 (386/399): openstack-tripleo-heat-templates-14. 5.2 MB/s | 617 kB 00:00 (387/399): python-openstackclient-lang-5.5.2-17 655 kB/s | 58 kB 00:00 (388/399): python3-openstackclient-5.5.2-17.1.2 11 MB/s | 1.1 MB 00:00 (389/399): tripleo-ansible-3.3.1-17.1.202507021 4.5 MB/s | 570 kB 00:00 (390/399): python3-openvswitch3.3-3.3.4-110.el9 3.6 MB/s | 369 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 693 kB/s | 156 kB 00:00 (392/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 410 kB/s | 109 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 652 kB/s | 136 kB 00:00 (394/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 326 kB/s | 30 kB 00:00 (395/399): util-linux-2.37.4-11.el9_2.x86_64.rp 19 MB/s | 2.3 MB 00:00 (396/399): libsmartcols-2.37.4-11.el9_2.x86_64. 442 kB/s | 65 kB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.8 MB/s | 464 kB 00:00 (398/399): device-mapper-libs-1.02.187-7.el9_2. 1.2 MB/s | 176 kB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 759 kB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 6.5 MB/s | 97 MB 00:14 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 113/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 114/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 115/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 116/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 117/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 118/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-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 : libxslt-1.1.34-11.el9_2.x86_64 230/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 231/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 232/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 233/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 234/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 235/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 236/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 237/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 238/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 239/408 Installing : jq-1.6-14.el9.x86_64 240/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 241/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 242/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 243/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 244/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 245/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 246/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 247/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 248/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 249/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 250/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 252/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 257/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 258/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 260/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 261/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 262/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 263/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 264/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 265/408 Installing : boost-log-1.75.0-8.el9.x86_64 266/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 267/408 Installing : sshpass-1.09-4.el9.x86_64 268/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 269/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 270/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 271/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 272/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 273/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 274/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 275/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 276/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 277/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 278/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 279/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 280/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 281/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 282/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 283/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 284/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 285/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 286/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 287/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 288/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 289/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 290/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 291/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 292/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 293/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 294/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 295/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 296/408 Installing : libburn-1.5.4-4.el9.x86_64 297/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Installing : libisofs-1.5.4-4.el9.x86_64 299/408 Installing : libisoburn-1.5.4-4.el9.x86_64 300/408 Installing : xorriso-1.5.4-4.el9.x86_64 301/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 301/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 302/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 303/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 306/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 307/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-7.10.0-4.el9ost.noarch 309/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 309/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 310/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 311/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 312/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 313/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 314/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 315/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 316/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 317/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 318/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 319/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 320/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 321/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 322/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 323/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 324/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 325/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 326/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 327/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 328/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 329/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 330/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 331/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 332/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 333/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 334/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 335/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 336/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 337/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 338/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 339/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 340/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 341/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 342/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 343/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 344/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 345/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 346/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 347/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 348/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 349/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 350/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 351/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 352/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 353/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 354/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 355/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 356/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 357/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 358/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 359/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 360/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 361/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 362/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 363/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 364/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 365/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 366/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 367/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 13/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 16/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 17/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 18/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 20/408 Verifying : boost-system-1.75.0-8.el9.x86_64 21/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 22/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 23/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 24/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 25/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 26/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 27/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 28/408 Verifying : perl-Exporter-5.74-461.el9.noarch 29/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 30/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 31/408 Verifying : perl-parent-1:0.238-460.el9.noarch 32/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 33/408 Verifying : xorriso-1.5.4-4.el9.x86_64 34/408 Verifying : libisofs-1.5.4-4.el9.x86_64 35/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 36/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 37/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 38/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 39/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 40/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 41/408 Verifying : perl-URI-5.09-3.el9.noarch 42/408 Verifying : perl-libnet-3.13-4.el9.noarch 43/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 44/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 45/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 46/408 Verifying : perl-Carp-1.50-460.el9.noarch 47/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 48/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 49/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 50/408 Verifying : libburn-1.5.4-4.el9.x86_64 51/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 52/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 53/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 54/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 55/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 56/408 Verifying : sshpass-1.09-4.el9.x86_64 57/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 58/408 Verifying : boost-log-1.75.0-8.el9.x86_64 59/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 60/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 61/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 62/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 63/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 64/408 Verifying : perl-Digest-1.19-4.el9.noarch 65/408 Verifying : perl-File-Path-2.18-4.el9.noarch 66/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 67/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 68/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 69/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 70/408 Verifying : perl-constant-1.33-461.el9.noarch 71/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 72/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 73/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 74/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 75/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 76/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 77/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 78/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 79/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 80/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 81/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 82/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 83/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 84/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 85/408 Verifying : perl-B-1.80-480.el9.x86_64 86/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 87/408 Verifying : perl-Errno-1.30-480.el9.x86_64 88/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 89/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 90/408 Verifying : perl-File-stat-1.09-480.el9.noarch 91/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 92/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 93/408 Verifying : perl-IO-1.43-480.el9.x86_64 94/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 95/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 96/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 97/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 98/408 Verifying : perl-Symbol-1.08-480.el9.noarch 99/408 Verifying : perl-base-2.27-480.el9.noarch 100/408 Verifying : perl-if-0.60.800-480.el9.noarch 101/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 102/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 103/408 Verifying : perl-mro-1.23-480.el9.x86_64 104/408 Verifying : perl-overload-1.31-480.el9.noarch 105/408 Verifying : perl-overloading-0.02-480.el9.noarch 106/408 Verifying : perl-subs-1.03-480.el9.noarch 107/408 Verifying : perl-vars-1.05-480.el9.noarch 108/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 109/408 Verifying : python3-mako-1.1.4-6.el9.noarch 110/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 111/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 112/408 Verifying : jq-1.6-14.el9.x86_64 113/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 114/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 115/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 116/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 117/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 118/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 119/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 120/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 121/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 122/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 123/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 124/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 125/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 126/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 127/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 128/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 129/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 130/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 131/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 132/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 133/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 134/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 135/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.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 : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-08T18:37:56.661656 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 0.000176836 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-08 18:38:00.604866 | fa163e52-58d3-ffce-42df-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-08 18:38:00.627881 | fa163e52-58d3-ffce-42df-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-08 18:38:00.628445 | fa163e52-58d3-ffce-42df-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.037260 | 0.02s 2025-10-08 18:38:00.631504 | fa163e52-58d3-ffce-42df-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-08 18:38:00.667371 | fa163e52-58d3-ffce-42df-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-08 18:38:00.667959 | fa163e52-58d3-ffce-42df-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.076774 | 0.04s 2025-10-08 18:38:00.670781 | fa163e52-58d3-ffce-42df-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-08 18:38:00.756564 | fa163e52-58d3-ffce-42df-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-08 18:38:00.757645 | fa163e52-58d3-ffce-42df-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.166450 | 0.09s 2025-10-08 18:38:00.763581 | fa163e52-58d3-ffce-42df-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-08 18:38:01.130623 | fa163e52-58d3-ffce-42df-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-08 18:38:01.132172 | fa163e52-58d3-ffce-42df-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.540974 | 0.37s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-08 18:38:01.155313 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 18:38:01.155812 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 18:38:01.156308 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.565122 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 18:38:01.156794 | UUID | Info | Host | Task Name | Run Time 2025-10-08 18:38:01.157251 | fa163e52-58d3-ffce-42df-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.37s 2025-10-08 18:38:01.157728 | fa163e52-58d3-ffce-42df-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-10-08 18:38:01.158272 | fa163e52-58d3-ffce-42df-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-10-08 18:38:01.158779 | fa163e52-58d3-ffce-42df-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.02s 2025-10-08 18:38:01.159231 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-08 18:38:03.602631 | fa163e52-58d3-b76d-5450-000000000005 | TASK | set ssh key path facts 2025-10-08 18:38:03.635880 | fa163e52-58d3-b76d-5450-000000000005 | OK | set ssh key path facts | undercloud 2025-10-08 18:38:03.636581 | fa163e52-58d3-b76d-5450-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.047524 | 0.03s 2025-10-08 18:38:03.639940 | fa163e52-58d3-b76d-5450-000000000006 | TASK | stat private key 2025-10-08 18:38:03.968190 | fa163e52-58d3-b76d-5450-000000000006 | OK | stat private key | undercloud 2025-10-08 18:38:03.969400 | fa163e52-58d3-b76d-5450-000000000006 | TIMING | stat private key | undercloud | 0:00:00.380329 | 0.33s 2025-10-08 18:38:03.975867 | fa163e52-58d3-b76d-5450-000000000007 | TASK | stat public key 2025-10-08 18:38:04.153738 | fa163e52-58d3-b76d-5450-000000000007 | OK | stat public key | undercloud 2025-10-08 18:38:04.154743 | fa163e52-58d3-b76d-5450-000000000007 | TIMING | stat public key | undercloud | 0:00:00.565681 | 0.18s 2025-10-08 18:38:04.161378 | fa163e52-58d3-b76d-5450-000000000008 | TASK | create private key if it does not exist 2025-10-08 18:38:04.759792 | fa163e52-58d3-b76d-5450-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-08 18:38:04.760669 | fa163e52-58d3-b76d-5450-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.171612 | 0.60s 2025-10-08 18:38:04.764700 | fa163e52-58d3-b76d-5450-000000000009 | TASK | create public key if it does not exist 2025-10-08 18:38:04.984479 | fa163e52-58d3-b76d-5450-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-08 18:38:04.985748 | fa163e52-58d3-b76d-5450-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.396683 | 0.22s PLAY [allovercloud] ************************************************************ 2025-10-08 18:38:05.035632 | fa163e52-58d3-b76d-5450-000000000023 | TASK | Get local private key 2025-10-08 18:38:05.369520 | fa163e52-58d3-b76d-5450-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e52-58d3-b76d-5450-000000000023') missing from stats 2025-10-08 18:38:05.381477 | fa163e52-58d3-b76d-5450-000000000024 | TASK | Get local public key 2025-10-08 18:38:05.600650 | fa163e52-58d3-b76d-5450-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e52-58d3-b76d-5450-000000000024') missing from stats 2025-10-08 18:38:05.621544 | fa163e52-58d3-b76d-5450-000000000012 | TASK | create user ceph-admin 2025-10-08 18:38:06.107719 | fa163e52-58d3-b76d-5450-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-08 18:38:06.108912 | fa163e52-58d3-b76d-5450-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.519847 | 0.49s 2025-10-08 18:38:06.118071 | fa163e52-58d3-b76d-5450-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-08 18:38:06.708669 | fa163e52-58d3-b76d-5450-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-08 18:38:06.709654 | fa163e52-58d3-b76d-5450-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.120596 | 0.59s 2025-10-08 18:38:06.715776 | fa163e52-58d3-b76d-5450-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-08 18:38:07.066423 | fa163e52-58d3-b76d-5450-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-08 18:38:07.067250 | fa163e52-58d3-b76d-5450-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.478193 | 0.35s 2025-10-08 18:38:07.071628 | fa163e52-58d3-b76d-5450-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-08 18:38:07.271890 | fa163e52-58d3-b76d-5450-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-08 18:38:07.273098 | fa163e52-58d3-b76d-5450-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.684032 | 0.20s 2025-10-08 18:38:07.281591 | fa163e52-58d3-b76d-5450-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-08 18:38:07.475670 | fa163e52-58d3-b76d-5450-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-08 18:38:07.476988 | fa163e52-58d3-b76d-5450-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.887921 | 0.19s 2025-10-08 18:38:07.485658 | fa163e52-58d3-b76d-5450-000000000017 | TASK | get remote ceph-admin public key 2025-10-08 18:38:07.542839 | fa163e52-58d3-b76d-5450-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-08 18:38:07.544153 | fa163e52-58d3-b76d-5450-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:03.955085 | 0.06s 2025-10-08 18:38:07.553620 | fa163e52-58d3-b76d-5450-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-08 18:38:07.612568 | fa163e52-58d3-b76d-5450-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-08 18:38:07.613947 | fa163e52-58d3-b76d-5450-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.024878 | 0.06s 2025-10-08 18:38:07.622633 | fa163e52-58d3-b76d-5450-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-08 18:38:07.988327 | fa163e52-58d3-b76d-5450-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-08 18:38:07.989550 | fa163e52-58d3-b76d-5450-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.400483 | 0.37s 2025-10-08 18:38:07.997780 | fa163e52-58d3-b76d-5450-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-08 18:38:08.475443 | fa163e52-58d3-b76d-5450-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-08 18:38:08.476650 | fa163e52-58d3-b76d-5450-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:04.887585 | 0.48s 2025-10-08 18:38:08.485137 | fa163e52-58d3-b76d-5450-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-08 18:38:08.975662 | fa163e52-58d3-b76d-5450-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-08 18:38:08.976997 | fa163e52-58d3-b76d-5450-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.387930 | 0.49s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-08 18:38:09.004732 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 18:38:09.005216 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 18:38:09.005673 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.416619 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 18:38:09.006219 | UUID | Info | Host | Task Name | Run Time 2025-10-08 18:38:09.006729 | fa163e52-58d3-b76d-5450-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.60s 2025-10-08 18:38:09.007196 | fa163e52-58d3-b76d-5450-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.59s 2025-10-08 18:38:09.007807 | fa163e52-58d3-b76d-5450-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.49s 2025-10-08 18:38:09.008273 | fa163e52-58d3-b76d-5450-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.49s 2025-10-08 18:38:09.008751 | fa163e52-58d3-b76d-5450-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.48s 2025-10-08 18:38:09.009204 | fa163e52-58d3-b76d-5450-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.37s 2025-10-08 18:38:09.009647 | fa163e52-58d3-b76d-5450-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.35s 2025-10-08 18:38:09.010135 | fa163e52-58d3-b76d-5450-000000000006 | SUMMARY | undercloud | stat private key | 0.33s 2025-10-08 18:38:09.010622 | fa163e52-58d3-b76d-5450-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.22s 2025-10-08 18:38:09.011187 | fa163e52-58d3-b76d-5450-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.20s 2025-10-08 18:38:09.011643 | fa163e52-58d3-b76d-5450-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.19s 2025-10-08 18:38:09.012201 | fa163e52-58d3-b76d-5450-000000000007 | SUMMARY | undercloud | stat public key | 0.18s 2025-10-08 18:38:09.012645 | fa163e52-58d3-b76d-5450-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-10-08 18:38:09.013124 | fa163e52-58d3-b76d-5450-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-10-08 18:38:09.013556 | fa163e52-58d3-b76d-5450-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2025-10-08 18:38:09.014021 | fa163e52-58d3-b76d-5450-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-08 18:38:09.014507 | fa163e52-58d3-b76d-5450-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-08 18:38:09.014986 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-08 18:38:11.580234 | fa163e52-58d3-cdc3-4257-000000000039 | TASK | Gathering Facts 2025-10-08 18:38:12.146923 | fa163e52-58d3-cdc3-4257-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-08 18:38:12.148410 | fa163e52-58d3-cdc3-4257-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.581763 | 0.57s 2025-10-08 18:38:12.151519 | fa163e52-58d3-cdc3-4257-000000000039 | OK | Gathering Facts | undercloud 2025-10-08 18:38:12.152597 | fa163e52-58d3-cdc3-4257-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.585960 | 0.57s 2025-10-08 18:38:12.183847 | fa163e52-58d3-cdc3-4257-00000000000a | TASK | Load distro-specific variables 2025-10-08 18:38:12.255784 | fa163e52-58d3-cdc3-4257-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.689117 | 0.07s 2025-10-08 18:38:12.277455 | fa163e52-58d3-cdc3-4257-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.710811 | 0.08s 2025-10-08 18:38:12.288971 | b1bf10be-5f01-4092-901a-98c229931218 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-08 18:38:12.289573 | b1bf10be-5f01-4092-901a-98c229931218 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-08 18:38:12.303271 | fa163e52-58d3-cdc3-4257-000000000052 | TASK | Load distro-specific variables 2025-10-08 18:38:12.398905 | fa163e52-58d3-cdc3-4257-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:38:12.400077 | fa163e52-58d3-cdc3-4257-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.833431 | 0.10s 2025-10-08 18:38:12.410017 | fa163e52-58d3-cdc3-4257-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.843379 | 0.11s 2025-10-08 18:38:12.414230 | fa163e52-58d3-cdc3-4257-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:38:12.414678 | fa163e52-58d3-cdc3-4257-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.848045 | 0.10s 2025-10-08 18:38:12.421429 | fa163e52-58d3-cdc3-4257-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.854791 | 0.11s 2025-10-08 18:38:12.429711 | fa163e52-58d3-cdc3-4257-00000000000b | TASK | Install chronyd 2025-10-08 18:38:12.496560 | fa163e52-58d3-cdc3-4257-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.929877 | 0.07s 2025-10-08 18:38:12.528603 | fa163e52-58d3-cdc3-4257-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.961964 | 0.09s 2025-10-08 18:38:12.541952 | 143ab133-6772-436c-a99e-67c1e6dfd690 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-08 18:38:12.542418 | 143ab133-6772-436c-a99e-67c1e6dfd690 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-08 18:38:12.563657 | fa163e52-58d3-cdc3-4257-0000000000a2 | TASK | Load distro-specific variables 2025-10-08 18:38:12.642088 | fa163e52-58d3-cdc3-4257-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.075430 | 0.07s 2025-10-08 18:38:12.643180 | fa163e52-58d3-cdc3-4257-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.076543 | 0.08s 2025-10-08 18:38:12.657718 | 9427fb80-f7cb-47b7-af94-7eaaf689f495 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-08 18:38:12.658403 | 9427fb80-f7cb-47b7-af94-7eaaf689f495 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-08 18:38:12.678446 | fa163e52-58d3-cdc3-4257-000000000102 | TASK | Load distro-specific variables 2025-10-08 18:38:12.776266 | fa163e52-58d3-cdc3-4257-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:38:12.778128 | fa163e52-58d3-cdc3-4257-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.211470 | 0.10s 2025-10-08 18:38:12.787712 | fa163e52-58d3-cdc3-4257-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.221044 | 0.11s 2025-10-08 18:38:12.795509 | fa163e52-58d3-cdc3-4257-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:38:12.796415 | fa163e52-58d3-cdc3-4257-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.229774 | 0.11s 2025-10-08 18:38:12.801988 | fa163e52-58d3-cdc3-4257-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.235347 | 0.11s 2025-10-08 18:38:12.810302 | fa163e52-58d3-cdc3-4257-0000000000a3 | TASK | Check for NTP service 2025-10-08 18:38:13.165121 | fa163e52-58d3-cdc3-4257-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-08 18:38:13.166416 | fa163e52-58d3-cdc3-4257-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.599765 | 0.34s 2025-10-08 18:38:13.208229 | fa163e52-58d3-cdc3-4257-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-08 18:38:13.208995 | fa163e52-58d3-cdc3-4257-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.642357 | 0.40s 2025-10-08 18:38:13.217643 | fa163e52-58d3-cdc3-4257-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-08 18:38:13.300565 | fa163e52-58d3-cdc3-4257-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-08 18:38:13.301785 | fa163e52-58d3-cdc3-4257-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.735132 | 0.08s 2025-10-08 18:38:13.322921 | fa163e52-58d3-cdc3-4257-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-08 18:38:13.323646 | fa163e52-58d3-cdc3-4257-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.757008 | 0.09s 2025-10-08 18:38:13.334468 | fa163e52-58d3-cdc3-4257-0000000000a5 | TASK | Install chronyd package 2025-10-08 18:38:16.264648 | fa163e52-58d3-cdc3-4257-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-08 18:38:16.265453 | fa163e52-58d3-cdc3-4257-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.698815 | 2.92s 2025-10-08 18:38:17.815269 | fa163e52-58d3-cdc3-4257-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-08 18:38:17.816248 | fa163e52-58d3-cdc3-4257-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.249608 | 4.48s 2025-10-08 18:38:17.823946 | fa163e52-58d3-cdc3-4257-00000000000c | TASK | Upgrade chronyd 2025-10-08 18:38:17.904802 | fa163e52-58d3-cdc3-4257-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-08 18:38:17.906101 | fa163e52-58d3-cdc3-4257-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.339451 | 0.08s 2025-10-08 18:38:17.917001 | fa163e52-58d3-cdc3-4257-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-08 18:38:17.917585 | fa163e52-58d3-cdc3-4257-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.350948 | 0.08s 2025-10-08 18:38:17.925005 | fa163e52-58d3-cdc3-4257-00000000000d | TASK | Configure chronyd 2025-10-08 18:38:17.996313 | fa163e52-58d3-cdc3-4257-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.429652 | 0.07s 2025-10-08 18:38:18.009284 | fa163e52-58d3-cdc3-4257-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.442645 | 0.07s 2025-10-08 18:38:18.026009 | 520333e9-c913-4788-989a-2131112b3e3c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-08 18:38:18.026751 | 520333e9-c913-4788-989a-2131112b3e3c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-08 18:38:18.059592 | fa163e52-58d3-cdc3-4257-000000000162 | TASK | Load distro-specific variables 2025-10-08 18:38:18.133411 | fa163e52-58d3-cdc3-4257-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.566750 | 0.07s 2025-10-08 18:38:18.144802 | fa163e52-58d3-cdc3-4257-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.578164 | 0.08s 2025-10-08 18:38:18.158507 | dfab4e98-c011-44cd-bccb-cb012301a69d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-08 18:38:18.159197 | dfab4e98-c011-44cd-bccb-cb012301a69d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-08 18:38:18.174504 | fa163e52-58d3-cdc3-4257-0000000001fa | TASK | Load distro-specific variables 2025-10-08 18:38:18.271342 | fa163e52-58d3-cdc3-4257-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:38:18.273029 | fa163e52-58d3-cdc3-4257-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.706377 | 0.10s 2025-10-08 18:38:18.285628 | fa163e52-58d3-cdc3-4257-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:38:18.286892 | fa163e52-58d3-cdc3-4257-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.720252 | 0.10s 2025-10-08 18:38:18.287764 | fa163e52-58d3-cdc3-4257-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.721126 | 0.11s 2025-10-08 18:38:18.292938 | fa163e52-58d3-cdc3-4257-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.726301 | 0.11s 2025-10-08 18:38:18.301003 | fa163e52-58d3-cdc3-4257-000000000163 | TASK | Install chrony configuration file 2025-10-08 18:38:19.116972 | fa163e52-58d3-cdc3-4257-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-08 18:38:19.120137 | fa163e52-58d3-cdc3-4257-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.553490 | 0.81s 2025-10-08 18:38:19.121182 | fa163e52-58d3-cdc3-4257-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-10-08 18:38:19.121891 | fa163e52-58d3-cdc3-4257-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.555255 | 0.82s 2025-10-08 18:38:19.129489 | fa163e52-58d3-cdc3-4257-00000000000e | TASK | Run chronyd 2025-10-08 18:38:19.228776 | fa163e52-58d3-cdc3-4257-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.662121 | 0.10s 2025-10-08 18:38:19.241860 | fa163e52-58d3-cdc3-4257-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.675221 | 0.10s 2025-10-08 18:38:19.261453 | 46feedc5-8519-4335-9dfd-2b1ac398bf2e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-08 18:38:19.262201 | 46feedc5-8519-4335-9dfd-2b1ac398bf2e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-08 18:38:19.300021 | fa163e52-58d3-cdc3-4257-000000000233 | TASK | Load distro-specific variables 2025-10-08 18:38:19.402039 | fa163e52-58d3-cdc3-4257-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.835389 | 0.10s 2025-10-08 18:38:19.403020 | fa163e52-58d3-cdc3-4257-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.836383 | 0.09s 2025-10-08 18:38:19.418573 | f408adc5-0d9a-4de2-8010-4d0bed63ba7c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-08 18:38:19.419236 | f408adc5-0d9a-4de2-8010-4d0bed63ba7c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-08 18:38:19.436949 | fa163e52-58d3-cdc3-4257-0000000002ee | TASK | Load distro-specific variables 2025-10-08 18:38:19.550554 | fa163e52-58d3-cdc3-4257-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:38:19.551942 | fa163e52-58d3-cdc3-4257-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.985296 | 0.11s 2025-10-08 18:38:19.560769 | fa163e52-58d3-cdc3-4257-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:38:19.561794 | fa163e52-58d3-cdc3-4257-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.995155 | 0.11s 2025-10-08 18:38:19.566914 | fa163e52-58d3-cdc3-4257-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.000274 | 0.13s 2025-10-08 18:38:19.567990 | fa163e52-58d3-cdc3-4257-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.001353 | 0.12s 2025-10-08 18:38:19.575744 | fa163e52-58d3-cdc3-4257-000000000234 | TASK | Ensure chronyd is running 2025-10-08 18:38:20.178636 | fa163e52-58d3-cdc3-4257-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-08 18:38:20.180410 | fa163e52-58d3-cdc3-4257-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.613759 | 0.59s 2025-10-08 18:38:21.180908 | fa163e52-58d3-cdc3-4257-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-08 18:38:21.182424 | fa163e52-58d3-cdc3-4257-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.615783 | 1.61s 2025-10-08 18:38:21.191453 | fa163e52-58d3-cdc3-4257-000000000235 | TASK | Force chronyd restart 2025-10-08 18:38:21.279868 | fa163e52-58d3-cdc3-4257-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-10-08 18:38:21.281162 | fa163e52-58d3-cdc3-4257-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.714510 | 0.09s 2025-10-08 18:38:21.690891 | fa163e52-58d3-cdc3-4257-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-08 18:38:21.692436 | fa163e52-58d3-cdc3-4257-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:10.125794 | 0.49s 2025-10-08 18:38:21.702096 | fa163e52-58d3-cdc3-4257-00000000000f | TASK | Enable online service 2025-10-08 18:38:21.781089 | fa163e52-58d3-cdc3-4257-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.214430 | 0.08s 2025-10-08 18:38:21.792442 | fa163e52-58d3-cdc3-4257-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:10.225804 | 0.08s 2025-10-08 18:38:21.809821 | a498df34-e37e-40b1-b42e-c72adbf65da0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-08 18:38:21.810488 | a498df34-e37e-40b1-b42e-c72adbf65da0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-08 18:38:21.853230 | fa163e52-58d3-cdc3-4257-000000000338 | TASK | Create chrony-online.service unit file 2025-10-08 18:38:22.352949 | fa163e52-58d3-cdc3-4257-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-10-08 18:38:22.353729 | fa163e52-58d3-cdc3-4257-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.787090 | 0.50s 2025-10-08 18:38:22.365400 | fa163e52-58d3-cdc3-4257-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-10-08 18:38:22.365791 | fa163e52-58d3-cdc3-4257-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.799161 | 0.50s 2025-10-08 18:38:22.369695 | fa163e52-58d3-cdc3-4257-000000000339 | TASK | Enable chrony-online.service 2025-10-08 18:38:23.572989 | fa163e52-58d3-cdc3-4257-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-08 18:38:23.573975 | fa163e52-58d3-cdc3-4257-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:12.007336 | 1.20s 2025-10-08 18:38:23.575102 | fa163e52-58d3-cdc3-4257-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-08 18:38:23.575697 | fa163e52-58d3-cdc3-4257-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:12.009050 | 1.20s 2025-10-08 18:38:23.580079 | fa163e52-58d3-cdc3-4257-000000000010 | TASK | Sync chronyc 2025-10-08 18:38:23.657369 | fa163e52-58d3-cdc3-4257-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.090721 | 0.08s 2025-10-08 18:38:23.668205 | fa163e52-58d3-cdc3-4257-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.101575 | 0.08s 2025-10-08 18:38:23.675758 | c1e82825-bdba-4a16-a40a-3a681178c4f3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-08 18:38:23.676108 | c1e82825-bdba-4a16-a40a-3a681178c4f3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-08 18:38:23.701618 | fa163e52-58d3-cdc3-4257-00000000042a | TASK | Force NTP sync 2025-10-08 18:38:23.945965 | fa163e52-58d3-cdc3-4257-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-08 18:38:23.947279 | fa163e52-58d3-cdc3-4257-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.380628 | 0.24s 2025-10-08 18:38:23.989027 | fa163e52-58d3-cdc3-4257-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-08 18:38:23.989779 | fa163e52-58d3-cdc3-4257-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.423142 | 0.28s 2025-10-08 18:38:23.997438 | fa163e52-58d3-cdc3-4257-00000000042b | TASK | Ensure system is NTP time synced 2025-10-08 18:38:34.269463 | fa163e52-58d3-cdc3-4257-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-08 18:38:34.270952 | fa163e52-58d3-cdc3-4257-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.704304 | 10.27s 2025-10-08 18:38:34.271830 | fa163e52-58d3-cdc3-4257-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-08 18:38:34.272467 | fa163e52-58d3-cdc3-4257-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.705832 | 10.26s 2025-10-08 18:38:34.292660 | fa163e52-58d3-cdc3-4257-00000000002c | TASK | Set timezone 2025-10-08 18:38:34.818995 | fa163e52-58d3-cdc3-4257-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-08 18:38:34.820399 | fa163e52-58d3-cdc3-4257-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.253751 | 0.53s 2025-10-08 18:38:34.821314 | fa163e52-58d3-cdc3-4257-00000000002c | OK | Set timezone | undercloud 2025-10-08 18:38:34.822056 | fa163e52-58d3-cdc3-4257-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.255418 | 0.51s 2025-10-08 18:38:34.830947 | fa163e52-58d3-cdc3-4257-00000000002d | TASK | Restart time services 2025-10-08 18:38:34.873010 | fa163e52-58d3-cdc3-4257-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-08 18:38:34.878666 | fa163e52-58d3-cdc3-4257-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-08 18:38:34.887871 | fa163e52-58d3-cdc3-4257-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-08 18:38:34.892739 | fa163e52-58d3-cdc3-4257-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-08 18:38:34.894155 | fa163e52-58d3-cdc3-4257-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.327495 | 0.06s 2025-10-08 18:38:34.899430 | fa163e52-58d3-cdc3-4257-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.332792 | 0.05s 2025-10-08 18:38:34.945540 | fa163e52-58d3-cdc3-4257-000000000012 | HANDLER | Restart chronyd 2025-10-08 18:38:35.390254 | fa163e52-58d3-cdc3-4257-000000000012 | CHANGED | Restart chronyd | undercloud 2025-10-08 18:38:35.392225 | fa163e52-58d3-cdc3-4257-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:23.825578 | 0.45s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2025-10-08 18:38:35.408989 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 18:38:35.409515 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 18:38:35.410025 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.843390 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 18:38:35.410482 | UUID | Info | Host | Task Name | Run Time 2025-10-08 18:38:35.410966 | fa163e52-58d3-cdc3-4257-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.27s 2025-10-08 18:38:35.411457 | fa163e52-58d3-cdc3-4257-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.26s 2025-10-08 18:38:35.411968 | fa163e52-58d3-cdc3-4257-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.48s 2025-10-08 18:38:35.412562 | fa163e52-58d3-cdc3-4257-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 2.92s 2025-10-08 18:38:35.413069 | fa163e52-58d3-cdc3-4257-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 1.61s 2025-10-08 18:38:35.413550 | fa163e52-58d3-cdc3-4257-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.20s 2025-10-08 18:38:35.414078 | fa163e52-58d3-cdc3-4257-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.20s 2025-10-08 18:38:35.414571 | fa163e52-58d3-cdc3-4257-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.82s 2025-10-08 18:38:35.415084 | fa163e52-58d3-cdc3-4257-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.81s 2025-10-08 18:38:35.415599 | fa163e52-58d3-cdc3-4257-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.59s 2025-10-08 18:38:35.416166 | fa163e52-58d3-cdc3-4257-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.57s 2025-10-08 18:38:35.416747 | fa163e52-58d3-cdc3-4257-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.57s 2025-10-08 18:38:35.417294 | fa163e52-58d3-cdc3-4257-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.53s 2025-10-08 18:38:35.417890 | fa163e52-58d3-cdc3-4257-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.51s 2025-10-08 18:38:35.418397 | fa163e52-58d3-cdc3-4257-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.50s 2025-10-08 18:38:35.418947 | fa163e52-58d3-cdc3-4257-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.50s 2025-10-08 18:38:35.419479 | fa163e52-58d3-cdc3-4257-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.49s 2025-10-08 18:38:35.420051 | fa163e52-58d3-cdc3-4257-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.45s 2025-10-08 18:38:35.420599 | fa163e52-58d3-cdc3-4257-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.40s 2025-10-08 18:38:35.421182 | fa163e52-58d3-cdc3-4257-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.34s 2025-10-08 18:38:35.421760 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-08 18:38:36.304929 | fa163e52-58d3-a0e4-1fd1-000000000005 | SKIPPED | fail | undercloud 2025-10-08 18:38:36.305765 | fa163e52-58d3-a0e4-1fd1-000000000005 | TIMING | fail | undercloud | 0:00:00.068860 | 0.06s 2025-10-08 18:38:36.366272 | fa163e52-58d3-a0e4-1fd1-000000000006 | SKIPPED | fail | undercloud 2025-10-08 18:38:36.367389 | fa163e52-58d3-a0e4-1fd1-000000000006 | TIMING | fail | undercloud | 0:00:00.130468 | 0.06s 2025-10-08 18:38:36.374541 | fa163e52-58d3-a0e4-1fd1-000000000008 | TASK | Ensure working_dir is provided 2025-10-08 18:38:36.421105 | fa163e52-58d3-a0e4-1fd1-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-08 18:38:36.422214 | fa163e52-58d3-a0e4-1fd1-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.185303 | 0.05s 2025-10-08 18:38:36.442397 | fa163e52-58d3-a0e4-1fd1-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-08 18:38:36.483488 | fa163e52-58d3-a0e4-1fd1-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-08 18:38:36.484628 | fa163e52-58d3-a0e4-1fd1-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.247718 | 0.04s 2025-10-08 18:38:36.492176 | fa163e52-58d3-a0e4-1fd1-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-08 18:38:36.533571 | fa163e52-58d3-a0e4-1fd1-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-08 18:38:36.534645 | fa163e52-58d3-a0e4-1fd1-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.297732 | 0.04s 2025-10-08 18:38:36.542194 | fa163e52-58d3-a0e4-1fd1-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-08 18:38:36.580751 | fa163e52-58d3-a0e4-1fd1-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-08 18:38:36.582126 | fa163e52-58d3-a0e4-1fd1-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.345214 | 0.04s 2025-10-08 18:38:36.590936 | fa163e52-58d3-a0e4-1fd1-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-08 18:38:36.650199 | fa163e52-58d3-a0e4-1fd1-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-08 18:38:36.651459 | fa163e52-58d3-a0e4-1fd1-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.414547 | 0.06s 2025-10-08 18:38:36.659464 | fa163e52-58d3-a0e4-1fd1-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-08 18:38:36.779438 | fa163e52-58d3-a0e4-1fd1-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', '_admin', 'mon', 'osd'], 'service_type': 'host'} 2025-10-08 18:38:36.781368 | fa163e52-58d3-a0e4-1fd1-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.544449 | 0.12s 2025-10-08 18:38:36.794005 | fa163e52-58d3-a0e4-1fd1-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-08 18:38:36.809059 | fa163e52-58d3-a0e4-1fd1-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-08 18:38:36.821482 | fa163e52-58d3-a0e4-1fd1-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-08 18:38:36.828300 | fa163e52-58d3-a0e4-1fd1-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.591377 | 0.17s 2025-10-08 18:38:36.837311 | fa163e52-58d3-a0e4-1fd1-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-08 18:38:36.925024 | fa163e52-58d3-a0e4-1fd1-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', '_admin', 'mon', 'osd'], 'service_type': 'host'} 2025-10-08 18:38:36.937451 | fa163e52-58d3-a0e4-1fd1-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-08 18:38:36.952668 | fa163e52-58d3-a0e4-1fd1-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-08 18:38:36.965272 | fa163e52-58d3-a0e4-1fd1-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-08 18:38:36.971288 | fa163e52-58d3-a0e4-1fd1-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.734364 | 0.13s 2025-10-08 18:38:36.979810 | fa163e52-58d3-a0e4-1fd1-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-08 18:38:37.027808 | fa163e52-58d3-a0e4-1fd1-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-08 18:38:37.029041 | fa163e52-58d3-a0e4-1fd1-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.792128 | 0.05s 2025-10-08 18:38:37.037772 | fa163e52-58d3-a0e4-1fd1-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-08 18:38:37.065443 | fa163e52-58d3-a0e4-1fd1-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-08 18:38:37.066595 | fa163e52-58d3-a0e4-1fd1-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.829682 | 0.03s 2025-10-08 18:38:37.067529 | fa163e52-58d3-a0e4-1fd1-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.830627 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-08 18:38:37.138781 | fa163e52-58d3-a0e4-1fd1-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-08 18:38:37.165704 | fa163e52-58d3-a0e4-1fd1-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-08 18:38:37.166543 | fa163e52-58d3-a0e4-1fd1-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.929636 | 0.03s 2025-10-08 18:38:37.172574 | fa163e52-58d3-a0e4-1fd1-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-08 18:38:37.401049 | fa163e52-58d3-a0e4-1fd1-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-08 18:38:37.402569 | fa163e52-58d3-a0e4-1fd1-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.165656 | 0.23s 2025-10-08 18:38:37.411344 | fa163e52-58d3-a0e4-1fd1-000000000019 | TASK | Set IP address of first monitor 2025-10-08 18:38:37.459350 | fa163e52-58d3-a0e4-1fd1-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-08 18:38:37.460363 | fa163e52-58d3-a0e4-1fd1-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.223459 | 0.05s 2025-10-08 18:38:37.474427 | fa163e52-58d3-a0e4-1fd1-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-08 18:38:37.520909 | fa163e52-58d3-a0e4-1fd1-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-08 18:38:37.521701 | fa163e52-58d3-a0e4-1fd1-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.284800 | 0.05s 2025-10-08 18:38:37.527521 | fa163e52-58d3-a0e4-1fd1-000000000021 | TASK | Install cephadm package 2025-10-08 18:38:40.453005 | fa163e52-58d3-a0e4-1fd1-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-08 18:38:40.454351 | fa163e52-58d3-a0e4-1fd1-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.217439 | 2.93s 2025-10-08 18:38:40.463865 | fa163e52-58d3-a0e4-1fd1-000000000022 | TASK | Stat cephadm file 2025-10-08 18:38:40.825035 | fa163e52-58d3-a0e4-1fd1-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-08 18:38:40.825871 | fa163e52-58d3-a0e4-1fd1-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.588969 | 0.36s 2025-10-08 18:38:40.830343 | fa163e52-58d3-a0e4-1fd1-000000000023 | TASK | Fail if cephadm is not available 2025-10-08 18:38:40.855563 | fa163e52-58d3-a0e4-1fd1-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-08 18:38:40.856110 | fa163e52-58d3-a0e4-1fd1-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.619211 | 0.03s 2025-10-08 18:38:40.860519 | fa163e52-58d3-a0e4-1fd1-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-08 18:38:41.667096 | fa163e52-58d3-a0e4-1fd1-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-08 18:38:41.668448 | fa163e52-58d3-a0e4-1fd1-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.431537 | 0.81s 2025-10-08 18:38:41.677777 | fa163e52-58d3-a0e4-1fd1-000000000026 | TASK | Set list of found FSIDs 2025-10-08 18:38:41.778032 | fa163e52-58d3-a0e4-1fd1-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-08 18:38:41.778812 | fa163e52-58d3-a0e4-1fd1-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.541910 | 0.10s 2025-10-08 18:38:41.783425 | fa163e52-58d3-a0e4-1fd1-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-08 18:38:41.891724 | fa163e52-58d3-a0e4-1fd1-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-08 18:38:41.893037 | fa163e52-58d3-a0e4-1fd1-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.656119 | 0.11s 2025-10-08 18:38:41.901877 | fa163e52-58d3-a0e4-1fd1-000000000028 | TASK | Set FSID to the discovered value 2025-10-08 18:38:41.990841 | fa163e52-58d3-a0e4-1fd1-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-08 18:38:41.992188 | fa163e52-58d3-a0e4-1fd1-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.755277 | 0.09s 2025-10-08 18:38:42.001397 | fa163e52-58d3-a0e4-1fd1-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-08 18:38:42.114731 | fa163e52-58d3-a0e4-1fd1-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-08 18:38:42.115998 | fa163e52-58d3-a0e4-1fd1-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.879087 | 0.11s 2025-10-08 18:38:42.125270 | fa163e52-58d3-a0e4-1fd1-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-08 18:38:42.224274 | fa163e52-58d3-a0e4-1fd1-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-08 18:38:42.225495 | fa163e52-58d3-a0e4-1fd1-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.988584 | 0.10s 2025-10-08 18:38:42.234767 | fa163e52-58d3-a0e4-1fd1-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-08 18:38:42.568750 | fa163e52-58d3-a0e4-1fd1-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-08 18:38:42.570104 | fa163e52-58d3-a0e4-1fd1-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.333193 | 0.33s 2025-10-08 18:38:42.579413 | fa163e52-58d3-a0e4-1fd1-00000000002d | TASK | Ensure specs directory exists 2025-10-08 18:38:42.804829 | fa163e52-58d3-a0e4-1fd1-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-08 18:38:42.806159 | fa163e52-58d3-a0e4-1fd1-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.569248 | 0.23s 2025-10-08 18:38:42.819942 | fa163e52-58d3-a0e4-1fd1-00000000002e | TASK | Stat spec file on ansible host 2025-10-08 18:38:43.013080 | fa163e52-58d3-a0e4-1fd1-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e52-58d3-a0e4-1fd1-00000000002e') missing from stats 2025-10-08 18:38:43.026195 | fa163e52-58d3-a0e4-1fd1-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-08 18:38:43.607973 | fa163e52-58d3-a0e4-1fd1-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-08 18:38:43.609587 | fa163e52-58d3-a0e4-1fd1-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.372674 | 0.58s 2025-10-08 18:38:43.623594 | fa163e52-58d3-a0e4-1fd1-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-08 18:38:43.903608 | fa163e52-58d3-a0e4-1fd1-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e52-58d3-a0e4-1fd1-000000000031') missing from stats 2025-10-08 18:38:43.914415 | fa163e52-58d3-a0e4-1fd1-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-08 18:38:44.378436 | fa163e52-58d3-a0e4-1fd1-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-08 18:38:44.379800 | fa163e52-58d3-a0e4-1fd1-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.142888 | 0.46s 2025-10-08 18:38:44.403581 | fa163e52-58d3-a0e4-1fd1-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-08 18:38:44.473195 | fa163e52-58d3-a0e4-1fd1-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-08 18:38:44.474505 | fa163e52-58d3-a0e4-1fd1-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.237593 | 0.07s 2025-10-08 18:38:44.491160 | fa163e52-58d3-a0e4-1fd1-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-08 18:38:44.551937 | fa163e52-58d3-a0e4-1fd1-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-08 18:38:44.553214 | fa163e52-58d3-a0e4-1fd1-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.316302 | 0.06s 2025-10-08 18:38:44.562497 | fa163e52-58d3-a0e4-1fd1-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-08 18:38:44.814562 | fa163e52-58d3-a0e4-1fd1-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-08 18:38:44.816263 | fa163e52-58d3-a0e4-1fd1-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.579346 | 0.25s 2025-10-08 18:38:45.020407 | fa163e52-58d3-a0e4-1fd1-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-08 18:38:45.021537 | fa163e52-58d3-a0e4-1fd1-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.784627 | 0.46s 2025-10-08 18:38:45.028512 | fa163e52-58d3-a0e4-1fd1-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.791599 | 0.46s 2025-10-08 18:38:45.040149 | fa163e52-58d3-a0e4-1fd1-000000000065 | TASK | Fail if necessary files are missing 2025-10-08 18:38:45.143253 | fa163e52-58d3-a0e4-1fd1-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': 260049880, 'dev': 64516, 'nlink': 1, 'atime': 1759948688.4482958, 'mtime': 1759948688.26129, 'ctime': 1759948688.450296, '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': 'd4f650acdc4d8a9d51265f20b8771f484472c89a', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3785873353', '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-08 18:38:45.150640 | fa163e52-58d3-a0e4-1fd1-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': 285216745, 'dev': 64516, 'nlink': 1, 'atime': 1759948688.942311, 'mtime': 1759948688.7633057, 'ctime': 1759948688.945311, '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': 'd68ec74762c88383f7382be7c6683213371818ae', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1126769973', '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-08 18:38:45.185378 | fa163e52-58d3-a0e4-1fd1-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.948443 | 0.14s 2025-10-08 18:38:45.194545 | fa163e52-58d3-a0e4-1fd1-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-08 18:38:45.432862 | fa163e52-58d3-a0e4-1fd1-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-08 18:38:45.434452 | fa163e52-58d3-a0e4-1fd1-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.197539 | 0.24s 2025-10-08 18:38:45.441917 | fa163e52-58d3-a0e4-1fd1-000000000068 | TASK | Run cephadm bootstrap 2025-10-08 18:39:51.560976 | fa163e52-58d3-a0e4-1fd1-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-08 18:39:51.561878 | fa163e52-58d3-a0e4-1fd1-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:15.324976 | 66.12s 2025-10-08 18:39:51.569570 | fa163e52-58d3-a0e4-1fd1-000000000069 | TASK | Show results of bootstrap 2025-10-08 18:39:51.625426 | fa163e52-58d3-a0e4-1fd1-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-08 18:39:51.626462 | fa163e52-58d3-a0e4-1fd1-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:15.389556 | 0.06s 2025-10-08 18:39:51.633349 | fa163e52-58d3-a0e4-1fd1-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-08 18:39:51.671933 | fa163e52-58d3-a0e4-1fd1-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.435020 | 0.04s 2025-10-08 18:39:51.683866 | 139a5d46-d31d-4e09-bbc2-45774db84ee9 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-08 18:39:51.699397 | fa163e52-58d3-a0e4-1fd1-00000000020b | TASK | Set ceph CLI 2025-10-08 18:39:51.891376 | fa163e52-58d3-a0e4-1fd1-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-08 18:39:51.892634 | fa163e52-58d3-a0e4-1fd1-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:15.655722 | 0.19s 2025-10-08 18:39:51.902733 | fa163e52-58d3-a0e4-1fd1-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-08 18:39:52.839847 | fa163e52-58d3-a0e4-1fd1-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-08 18:39:52.841399 | fa163e52-58d3-a0e4-1fd1-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:16.604486 | 0.94s 2025-10-08 18:39:52.851711 | fa163e52-58d3-a0e4-1fd1-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-08 18:39:53.850898 | fa163e52-58d3-a0e4-1fd1-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-08 18:39:53.852639 | fa163e52-58d3-a0e4-1fd1-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:17.615720 | 1.00s 2025-10-08 18:39:53.864732 | fa163e52-58d3-a0e4-1fd1-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-08 18:39:53.911613 | fa163e52-58d3-a0e4-1fd1-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-08 18:39:53.912569 | fa163e52-58d3-a0e4-1fd1-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:17.675665 | 0.05s 2025-10-08 18:39:53.923875 | fa163e52-58d3-a0e4-1fd1-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-08 18:39:53.971511 | fa163e52-58d3-a0e4-1fd1-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-08 18:39:53.972399 | fa163e52-58d3-a0e4-1fd1-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:17.735496 | 0.05s 2025-10-08 18:39:53.979205 | fa163e52-58d3-a0e4-1fd1-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-08 18:39:54.013226 | fa163e52-58d3-a0e4-1fd1-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-08 18:39:54.014067 | fa163e52-58d3-a0e4-1fd1-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:17.777163 | 0.03s 2025-10-08 18:39:54.020055 | fa163e52-58d3-a0e4-1fd1-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-08 18:39:54.097298 | fa163e52-58d3-a0e4-1fd1-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-08 18:39:54.098966 | fa163e52-58d3-a0e4-1fd1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.862047 | 0.08s 2025-10-08 18:39:54.104460 | fa163e52-58d3-a0e4-1fd1-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-08 18:39:54.105258 | fa163e52-58d3-a0e4-1fd1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.868356 | 0.08s 2025-10-08 18:39:54.115219 | fa163e52-58d3-a0e4-1fd1-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-08 18:39:54.116044 | fa163e52-58d3-a0e4-1fd1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.879141 | 0.10s 2025-10-08 18:39:54.121737 | fa163e52-58d3-a0e4-1fd1-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-08 18:39:54.122735 | fa163e52-58d3-a0e4-1fd1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.885832 | 0.10s 2025-10-08 18:39:54.133115 | fa163e52-58d3-a0e4-1fd1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.896203 | 0.11s 2025-10-08 18:39:54.152438 | fa163e52-58d3-a0e4-1fd1-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-08 18:39:54.285295 | fa163e52-58d3-a0e4-1fd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-08 18:39:54.344200 | fa163e52-58d3-a0e4-1fd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-08 18:39:54.403612 | fa163e52-58d3-a0e4-1fd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-08 18:39:54.467501 | fa163e52-58d3-a0e4-1fd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-08 18:39:54.529123 | fa163e52-58d3-a0e4-1fd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-08 18:39:54.584543 | fa163e52-58d3-a0e4-1fd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-08 18:39:54.643377 | fa163e52-58d3-a0e4-1fd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-08 18:39:54.697191 | fa163e52-58d3-a0e4-1fd1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-08 18:39:54.703798 | fa163e52-58d3-a0e4-1fd1-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:18.466857 | 0.55s 2025-10-08 18:39:54.716963 | fa163e52-58d3-a0e4-1fd1-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-08 18:39:55.775040 | fa163e52-58d3-a0e4-1fd1-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-08 18:39:55.776971 | fa163e52-58d3-a0e4-1fd1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.540048 | 1.06s 2025-10-08 18:39:56.672772 | fa163e52-58d3-a0e4-1fd1-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-08 18:39:56.673569 | fa163e52-58d3-a0e4-1fd1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.436670 | 1.95s 2025-10-08 18:39:57.758958 | fa163e52-58d3-a0e4-1fd1-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-08 18:39:57.760104 | fa163e52-58d3-a0e4-1fd1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.523199 | 3.04s 2025-10-08 18:39:58.666876 | fa163e52-58d3-a0e4-1fd1-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-08 18:39:58.667537 | fa163e52-58d3-a0e4-1fd1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.430640 | 3.95s 2025-10-08 18:39:58.673590 | fa163e52-58d3-a0e4-1fd1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.436688 | 3.96s 2025-10-08 18:39:58.686870 | fa163e52-58d3-a0e4-1fd1-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-08 18:39:58.901883 | fa163e52-58d3-a0e4-1fd1-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-08 18:39:58.902772 | fa163e52-58d3-a0e4-1fd1-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:22.665867 | 0.21s 2025-10-08 18:39:58.906538 | fa163e52-58d3-a0e4-1fd1-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:22.669636 | 0.22s 2025-10-08 18:39:58.915390 | fa163e52-58d3-a0e4-1fd1-0000000000a7 | TASK | Fail if spec file is missing 2025-10-08 18:39:58.962279 | fa163e52-58d3-a0e4-1fd1-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': 897583765, 'dev': 64516, 'nlink': 1, 'atime': 1759948723.5755277, 'mtime': 1759948723.259518, 'ctime': 1759948723.5785277, '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': '1b9fd0a28a79104f8d8916f6e3e66ad1cca57874', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1252368303', '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-08 18:39:58.973810 | fa163e52-58d3-a0e4-1fd1-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:22.736896 | 0.06s 2025-10-08 18:39:58.984204 | fa163e52-58d3-a0e4-1fd1-0000000000a8 | TASK | Get ceph_cli 2025-10-08 18:39:59.002745 | fa163e52-58d3-a0e4-1fd1-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:22.765786 | 0.02s 2025-10-08 18:39:59.015096 | b9c2e332-eeef-4d1f-b98e-ae3d7f80be08 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-08 18:39:59.033276 | fa163e52-58d3-a0e4-1fd1-000000000270 | TASK | Set ceph CLI 2025-10-08 18:39:59.233640 | fa163e52-58d3-a0e4-1fd1-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-08 18:39:59.234397 | fa163e52-58d3-a0e4-1fd1-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:22.997496 | 0.20s 2025-10-08 18:39:59.238984 | fa163e52-58d3-a0e4-1fd1-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-08 18:40:00.464065 | fa163e52-58d3-a0e4-1fd1-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-08 18:40:00.465497 | fa163e52-58d3-a0e4-1fd1-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:24.228585 | 1.23s 2025-10-08 18:40:00.475343 | fa163e52-58d3-a0e4-1fd1-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-08 18:40:00.536704 | fa163e52-58d3-a0e4-1fd1-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-08 18:40:00.537802 | fa163e52-58d3-a0e4-1fd1-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:24.300891 | 0.06s 2025-10-08 18:40:00.547354 | fa163e52-58d3-a0e4-1fd1-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-08 18:40:00.568556 | fa163e52-58d3-a0e4-1fd1-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:24.331636 | 0.02s 2025-10-08 18:40:00.594516 | 1b71cba6-9e06-4b77-a233-70aba5b9559c | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-08 18:40:00.613250 | fa163e52-58d3-a0e4-1fd1-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-08 18:40:00.659883 | fa163e52-58d3-a0e4-1fd1-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-08 18:40:00.661112 | fa163e52-58d3-a0e4-1fd1-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:24.424200 | 0.05s 2025-10-08 18:40:00.672674 | fa163e52-58d3-a0e4-1fd1-0000000002a8 | TASK | set cephadm debug level 2025-10-08 18:40:00.729878 | fa163e52-58d3-a0e4-1fd1-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-08 18:40:00.731116 | fa163e52-58d3-a0e4-1fd1-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:24.494205 | 0.06s 2025-10-08 18:40:00.740358 | fa163e52-58d3-a0e4-1fd1-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-08 18:40:00.822986 | fa163e52-58d3-a0e4-1fd1-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-08 18:40:00.824356 | fa163e52-58d3-a0e4-1fd1-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:24.587444 | 0.08s 2025-10-08 18:40:00.834287 | fa163e52-58d3-a0e4-1fd1-0000000002aa | TASK | set container image base in ceph configuration 2025-10-08 18:40:01.755896 | fa163e52-58d3-a0e4-1fd1-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-08 18:40:01.757496 | fa163e52-58d3-a0e4-1fd1-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:25.520581 | 0.92s 2025-10-08 18:40:01.768031 | fa163e52-58d3-a0e4-1fd1-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-08 18:40:01.838565 | fa163e52-58d3-a0e4-1fd1-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-08 18:40:01.840010 | fa163e52-58d3-a0e4-1fd1-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:25.603098 | 0.07s 2025-10-08 18:40:01.849353 | fa163e52-58d3-a0e4-1fd1-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-08 18:40:01.899804 | fa163e52-58d3-a0e4-1fd1-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-08 18:40:01.901112 | fa163e52-58d3-a0e4-1fd1-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:25.664194 | 0.05s 2025-10-08 18:40:01.910655 | fa163e52-58d3-a0e4-1fd1-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-08 18:40:01.958024 | fa163e52-58d3-a0e4-1fd1-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-08 18:40:01.959316 | fa163e52-58d3-a0e4-1fd1-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:25.722403 | 0.05s 2025-10-08 18:40:01.972055 | fa163e52-58d3-a0e4-1fd1-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-08 18:40:02.022577 | fa163e52-58d3-a0e4-1fd1-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-08 18:40:02.023825 | fa163e52-58d3-a0e4-1fd1-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:25.786914 | 0.05s 2025-10-08 18:40:02.032907 | fa163e52-58d3-a0e4-1fd1-0000000000ac | TASK | Apply spec 2025-10-08 18:40:03.560713 | fa163e52-58d3-a0e4-1fd1-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-08 18:40:03.561987 | fa163e52-58d3-a0e4-1fd1-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:27.325075 | 1.53s 2025-10-08 18:40:03.571262 | fa163e52-58d3-a0e4-1fd1-0000000000ad | TASK | Show results of spec apply 2025-10-08 18:40:03.627905 | fa163e52-58d3-a0e4-1fd1-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-08 18:40:03.628840 | fa163e52-58d3-a0e4-1fd1-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:27.391932 | 0.06s 2025-10-08 18:40:03.636153 | fa163e52-58d3-a0e4-1fd1-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-08 18:40:03.700701 | fa163e52-58d3-a0e4-1fd1-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:27.463771 | 0.06s 2025-10-08 18:40:03.713393 | b126605e-95df-4c70-9892-215fed2ada61 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-08 18:40:03.735795 | fa163e52-58d3-a0e4-1fd1-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-08 18:40:04.787023 | fa163e52-58d3-a0e4-1fd1-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-08 18:40:35.787269 | fa163e52-58d3-a0e4-1fd1-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-08 18:40:35.788426 | fa163e52-58d3-a0e4-1fd1-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:59.551517 | 32.05s 2025-10-08 18:40:35.805239 | fa163e52-58d3-a0e4-1fd1-0000000000c9 | TASK | Get ceph_cli 2025-10-08 18:40:35.843013 | fa163e52-58d3-a0e4-1fd1-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-08 18:40:35.844212 | fa163e52-58d3-a0e4-1fd1-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.607300 | 0.04s 2025-10-08 18:40:35.853108 | fa163e52-58d3-a0e4-1fd1-0000000000ca | TASK | Collect ceph config dump 2025-10-08 18:40:35.890264 | fa163e52-58d3-a0e4-1fd1-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-08 18:40:35.891513 | fa163e52-58d3-a0e4-1fd1-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:59.654602 | 0.04s 2025-10-08 18:40:35.900236 | fa163e52-58d3-a0e4-1fd1-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-08 18:40:35.967774 | fa163e52-58d3-a0e4-1fd1-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-08 18:40:35.968935 | fa163e52-58d3-a0e4-1fd1-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:59.732025 | 0.07s 2025-10-08 18:40:35.977668 | fa163e52-58d3-a0e4-1fd1-0000000000cc | TASK | Create pool 2025-10-08 18:40:36.045049 | fa163e52-58d3-a0e4-1fd1-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:59.808129 | 0.07s 2025-10-08 18:40:36.054349 | fa163e52-58d3-a0e4-1fd1-0000000000cd | TASK | Enable application on Ceph pools 2025-10-08 18:40:36.111260 | fa163e52-58d3-a0e4-1fd1-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:59.874340 | 0.06s 2025-10-08 18:40:36.121095 | fa163e52-58d3-a0e4-1fd1-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-08 18:40:36.157515 | fa163e52-58d3-a0e4-1fd1-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-08 18:40:36.158778 | fa163e52-58d3-a0e4-1fd1-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:59.921867 | 0.04s 2025-10-08 18:40:36.167633 | fa163e52-58d3-a0e4-1fd1-0000000000d0 | TASK | Set trash interval 2025-10-08 18:40:36.257783 | fa163e52-58d3-a0e4-1fd1-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-08 18:40:36.268680 | fa163e52-58d3-a0e4-1fd1-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:00.031763 | 0.10s 2025-10-08 18:40:36.286196 | fa163e52-58d3-a0e4-1fd1-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-08 18:40:36.354644 | fa163e52-58d3-a0e4-1fd1-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:00.117726 | 0.07s 2025-10-08 18:40:36.366098 | fa163e52-58d3-a0e4-1fd1-0000000000e9 | TASK | Get ceph_cli 2025-10-08 18:40:36.405430 | fa163e52-58d3-a0e4-1fd1-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-08 18:40:36.406672 | fa163e52-58d3-a0e4-1fd1-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.169761 | 0.04s 2025-10-08 18:40:36.415208 | fa163e52-58d3-a0e4-1fd1-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-08 18:40:36.472165 | fa163e52-58d3-a0e4-1fd1-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:00.235245 | 0.06s 2025-10-08 18:40:36.488579 | fa163e52-58d3-a0e4-1fd1-0000000000f9 | TASK | Get ceph_cli 2025-10-08 18:40:36.528228 | fa163e52-58d3-a0e4-1fd1-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-08 18:40:36.529276 | fa163e52-58d3-a0e4-1fd1-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.292366 | 0.04s 2025-10-08 18:40:36.538172 | fa163e52-58d3-a0e4-1fd1-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-08 18:40:36.579245 | fa163e52-58d3-a0e4-1fd1-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-08 18:40:36.580264 | fa163e52-58d3-a0e4-1fd1-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:00.343355 | 0.04s 2025-10-08 18:40:36.588501 | fa163e52-58d3-a0e4-1fd1-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-08 18:40:36.628213 | fa163e52-58d3-a0e4-1fd1-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-08 18:40:36.629188 | fa163e52-58d3-a0e4-1fd1-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:00.392280 | 0.04s 2025-10-08 18:40:36.638027 | fa163e52-58d3-a0e4-1fd1-0000000000fc | TASK | Extract mons_json 2025-10-08 18:40:36.675421 | fa163e52-58d3-a0e4-1fd1-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-08 18:40:36.676423 | fa163e52-58d3-a0e4-1fd1-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:00.439515 | 0.04s 2025-10-08 18:40:36.684663 | fa163e52-58d3-a0e4-1fd1-0000000000fd | TASK | Build mons_list 2025-10-08 18:40:36.731411 | fa163e52-58d3-a0e4-1fd1-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-08 18:40:36.732387 | fa163e52-58d3-a0e4-1fd1-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:00.495479 | 0.05s 2025-10-08 18:40:36.740489 | fa163e52-58d3-a0e4-1fd1-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-08 18:40:36.779672 | fa163e52-58d3-a0e4-1fd1-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-08 18:40:36.780636 | fa163e52-58d3-a0e4-1fd1-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:00.543727 | 0.04s 2025-10-08 18:40:36.789652 | fa163e52-58d3-a0e4-1fd1-0000000000ff | TASK | Verify the keyring 2025-10-08 18:40:36.856652 | fa163e52-58d3-a0e4-1fd1-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:00.619741 | 0.07s 2025-10-08 18:40:36.869964 | fa163e52-58d3-a0e4-1fd1-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-08 18:40:36.908035 | fa163e52-58d3-a0e4-1fd1-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-08 18:40:36.909004 | fa163e52-58d3-a0e4-1fd1-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:00.672096 | 0.04s 2025-10-08 18:40:36.922139 | fa163e52-58d3-a0e4-1fd1-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-08 18:40:36.959744 | fa163e52-58d3-a0e4-1fd1-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-08 18:40:36.960726 | fa163e52-58d3-a0e4-1fd1-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:00.723792 | 0.04s 2025-10-08 18:40:36.976758 | fa163e52-58d3-a0e4-1fd1-00000000011c | TASK | Get ceph_cli 2025-10-08 18:40:37.002829 | fa163e52-58d3-a0e4-1fd1-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.765917 | 0.02s 2025-10-08 18:40:37.012872 | a190ab75-8012-4248-b2e9-5fa92caa8f43 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-08 18:40:37.025560 | fa163e52-58d3-a0e4-1fd1-0000000003c0 | TASK | Set ceph CLI 2025-10-08 18:40:37.184887 | fa163e52-58d3-a0e4-1fd1-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-08 18:40:37.185892 | fa163e52-58d3-a0e4-1fd1-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:00.948979 | 0.16s 2025-10-08 18:40:37.194344 | fa163e52-58d3-a0e4-1fd1-00000000011d | TASK | Get the ceph orchestrator status 2025-10-08 18:40:38.033813 | fa163e52-58d3-a0e4-1fd1-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-08 18:40:38.035533 | fa163e52-58d3-a0e4-1fd1-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:01.798622 | 0.84s 2025-10-08 18:40:38.044404 | fa163e52-58d3-a0e4-1fd1-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-08 18:40:38.101915 | fa163e52-58d3-a0e4-1fd1-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-08 18:40:38.102947 | fa163e52-58d3-a0e4-1fd1-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:01.866036 | 0.06s 2025-10-08 18:40:38.111792 | fa163e52-58d3-a0e4-1fd1-000000000120 | TASK | Show the deployed daemons 2025-10-08 18:40:39.009522 | fa163e52-58d3-a0e4-1fd1-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-08 18:40:39.011053 | fa163e52-58d3-a0e4-1fd1-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:02.774141 | 0.90s 2025-10-08 18:40:39.021234 | fa163e52-58d3-a0e4-1fd1-000000000121 | TASK | Deployed daemons 2025-10-08 18:40:39.079991 | fa163e52-58d3-a0e4-1fd1-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-08 18:40:39.081058 | fa163e52-58d3-a0e4-1fd1-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:02.844146 | 0.06s 2025-10-08 18:40:39.090553 | fa163e52-58d3-a0e4-1fd1-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-08 18:40:39.973812 | fa163e52-58d3-a0e4-1fd1-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-08 18:40:39.975225 | fa163e52-58d3-a0e4-1fd1-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:03.738312 | 0.88s 2025-10-08 18:40:39.986104 | fa163e52-58d3-a0e4-1fd1-000000000123 | TASK | Ceph cluster status 2025-10-08 18:40:40.024792 | fa163e52-58d3-a0e4-1fd1-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 42cd426c-4d58-5d11-aa0b-15823ec201b6", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 80s)", " mgr: standalone.rmvsps(active, since 64s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-10-08 18:40:40.026060 | fa163e52-58d3-a0e4-1fd1-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:03.789149 | 0.04s 2025-10-08 18:40:40.048676 | fa163e52-58d3-a0e4-1fd1-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-08 18:40:40.670553 | fa163e52-58d3-a0e4-1fd1-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e52-58d3-a0e4-1fd1-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-08 18:40:40.689111 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 18:40:40.689354 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 18:40:40.689598 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:04.452701 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 18:40:40.689943 | UUID | Info | Host | Task Name | Run Time 2025-10-08 18:40:40.690224 | fa163e52-58d3-a0e4-1fd1-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 66.12s 2025-10-08 18:40:40.690524 | fa163e52-58d3-a0e4-1fd1-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.05s 2025-10-08 18:40:40.690788 | fa163e52-58d3-a0e4-1fd1-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.96s 2025-10-08 18:40:40.691092 | fa163e52-58d3-a0e4-1fd1-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 2.93s 2025-10-08 18:40:40.691343 | fa163e52-58d3-a0e4-1fd1-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.53s 2025-10-08 18:40:40.691610 | fa163e52-58d3-a0e4-1fd1-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.23s 2025-10-08 18:40:40.691913 | fa163e52-58d3-a0e4-1fd1-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.00s 2025-10-08 18:40:40.692174 | fa163e52-58d3-a0e4-1fd1-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.94s 2025-10-08 18:40:40.692458 | fa163e52-58d3-a0e4-1fd1-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.92s 2025-10-08 18:40:40.692727 | fa163e52-58d3-a0e4-1fd1-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.90s 2025-10-08 18:40:40.693042 | fa163e52-58d3-a0e4-1fd1-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.88s 2025-10-08 18:40:40.693288 | fa163e52-58d3-a0e4-1fd1-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.84s 2025-10-08 18:40:40.693699 | fa163e52-58d3-a0e4-1fd1-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.81s 2025-10-08 18:40:40.693953 | fa163e52-58d3-a0e4-1fd1-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.58s 2025-10-08 18:40:40.694218 | fa163e52-58d3-a0e4-1fd1-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.55s 2025-10-08 18:40:40.694483 | fa163e52-58d3-a0e4-1fd1-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.46s 2025-10-08 18:40:40.694749 | fa163e52-58d3-a0e4-1fd1-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.46s 2025-10-08 18:40:40.695017 | fa163e52-58d3-a0e4-1fd1-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.36s 2025-10-08 18:40:40.695270 | fa163e52-58d3-a0e4-1fd1-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.33s 2025-10-08 18:40:40.695528 | fa163e52-58d3-a0e4-1fd1-000000000066 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | 0.24s 2025-10-08 18:40:40.695817 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-41 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-10-08 18:40:43.738 40379 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-08 18:40:43.762 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.762 40379 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-08 18:40:43.764 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.764 40379 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-08 18:40:43.765 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.766 40379 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-08 18:40:43.767 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.767 40379 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-08 18:40:43.769 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.769 40379 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-08 18:40:43.771 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.771 40379 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-08 18:40:43.795 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.795 40379 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-08 18:40:43.812 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.812 40379 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-08 18:40:43.814 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.814 40379 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-08 18:40:43.815 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.816 40379 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-08 18:40:43.817 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.817 40379 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-08 18:40:43.819 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.819 40379 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-08 18:40:43.821 40379 INFO migrate.versioning.api [-] done 2025-10-08 18:40:43.821 40379 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-08 18:40:43.843 40379 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-08 18:40:51Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:40:52Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:52Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:40:52Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:52Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 18:40:52Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:40:53Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:53Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-08 18:40:53Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:40:53Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:53Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-08 18:40:54Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:54Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:40:54Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:54Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-08 18:40:54Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:40:54Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:54Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-08 18:40:54Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:54Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 18:40:54Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:40:55Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:55Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-08 18:40:55Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:40:55Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-08 18:40:55Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:55Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:55Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 18:40:55Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:40:56Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:56Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:40:56Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:56Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-08 18:40:56Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-08 18:40:56Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:56Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 18:40:56Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:40:56Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 18:40:56Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:56Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:40:57Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:57Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-08 18:40:57Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:57Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-08 18:40:57Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-08 18:40:57Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:57Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-08 18:40:58Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:58Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-08 18:40:58Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:58Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-08 18:40:59Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:40:59Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-08 18:41:00Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:00Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-08 18:41:00Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:00Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-08 18:41:01Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:01Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:01Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:01Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:01Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:01Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:01Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:01Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-08 18:41:01Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-08 18:41:01Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-08 18:41:02Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 18:41:02Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 18:41:02Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 18:41:02Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 18:41:02Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:02Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:02Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:02Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-08 18:41:02Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:03Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-08 18:41:03Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:03Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:03Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-08 18:41:05Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-08 18:41:05Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:05Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-08 18:41:05Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:05Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:05Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:07Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:41:10Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:10Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:41:11Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:11Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:41:11Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 18:41:12Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:13Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:41:13Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:14Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-08 18:41:15Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:15Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:15Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:16Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:16Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:41:17Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:17Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:41:17Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 18:41:18Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:19Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:41:19Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:20Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-08 18:41:20Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:20Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:20Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:20Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:41:21Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:22Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:22Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:41:23Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:23Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:25Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-08 18:41:26Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:26Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:26Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:27Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:27Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:41:27Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 18:41:28Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:29Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:29Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:41:30Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:41:30Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:31Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-08 18:41:31Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:33Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-08 18:41:33Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:33Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:33Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:33Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:41:34Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:35Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:35Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:41:36Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:36Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-08 18:41:37Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:37Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:37Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:41:37Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:37Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:41:37Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:38Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:38Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:38Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-08 18:41:38Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:38Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:41:38Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-08 18:41:41Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:42Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-08 18:41:42Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:43Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-08 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:45Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:45Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-08 18:41:47Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:47Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:47Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:47Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:41:48Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:49Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:41:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:41:50Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:51Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-08 18:41:52Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:52Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:52Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:52Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:52Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:52Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-08 18:41:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-08 18:41:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-08 18:41:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:54Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-08 18:41:54Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:55Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-08 18:41:55Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:56Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-08 18:41:57Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:57Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:57Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:57Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:41:57Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:57Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-08 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-08 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-08 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-08 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:41:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-08 18:41:59Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:00Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-08 18:42:00Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:00Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:00Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:01Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:01Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:01Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-08 18:42:01Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:01Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-08 18:42:02Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:02Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-08 18:42:02Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:03Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-08 18:42:03Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:03Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-08 18:42:04Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:04Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:04Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:04Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:04Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:04Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-08 18:42:05Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:05Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-08 18:42:05Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:05Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-08 18:42:05Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:06Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-08 18:42:06Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:07Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-08 18:42:07Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:07Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:07Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:09Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:09Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:42:10Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:10Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:10Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 18:42:10Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:11Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:11Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:11Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:42:12Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:12Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:12Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:12Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:12Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:42:12Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:12Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:12Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-08 18:42:14Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:14Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:14Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:15Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:15Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:42:15Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:16Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:16Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:16Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:17Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:17Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:18Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:42:18Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:18Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:18Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:42:19Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:19Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:19Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:19Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 18:42:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:42:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:42:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:42:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-08 18:42:24Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:25Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-08 18:42:26Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:26Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:27Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:27Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:42:28Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:29Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:29Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:42:30Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:30Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:30Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 18:42:30Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:31Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:31Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:31Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:42:32Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:32Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:32Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:33Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:33Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:33Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-08 18:42:34Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:34Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:34Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:35Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:35Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:42:35Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:36Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:36Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:37Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:37Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:42:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:38Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:42:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 18:42:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:42:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:42:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:42:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 18:42:44Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:45Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-08 18:42:46Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:46Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:47Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:47Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:47Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:47Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:48Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:42:48Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:48Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:42:48Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:49Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:49Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:50Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:50Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-08 18:42:50Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:51Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-08 18:42:51Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:51Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-08 18:42:52Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:52Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:52Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:53Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:53Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:54Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:54Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:42:54Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:42:54Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:42:55Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-08 18:42:56Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:57Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-08 18:42:57Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:57Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:42:57Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:57Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:42:58Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:42:59Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:42:59Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:00Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-08 18:43:01Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:02Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-08 18:43:02Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:02Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:02Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:03Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:03Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 18:43:03Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:43:04Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:05Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:05Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:05Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:43:06Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:07Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:07Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:07Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:43:07Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:07Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:07Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:08Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-08 18:43:08Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:09Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-08 18:43:10Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:10Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:10Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:10Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:12Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:12Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-08 18:43:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:13Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:43:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:14Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:14Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-08 18:43:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 18:43:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:43:16Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:16Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:43:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:43:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-08 18:43:20Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:21Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-08 18:43:22Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:22Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:22Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:23Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:23Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:23Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:43:24Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:25Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:25Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:43:26Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:26Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:26Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:43:26Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:26Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:43:26Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:27Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:43:27Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:28Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-08 18:43:28Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:28Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:28Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:29Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:30Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:43:30Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:31Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:43:31Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:31Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:32Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:43:32Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:32Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-08 18:43:33Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:33Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:33Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:34Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:34Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:34Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:43:35Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:36Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:36Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:43:37Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:43:37Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:38Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-08 18:43:39Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:39Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:39Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:39Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:39Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:39Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:40Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:40Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:41Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:41Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:41Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:43:41Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:41Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-08 18:43:41Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:43:42Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:42Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-08 18:43:42Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-08 18:43:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-08 18:43:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-08 18:43:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-08 18:43:45Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:46Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-08 18:43:46Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:47Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:47Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:48Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:48Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-08 18:43:49Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:49Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:49Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-08 18:43:49Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:49Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:43:49Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:43:51Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:51Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:51Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:43:51Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:52Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-08 18:43:52Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:52Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:52Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:53Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:53Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-08 18:43:54Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:54Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:55Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-08 18:43:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:43:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:55Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:55Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:43:56Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:43:57Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:43:58Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-08 18:43:59Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:59Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:43:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:43:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:43:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:00Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:00Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-08 18:44:01Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:01Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:02Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:02Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:02Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:44:03Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:04Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-08 18:44:04Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:05Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-08 18:44:06Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:06Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:06Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:07Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:07Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:07Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:07Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:08Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-08 18:44:08Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:08Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:08Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:08Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:10Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:11Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-08 18:44:12Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:12Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:12Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:12Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:12Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:13Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-08 18:44:13Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:13Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:13Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:13Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:13Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:13Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:13Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:14Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:14Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:14Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-08 18:44:15Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:16Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:16Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:44:17Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:17Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:17Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:17Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:17Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:44:17Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:44:18Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:19Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-08 18:44:20Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:20Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:20Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:21Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:21Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-08 18:44:22Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:22Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:23Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:23Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:23Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:44:24Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:24Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:24Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:24Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:44:24Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:25Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:44:25Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:26Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-08 18:44:27Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:28Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-08 18:44:28Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:28Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:28Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:28Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:29Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:30Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:30Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-08 18:44:31Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:31Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:32Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:44:32Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:33Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-08 18:44:34Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:34Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:37Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:37Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-08 18:44:38Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:44:39Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:44:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-08 18:44:42Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:43Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-08 18:44:44Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:44Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:44Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:44Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:45Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:46Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:46Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:47Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-08 18:44:47Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:47Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:47Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:47Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:48Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:49Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:49Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-08 18:44:50Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:50Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:51Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-08 18:44:52Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:53Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-08 18:44:53Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:53Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:54Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:54Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 18:44:54Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 18:44:55Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:55Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:56Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:57Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:57Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:44:58Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:58Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:44:58Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:44:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:44:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:44:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:44:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 18:44:59Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:00Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-08 18:45:01Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:01Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:02Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:02Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 18:45:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-08 18:45:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 18:45:04Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:05Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-08 18:45:05Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:05Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:05Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:06Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:07Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:08Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 18:45:09Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:09Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:45:10Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 18:45:10Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:10Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-08 18:45:11Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:11Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:11Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:11Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:12Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:13Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:13Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 18:45:14Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:14Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 18:45:15Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:45:15Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:16Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-08 18:45:17Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:17Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:17Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:17Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:17Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:17Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:45:17Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:18Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:18Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:45:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:19Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:45:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:45:21Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:21Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:45:22Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:45:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:24Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-08 18:45:25Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:45:25Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:26Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-08 18:45:27Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:27Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:27Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:28Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:45:29Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:45:30Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:30Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:30Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:45:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 18:45:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:45:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 18:45:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:45:33Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:34Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-08 18:45:35Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:35Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:35Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:35Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:35Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:35Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:35Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:45:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:37Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:37Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:37Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-08 18:45:37Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:37Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:45:37Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:38Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:38Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:45:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:45:40Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:40Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:45:41Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:41Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:45:42Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:43Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:45:43Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:44Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-08 18:45:44Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:45Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:45Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:46Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:45:47Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:45:48Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:48Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:48Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:45:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 18:45:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:45:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 18:45:51Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:45:51Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:52Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-08 18:45:52Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:52Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:52Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:54Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:54Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:45:55Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:55Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:45:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-08 18:45:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:57Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:57Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:45:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 18:45:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:45:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 18:45:59Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:45:59Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-08 18:46:00Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:00Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:00Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:02Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:02Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:02Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:04Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:05Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-08 18:46:05Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:05Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:05Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:05Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:06Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:06Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:06Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-08 18:46:07Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:07Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:07Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:08Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:08Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:09Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:09Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:09Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:09Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:10Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-08 18:46:11Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:11Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:11Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:11Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:11Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:11Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:11Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:12Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:12Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:13Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:13Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:13Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 18:46:14Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:15Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:15Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:15Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 18:46:16Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:16Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:17Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-08 18:46:17Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:17Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:17Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:17Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:18Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:18Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:19Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:21Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:21Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:21Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-08 18:46:22Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:22Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:22Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:22Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:23Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:24Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:24Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:25Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-08 18:46:25Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:25Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:25Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:25Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:27Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:28Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:28Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:28Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:29Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 18:46:30Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:30Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:30Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-08 18:46:31Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:31Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:31Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:32Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:32Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-08 18:46:33Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:33Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:34Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:34Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:35Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:36Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:37Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:38Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:38Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:39Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:39Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:39Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:40Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:40Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:40Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-08 18:46:40Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:41Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-08 18:46:42Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:42Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:42Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:42Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-08 18:46:42Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:43Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-08 18:46:43Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:44Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:44Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:45Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:45Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:46Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:46Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:46Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:47Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:48Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:48Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:49Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-08 18:46:49Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:49Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:49Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:50Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:50Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:50Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:51Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:52Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:52Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:53Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:53Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:54Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-08 18:46:55Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:55Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:55Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:56Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:56Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:57Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:57Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:57Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:58Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:59Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:59Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:00Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-08 18:47:00Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:01Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-08 18:47:02Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:02Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:02Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:03Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:03Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:04Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-08 18:47:04Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:04Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:06Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:08Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:08Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:08Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:08Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:10Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:10Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:10Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-08 18:47:11Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:12Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-08 18:47:12Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:13Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:13Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:14Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:14Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:14Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:47:15Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:15Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:15Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:15Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:47:15Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:16Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:16Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:17Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:17Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:17Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:17Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:17Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:17Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:18Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-08 18:47:18Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:19Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-08 18:47:19Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:20Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-08 18:47:21Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:21Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:21Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:21Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:21Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:22Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:23Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:24Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:24Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:25Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-08 18:47:25Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:26Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-08 18:47:27Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:28Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-08 18:47:28Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:29Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-08 18:47:30Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:30Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:30Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:31Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:31Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:31Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:32Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:33Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:33Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:33Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:33Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:34Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-08 18:47:34Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:34Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:34Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:34Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:34Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:35Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-08 18:47:36Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:36Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:36Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:37Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:37Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:38Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:38Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:38Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:38Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:39Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-08 18:47:39Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:40Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-08 18:47:40Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:42Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-08 18:47:42Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:43Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-08 18:47:43Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:43Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:44Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:44Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:44Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:44Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-08 18:47:45Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:45Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:45Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:46Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:46Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:46Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-08 18:47:46Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:47Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-08 18:47:47Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:47Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:47Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:47Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:47Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:48Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-08 18:47:48Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:49Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-08 18:47:51Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:52Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:52Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:52Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-08 18:47:52Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:52Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:52Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:53Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:53Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:53Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-08 18:47:53Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:54Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:54Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:54Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:54Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:54Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-08 18:47:54Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:54Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:54Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:55Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-08 18:47:55Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:55Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-08 18:47:55Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:55Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-08 18:47:56Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:56Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:56Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:56Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-08 18:47:56Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:56Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:56Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:57Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:57Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:57Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:57Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:57Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:58Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:58Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:58Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:58Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-08 18:47:58Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:58Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:58Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:59Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-08 18:47:59Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:59Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-08 18:47:59Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:59Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:59Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:59Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-08 18:47:59Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:00Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-08 18:48:00Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:00Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:00Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-08 18:48:00Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-08 18:48:00Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:00Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 18:48:00Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:01Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-08 18:48:01Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:01Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 18:48:01Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 18:48:01Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-08 18:48:01Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:01Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-08 18:48:02Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:02Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-08 18:48:02Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:02Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:03Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-08 18:48:03Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:03Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-08 18:48:03Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-08 18:48:03Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:03Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:03Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:03Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-08 18:48:03Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-08 18:48:03Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:03Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:03Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-08 18:48:04Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-08 18:48:04Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:05Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:05Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:05Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-08 18:48:06Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:06Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:06Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:06Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-08 18:48:07Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:08Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-08 18:48:08Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:09Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:09Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:09Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:09Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:09Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:09Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:10Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:10Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:10Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:10Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:10Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-08 18:48:10Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:11Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:11Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:11Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:11Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:11Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:12Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-08 18:48:12Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-08 18:48:12Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:13Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-08 18:48:13Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-08 18:48:14Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-08 18:48:14Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:14Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:14Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:14Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:14Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:14Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:14Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-08 18:48:14Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-08 18:48:14Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-08 18:48:14Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-08 18:48:14Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-08 18:48:14Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:14Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:14Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-08 18:48:14Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:14Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-08 18:48:14Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:14Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:14Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:14Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:15Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:15Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:15Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:15Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 18:48:16Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:16Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:16Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:16Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:16Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-08 18:48:16Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-08 18:48:17Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:18Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:18Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 18:48:18Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-08 18:48:18Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:18Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-08 18:48:19Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:19Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 18:48:20Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:20Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-08 18:48:21Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:21Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-08 18:48:22Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:22Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 18:48:22Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:23Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-08 18:48:23Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/1c6d6ff7-e541-4cad-907d-205210464672 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-08 18:48:44.088575 | fa163e52-58d3-ed06-8336-000000000006 | TASK | External deployment step 0 2025-10-08 18:48:44.113516 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-000000000006') missing from stats 2025-10-08 18:48:44.155630 | fa163e52-58d3-ed06-8336-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.116968 | 0.03s 2025-10-08 18:48:44.162915 | 5b01c7d7-d218-40a2-b120-f394d9c9f481 | INCLUDED | /root/standalone-ansible-qdhs7aqd/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-08 18:48:44.177755 | fa163e52-58d3-ed06-8336-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-08 18:48:45.117869 | fa163e52-58d3-ed06-8336-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-08 18:48:45.119245 | fa163e52-58d3-ed06-8336-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.080575 | 0.94s 2025-10-08 18:48:45.138845 | fa163e52-58d3-ed06-8336-000000000129 | TASK | create redis virtual ip 2025-10-08 18:48:45.994861 | fa163e52-58d3-ed06-8336-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-08 18:48:45.996289 | fa163e52-58d3-ed06-8336-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.957620 | 0.86s PLAY [Check if required variables are defined] ********************************* 2025-10-08 18:48:46.078352 | fa163e52-58d3-ed06-8336-000000000138 | TASK | Gathering Facts 2025-10-08 18:48:46.629369 | fa163e52-58d3-ed06-8336-000000000138 | OK | Gathering Facts | localhost 2025-10-08 18:48:46.630923 | fa163e52-58d3-ed06-8336-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.592253 | 0.55s 2025-10-08 18:48:46.696315 | fa163e52-58d3-ed06-8336-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-08 18:48:46.697574 | fa163e52-58d3-ed06-8336-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.658903 | 0.05s 2025-10-08 18:48:46.750942 | fa163e52-58d3-ed06-8336-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-08 18:48:46.752138 | fa163e52-58d3-ed06-8336-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.713469 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-08 18:48:46.866451 | fa163e52-58d3-ed06-8336-000000000160 | TASK | Gathering Facts 2025-10-08 18:48:46.876472 | fa163e52-58d3-ed06-8336-000000000160 | TASK | Gathering Facts 2025-10-08 18:48:47.217286 | fa163e52-58d3-ed06-8336-000000000160 | OK | Gathering Facts | undercloud 2025-10-08 18:48:47.218848 | fa163e52-58d3-ed06-8336-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.180179 | 0.35s 2025-10-08 18:48:47.221532 | fa163e52-58d3-ed06-8336-000000000160 | OK | Gathering Facts | standalone 2025-10-08 18:48:47.222590 | fa163e52-58d3-ed06-8336-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.183927 | 0.35s 2025-10-08 18:48:47.285968 | fa163e52-58d3-ed06-8336-000000000012 | TASK | Set legacy facts 2025-10-08 18:48:47.307591 | fa163e52-58d3-ed06-8336-000000000012 | TASK | Set legacy facts 2025-10-08 18:48:47.324757 | fa163e52-58d3-ed06-8336-000000000012 | OK | Set legacy facts | undercloud 2025-10-08 18:48:47.325609 | fa163e52-58d3-ed06-8336-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.286946 | 0.04s 2025-10-08 18:48:47.342951 | fa163e52-58d3-ed06-8336-000000000012 | OK | Set legacy facts | standalone 2025-10-08 18:48:47.343365 | fa163e52-58d3-ed06-8336-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.304707 | 0.03s PLAY [Load global variables] *************************************************** 2025-10-08 18:48:47.506012 | fa163e52-58d3-ed06-8336-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-08 18:48:47.506816 | fa163e52-58d3-ed06-8336-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.468152 | 0.05s 2025-10-08 18:48:47.507178 | fa163e52-58d3-ed06-8336-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-08 18:48:47.507503 | fa163e52-58d3-ed06-8336-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.468846 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-08 18:48:47.575174 | fa163e52-58d3-ed06-8336-000000000018 | TASK | Include Service VIP vars 2025-10-08 18:48:47.600624 | fa163e52-58d3-ed06-8336-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-08 18:48:47.601473 | fa163e52-58d3-ed06-8336-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.562809 | 0.03s 2025-10-08 18:48:47.613947 | fa163e52-58d3-ed06-8336-000000000018 | OK | Include Service VIP vars | standalone 2025-10-08 18:48:47.614263 | fa163e52-58d3-ed06-8336-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.575607 | 0.03s 2025-10-08 18:48:47.617368 | fa163e52-58d3-ed06-8336-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-08 18:48:47.645272 | fa163e52-58d3-ed06-8336-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-08 18:48:47.646084 | fa163e52-58d3-ed06-8336-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.607418 | 0.03s 2025-10-08 18:48:47.656616 | fa163e52-58d3-ed06-8336-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-08 18:48:47.656960 | fa163e52-58d3-ed06-8336-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.618304 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-08 18:48:47.737598 | fa163e52-58d3-ed06-8336-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-08 18:48:48.435954 | fa163e52-58d3-ed06-8336-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e52-58d3-ed06-8336-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-08 18:48:48.523275 | fa163e52-58d3-ed06-8336-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-08 18:48:48.558758 | fa163e52-58d3-ed06-8336-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-08 18:48:48.559446 | fa163e52-58d3-ed06-8336-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.520782 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-08 18:48:48.666570 | fa163e52-58d3-ed06-8336-000000000023 | TASK | Set selinux state 2025-10-08 18:48:49.230063 | fa163e52-58d3-ed06-8336-000000000023 | OK | Set selinux state | standalone 2025-10-08 18:48:49.231229 | fa163e52-58d3-ed06-8336-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.192559 | 0.56s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-08 18:48:49.370629 | fa163e52-58d3-ed06-8336-000000000026 | TASK | Configure Hosts Entries 2025-10-08 18:48:49.398813 | fa163e52-58d3-ed06-8336-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.360130 | 0.03s 2025-10-08 18:48:49.425222 | fa163e52-58d3-ed06-8336-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.386559 | 0.03s 2025-10-08 18:48:49.467436 | fa163e52-58d3-ed06-8336-0000000001f1 | TASK | Create temporary file for hosts 2025-10-08 18:48:49.809730 | fa163e52-58d3-ed06-8336-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-08 18:48:49.811146 | fa163e52-58d3-ed06-8336-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.772469 | 0.34s 2025-10-08 18:48:49.822269 | fa163e52-58d3-ed06-8336-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-08 18:48:49.823055 | fa163e52-58d3-ed06-8336-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.784387 | 0.34s 2025-10-08 18:48:49.841911 | fa163e52-58d3-ed06-8336-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-08 18:48:50.197611 | fa163e52-58d3-ed06-8336-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-08 18:48:50.199154 | fa163e52-58d3-ed06-8336-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.160459 | 0.36s 2025-10-08 18:48:50.231071 | fa163e52-58d3-ed06-8336-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-08 18:48:50.232005 | fa163e52-58d3-ed06-8336-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.193339 | 0.37s 2025-10-08 18:48:50.249876 | fa163e52-58d3-ed06-8336-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-08 18:48:50.614308 | fa163e52-58d3-ed06-8336-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-08 18:48:50.615812 | fa163e52-58d3-ed06-8336-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.577139 | 0.36s 2025-10-08 18:48:50.617003 | fa163e52-58d3-ed06-8336-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-08 18:48:50.617711 | fa163e52-58d3-ed06-8336-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.579048 | 0.34s 2025-10-08 18:48:50.636069 | fa163e52-58d3-ed06-8336-0000000001f4 | TASK | Render out the hosts entries 2025-10-08 18:48:50.761938 | fa163e52-58d3-ed06-8336-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-08 18:48:50.763036 | fa163e52-58d3-ed06-8336-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.724366 | 0.13s 2025-10-08 18:48:50.781050 | fa163e52-58d3-ed06-8336-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-08 18:48:51.051815 | fa163e52-58d3-ed06-8336-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-08 18:48:51.052766 | fa163e52-58d3-ed06-8336-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.014088 | 0.27s 2025-10-08 18:48:51.078253 | fa163e52-58d3-ed06-8336-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-08 18:48:51.078634 | fa163e52-58d3-ed06-8336-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.039977 | 0.28s 2025-10-08 18:48:51.092767 | fa163e52-58d3-ed06-8336-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-08 18:48:51.421559 | fa163e52-58d3-ed06-8336-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-08 18:48:51.423080 | fa163e52-58d3-ed06-8336-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.384395 | 0.33s 2025-10-08 18:48:51.424107 | fa163e52-58d3-ed06-8336-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-08 18:48:51.424856 | fa163e52-58d3-ed06-8336-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.386192 | 0.32s 2025-10-08 18:48:51.443707 | fa163e52-58d3-ed06-8336-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-08 18:48:51.784020 | fa163e52-58d3-ed06-8336-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-08 18:48:51.785403 | fa163e52-58d3-ed06-8336-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.746731 | 0.34s 2025-10-08 18:48:51.786348 | fa163e52-58d3-ed06-8336-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-08 18:48:51.787072 | fa163e52-58d3-ed06-8336-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.748409 | 0.32s PLAY [Common roles for TripleO servers] **************************************** 2025-10-08 18:48:51.911935 | fa163e52-58d3-ed06-8336-00000000002a | TASK | Common roles for TripleO servers 2025-10-08 18:48:51.940154 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-00000000002a') missing from stats 2025-10-08 18:48:52.009276 | fa163e52-58d3-ed06-8336-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.970607 | 0.02s 2025-10-08 18:48:52.080305 | fa163e52-58d3-ed06-8336-000000000254 | TASK | Gather variables for each operating system 2025-10-08 18:48:52.194206 | fa163e52-58d3-ed06-8336-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-08 18:48:52.195660 | fa163e52-58d3-ed06-8336-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.156985 | 0.11s 2025-10-08 18:48:52.205476 | fa163e52-58d3-ed06-8336-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.166805 | 0.12s 2025-10-08 18:48:52.230235 | fa163e52-58d3-ed06-8336-000000000256 | TASK | Check release version package is installed 2025-10-08 18:48:52.492652 | fa163e52-58d3-ed06-8336-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-08 18:48:52.493657 | fa163e52-58d3-ed06-8336-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.454991 | 0.26s 2025-10-08 18:48:52.521170 | fa163e52-58d3-ed06-8336-000000000257 | TASK | Deploy release version package 2025-10-08 18:48:56.959290 | fa163e52-58d3-ed06-8336-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-08 18:48:56.960595 | fa163e52-58d3-ed06-8336-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.921927 | 4.44s 2025-10-08 18:48:56.985424 | fa163e52-58d3-ed06-8336-000000000259 | TASK | Include packages tasks 2025-10-08 18:48:57.008333 | fa163e52-58d3-ed06-8336-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.969651 | 0.02s 2025-10-08 18:48:57.033822 | ea909b52-76f0-416b-850e-e7114d514b12 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-08 18:48:57.066255 | fa163e52-58d3-ed06-8336-0000000002ad | TASK | Gather facts if they don't exist 2025-10-08 18:48:57.114077 | fa163e52-58d3-ed06-8336-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-08 18:48:57.115638 | fa163e52-58d3-ed06-8336-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.076961 | 0.05s 2025-10-08 18:48:57.140877 | fa163e52-58d3-ed06-8336-0000000002ae | TASK | Gather variables for each operating system 2025-10-08 18:48:57.264401 | fa163e52-58d3-ed06-8336-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-08 18:48:57.275638 | fa163e52-58d3-ed06-8336-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.236955 | 0.13s 2025-10-08 18:48:57.301607 | fa163e52-58d3-ed06-8336-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-08 18:48:57.559011 | fa163e52-58d3-ed06-8336-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-08 18:48:57.560463 | fa163e52-58d3-ed06-8336-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.521791 | 0.26s 2025-10-08 18:48:57.585905 | fa163e52-58d3-ed06-8336-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-08 18:49:03.237416 | fa163e52-58d3-ed06-8336-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-08 18:49:03.238976 | fa163e52-58d3-ed06-8336-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.200305 | 5.65s 2025-10-08 18:49:03.265017 | fa163e52-58d3-ed06-8336-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-08 18:49:04.297289 | fa163e52-58d3-ed06-8336-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-08 18:49:04.298654 | fa163e52-58d3-ed06-8336-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.259983 | 1.03s 2025-10-08 18:49:04.324488 | fa163e52-58d3-ed06-8336-00000000025a | TASK | Enable openvswitch service if installed 2025-10-08 18:49:05.213412 | fa163e52-58d3-ed06-8336-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-08 18:49:05.215374 | fa163e52-58d3-ed06-8336-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.176702 | 0.89s 2025-10-08 18:49:05.243725 | fa163e52-58d3-ed06-8336-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-08 18:49:05.477606 | fa163e52-58d3-ed06-8336-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-08 18:49:05.478983 | fa163e52-58d3-ed06-8336-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.440312 | 0.23s 2025-10-08 18:49:05.503927 | fa163e52-58d3-ed06-8336-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-08 18:49:05.765782 | fa163e52-58d3-ed06-8336-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-08 18:49:05.766741 | fa163e52-58d3-ed06-8336-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.728074 | 0.26s 2025-10-08 18:49:05.786851 | fa163e52-58d3-ed06-8336-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-08 18:49:05.843510 | fa163e52-58d3-ed06-8336-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-08 18:49:05.844765 | fa163e52-58d3-ed06-8336-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.806092 | 0.06s 2025-10-08 18:49:05.869482 | fa163e52-58d3-ed06-8336-00000000025f | TASK | Ensure network service is enabled 2025-10-08 18:49:06.268337 | fa163e52-58d3-ed06-8336-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-08 18:49:06.269648 | fa163e52-58d3-ed06-8336-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.230983 | 0.40s 2025-10-08 18:49:06.290519 | fa163e52-58d3-ed06-8336-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-08 18:49:06.633453 | fa163e52-58d3-ed06-8336-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-08 18:49:06.634469 | fa163e52-58d3-ed06-8336-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.595805 | 0.34s 2025-10-08 18:49:06.654483 | fa163e52-58d3-ed06-8336-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-08 18:49:06.877219 | fa163e52-58d3-ed06-8336-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-08 18:49:06.878054 | fa163e52-58d3-ed06-8336-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.839391 | 0.22s 2025-10-08 18:49:06.894994 | fa163e52-58d3-ed06-8336-000000000263 | TASK | Reload NetworkManager 2025-10-08 18:49:07.268856 | fa163e52-58d3-ed06-8336-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-08 18:49:07.270503 | fa163e52-58d3-ed06-8336-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.231833 | 0.37s 2025-10-08 18:49:07.296807 | fa163e52-58d3-ed06-8336-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-08 18:49:07.518740 | fa163e52-58d3-ed06-8336-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-08 18:49:07.519923 | fa163e52-58d3-ed06-8336-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.481253 | 0.22s 2025-10-08 18:49:07.544583 | fa163e52-58d3-ed06-8336-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-08 18:49:07.879358 | fa163e52-58d3-ed06-8336-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-08 18:49:07.880626 | fa163e52-58d3-ed06-8336-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.841957 | 0.33s 2025-10-08 18:49:07.905768 | fa163e52-58d3-ed06-8336-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-08 18:49:08.120358 | fa163e52-58d3-ed06-8336-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-08 18:49:08.121244 | fa163e52-58d3-ed06-8336-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.082582 | 0.21s 2025-10-08 18:49:08.146990 | fa163e52-58d3-ed06-8336-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-08 18:49:08.358965 | fa163e52-58d3-ed06-8336-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-08 18:49:08.360380 | fa163e52-58d3-ed06-8336-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.321710 | 0.21s 2025-10-08 18:49:08.432200 | fa163e52-58d3-ed06-8336-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.393520 | 0.02s 2025-10-08 18:49:08.512230 | fa163e52-58d3-ed06-8336-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-08 18:49:08.725433 | fa163e52-58d3-ed06-8336-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-08 18:49:08.726865 | fa163e52-58d3-ed06-8336-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.688192 | 0.21s 2025-10-08 18:49:08.751893 | fa163e52-58d3-ed06-8336-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-08 18:49:08.956194 | fa163e52-58d3-ed06-8336-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-08 18:49:08.957563 | fa163e52-58d3-ed06-8336-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.918892 | 0.20s 2025-10-08 18:49:08.982617 | fa163e52-58d3-ed06-8336-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-08 18:49:09.009415 | fa163e52-58d3-ed06-8336-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-08 18:49:09.010496 | fa163e52-58d3-ed06-8336-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.971825 | 0.03s 2025-10-08 18:49:09.034751 | fa163e52-58d3-ed06-8336-000000000364 | TASK | Write temporary file 2025-10-08 18:49:09.062370 | fa163e52-58d3-ed06-8336-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-08 18:49:09.063442 | fa163e52-58d3-ed06-8336-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.024770 | 0.03s 2025-10-08 18:49:09.087552 | fa163e52-58d3-ed06-8336-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-08 18:49:09.176676 | fa163e52-58d3-ed06-8336-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-08 18:49:09.177995 | fa163e52-58d3-ed06-8336-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.139325 | 0.09s 2025-10-08 18:49:09.202356 | fa163e52-58d3-ed06-8336-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-08 18:49:09.414334 | fa163e52-58d3-ed06-8336-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-08 18:49:09.415249 | fa163e52-58d3-ed06-8336-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.376588 | 0.21s 2025-10-08 18:49:09.432517 | fa163e52-58d3-ed06-8336-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-08 18:49:09.702850 | fa163e52-58d3-ed06-8336-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-08 18:49:09.703828 | fa163e52-58d3-ed06-8336-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.665165 | 0.27s 2025-10-08 18:49:09.720872 | fa163e52-58d3-ed06-8336-000000000368 | TASK | Remove temp file 2025-10-08 18:49:09.943481 | fa163e52-58d3-ed06-8336-000000000368 | CHANGED | Remove temp file | standalone 2025-10-08 18:49:09.944949 | fa163e52-58d3-ed06-8336-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.906278 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-08 18:49:10.128926 | fa163e52-58d3-ed06-8336-000000000034 | TASK | Deploy step tasks for step 0 2025-10-08 18:49:10.187424 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-000000000034') missing from stats 2025-10-08 18:49:10.213756 | fa163e52-58d3-ed06-8336-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-08 18:49:10.454985 | fa163e52-58d3-ed06-8336-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-08 18:49:10.456633 | fa163e52-58d3-ed06-8336-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.417923 | 0.24s 2025-10-08 18:49:10.482193 | fa163e52-58d3-ed06-8336-000000000036 | TASK | Check cloud-init status 2025-10-08 18:49:10.724448 | fa163e52-58d3-ed06-8336-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-08 18:49:10.725803 | fa163e52-58d3-ed06-8336-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.687135 | 0.24s 2025-10-08 18:49:10.751240 | fa163e52-58d3-ed06-8336-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-08 18:49:10.958720 | fa163e52-58d3-ed06-8336-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-08 18:49:10.959898 | fa163e52-58d3-ed06-8336-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.921230 | 0.21s 2025-10-08 18:49:10.985068 | fa163e52-58d3-ed06-8336-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-08 18:49:11.366975 | fa163e52-58d3-ed06-8336-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-08 18:49:11.368266 | fa163e52-58d3-ed06-8336-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.329598 | 0.38s 2025-10-08 18:49:11.395031 | fa163e52-58d3-ed06-8336-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-08 18:49:11.595741 | fa163e52-58d3-ed06-8336-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-08 18:49:11.596807 | fa163e52-58d3-ed06-8336-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.558141 | 0.20s 2025-10-08 18:49:11.621421 | fa163e52-58d3-ed06-8336-00000000003a | TASK | Write container-puppet.sh 2025-10-08 18:49:12.069917 | fa163e52-58d3-ed06-8336-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-08 18:49:12.070991 | fa163e52-58d3-ed06-8336-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.032324 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 18:49:12.134393 | fa163e52-58d3-ed06-8336-00000000003b | TIMING | include_tasks | standalone | 0:00:28.095725 | 0.04s 2025-10-08 18:49:12.156036 | a1e12b82-a8d4-4634-b413-d84a32f7fceb | INCLUDED | /root/standalone-ansible-qdhs7aqd/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-08 18:49:12.191560 | fa163e52-58d3-ed06-8336-000000000416 | TASK | Configure tuned before reboot 2025-10-08 18:49:12.242744 | fa163e52-58d3-ed06-8336-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.204027 | 0.05s 2025-10-08 18:49:12.305995 | fa163e52-58d3-ed06-8336-000000000455 | TASK | Gather variables for each operating system 2025-10-08 18:49:12.423314 | fa163e52-58d3-ed06-8336-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-08 18:49:12.425751 | fa163e52-58d3-ed06-8336-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.387076 | 0.12s 2025-10-08 18:49:12.436348 | fa163e52-58d3-ed06-8336-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.397670 | 0.13s 2025-10-08 18:49:12.516736 | fa163e52-58d3-ed06-8336-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.478018 | 0.05s 2025-10-08 18:49:12.538830 | e6465e06-f83e-40aa-8e3e-74331e3f0e82 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-08 18:49:12.577554 | fa163e52-58d3-ed06-8336-00000000047f | TASK | Check tuned package is installed 2025-10-08 18:49:12.830429 | fa163e52-58d3-ed06-8336-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-08 18:49:12.831658 | fa163e52-58d3-ed06-8336-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.792991 | 0.25s 2025-10-08 18:49:12.858790 | fa163e52-58d3-ed06-8336-000000000480 | TASK | Install tuned 2025-10-08 18:49:19.240341 | fa163e52-58d3-ed06-8336-000000000480 | CHANGED | Install tuned | standalone 2025-10-08 18:49:19.242835 | fa163e52-58d3-ed06-8336-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.204165 | 6.38s 2025-10-08 18:49:19.270297 | fa163e52-58d3-ed06-8336-000000000481 | TASK | Restart tuned 2025-10-08 18:49:21.073769 | fa163e52-58d3-ed06-8336-000000000481 | CHANGED | Restart tuned | standalone 2025-10-08 18:49:21.075574 | fa163e52-58d3-ed06-8336-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.036905 | 1.80s 2025-10-08 18:49:21.103156 | fa163e52-58d3-ed06-8336-000000000457 | TASK | Check for tuned-adm 2025-10-08 18:49:21.327111 | fa163e52-58d3-ed06-8336-000000000457 | OK | Check for tuned-adm | standalone 2025-10-08 18:49:21.327815 | fa163e52-58d3-ed06-8336-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.289156 | 0.22s 2025-10-08 18:49:21.370712 | fa163e52-58d3-ed06-8336-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.332026 | 0.02s 2025-10-08 18:49:21.384475 | 1bb9506c-e3ed-4380-9030-e673f08c1006 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-08 18:49:21.411259 | fa163e52-58d3-ed06-8336-0000000004b6 | TASK | Ensure profile directory exists 2025-10-08 18:49:21.477551 | fa163e52-58d3-ed06-8336-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-08 18:49:21.478275 | fa163e52-58d3-ed06-8336-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.439613 | 0.07s 2025-10-08 18:49:21.495640 | fa163e52-58d3-ed06-8336-0000000004b7 | TASK | Create custom tuned profile 2025-10-08 18:49:21.553794 | fa163e52-58d3-ed06-8336-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-08 18:49:21.554921 | fa163e52-58d3-ed06-8336-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.516248 | 0.06s 2025-10-08 18:49:21.581736 | fa163e52-58d3-ed06-8336-0000000004b8 | TASK | Check tuned active profile 2025-10-08 18:49:21.939433 | fa163e52-58d3-ed06-8336-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-08 18:49:21.940677 | fa163e52-58d3-ed06-8336-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.902009 | 0.36s 2025-10-08 18:49:21.967080 | fa163e52-58d3-ed06-8336-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-08 18:49:22.187878 | fa163e52-58d3-ed06-8336-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-08 18:49:22.189070 | fa163e52-58d3-ed06-8336-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.150403 | 0.22s 2025-10-08 18:49:22.215182 | fa163e52-58d3-ed06-8336-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-08 18:49:22.276358 | fa163e52-58d3-ed06-8336-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-08 18:49:22.277366 | fa163e52-58d3-ed06-8336-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.238696 | 0.06s 2025-10-08 18:49:22.304533 | fa163e52-58d3-ed06-8336-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-08 18:49:22.365987 | fa163e52-58d3-ed06-8336-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-08 18:49:22.367003 | fa163e52-58d3-ed06-8336-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.328336 | 0.06s 2025-10-08 18:49:22.393241 | fa163e52-58d3-ed06-8336-0000000004bc | TASK | Enable tuned profile 2025-10-08 18:49:23.808814 | fa163e52-58d3-ed06-8336-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-08 18:49:23.810088 | fa163e52-58d3-ed06-8336-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.771421 | 1.42s 2025-10-08 18:49:23.859425 | fa163e52-58d3-ed06-8336-000000000417 | TASK | Configure kernel args and reboot 2025-10-08 18:49:23.910002 | fa163e52-58d3-ed06-8336-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.871325 | 0.05s 2025-10-08 18:49:24.052368 | fa163e52-58d3-ed06-8336-000000000569 | TASK | Get the command line args of the node 2025-10-08 18:49:24.284217 | fa163e52-58d3-ed06-8336-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-08 18:49:24.285339 | fa163e52-58d3-ed06-8336-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.246669 | 0.23s 2025-10-08 18:49:24.311314 | fa163e52-58d3-ed06-8336-00000000056b | TASK | Check if node has a nova.conf 2025-10-08 18:49:24.545099 | fa163e52-58d3-ed06-8336-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-08 18:49:24.545788 | fa163e52-58d3-ed06-8336-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.507128 | 0.23s 2025-10-08 18:49:24.563617 | fa163e52-58d3-ed06-8336-00000000056d | TASK | Warn operator about workload protection 2025-10-08 18:49:24.591152 | fa163e52-58d3-ed06-8336-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-08 18:49:24.591657 | fa163e52-58d3-ed06-8336-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.552998 | 0.03s 2025-10-08 18:49:24.612943 | fa163e52-58d3-ed06-8336-00000000056e | TASK | Setting defer reboot fact 2025-10-08 18:49:24.654090 | fa163e52-58d3-ed06-8336-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-08 18:49:24.655144 | fa163e52-58d3-ed06-8336-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.616475 | 0.04s 2025-10-08 18:49:24.680154 | fa163e52-58d3-ed06-8336-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-08 18:49:24.707977 | fa163e52-58d3-ed06-8336-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.669305 | 0.03s 2025-10-08 18:49:24.733991 | fa163e52-58d3-ed06-8336-000000000575 | TASK | Find hugepages in cmdline 2025-10-08 18:49:24.775951 | fa163e52-58d3-ed06-8336-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-08 18:49:24.776956 | fa163e52-58d3-ed06-8336-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.738288 | 0.04s 2025-10-08 18:49:24.803379 | fa163e52-58d3-ed06-8336-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-08 18:49:24.843649 | fa163e52-58d3-ed06-8336-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-08 18:49:24.844926 | fa163e52-58d3-ed06-8336-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.806256 | 0.04s 2025-10-08 18:49:24.871358 | fa163e52-58d3-ed06-8336-00000000057a | TASK | Find desired default hugepage size 2025-10-08 18:49:24.912777 | fa163e52-58d3-ed06-8336-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-08 18:49:24.914063 | fa163e52-58d3-ed06-8336-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.875393 | 0.04s 2025-10-08 18:49:24.940763 | fa163e52-58d3-ed06-8336-00000000057c | TASK | Storing non-configured hugepages 2025-10-08 18:49:24.970514 | fa163e52-58d3-ed06-8336-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.931830 | 0.03s 2025-10-08 18:49:24.997631 | fa163e52-58d3-ed06-8336-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-08 18:49:25.040955 | fa163e52-58d3-ed06-8336-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-08 18:49:25.042171 | fa163e52-58d3-ed06-8336-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.003500 | 0.04s 2025-10-08 18:49:25.068705 | fa163e52-58d3-ed06-8336-00000000057f | TASK | Determining the default hugepagesz 2025-10-08 18:49:25.110368 | fa163e52-58d3-ed06-8336-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-08 18:49:25.111576 | fa163e52-58d3-ed06-8336-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.072906 | 0.04s 2025-10-08 18:49:25.138242 | fa163e52-58d3-ed06-8336-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-08 18:49:25.179288 | fa163e52-58d3-ed06-8336-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-08 18:49:25.180293 | fa163e52-58d3-ed06-8336-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.141625 | 0.04s 2025-10-08 18:49:25.206186 | fa163e52-58d3-ed06-8336-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-08 18:49:25.247084 | fa163e52-58d3-ed06-8336-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-08 18:49:25.248036 | fa163e52-58d3-ed06-8336-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.209368 | 0.04s 2025-10-08 18:49:25.273057 | fa163e52-58d3-ed06-8336-000000000583 | TASK | Warn about possible modifications 2025-10-08 18:49:25.311550 | fa163e52-58d3-ed06-8336-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-08 18:49:25.312511 | fa163e52-58d3-ed06-8336-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.273844 | 0.04s 2025-10-08 18:49:25.338196 | fa163e52-58d3-ed06-8336-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-08 18:49:25.377546 | fa163e52-58d3-ed06-8336-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-08 18:49:25.378500 | fa163e52-58d3-ed06-8336-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.339833 | 0.04s 2025-10-08 18:49:25.403868 | fa163e52-58d3-ed06-8336-000000000585 | TASK | Cleaning up whitespaces 2025-10-08 18:49:25.445965 | fa163e52-58d3-ed06-8336-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-08 18:49:25.447065 | fa163e52-58d3-ed06-8336-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.408396 | 0.04s 2025-10-08 18:49:25.472569 | fa163e52-58d3-ed06-8336-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-08 18:49:25.827351 | fa163e52-58d3-ed06-8336-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-08 18:49:25.828605 | fa163e52-58d3-ed06-8336-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.789937 | 0.35s 2025-10-08 18:49:25.854856 | fa163e52-58d3-ed06-8336-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-08 18:49:25.916792 | fa163e52-58d3-ed06-8336-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-08 18:49:25.917807 | fa163e52-58d3-ed06-8336-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.879138 | 0.06s 2025-10-08 18:49:25.945201 | fa163e52-58d3-ed06-8336-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-08 18:49:26.005836 | fa163e52-58d3-ed06-8336-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-08 18:49:26.006875 | fa163e52-58d3-ed06-8336-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:41.968207 | 0.06s 2025-10-08 18:49:26.032533 | fa163e52-58d3-ed06-8336-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-08 18:49:26.092961 | fa163e52-58d3-ed06-8336-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-08 18:49:26.093978 | fa163e52-58d3-ed06-8336-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.055310 | 0.06s 2025-10-08 18:49:26.119918 | fa163e52-58d3-ed06-8336-00000000058c | TASK | Generate grub config 2025-10-08 18:49:26.171186 | fa163e52-58d3-ed06-8336-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-08 18:49:26.172178 | fa163e52-58d3-ed06-8336-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.133511 | 0.05s 2025-10-08 18:49:26.198139 | fa163e52-58d3-ed06-8336-000000000590 | TASK | Get the block device that /boot is on 2025-10-08 18:49:26.269989 | fa163e52-58d3-ed06-8336-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-08 18:49:26.271239 | fa163e52-58d3-ed06-8336-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.232569 | 0.07s 2025-10-08 18:49:26.297911 | fa163e52-58d3-ed06-8336-000000000591 | TASK | Get the mount point that /boot is in 2025-10-08 18:49:26.338897 | fa163e52-58d3-ed06-8336-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-08 18:49:26.340081 | fa163e52-58d3-ed06-8336-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.301411 | 0.04s 2025-10-08 18:49:26.365851 | fa163e52-58d3-ed06-8336-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-08 18:49:26.430902 | fa163e52-58d3-ed06-8336-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-08 18:49:26.431947 | fa163e52-58d3-ed06-8336-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.393278 | 0.06s 2025-10-08 18:49:26.450128 | fa163e52-58d3-ed06-8336-000000000593 | TASK | Executed script to fix grub-menu 2025-10-08 18:49:26.511644 | fa163e52-58d3-ed06-8336-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-08 18:49:26.512781 | fa163e52-58d3-ed06-8336-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.474111 | 0.06s 2025-10-08 18:49:26.539798 | fa163e52-58d3-ed06-8336-000000000594 | TASK | Check grub config paths 2025-10-08 18:49:26.611770 | fa163e52-58d3-ed06-8336-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-08 18:49:26.629303 | fa163e52-58d3-ed06-8336-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-08 18:49:26.634924 | fa163e52-58d3-ed06-8336-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.596252 | 0.09s 2025-10-08 18:49:26.662132 | fa163e52-58d3-ed06-8336-000000000595 | TASK | Write EFI grub.cfg 2025-10-08 18:49:26.736984 | fa163e52-58d3-ed06-8336-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-08 18:49:26.753919 | fa163e52-58d3-ed06-8336-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-08 18:49:26.760111 | fa163e52-58d3-ed06-8336-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.721447 | 0.10s 2025-10-08 18:49:26.780353 | fa163e52-58d3-ed06-8336-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-08 18:49:26.843197 | fa163e52-58d3-ed06-8336-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-08 18:49:26.844282 | fa163e52-58d3-ed06-8336-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.805611 | 0.06s 2025-10-08 18:49:26.870769 | fa163e52-58d3-ed06-8336-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-08 18:49:26.920183 | fa163e52-58d3-ed06-8336-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-08 18:49:26.921185 | fa163e52-58d3-ed06-8336-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.882517 | 0.05s 2025-10-08 18:49:26.947741 | fa163e52-58d3-ed06-8336-000000000598 | TASK | Execute grub2-mkconfig 2025-10-08 18:49:26.986154 | fa163e52-58d3-ed06-8336-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-08 18:49:26.987239 | fa163e52-58d3-ed06-8336-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:42.948571 | 0.04s 2025-10-08 18:49:27.013155 | fa163e52-58d3-ed06-8336-000000000599 | TASK | Check for active tuned profile 2025-10-08 18:49:27.062341 | fa163e52-58d3-ed06-8336-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-08 18:49:27.063449 | fa163e52-58d3-ed06-8336-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.024772 | 0.05s 2025-10-08 18:49:27.089983 | fa163e52-58d3-ed06-8336-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-08 18:49:27.141591 | fa163e52-58d3-ed06-8336-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-08 18:49:27.142981 | fa163e52-58d3-ed06-8336-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.104307 | 0.05s 2025-10-08 18:49:27.168302 | fa163e52-58d3-ed06-8336-00000000059b | TASK | Set reboot required fact 2025-10-08 18:49:27.220988 | fa163e52-58d3-ed06-8336-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-08 18:49:27.222146 | fa163e52-58d3-ed06-8336-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.183476 | 0.05s 2025-10-08 18:49:27.247980 | fa163e52-58d3-ed06-8336-00000000059d | TASK | Apply DPDK workarounds 2025-10-08 18:49:27.297433 | fa163e52-58d3-ed06-8336-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-08 18:49:27.298445 | fa163e52-58d3-ed06-8336-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.259778 | 0.05s 2025-10-08 18:49:27.323870 | fa163e52-58d3-ed06-8336-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-08 18:49:27.363973 | fa163e52-58d3-ed06-8336-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-08 18:49:27.364975 | fa163e52-58d3-ed06-8336-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.326306 | 0.04s 2025-10-08 18:49:27.390133 | fa163e52-58d3-ed06-8336-0000000005a0 | TASK | Load modules 2025-10-08 18:49:27.434825 | fa163e52-58d3-ed06-8336-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-08 18:49:27.440709 | fa163e52-58d3-ed06-8336-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.402037 | 0.05s 2025-10-08 18:49:27.458088 | fa163e52-58d3-ed06-8336-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-08 18:49:27.503977 | fa163e52-58d3-ed06-8336-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-08 18:49:27.516109 | fa163e52-58d3-ed06-8336-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.477434 | 0.06s 2025-10-08 18:49:27.543280 | fa163e52-58d3-ed06-8336-0000000005a4 | TASK | Drop module persistence 2025-10-08 18:49:27.587827 | fa163e52-58d3-ed06-8336-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-08 18:49:27.594422 | fa163e52-58d3-ed06-8336-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.555752 | 0.05s 2025-10-08 18:49:27.620427 | fa163e52-58d3-ed06-8336-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-08 18:49:27.665400 | fa163e52-58d3-ed06-8336-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-08 18:49:27.671920 | fa163e52-58d3-ed06-8336-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.633248 | 0.05s 2025-10-08 18:49:27.697784 | fa163e52-58d3-ed06-8336-0000000005a8 | TASK | Modules reload 2025-10-08 18:49:27.737573 | fa163e52-58d3-ed06-8336-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-08 18:49:27.738573 | fa163e52-58d3-ed06-8336-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.699905 | 0.04s 2025-10-08 18:49:27.764120 | fa163e52-58d3-ed06-8336-0000000005aa | TASK | Reboot tasks 2025-10-08 18:49:27.813492 | fa163e52-58d3-ed06-8336-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-08 18:49:27.814539 | fa163e52-58d3-ed06-8336-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:43.775871 | 0.05s 2025-10-08 18:49:27.840172 | fa163e52-58d3-ed06-8336-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-08 18:49:27.890854 | fa163e52-58d3-ed06-8336-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-08 18:49:27.891997 | fa163e52-58d3-ed06-8336-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:43.853327 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-08 18:49:28.073802 | fa163e52-58d3-ed06-8336-00000000003f | TASK | Server pre-network deployments 2025-10-08 18:49:28.099774 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-00000000003f') missing from stats 2025-10-08 18:49:28.119754 | fa163e52-58d3-ed06-8336-000000000043 | TASK | Hiera config 2025-10-08 18:49:28.145646 | fa163e52-58d3-ed06-8336-000000000043 | TIMING | Hiera config | standalone | 0:00:44.106978 | 0.03s 2025-10-08 18:49:28.187021 | fa163e52-58d3-ed06-8336-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-08 18:49:28.417161 | fa163e52-58d3-ed06-8336-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-08 18:49:28.418289 | fa163e52-58d3-ed06-8336-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.379622 | 0.23s 2025-10-08 18:49:28.443768 | fa163e52-58d3-ed06-8336-000000000722 | TASK | Write hiera config 2025-10-08 18:49:28.960678 | fa163e52-58d3-ed06-8336-000000000722 | CHANGED | Write hiera config | standalone 2025-10-08 18:49:28.962058 | fa163e52-58d3-ed06-8336-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:44.923389 | 0.52s 2025-10-08 18:49:29.012491 | fa163e52-58d3-ed06-8336-000000000044 | TASK | Hiera symlink 2025-10-08 18:49:29.239691 | fa163e52-58d3-ed06-8336-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-08 18:49:29.241000 | fa163e52-58d3-ed06-8336-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.202332 | 0.23s 2025-10-08 18:49:29.266364 | fa163e52-58d3-ed06-8336-000000000045 | TASK | Hieradata from vars 2025-10-08 18:49:29.294443 | fa163e52-58d3-ed06-8336-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.255765 | 0.03s 2025-10-08 18:49:29.357616 | fa163e52-58d3-ed06-8336-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-08 18:49:29.816612 | fa163e52-58d3-ed06-8336-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-08 18:49:29.818311 | fa163e52-58d3-ed06-8336-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.779635 | 0.46s 2025-10-08 18:49:29.844548 | fa163e52-58d3-ed06-8336-00000000077d | TASK | Render hieradata from template 2025-10-08 18:49:30.320728 | fa163e52-58d3-ed06-8336-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-08 18:49:30.321522 | fa163e52-58d3-ed06-8336-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.282860 | 0.48s 2025-10-08 18:49:30.913807 | fa163e52-58d3-ed06-8336-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-08 18:49:30.915877 | fa163e52-58d3-ed06-8336-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.877181 | 1.07s 2025-10-08 18:49:31.541089 | fa163e52-58d3-ed06-8336-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-08 18:49:31.542308 | fa163e52-58d3-ed06-8336-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.503647 | 1.70s 2025-10-08 18:49:31.968004 | fa163e52-58d3-ed06-8336-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-08 18:49:31.969918 | fa163e52-58d3-ed06-8336-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.931250 | 2.12s 2025-10-08 18:49:32.539866 | fa163e52-58d3-ed06-8336-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-08 18:49:32.541952 | fa163e52-58d3-ed06-8336-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.503284 | 2.70s 2025-10-08 18:49:32.987542 | fa163e52-58d3-ed06-8336-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-08 18:49:32.988193 | fa163e52-58d3-ed06-8336-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.949534 | 3.14s 2025-10-08 18:49:33.514818 | fa163e52-58d3-ed06-8336-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-08 18:49:33.516802 | fa163e52-58d3-ed06-8336-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.478134 | 3.67s 2025-10-08 18:49:33.916451 | fa163e52-58d3-ed06-8336-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-08 18:49:33.917596 | fa163e52-58d3-ed06-8336-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.878925 | 4.07s 2025-10-08 18:49:34.444374 | fa163e52-58d3-ed06-8336-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-08 18:49:34.446300 | fa163e52-58d3-ed06-8336-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.407631 | 4.60s 2025-10-08 18:49:34.965528 | fa163e52-58d3-ed06-8336-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-08 18:49:34.966713 | fa163e52-58d3-ed06-8336-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.928013 | 5.12s 2025-10-08 18:49:34.975855 | fa163e52-58d3-ed06-8336-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.937183 | 5.13s 2025-10-08 18:49:35.027258 | fa163e52-58d3-ed06-8336-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-08 18:49:35.055899 | fa163e52-58d3-ed06-8336-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.017224 | 0.03s 2025-10-08 18:49:35.123582 | fa163e52-58d3-ed06-8336-000000000821 | TASK | Check for hieradata file 2025-10-08 18:49:35.374810 | fa163e52-58d3-ed06-8336-000000000821 | OK | Check for hieradata file | standalone 2025-10-08 18:49:35.375961 | fa163e52-58d3-ed06-8336-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.337290 | 0.25s 2025-10-08 18:49:35.401570 | fa163e52-58d3-ed06-8336-000000000823 | TASK | Get existing data 2025-10-08 18:49:35.450656 | fa163e52-58d3-ed06-8336-000000000823 | SKIPPED | Get existing data | standalone 2025-10-08 18:49:35.451719 | fa163e52-58d3-ed06-8336-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.413020 | 0.05s 2025-10-08 18:49:35.476846 | fa163e52-58d3-ed06-8336-000000000824 | TASK | Set data fact 2025-10-08 18:49:35.527077 | fa163e52-58d3-ed06-8336-000000000824 | SKIPPED | Set data fact | standalone 2025-10-08 18:49:35.528109 | fa163e52-58d3-ed06-8336-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.489440 | 0.05s 2025-10-08 18:49:35.555228 | fa163e52-58d3-ed06-8336-000000000826 | TASK | Write ansible hieradata file 2025-10-08 18:49:36.057100 | fa163e52-58d3-ed06-8336-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-08 18:49:36.058312 | fa163e52-58d3-ed06-8336-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.019644 | 0.50s 2025-10-08 18:49:36.157940 | fa163e52-58d3-ed06-8336-000000000047 | TIMING | include_tasks | standalone | 0:00:52.119260 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-08 18:49:36.319106 | fa163e52-58d3-ed06-8336-00000000004b | TASK | Network Configuration 2025-10-08 18:49:36.344816 | fa163e52-58d3-ed06-8336-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e52-58d3-ed06-8336-00000000004b') missing from stats 2025-10-08 18:49:36.367498 | fa163e52-58d3-ed06-8336-00000000004c | TASK | Check NetworkConfig script existence 2025-10-08 18:49:36.383925 | fa163e52-58d3-ed06-8336-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-08 18:49:36.384623 | fa163e52-58d3-ed06-8336-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.345960 | 0.02s 2025-10-08 18:49:36.404980 | fa163e52-58d3-ed06-8336-000000000052 | TASK | Gather SELinux fact if needed 2025-10-08 18:49:36.445823 | fa163e52-58d3-ed06-8336-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-08 18:49:36.447045 | fa163e52-58d3-ed06-8336-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.408374 | 0.04s 2025-10-08 18:49:36.472491 | fa163e52-58d3-ed06-8336-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-08 18:49:37.112038 | fa163e52-58d3-ed06-8336-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-08 18:49:37.113217 | fa163e52-58d3-ed06-8336-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.074549 | 0.64s 2025-10-08 18:49:37.138562 | fa163e52-58d3-ed06-8336-000000000054 | TASK | Ensure requirements are satisfied 2025-10-08 18:49:37.159628 | fa163e52-58d3-ed06-8336-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.120950 | 0.02s 2025-10-08 18:49:37.220034 | fa163e52-58d3-ed06-8336-0000000008bf | TASK | Gather facts if they don't exist 2025-10-08 18:49:37.268081 | fa163e52-58d3-ed06-8336-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-08 18:49:37.269216 | fa163e52-58d3-ed06-8336-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.230546 | 0.05s 2025-10-08 18:49:37.294503 | fa163e52-58d3-ed06-8336-0000000008c0 | TASK | Gather variables for each operating system 2025-10-08 18:49:37.407311 | fa163e52-58d3-ed06-8336-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-08 18:49:37.418995 | fa163e52-58d3-ed06-8336-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.380324 | 0.12s 2025-10-08 18:49:37.445234 | fa163e52-58d3-ed06-8336-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-08 18:49:37.718146 | fa163e52-58d3-ed06-8336-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-08 18:49:37.719391 | fa163e52-58d3-ed06-8336-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.680723 | 0.27s 2025-10-08 18:49:37.745357 | fa163e52-58d3-ed06-8336-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-08 18:49:37.778045 | fa163e52-58d3-ed06-8336-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-08 18:49:37.779383 | fa163e52-58d3-ed06-8336-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.740712 | 0.03s 2025-10-08 18:49:37.805541 | fa163e52-58d3-ed06-8336-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-08 18:49:38.831805 | fa163e52-58d3-ed06-8336-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-08 18:49:38.833142 | fa163e52-58d3-ed06-8336-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.794472 | 1.03s 2025-10-08 18:49:38.883278 | fa163e52-58d3-ed06-8336-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-08 18:49:39.126614 | fa163e52-58d3-ed06-8336-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-08 18:49:39.127965 | fa163e52-58d3-ed06-8336-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.089296 | 0.24s 2025-10-08 18:49:39.154337 | fa163e52-58d3-ed06-8336-000000000057 | TASK | Reload NetworkManager 2025-10-08 18:49:39.547592 | fa163e52-58d3-ed06-8336-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-08 18:49:39.549500 | fa163e52-58d3-ed06-8336-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.510831 | 0.39s 2025-10-08 18:49:39.576275 | fa163e52-58d3-ed06-8336-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-08 18:49:39.809544 | fa163e52-58d3-ed06-8336-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-08 18:49:39.810942 | fa163e52-58d3-ed06-8336-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.772272 | 0.23s 2025-10-08 18:49:39.836745 | fa163e52-58d3-ed06-8336-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-08 18:49:40.056838 | fa163e52-58d3-ed06-8336-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-08 18:49:40.058134 | fa163e52-58d3-ed06-8336-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.019465 | 0.22s 2025-10-08 18:49:40.085539 | fa163e52-58d3-ed06-8336-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-08 18:49:40.115603 | fa163e52-58d3-ed06-8336-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-08 18:49:40.116896 | fa163e52-58d3-ed06-8336-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.078225 | 0.03s 2025-10-08 18:49:40.142673 | fa163e52-58d3-ed06-8336-00000000005c | TASK | Ensure we get cloud-init 2025-10-08 18:49:40.374008 | fa163e52-58d3-ed06-8336-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-08 18:49:40.375532 | fa163e52-58d3-ed06-8336-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.336859 | 0.23s 2025-10-08 18:49:40.401552 | fa163e52-58d3-ed06-8336-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-08 18:49:40.663152 | fa163e52-58d3-ed06-8336-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-08 18:49:40.664651 | fa163e52-58d3-ed06-8336-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.625982 | 0.26s 2025-10-08 18:49:40.690780 | fa163e52-58d3-ed06-8336-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-08 18:49:41.065627 | fa163e52-58d3-ed06-8336-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-08 18:49:41.066971 | fa163e52-58d3-ed06-8336-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.028301 | 0.37s 2025-10-08 18:49:41.094032 | fa163e52-58d3-ed06-8336-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-08 18:49:41.166446 | fa163e52-58d3-ed06-8336-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-08 18:49:41.167860 | fa163e52-58d3-ed06-8336-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.129188 | 0.07s 2025-10-08 18:49:41.194166 | fa163e52-58d3-ed06-8336-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-08 18:49:41.455732 | fa163e52-58d3-ed06-8336-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-08 18:49:41.457085 | fa163e52-58d3-ed06-8336-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.418417 | 0.26s 2025-10-08 18:49:41.483183 | fa163e52-58d3-ed06-8336-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-08 18:49:41.556755 | fa163e52-58d3-ed06-8336-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.518073 | 0.07s 2025-10-08 18:49:41.584640 | 36e581ab-546c-43f3-ac35-da170fc70e8c | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-08 18:49:41.623404 | fa163e52-58d3-ed06-8336-000000000909 | TASK | Set nic_config_file fact 2025-10-08 18:49:41.682738 | fa163e52-58d3-ed06-8336-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-08 18:49:41.683646 | fa163e52-58d3-ed06-8336-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.644982 | 0.06s 2025-10-08 18:49:41.704466 | fa163e52-58d3-ed06-8336-00000000090a | TASK | Render overidden network config 2025-10-08 18:49:41.773638 | fa163e52-58d3-ed06-8336-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-08 18:49:41.775338 | fa163e52-58d3-ed06-8336-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.736658 | 0.07s 2025-10-08 18:49:41.810202 | fa163e52-58d3-ed06-8336-00000000090b | TASK | Render network_config 2025-10-08 18:49:41.888248 | fa163e52-58d3-ed06-8336-00000000090b | SKIPPED | Render network_config | standalone 2025-10-08 18:49:41.889161 | fa163e52-58d3-ed06-8336-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.850494 | 0.08s 2025-10-08 18:49:41.909863 | fa163e52-58d3-ed06-8336-00000000090c | TASK | Render network_config from template 2025-10-08 18:49:42.460155 | fa163e52-58d3-ed06-8336-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-08 18:49:42.461421 | fa163e52-58d3-ed06-8336-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.422753 | 0.55s 2025-10-08 18:49:42.487608 | fa163e52-58d3-ed06-8336-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=494385007105.43632 2025-10-08 18:49:46.546447 | fa163e52-58d3-ed06-8336-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-08 18:49:46.548258 | fa163e52-58d3-ed06-8336-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.509588 | 4.06s 2025-10-08 18:49:46.577463 | fa163e52-58d3-ed06-8336-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-08 18:49:47.085339 | fa163e52-58d3-ed06-8336-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-08 18:49:47.086560 | fa163e52-58d3-ed06-8336-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.047893 | 0.51s 2025-10-08 18:49:47.113327 | fa163e52-58d3-ed06-8336-000000000065 | TASK | Disable cloud-init network config 2025-10-08 18:49:47.628820 | fa163e52-58d3-ed06-8336-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-08 18:49:47.630245 | fa163e52-58d3-ed06-8336-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.591577 | 0.52s 2025-10-08 18:49:47.656208 | fa163e52-58d3-ed06-8336-000000000066 | TASK | Ensure network service is enabled 2025-10-08 18:49:48.076663 | fa163e52-58d3-ed06-8336-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-08 18:49:48.078544 | fa163e52-58d3-ed06-8336-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.039875 | 0.42s PLAY [Server network validation] *********************************************** 2025-10-08 18:49:48.266072 | fa163e52-58d3-ed06-8336-000000000096 | TASK | Basic Network Validation 2025-10-08 18:49:48.294907 | fa163e52-58d3-ed06-8336-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.256236 | 0.03s 2025-10-08 18:49:48.337800 | fa163e52-58d3-ed06-8336-000000000945 | TASK | Collect default network fact 2025-10-08 18:49:48.862092 | fa163e52-58d3-ed06-8336-000000000945 | OK | Collect default network fact | standalone 2025-10-08 18:49:48.863505 | fa163e52-58d3-ed06-8336-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:04.824828 | 0.52s 2025-10-08 18:49:48.889153 | fa163e52-58d3-ed06-8336-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-08 18:49:48.918238 | fa163e52-58d3-ed06-8336-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-08 18:49:48.919265 | fa163e52-58d3-ed06-8336-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:04.880596 | 0.03s 2025-10-08 18:49:48.944130 | fa163e52-58d3-ed06-8336-000000000947 | TASK | Check all networks Gateway availability 2025-10-08 18:49:48.972851 | fa163e52-58d3-ed06-8336-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:04.934172 | 0.03s 2025-10-08 18:49:48.998324 | fa163e52-58d3-ed06-8336-000000000949 | TASK | Check Controllers availability 2025-10-08 18:49:49.066045 | fa163e52-58d3-ed06-8336-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-08 18:49:49.072277 | fa163e52-58d3-ed06-8336-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-08 18:49:49.080586 | fa163e52-58d3-ed06-8336-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-08 18:49:49.088254 | fa163e52-58d3-ed06-8336-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-08 18:49:49.093519 | fa163e52-58d3-ed06-8336-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-08 18:49:49.099260 | fa163e52-58d3-ed06-8336-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-08 18:49:49.107212 | fa163e52-58d3-ed06-8336-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.068537 | 0.11s 2025-10-08 18:49:49.132599 | fa163e52-58d3-ed06-8336-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-08 18:49:49.162894 | fa163e52-58d3-ed06-8336-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-08 18:49:49.163995 | fa163e52-58d3-ed06-8336-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.125326 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-08 18:49:49.346837 | fa163e52-58d3-ed06-8336-00000000009a | TASK | Server pre deployments 2025-10-08 18:49:49.373870 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-00000000009a') missing from stats 2025-10-08 18:49:49.395457 | fa163e52-58d3-ed06-8336-00000000009e | TASK | Hiera config 2025-10-08 18:49:49.420971 | fa163e52-58d3-ed06-8336-00000000009e | TIMING | Hiera config | standalone | 0:01:05.382303 | 0.02s 2025-10-08 18:49:49.461583 | fa163e52-58d3-ed06-8336-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-08 18:49:49.768579 | fa163e52-58d3-ed06-8336-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-08 18:49:49.769902 | fa163e52-58d3-ed06-8336-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.731232 | 0.31s 2025-10-08 18:49:49.791069 | fa163e52-58d3-ed06-8336-00000000099f | TASK | Write hiera config 2025-10-08 18:49:50.310593 | fa163e52-58d3-ed06-8336-00000000099f | OK | Write hiera config | standalone 2025-10-08 18:49:50.312220 | fa163e52-58d3-ed06-8336-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.273545 | 0.52s 2025-10-08 18:49:50.362446 | fa163e52-58d3-ed06-8336-00000000009f | TASK | Hiera symlink 2025-10-08 18:49:50.593814 | fa163e52-58d3-ed06-8336-00000000009f | OK | Hiera symlink | standalone 2025-10-08 18:49:50.595333 | fa163e52-58d3-ed06-8336-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.556657 | 0.23s 2025-10-08 18:49:50.622182 | fa163e52-58d3-ed06-8336-0000000000a0 | TASK | Hieradata from vars 2025-10-08 18:49:50.651069 | fa163e52-58d3-ed06-8336-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.612396 | 0.03s 2025-10-08 18:49:50.711444 | fa163e52-58d3-ed06-8336-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-08 18:49:51.270131 | fa163e52-58d3-ed06-8336-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-08 18:49:51.271595 | fa163e52-58d3-ed06-8336-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.232921 | 0.56s 2025-10-08 18:49:51.297735 | fa163e52-58d3-ed06-8336-0000000009fa | TASK | Render hieradata from template 2025-10-08 18:49:51.848339 | fa163e52-58d3-ed06-8336-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-08 18:49:51.850101 | fa163e52-58d3-ed06-8336-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.811427 | 0.55s 2025-10-08 18:49:52.380020 | fa163e52-58d3-ed06-8336-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-08 18:49:52.380697 | fa163e52-58d3-ed06-8336-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.342025 | 1.08s 2025-10-08 18:49:53.005460 | fa163e52-58d3-ed06-8336-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-08 18:49:53.006395 | fa163e52-58d3-ed06-8336-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.967730 | 1.71s 2025-10-08 18:49:53.477668 | fa163e52-58d3-ed06-8336-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-08 18:49:53.478893 | fa163e52-58d3-ed06-8336-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.440225 | 2.18s 2025-10-08 18:49:53.985933 | fa163e52-58d3-ed06-8336-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-08 18:49:53.988340 | fa163e52-58d3-ed06-8336-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.949671 | 2.69s 2025-10-08 18:49:54.496397 | fa163e52-58d3-ed06-8336-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-08 18:49:54.497165 | fa163e52-58d3-ed06-8336-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.458488 | 3.20s 2025-10-08 18:49:54.925374 | fa163e52-58d3-ed06-8336-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-08 18:49:54.927761 | fa163e52-58d3-ed06-8336-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.889090 | 3.63s 2025-10-08 18:49:55.404234 | fa163e52-58d3-ed06-8336-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-08 18:49:55.405449 | fa163e52-58d3-ed06-8336-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.366781 | 4.11s 2025-10-08 18:49:55.884743 | fa163e52-58d3-ed06-8336-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-08 18:49:55.885470 | fa163e52-58d3-ed06-8336-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.846808 | 4.59s 2025-10-08 18:49:56.464186 | fa163e52-58d3-ed06-8336-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-08 18:49:56.465341 | fa163e52-58d3-ed06-8336-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.426673 | 5.17s 2025-10-08 18:49:56.475252 | fa163e52-58d3-ed06-8336-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.436568 | 5.18s 2025-10-08 18:49:56.528646 | fa163e52-58d3-ed06-8336-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-08 18:49:56.559362 | fa163e52-58d3-ed06-8336-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.520667 | 0.03s 2025-10-08 18:49:56.629072 | fa163e52-58d3-ed06-8336-000000000a9e | TASK | Check for hieradata file 2025-10-08 18:49:56.854493 | fa163e52-58d3-ed06-8336-000000000a9e | OK | Check for hieradata file | standalone 2025-10-08 18:49:56.856312 | fa163e52-58d3-ed06-8336-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.817637 | 0.23s 2025-10-08 18:49:56.883378 | fa163e52-58d3-ed06-8336-000000000aa0 | TASK | Get existing data 2025-10-08 18:49:56.934842 | fa163e52-58d3-ed06-8336-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-08 18:49:56.936036 | fa163e52-58d3-ed06-8336-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.897364 | 0.05s 2025-10-08 18:49:56.962960 | fa163e52-58d3-ed06-8336-000000000aa1 | TASK | Set data fact 2025-10-08 18:49:57.014667 | fa163e52-58d3-ed06-8336-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-08 18:49:57.016280 | fa163e52-58d3-ed06-8336-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.977605 | 0.05s 2025-10-08 18:49:57.043783 | fa163e52-58d3-ed06-8336-000000000aa3 | TASK | Write ansible hieradata file 2025-10-08 18:49:57.636546 | fa163e52-58d3-ed06-8336-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-08 18:49:57.638212 | fa163e52-58d3-ed06-8336-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.599542 | 0.59s 2025-10-08 18:49:57.742304 | fa163e52-58d3-ed06-8336-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.703619 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-08 18:49:57.908489 | fa163e52-58d3-ed06-8336-0000000000a6 | TASK | Host prep steps 2025-10-08 18:49:57.937751 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000a6') missing from stats 2025-10-08 18:49:58.011636 | fa163e52-58d3-ed06-8336-0000000000a7 | TASK | Deploy Artifacts 2025-10-08 18:49:58.125650 | fa163e52-58d3-ed06-8336-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-08 18:49:58.127121 | fa163e52-58d3-ed06-8336-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:14.088446 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 18:49:58.269752 | fa163e52-58d3-ed06-8336-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.231082 | 0.12s 2025-10-08 18:49:58.439177 | c1e35c29-cc3b-4d47-9e03-e9cd03ee7d01 | INCLUDED | /root/standalone-ansible-qdhs7aqd/Standalone/host_prep_tasks.yaml | standalone 2025-10-08 18:49:58.497949 | fa163e52-58d3-ed06-8336-000000000b1e | TASK | Run firewall role 2025-10-08 18:49:58.522557 | fa163e52-58d3-ed06-8336-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.483884 | 0.02s 2025-10-08 18:49:58.578848 | fa163e52-58d3-ed06-8336-000000000c36 | TASK | Gather variables for each operating system 2025-10-08 18:49:58.681926 | fa163e52-58d3-ed06-8336-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-08 18:49:58.684061 | fa163e52-58d3-ed06-8336-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.645386 | 0.10s 2025-10-08 18:49:58.694379 | fa163e52-58d3-ed06-8336-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.655701 | 0.11s 2025-10-08 18:49:58.721752 | fa163e52-58d3-ed06-8336-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-08 18:50:01.509774 | fa163e52-58d3-ed06-8336-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-08 18:50:01.511453 | fa163e52-58d3-ed06-8336-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.472784 | 2.79s 2025-10-08 18:50:01.539569 | fa163e52-58d3-ed06-8336-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-08 18:50:01.569636 | fa163e52-58d3-ed06-8336-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-08 18:50:01.570999 | fa163e52-58d3-ed06-8336-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.532330 | 0.03s 2025-10-08 18:50:01.600829 | fa163e52-58d3-ed06-8336-000000000c3c | TASK | Enable masquerade 2025-10-08 18:50:01.644135 | fa163e52-58d3-ed06-8336-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-08 18:50:01.645536 | fa163e52-58d3-ed06-8336-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.606864 | 0.04s 2025-10-08 18:50:01.672940 | fa163e52-58d3-ed06-8336-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-08 18:50:01.713996 | fa163e52-58d3-ed06-8336-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-08 18:50:01.715458 | fa163e52-58d3-ed06-8336-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.676786 | 0.04s 2025-10-08 18:50:01.743329 | fa163e52-58d3-ed06-8336-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-08 18:50:01.786360 | fa163e52-58d3-ed06-8336-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-08 18:50:01.787187 | fa163e52-58d3-ed06-8336-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.748526 | 0.04s 2025-10-08 18:50:01.812532 | fa163e52-58d3-ed06-8336-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-08 18:50:01.848183 | fa163e52-58d3-ed06-8336-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-08 18:50:01.849544 | fa163e52-58d3-ed06-8336-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.810871 | 0.04s 2025-10-08 18:50:01.876309 | fa163e52-58d3-ed06-8336-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-08 18:50:01.908491 | fa163e52-58d3-ed06-8336-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-08 18:50:01.909986 | fa163e52-58d3-ed06-8336-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.871313 | 0.03s 2025-10-08 18:50:01.937095 | fa163e52-58d3-ed06-8336-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-08 18:50:01.970607 | fa163e52-58d3-ed06-8336-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-08 18:50:01.972275 | fa163e52-58d3-ed06-8336-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.933599 | 0.03s 2025-10-08 18:50:01.998421 | fa163e52-58d3-ed06-8336-000000000c46 | TASK | Enable LOG rules 2025-10-08 18:50:02.031517 | fa163e52-58d3-ed06-8336-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-08 18:50:02.032812 | fa163e52-58d3-ed06-8336-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.994141 | 0.03s 2025-10-08 18:50:02.057690 | fa163e52-58d3-ed06-8336-000000000c47 | TASK | Set rule fact 2025-10-08 18:50:02.164517 | fa163e52-58d3-ed06-8336-000000000c47 | OK | Set rule fact | standalone 2025-10-08 18:50:02.167622 | fa163e52-58d3-ed06-8336-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:18.128952 | 0.11s 2025-10-08 18:50:02.197079 | fa163e52-58d3-ed06-8336-000000000c48 | TASK | Manage rules via nftables 2025-10-08 18:50:02.226422 | fa163e52-58d3-ed06-8336-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:18.187741 | 0.03s 2025-10-08 18:50:02.316578 | fa163e52-58d3-ed06-8336-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.277898 | 0.03s 2025-10-08 18:50:02.340079 | 98a97b0a-3b09-4826-b463-39256702a4d4 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-08 18:50:02.368211 | fa163e52-58d3-ed06-8336-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-08 18:50:02.770093 | fa163e52-58d3-ed06-8336-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-08 18:50:02.772526 | fa163e52-58d3-ed06-8336-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.733846 | 0.40s 2025-10-08 18:50:04.125843 | fa163e52-58d3-ed06-8336-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-08 18:50:04.127614 | fa163e52-58d3-ed06-8336-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.088944 | 1.76s 2025-10-08 18:50:04.141902 | fa163e52-58d3-ed06-8336-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.103208 | 1.77s 2025-10-08 18:50:04.173255 | fa163e52-58d3-ed06-8336-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-08 18:50:04.930194 | fa163e52-58d3-ed06-8336-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-08 18:50:04.931979 | fa163e52-58d3-ed06-8336-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.893309 | 0.76s 2025-10-08 18:50:04.959755 | fa163e52-58d3-ed06-8336-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-08 18:50:05.000266 | fa163e52-58d3-ed06-8336-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-08 18:50:05.001617 | fa163e52-58d3-ed06-8336-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:20.962945 | 0.04s 2025-10-08 18:50:05.057163 | fa163e52-58d3-ed06-8336-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.018482 | 0.03s 2025-10-08 18:50:05.095675 | bfc6c594-f719-49de-8e28-5b75a484c0d0 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-08 18:50:05.134239 | fa163e52-58d3-ed06-8336-000000000d40 | TASK | Push empty ruleset 2025-10-08 18:50:05.655409 | fa163e52-58d3-ed06-8336-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-08 18:50:05.656451 | fa163e52-58d3-ed06-8336-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.617786 | 0.52s 2025-10-08 18:50:05.676975 | fa163e52-58d3-ed06-8336-000000000d41 | TASK | Load empty ruleset 2025-10-08 18:50:05.930832 | fa163e52-58d3-ed06-8336-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-08 18:50:05.931567 | fa163e52-58d3-ed06-8336-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.892908 | 0.25s 2025-10-08 18:50:05.949177 | fa163e52-58d3-ed06-8336-000000000d43 | TASK | Use default rules 2025-10-08 18:50:06.034747 | fa163e52-58d3-ed06-8336-000000000d43 | OK | Use default rules | standalone 2025-10-08 18:50:06.038071 | fa163e52-58d3-ed06-8336-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:21.999400 | 0.09s 2025-10-08 18:50:06.067630 | fa163e52-58d3-ed06-8336-000000000d44 | TASK | Enable LOG rules 2025-10-08 18:50:06.152222 | fa163e52-58d3-ed06-8336-000000000d44 | OK | Enable LOG rules | standalone 2025-10-08 18:50:06.155130 | fa163e52-58d3-ed06-8336-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:22.116462 | 0.09s 2025-10-08 18:50:06.184384 | fa163e52-58d3-ed06-8336-000000000d46 | TASK | Get current nftables content 2025-10-08 18:50:06.420895 | fa163e52-58d3-ed06-8336-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-08 18:50:06.422208 | fa163e52-58d3-ed06-8336-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:22.383539 | 0.24s 2025-10-08 18:50:06.448915 | fa163e52-58d3-ed06-8336-000000000d48 | TASK | Generate chain jumps 2025-10-08 18:50:06.963230 | fa163e52-58d3-ed06-8336-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-08 18:50:06.964608 | fa163e52-58d3-ed06-8336-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.925939 | 0.51s 2025-10-08 18:50:06.991111 | fa163e52-58d3-ed06-8336-000000000d49 | TASK | Generate chain jumps 2025-10-08 18:50:07.590169 | fa163e52-58d3-ed06-8336-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-08 18:50:07.591468 | fa163e52-58d3-ed06-8336-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.552799 | 0.60s 2025-10-08 18:50:07.618216 | fa163e52-58d3-ed06-8336-000000000d4a | TASK | Generate nft flushes 2025-10-08 18:50:08.132513 | fa163e52-58d3-ed06-8336-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-08 18:50:08.133832 | fa163e52-58d3-ed06-8336-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:24.095164 | 0.51s 2025-10-08 18:50:08.159784 | fa163e52-58d3-ed06-8336-000000000d4b | TASK | Generate nft tripleo chains 2025-10-08 18:50:08.669763 | fa163e52-58d3-ed06-8336-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-08 18:50:08.671054 | fa163e52-58d3-ed06-8336-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.632385 | 0.51s 2025-10-08 18:50:08.697311 | fa163e52-58d3-ed06-8336-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-08 18:50:10.298600 | fa163e52-58d3-ed06-8336-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-08 18:50:10.299389 | fa163e52-58d3-ed06-8336-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:26.260730 | 1.60s 2025-10-08 18:50:10.317214 | fa163e52-58d3-ed06-8336-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-08 18:50:10.864185 | fa163e52-58d3-ed06-8336-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-08 18:50:10.865406 | fa163e52-58d3-ed06-8336-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.826738 | 0.55s 2025-10-08 18:50:10.891720 | fa163e52-58d3-ed06-8336-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-08 18:50:11.153646 | fa163e52-58d3-ed06-8336-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-08 18:50:11.154514 | fa163e52-58d3-ed06-8336-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:27.115853 | 0.26s 2025-10-08 18:50:11.199439 | fa163e52-58d3-ed06-8336-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:27.160771 | 0.02s 2025-10-08 18:50:11.217448 | b58351b8-4c8c-4cec-91d8-0a412bbd289f | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-08 18:50:11.267045 | fa163e52-58d3-ed06-8336-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-08 18:50:11.520768 | fa163e52-58d3-ed06-8336-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-08 18:50:11.522069 | fa163e52-58d3-ed06-8336-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:27.483398 | 0.25s 2025-10-08 18:50:11.543302 | fa163e52-58d3-ed06-8336-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-08 18:50:11.809519 | fa163e52-58d3-ed06-8336-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-08 18:50:11.810817 | fa163e52-58d3-ed06-8336-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.772148 | 0.27s 2025-10-08 18:50:11.874605 | fa163e52-58d3-ed06-8336-000000000b1f | TASK | create persistent logs directory 2025-10-08 18:50:12.115390 | fa163e52-58d3-ed06-8336-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-08 18:50:12.118043 | fa163e52-58d3-ed06-8336-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.079368 | 0.24s 2025-10-08 18:50:12.346872 | fa163e52-58d3-ed06-8336-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-08 18:50:12.348200 | fa163e52-58d3-ed06-8336-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.309534 | 0.47s 2025-10-08 18:50:12.358338 | fa163e52-58d3-ed06-8336-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.319671 | 0.48s 2025-10-08 18:50:12.375884 | fa163e52-58d3-ed06-8336-000000000b20 | TASK | create persistent directories 2025-10-08 18:50:12.608130 | fa163e52-58d3-ed06-8336-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-08 18:50:12.609023 | fa163e52-58d3-ed06-8336-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.570360 | 0.23s 2025-10-08 18:50:12.612437 | fa163e52-58d3-ed06-8336-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.573765 | 0.24s 2025-10-08 18:50:12.637810 | fa163e52-58d3-ed06-8336-000000000b21 | TASK | create persistent directories 2025-10-08 18:50:12.896836 | fa163e52-58d3-ed06-8336-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-08 18:50:12.899091 | fa163e52-58d3-ed06-8336-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.860413 | 0.26s 2025-10-08 18:50:13.115217 | fa163e52-58d3-ed06-8336-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-08 18:50:13.116388 | fa163e52-58d3-ed06-8336-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.077720 | 0.48s 2025-10-08 18:50:13.123140 | fa163e52-58d3-ed06-8336-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.084467 | 0.48s 2025-10-08 18:50:13.149118 | fa163e52-58d3-ed06-8336-000000000b22 | TASK | create persistent directories 2025-10-08 18:50:13.347729 | fa163e52-58d3-ed06-8336-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-08 18:50:13.349250 | fa163e52-58d3-ed06-8336-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.310586 | 0.20s 2025-10-08 18:50:13.515157 | fa163e52-58d3-ed06-8336-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-08 18:50:13.515974 | fa163e52-58d3-ed06-8336-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.477313 | 0.37s 2025-10-08 18:50:13.520647 | fa163e52-58d3-ed06-8336-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.481978 | 0.37s 2025-10-08 18:50:13.541833 | fa163e52-58d3-ed06-8336-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-08 18:50:14.600408 | fa163e52-58d3-ed06-8336-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-08 18:50:14.601626 | fa163e52-58d3-ed06-8336-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.562966 | 1.06s 2025-10-08 18:50:14.618801 | fa163e52-58d3-ed06-8336-000000000b24 | TASK | create persistent directories 2025-10-08 18:50:14.858191 | fa163e52-58d3-ed06-8336-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-08 18:50:14.859086 | fa163e52-58d3-ed06-8336-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.820424 | 0.24s 2025-10-08 18:50:14.865892 | fa163e52-58d3-ed06-8336-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.827216 | 0.25s 2025-10-08 18:50:14.894247 | fa163e52-58d3-ed06-8336-000000000b25 | TASK | create persistent directories 2025-10-08 18:50:15.136779 | fa163e52-58d3-ed06-8336-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-08 18:50:15.138962 | fa163e52-58d3-ed06-8336-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.100287 | 0.24s 2025-10-08 18:50:15.365008 | fa163e52-58d3-ed06-8336-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-08 18:50:15.366767 | fa163e52-58d3-ed06-8336-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.328098 | 0.47s 2025-10-08 18:50:15.377392 | fa163e52-58d3-ed06-8336-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.338721 | 0.48s 2025-10-08 18:50:15.446376 | fa163e52-58d3-ed06-8336-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-08 18:50:16.722605 | fa163e52-58d3-ed06-8336-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-08 18:50:16.724997 | fa163e52-58d3-ed06-8336-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:32.686322 | 1.28s 2025-10-08 18:50:16.754814 | fa163e52-58d3-ed06-8336-000000000b27 | TASK | create persistent directories 2025-10-08 18:50:17.026431 | fa163e52-58d3-ed06-8336-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-08 18:50:17.028062 | fa163e52-58d3-ed06-8336-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.989385 | 0.27s 2025-10-08 18:50:17.232978 | fa163e52-58d3-ed06-8336-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-08 18:50:17.236037 | fa163e52-58d3-ed06-8336-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.197369 | 0.48s 2025-10-08 18:50:17.247124 | fa163e52-58d3-ed06-8336-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.208447 | 0.49s 2025-10-08 18:50:17.275185 | fa163e52-58d3-ed06-8336-000000000b28 | TASK | ensure ceph configurations exist 2025-10-08 18:50:17.498614 | fa163e52-58d3-ed06-8336-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-08 18:50:17.500166 | fa163e52-58d3-ed06-8336-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:33.461496 | 0.22s 2025-10-08 18:50:17.526272 | fa163e52-58d3-ed06-8336-000000000b29 | TASK | create persistent directories 2025-10-08 18:50:17.750917 | fa163e52-58d3-ed06-8336-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-08 18:50:17.752021 | fa163e52-58d3-ed06-8336-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.713355 | 0.22s 2025-10-08 18:50:17.758091 | fa163e52-58d3-ed06-8336-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.719416 | 0.23s 2025-10-08 18:50:17.784932 | fa163e52-58d3-ed06-8336-000000000b2b | TASK | Create cinder image conversion directory 2025-10-08 18:50:17.813601 | fa163e52-58d3-ed06-8336-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-08 18:50:17.814978 | fa163e52-58d3-ed06-8336-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:33.776308 | 0.03s 2025-10-08 18:50:17.840137 | fa163e52-58d3-ed06-8336-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-08 18:50:17.868839 | fa163e52-58d3-ed06-8336-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-08 18:50:17.870275 | fa163e52-58d3-ed06-8336-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.831605 | 0.03s 2025-10-08 18:50:17.895060 | fa163e52-58d3-ed06-8336-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-08 18:50:17.925229 | fa163e52-58d3-ed06-8336-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-08 18:50:17.926420 | fa163e52-58d3-ed06-8336-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.887752 | 0.03s 2025-10-08 18:50:17.951162 | fa163e52-58d3-ed06-8336-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-08 18:50:17.980363 | fa163e52-58d3-ed06-8336-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-08 18:50:17.983115 | fa163e52-58d3-ed06-8336-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:33.944445 | 0.03s 2025-10-08 18:50:18.007712 | fa163e52-58d3-ed06-8336-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-08 18:50:18.035621 | fa163e52-58d3-ed06-8336-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-08 18:50:18.036835 | fa163e52-58d3-ed06-8336-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:33.998164 | 0.03s 2025-10-08 18:50:18.061524 | fa163e52-58d3-ed06-8336-000000000b32 | TASK | Get or create LVM loopback device 2025-10-08 18:50:18.089802 | fa163e52-58d3-ed06-8336-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-08 18:50:18.090976 | fa163e52-58d3-ed06-8336-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:34.052306 | 0.03s 2025-10-08 18:50:18.115865 | fa163e52-58d3-ed06-8336-000000000b33 | TASK | Create LVM volume group 2025-10-08 18:50:18.146134 | fa163e52-58d3-ed06-8336-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-08 18:50:18.147598 | fa163e52-58d3-ed06-8336-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:34.108893 | 0.03s 2025-10-08 18:50:18.174423 | fa163e52-58d3-ed06-8336-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-08 18:50:18.203433 | fa163e52-58d3-ed06-8336-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-08 18:50:18.204814 | fa163e52-58d3-ed06-8336-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:34.166142 | 0.03s 2025-10-08 18:50:18.231390 | fa163e52-58d3-ed06-8336-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-08 18:50:18.259669 | fa163e52-58d3-ed06-8336-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-08 18:50:18.260903 | fa163e52-58d3-ed06-8336-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:34.222232 | 0.03s 2025-10-08 18:50:18.280979 | fa163e52-58d3-ed06-8336-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-08 18:50:19.178916 | fa163e52-58d3-ed06-8336-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-08 18:50:19.180507 | fa163e52-58d3-ed06-8336-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:35.141837 | 0.90s 2025-10-08 18:50:19.206106 | fa163e52-58d3-ed06-8336-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-08 18:50:21.301836 | fa163e52-58d3-ed06-8336-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-08 18:50:21.303321 | fa163e52-58d3-ed06-8336-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:37.264657 | 2.10s 2025-10-08 18:50:21.355387 | fa163e52-58d3-ed06-8336-000000000b3a | OK | set_fact | standalone 2025-10-08 18:50:21.356411 | fa163e52-58d3-ed06-8336-000000000b3a | TIMING | set_fact | standalone | 0:01:37.317748 | 0.03s 2025-10-08 18:50:21.409412 | fa163e52-58d3-ed06-8336-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:37.370732 | 0.03s 2025-10-08 18:50:21.465196 | fa163e52-58d3-ed06-8336-000000000f04 | TASK | ensure apache is installed 2025-10-08 18:50:27.520461 | fa163e52-58d3-ed06-8336-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-08 18:50:27.521768 | fa163e52-58d3-ed06-8336-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:43.483104 | 6.06s 2025-10-08 18:50:27.540525 | fa163e52-58d3-ed06-8336-000000000f05 | TASK | create image data directory 2025-10-08 18:50:27.792588 | fa163e52-58d3-ed06-8336-000000000f05 | CHANGED | create image data directory | standalone 2025-10-08 18:50:27.794003 | fa163e52-58d3-ed06-8336-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:43.755334 | 0.25s 2025-10-08 18:50:27.821384 | fa163e52-58d3-ed06-8336-000000000f06 | TASK | create /v2/ response file 2025-10-08 18:50:28.240321 | fa163e52-58d3-ed06-8336-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-08 18:50:28.241706 | fa163e52-58d3-ed06-8336-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:44.203037 | 0.42s 2025-10-08 18:50:28.267915 | fa163e52-58d3-ed06-8336-000000000f07 | TASK | Add listen line 2025-10-08 18:50:28.648611 | fa163e52-58d3-ed06-8336-000000000f07 | CHANGED | Add listen line | standalone 2025-10-08 18:50:28.649965 | fa163e52-58d3-ed06-8336-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:44.611296 | 0.38s 2025-10-08 18:50:28.676039 | fa163e52-58d3-ed06-8336-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-08 18:50:29.168291 | fa163e52-58d3-ed06-8336-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-08 18:50:29.169804 | fa163e52-58d3-ed06-8336-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:45.131133 | 0.49s 2025-10-08 18:50:29.196846 | fa163e52-58d3-ed06-8336-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-08 18:50:31.261296 | fa163e52-58d3-ed06-8336-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-08 18:50:31.263275 | fa163e52-58d3-ed06-8336-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:47.224607 | 2.06s 2025-10-08 18:50:31.314340 | fa163e52-58d3-ed06-8336-000000000b3d | TASK | create persistent logs directory 2025-10-08 18:50:31.557772 | fa163e52-58d3-ed06-8336-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-08 18:50:31.560423 | fa163e52-58d3-ed06-8336-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.521749 | 0.24s 2025-10-08 18:50:31.764450 | fa163e52-58d3-ed06-8336-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-08 18:50:31.766136 | fa163e52-58d3-ed06-8336-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.727469 | 0.45s 2025-10-08 18:50:31.776969 | fa163e52-58d3-ed06-8336-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.738303 | 0.46s 2025-10-08 18:50:31.802983 | fa163e52-58d3-ed06-8336-000000000b3e | TASK | Mount NFS on host 2025-10-08 18:50:31.830022 | fa163e52-58d3-ed06-8336-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-08 18:50:31.831116 | fa163e52-58d3-ed06-8336-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:47.792448 | 0.03s 2025-10-08 18:50:31.855941 | fa163e52-58d3-ed06-8336-000000000b3f | TASK | Mount Node Staging Location 2025-10-08 18:50:31.882354 | fa163e52-58d3-ed06-8336-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-08 18:50:31.883477 | fa163e52-58d3-ed06-8336-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:47.844808 | 0.03s 2025-10-08 18:50:31.908696 | fa163e52-58d3-ed06-8336-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-08 18:50:32.147128 | fa163e52-58d3-ed06-8336-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-08 18:50:32.148436 | fa163e52-58d3-ed06-8336-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:48.109768 | 0.24s 2025-10-08 18:50:32.173325 | fa163e52-58d3-ed06-8336-000000000b41 | TASK | create logs directory 2025-10-08 18:50:32.444143 | fa163e52-58d3-ed06-8336-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-08 18:50:32.445764 | fa163e52-58d3-ed06-8336-000000000b41 | TIMING | create logs directory | standalone | 0:01:48.407090 | 0.27s 2025-10-08 18:50:32.673573 | fa163e52-58d3-ed06-8336-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-08 18:50:32.674845 | fa163e52-58d3-ed06-8336-000000000b41 | TIMING | create logs directory | standalone | 0:01:48.636178 | 0.50s 2025-10-08 18:50:32.686806 | fa163e52-58d3-ed06-8336-000000000b41 | TIMING | create logs directory | standalone | 0:01:48.648149 | 0.51s 2025-10-08 18:50:32.704124 | fa163e52-58d3-ed06-8336-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-08 18:50:32.730181 | fa163e52-58d3-ed06-8336-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-08 18:50:32.730851 | fa163e52-58d3-ed06-8336-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:48.692189 | 0.03s 2025-10-08 18:50:32.750208 | fa163e52-58d3-ed06-8336-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-08 18:50:32.982270 | fa163e52-58d3-ed06-8336-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-08 18:50:32.983065 | fa163e52-58d3-ed06-8336-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:48.944404 | 0.23s 2025-10-08 18:50:32.999964 | fa163e52-58d3-ed06-8336-000000000b44 | TASK | create persistent directories 2025-10-08 18:50:33.266113 | fa163e52-58d3-ed06-8336-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-08 18:50:33.267483 | fa163e52-58d3-ed06-8336-000000000b44 | TIMING | create persistent directories | standalone | 0:01:49.228813 | 0.27s 2025-10-08 18:50:33.273402 | fa163e52-58d3-ed06-8336-000000000b44 | TIMING | create persistent directories | standalone | 0:01:49.234737 | 0.27s 2025-10-08 18:50:33.298544 | fa163e52-58d3-ed06-8336-000000000b45 | TASK | create persistent data directory 2025-10-08 18:50:33.599800 | fa163e52-58d3-ed06-8336-000000000b45 | OK | create persistent data directory | standalone 2025-10-08 18:50:33.601286 | fa163e52-58d3-ed06-8336-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:49.562617 | 0.30s 2025-10-08 18:50:33.633039 | fa163e52-58d3-ed06-8336-000000000b46 | TASK | get parameters 2025-10-08 18:50:33.672541 | fa163e52-58d3-ed06-8336-000000000b46 | OK | get parameters | standalone 2025-10-08 18:50:33.673582 | fa163e52-58d3-ed06-8336-000000000b46 | TIMING | get parameters | standalone | 0:01:49.634913 | 0.04s 2025-10-08 18:50:33.700858 | fa163e52-58d3-ed06-8336-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-08 18:50:33.745251 | fa163e52-58d3-ed06-8336-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-08 18:50:33.746376 | fa163e52-58d3-ed06-8336-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:49.707706 | 0.04s 2025-10-08 18:50:33.770429 | fa163e52-58d3-ed06-8336-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-08 18:50:33.820140 | fa163e52-58d3-ed06-8336-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-08 18:50:33.821314 | fa163e52-58d3-ed06-8336-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:49.782645 | 0.05s 2025-10-08 18:50:33.846399 | fa163e52-58d3-ed06-8336-000000000b4a | TASK | get haproxy status 2025-10-08 18:50:33.889062 | fa163e52-58d3-ed06-8336-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-08 18:50:33.890109 | fa163e52-58d3-ed06-8336-000000000b4a | TIMING | get haproxy status | standalone | 0:01:49.851440 | 0.04s 2025-10-08 18:50:33.915126 | fa163e52-58d3-ed06-8336-000000000b4b | TASK | get pacemaker status 2025-10-08 18:50:33.966461 | fa163e52-58d3-ed06-8336-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-08 18:50:33.967516 | fa163e52-58d3-ed06-8336-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:49.928846 | 0.05s 2025-10-08 18:50:33.991912 | fa163e52-58d3-ed06-8336-000000000b4c | TASK | get docker status 2025-10-08 18:50:34.041372 | fa163e52-58d3-ed06-8336-000000000b4c | SKIPPED | get docker status | standalone 2025-10-08 18:50:34.042555 | fa163e52-58d3-ed06-8336-000000000b4c | TIMING | get docker status | standalone | 0:01:50.003885 | 0.05s 2025-10-08 18:50:34.067361 | fa163e52-58d3-ed06-8336-000000000b4d | TASK | get container_id 2025-10-08 18:50:34.117132 | fa163e52-58d3-ed06-8336-000000000b4d | SKIPPED | get container_id | standalone 2025-10-08 18:50:34.118244 | fa163e52-58d3-ed06-8336-000000000b4d | TIMING | get container_id | standalone | 0:01:50.079574 | 0.05s 2025-10-08 18:50:34.144163 | fa163e52-58d3-ed06-8336-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-08 18:50:34.194616 | fa163e52-58d3-ed06-8336-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-08 18:50:34.195839 | fa163e52-58d3-ed06-8336-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:50.157158 | 0.05s 2025-10-08 18:50:34.221416 | fa163e52-58d3-ed06-8336-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-08 18:50:34.270939 | fa163e52-58d3-ed06-8336-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-08 18:50:34.272051 | fa163e52-58d3-ed06-8336-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:50.233380 | 0.05s 2025-10-08 18:50:34.297015 | fa163e52-58d3-ed06-8336-000000000b50 | TASK | push certificate content 2025-10-08 18:50:34.347718 | fa163e52-58d3-ed06-8336-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-08 18:50:34.348924 | fa163e52-58d3-ed06-8336-000000000b50 | TIMING | push certificate content | standalone | 0:01:50.310254 | 0.05s 2025-10-08 18:50:34.373819 | fa163e52-58d3-ed06-8336-000000000b52 | TASK | set certificate ownership 2025-10-08 18:50:34.423851 | fa163e52-58d3-ed06-8336-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-08 18:50:34.425034 | fa163e52-58d3-ed06-8336-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:50.386365 | 0.05s 2025-10-08 18:50:34.450314 | fa163e52-58d3-ed06-8336-000000000b53 | TASK | reload haproxy if enabled 2025-10-08 18:50:34.501154 | fa163e52-58d3-ed06-8336-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-08 18:50:34.502591 | fa163e52-58d3-ed06-8336-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:50.463916 | 0.05s 2025-10-08 18:50:34.530317 | fa163e52-58d3-ed06-8336-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-08 18:50:34.574362 | fa163e52-58d3-ed06-8336-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-08 18:50:34.575828 | fa163e52-58d3-ed06-8336-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:50.537149 | 0.04s 2025-10-08 18:50:34.603945 | fa163e52-58d3-ed06-8336-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-08 18:50:34.654860 | fa163e52-58d3-ed06-8336-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-08 18:50:34.656151 | fa163e52-58d3-ed06-8336-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:50.617480 | 0.05s 2025-10-08 18:50:34.681650 | fa163e52-58d3-ed06-8336-000000000b58 | TASK | create persistent directories 2025-10-08 18:50:34.972609 | fa163e52-58d3-ed06-8336-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-08 18:50:34.974234 | fa163e52-58d3-ed06-8336-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.935559 | 0.29s 2025-10-08 18:50:35.173243 | fa163e52-58d3-ed06-8336-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-08 18:50:35.174856 | fa163e52-58d3-ed06-8336-000000000b58 | TIMING | create persistent directories | standalone | 0:01:51.136191 | 0.49s 2025-10-08 18:50:35.185157 | fa163e52-58d3-ed06-8336-000000000b58 | TIMING | create persistent directories | standalone | 0:01:51.146495 | 0.50s 2025-10-08 18:50:35.206579 | fa163e52-58d3-ed06-8336-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-08 18:50:40.899958 | fa163e52-58d3-ed06-8336-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-08 18:50:40.901820 | fa163e52-58d3-ed06-8336-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:56.863143 | 5.69s 2025-10-08 18:50:40.927819 | fa163e52-58d3-ed06-8336-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-08 18:50:41.010574 | fa163e52-58d3-ed06-8336-000000000b5a | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.70 seconds", "Notice: Applied catalog in 0.26 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.25", " Catalog application: 0.26", " Config retrieval: 0.77", " Last run: 1759949440", " Total: 0.26", "Version:", " Config: 1759949439", " 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-08 18:50:41.011955 | fa163e52-58d3-ed06-8336-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:56.973280 | 0.08s 2025-10-08 18:50:41.037858 | fa163e52-58d3-ed06-8336-000000000b5b | TASK | create persistent directories 2025-10-08 18:50:41.281955 | fa163e52-58d3-ed06-8336-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-08 18:50:41.284242 | fa163e52-58d3-ed06-8336-000000000b5b | TIMING | create persistent directories | standalone | 0:01:57.245567 | 0.24s 2025-10-08 18:50:41.479296 | fa163e52-58d3-ed06-8336-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-08 18:50:41.481080 | fa163e52-58d3-ed06-8336-000000000b5b | TIMING | create persistent directories | standalone | 0:01:57.442412 | 0.44s 2025-10-08 18:50:41.491795 | fa163e52-58d3-ed06-8336-000000000b5b | TIMING | create persistent directories | standalone | 0:01:57.453119 | 0.45s 2025-10-08 18:50:41.519300 | fa163e52-58d3-ed06-8336-000000000b5c | TASK | create persistent directories 2025-10-08 18:50:41.726654 | fa163e52-58d3-ed06-8336-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-08 18:50:41.728276 | fa163e52-58d3-ed06-8336-000000000b5c | TIMING | create persistent directories | standalone | 0:01:57.689602 | 0.21s 2025-10-08 18:50:41.940072 | fa163e52-58d3-ed06-8336-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-08 18:50:41.941184 | fa163e52-58d3-ed06-8336-000000000b5c | TIMING | create persistent directories | standalone | 0:01:57.902517 | 0.42s 2025-10-08 18:50:41.947879 | fa163e52-58d3-ed06-8336-000000000b5c | TIMING | create persistent directories | standalone | 0:01:57.909201 | 0.43s 2025-10-08 18:50:41.978836 | fa163e52-58d3-ed06-8336-000000000b5d | TASK | create persistent directories 2025-10-08 18:50:42.254573 | fa163e52-58d3-ed06-8336-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-08 18:50:42.256265 | fa163e52-58d3-ed06-8336-000000000b5d | TIMING | create persistent directories | standalone | 0:01:58.217601 | 0.28s 2025-10-08 18:50:42.267014 | fa163e52-58d3-ed06-8336-000000000b5d | TIMING | create persistent directories | standalone | 0:01:58.228338 | 0.29s 2025-10-08 18:50:42.292575 | fa163e52-58d3-ed06-8336-000000000b5e | TASK | create persistent directories 2025-10-08 18:50:42.549522 | fa163e52-58d3-ed06-8336-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-08 18:50:42.551186 | fa163e52-58d3-ed06-8336-000000000b5e | TIMING | create persistent directories | standalone | 0:01:58.512511 | 0.26s 2025-10-08 18:50:42.803728 | fa163e52-58d3-ed06-8336-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-08 18:50:42.804859 | fa163e52-58d3-ed06-8336-000000000b5e | TIMING | create persistent directories | standalone | 0:01:58.766192 | 0.51s 2025-10-08 18:50:43.035478 | fa163e52-58d3-ed06-8336-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-08 18:50:43.037216 | fa163e52-58d3-ed06-8336-000000000b5e | TIMING | create persistent directories | standalone | 0:01:58.998549 | 0.74s 2025-10-08 18:50:43.228243 | fa163e52-58d3-ed06-8336-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-08 18:50:43.229908 | fa163e52-58d3-ed06-8336-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.191240 | 0.94s 2025-10-08 18:50:43.242638 | fa163e52-58d3-ed06-8336-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.203956 | 0.95s 2025-10-08 18:50:43.273050 | fa163e52-58d3-ed06-8336-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-08 18:50:43.706565 | fa163e52-58d3-ed06-8336-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-08 18:50:43.707977 | fa163e52-58d3-ed06-8336-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:59.669298 | 0.43s 2025-10-08 18:50:43.733424 | fa163e52-58d3-ed06-8336-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-08 18:50:44.990240 | fa163e52-58d3-ed06-8336-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-08 18:50:44.991904 | fa163e52-58d3-ed06-8336-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.953230 | 1.26s 2025-10-08 18:50:46.215243 | fa163e52-58d3-ed06-8336-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-08 18:50:46.218905 | fa163e52-58d3-ed06-8336-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.180237 | 2.48s 2025-10-08 18:50:47.401853 | fa163e52-58d3-ed06-8336-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-08 18:50:47.405047 | fa163e52-58d3-ed06-8336-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:03.366365 | 3.67s 2025-10-08 18:50:47.413929 | fa163e52-58d3-ed06-8336-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:03.375258 | 3.68s 2025-10-08 18:50:47.441226 | fa163e52-58d3-ed06-8336-000000000b61 | TASK | create persistent directories 2025-10-08 18:50:47.691135 | fa163e52-58d3-ed06-8336-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-08 18:50:47.693027 | fa163e52-58d3-ed06-8336-000000000b61 | TIMING | create persistent directories | standalone | 0:02:03.654355 | 0.25s 2025-10-08 18:50:47.903554 | fa163e52-58d3-ed06-8336-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-08 18:50:47.905496 | fa163e52-58d3-ed06-8336-000000000b61 | TIMING | create persistent directories | standalone | 0:02:03.866831 | 0.46s 2025-10-08 18:50:48.071557 | fa163e52-58d3-ed06-8336-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-08 18:50:48.072565 | fa163e52-58d3-ed06-8336-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.033900 | 0.63s 2025-10-08 18:50:48.084496 | fa163e52-58d3-ed06-8336-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.045829 | 0.64s 2025-10-08 18:50:48.105355 | fa163e52-58d3-ed06-8336-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-08 18:50:48.299560 | fa163e52-58d3-ed06-8336-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-08 18:50:48.300739 | fa163e52-58d3-ed06-8336-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:04.262071 | 0.19s 2025-10-08 18:50:48.326496 | fa163e52-58d3-ed06-8336-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-08 18:50:48.355185 | fa163e52-58d3-ed06-8336-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-08 18:50:48.356304 | fa163e52-58d3-ed06-8336-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:04.317634 | 0.03s 2025-10-08 18:50:48.381381 | fa163e52-58d3-ed06-8336-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-08 18:50:48.612350 | fa163e52-58d3-ed06-8336-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-08 18:50:48.613659 | fa163e52-58d3-ed06-8336-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:04.574991 | 0.23s 2025-10-08 18:50:48.638362 | fa163e52-58d3-ed06-8336-000000000b65 | TASK | Stop iscsi.service 2025-10-08 18:50:48.678291 | fa163e52-58d3-ed06-8336-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-08 18:50:48.679307 | fa163e52-58d3-ed06-8336-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:04.640638 | 0.04s 2025-10-08 18:50:48.738976 | fa163e52-58d3-ed06-8336-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:04.700301 | 0.03s 2025-10-08 18:50:48.834860 | fa163e52-58d3-ed06-8336-000000001067 | TASK | Install additional packages 2025-10-08 18:50:48.860422 | fa163e52-58d3-ed06-8336-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:04.821756 | 0.02s 2025-10-08 18:50:48.877561 | fa163e52-58d3-ed06-8336-000000001068 | TASK | Remove dracut-config-generic 2025-10-08 18:50:52.520156 | fa163e52-58d3-ed06-8336-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-08 18:50:52.521561 | fa163e52-58d3-ed06-8336-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:08.482892 | 3.64s 2025-10-08 18:50:52.546921 | fa163e52-58d3-ed06-8336-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-08 18:50:52.777301 | fa163e52-58d3-ed06-8336-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-08 18:50:52.778674 | fa163e52-58d3-ed06-8336-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:08.740005 | 0.23s 2025-10-08 18:50:52.804163 | fa163e52-58d3-ed06-8336-00000000106a | TASK | Write list of modules to load at boot 2025-10-08 18:50:53.293107 | fa163e52-58d3-ed06-8336-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-08 18:50:53.294543 | fa163e52-58d3-ed06-8336-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:09.255874 | 0.49s 2025-10-08 18:50:53.321751 | fa163e52-58d3-ed06-8336-00000000106b | TASK | Modules reload 2025-10-08 18:50:53.789783 | fa163e52-58d3-ed06-8336-00000000106b | CHANGED | Modules reload | standalone 2025-10-08 18:50:53.791625 | fa163e52-58d3-ed06-8336-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:09.752956 | 0.47s 2025-10-08 18:50:53.818801 | fa163e52-58d3-ed06-8336-00000000106c | TASK | Set default sysctl options 2025-10-08 18:50:54.270588 | fa163e52-58d3-ed06-8336-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-08 18:50:54.272064 | fa163e52-58d3-ed06-8336-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:10.233395 | 0.45s 2025-10-08 18:50:54.298411 | fa163e52-58d3-ed06-8336-00000000106d | TASK | Set extra sysctl options 2025-10-08 18:50:54.687912 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-08 18:50:54.690028 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.651356 | 0.39s 2025-10-08 18:50:54.894766 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-08 18:50:54.895743 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.857075 | 0.60s 2025-10-08 18:50:55.081540 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-08 18:50:55.083036 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.044369 | 0.78s 2025-10-08 18:50:55.285502 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-08 18:50:55.287060 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.248400 | 0.99s 2025-10-08 18:50:55.541245 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-08 18:50:55.543041 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.504373 | 1.24s 2025-10-08 18:50:55.779709 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-08 18:50:55.780350 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.741691 | 1.48s 2025-10-08 18:50:56.001334 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-08 18:50:56.002017 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.963357 | 1.70s 2025-10-08 18:50:56.215778 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-08 18:50:56.216382 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.177723 | 1.92s 2025-10-08 18:50:56.456747 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-08 18:50:56.458494 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.419827 | 2.16s 2025-10-08 18:50:56.688154 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-08 18:50:56.689197 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.650532 | 2.39s 2025-10-08 18:50:56.926296 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-08 18:50:56.927947 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.889281 | 2.63s 2025-10-08 18:50:57.135741 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-08 18:50:57.136618 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.097946 | 2.84s 2025-10-08 18:50:57.382429 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-08 18:50:57.383016 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.344357 | 3.08s 2025-10-08 18:50:57.616156 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-08 18:50:57.617021 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.578350 | 3.32s 2025-10-08 18:50:57.821554 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-08 18:50:57.823135 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.784467 | 3.52s 2025-10-08 18:50:58.058501 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-08 18:50:58.059987 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.021322 | 3.76s 2025-10-08 18:50:58.280428 | fa163e52-58d3-ed06-8336-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-08 18:50:58.281430 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.242763 | 3.98s 2025-10-08 18:50:58.289665 | fa163e52-58d3-ed06-8336-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.250993 | 3.99s 2025-10-08 18:50:58.319845 | fa163e52-58d3-ed06-8336-00000000106f | TASK | Sysctl reload 2025-10-08 18:50:58.732119 | fa163e52-58d3-ed06-8336-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-08 18:50:58.734150 | fa163e52-58d3-ed06-8336-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:14.695479 | 0.41s 2025-10-08 18:50:58.783892 | fa163e52-58d3-ed06-8336-000000000b67 | TASK | create persistent directories 2025-10-08 18:50:59.030991 | fa163e52-58d3-ed06-8336-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-08 18:50:59.032591 | fa163e52-58d3-ed06-8336-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.993916 | 0.25s 2025-10-08 18:50:59.310128 | fa163e52-58d3-ed06-8336-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-08 18:50:59.311352 | fa163e52-58d3-ed06-8336-000000000b67 | TIMING | create persistent directories | standalone | 0:02:15.272693 | 0.53s 2025-10-08 18:50:59.322375 | fa163e52-58d3-ed06-8336-000000000b67 | TIMING | create persistent directories | standalone | 0:02:15.283702 | 0.54s 2025-10-08 18:50:59.347626 | fa163e52-58d3-ed06-8336-000000000b68 | TASK | Check if file certs_valid exist 2025-10-08 18:50:59.568976 | fa163e52-58d3-ed06-8336-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-08 18:50:59.570310 | fa163e52-58d3-ed06-8336-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:15.531642 | 0.22s 2025-10-08 18:50:59.596101 | fa163e52-58d3-ed06-8336-000000000b69 | TASK | Check if file cert9.db exist 2025-10-08 18:50:59.817307 | fa163e52-58d3-ed06-8336-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-08 18:50:59.818099 | fa163e52-58d3-ed06-8336-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:15.779439 | 0.22s 2025-10-08 18:50:59.844128 | fa163e52-58d3-ed06-8336-000000000b6a | TASK | Check if file key4.db exist 2025-10-08 18:51:00.057489 | fa163e52-58d3-ed06-8336-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-08 18:51:00.058778 | fa163e52-58d3-ed06-8336-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:16.020109 | 0.21s 2025-10-08 18:51:00.115286 | fa163e52-58d3-ed06-8336-000000000b6b | SKIPPED | fail | standalone 2025-10-08 18:51:00.116419 | fa163e52-58d3-ed06-8336-000000000b6b | TIMING | fail | standalone | 0:02:16.077750 | 0.03s 2025-10-08 18:51:00.142753 | fa163e52-58d3-ed06-8336-000000000b6c | TASK | Create persistent directories 2025-10-08 18:51:00.401481 | fa163e52-58d3-ed06-8336-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-08 18:51:00.403170 | fa163e52-58d3-ed06-8336-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.364493 | 0.26s 2025-10-08 18:51:00.631840 | fa163e52-58d3-ed06-8336-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-08 18:51:00.632483 | fa163e52-58d3-ed06-8336-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.593824 | 0.49s 2025-10-08 18:51:00.640551 | fa163e52-58d3-ed06-8336-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.601875 | 0.50s 2025-10-08 18:51:00.665943 | fa163e52-58d3-ed06-8336-000000000b6d | TASK | create persistent directories 2025-10-08 18:51:00.904357 | fa163e52-58d3-ed06-8336-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-08 18:51:00.905243 | fa163e52-58d3-ed06-8336-000000000b6d | TIMING | create persistent directories | standalone | 0:02:16.866582 | 0.24s 2025-10-08 18:51:00.917219 | fa163e52-58d3-ed06-8336-000000000b6d | TIMING | create persistent directories | standalone | 0:02:16.878544 | 0.25s 2025-10-08 18:51:00.943312 | fa163e52-58d3-ed06-8336-000000000b6e | TASK | create persistent directories 2025-10-08 18:51:01.162083 | fa163e52-58d3-ed06-8336-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-08 18:51:01.164180 | fa163e52-58d3-ed06-8336-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.125505 | 0.22s 2025-10-08 18:51:01.341092 | fa163e52-58d3-ed06-8336-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-08 18:51:01.342227 | fa163e52-58d3-ed06-8336-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.303559 | 0.40s 2025-10-08 18:51:01.354278 | fa163e52-58d3-ed06-8336-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.315607 | 0.41s 2025-10-08 18:51:01.380118 | fa163e52-58d3-ed06-8336-000000000b6f | TASK | create persistent directories 2025-10-08 18:51:01.581719 | fa163e52-58d3-ed06-8336-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-08 18:51:01.583075 | fa163e52-58d3-ed06-8336-000000000b6f | TIMING | create persistent directories | standalone | 0:02:17.544405 | 0.20s 2025-10-08 18:51:01.588830 | fa163e52-58d3-ed06-8336-000000000b6f | TIMING | create persistent directories | standalone | 0:02:17.550165 | 0.21s 2025-10-08 18:51:01.613995 | fa163e52-58d3-ed06-8336-000000000b70 | TASK | create persistent directories 2025-10-08 18:51:01.827724 | fa163e52-58d3-ed06-8336-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-08 18:51:01.829223 | fa163e52-58d3-ed06-8336-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.790546 | 0.21s 2025-10-08 18:51:02.027084 | fa163e52-58d3-ed06-8336-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-08 18:51:02.027969 | fa163e52-58d3-ed06-8336-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.989305 | 0.41s 2025-10-08 18:51:02.206561 | fa163e52-58d3-ed06-8336-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-08 18:51:02.207471 | fa163e52-58d3-ed06-8336-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.168808 | 0.59s 2025-10-08 18:51:02.212752 | fa163e52-58d3-ed06-8336-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.174082 | 0.60s 2025-10-08 18:51:02.231336 | fa163e52-58d3-ed06-8336-000000000b71 | TASK | create persistent directories 2025-10-08 18:51:02.473284 | fa163e52-58d3-ed06-8336-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-08 18:51:02.475131 | fa163e52-58d3-ed06-8336-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.436456 | 0.24s 2025-10-08 18:51:02.632459 | fa163e52-58d3-ed06-8336-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-08 18:51:02.634092 | fa163e52-58d3-ed06-8336-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.595426 | 0.40s 2025-10-08 18:51:02.645086 | fa163e52-58d3-ed06-8336-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.606421 | 0.41s 2025-10-08 18:51:02.671202 | fa163e52-58d3-ed06-8336-000000000b72 | TASK | create persistent directories 2025-10-08 18:51:02.889959 | fa163e52-58d3-ed06-8336-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-08 18:51:02.891870 | fa163e52-58d3-ed06-8336-000000000b72 | TIMING | create persistent directories | standalone | 0:02:18.853198 | 0.22s 2025-10-08 18:51:02.901911 | fa163e52-58d3-ed06-8336-000000000b72 | TIMING | create persistent directories | standalone | 0:02:18.863245 | 0.23s 2025-10-08 18:51:02.927671 | fa163e52-58d3-ed06-8336-000000000b73 | TASK | creating directory 2025-10-08 18:51:03.135517 | fa163e52-58d3-ed06-8336-000000000b73 | CHANGED | creating directory | standalone 2025-10-08 18:51:03.136821 | fa163e52-58d3-ed06-8336-000000000b73 | TIMING | creating directory | standalone | 0:02:19.098151 | 0.21s 2025-10-08 18:51:03.161592 | fa163e52-58d3-ed06-8336-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-08 18:51:03.603629 | fa163e52-58d3-ed06-8336-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-08 18:51:03.605064 | fa163e52-58d3-ed06-8336-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:19.566394 | 0.44s 2025-10-08 18:51:03.630168 | fa163e52-58d3-ed06-8336-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-08 18:51:04.462859 | fa163e52-58d3-ed06-8336-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-08 18:51:04.464113 | fa163e52-58d3-ed06-8336-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:20.425444 | 0.83s 2025-10-08 18:51:04.488924 | fa163e52-58d3-ed06-8336-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-08 18:51:04.707018 | fa163e52-58d3-ed06-8336-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-08 18:51:04.708311 | fa163e52-58d3-ed06-8336-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:20.669642 | 0.22s 2025-10-08 18:51:04.735047 | fa163e52-58d3-ed06-8336-000000000b77 | TASK | remove temp namespace 2025-10-08 18:51:04.977582 | fa163e52-58d3-ed06-8336-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-08 18:51:04.978843 | fa163e52-58d3-ed06-8336-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:20.940174 | 0.24s 2025-10-08 18:51:05.003966 | fa163e52-58d3-ed06-8336-000000000b78 | TASK | create /var/lib/neutron 2025-10-08 18:51:05.243356 | fa163e52-58d3-ed06-8336-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-08 18:51:05.244627 | fa163e52-58d3-ed06-8336-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:21.205958 | 0.24s 2025-10-08 18:51:05.269320 | fa163e52-58d3-ed06-8336-000000000b79 | TASK | set conditions 2025-10-08 18:51:05.297600 | fa163e52-58d3-ed06-8336-000000000b79 | OK | set conditions | standalone 2025-10-08 18:51:05.298730 | fa163e52-58d3-ed06-8336-000000000b79 | TIMING | set conditions | standalone | 0:02:21.260062 | 0.03s 2025-10-08 18:51:05.323496 | fa163e52-58d3-ed06-8336-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-08 18:51:05.542674 | fa163e52-58d3-ed06-8336-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-08 18:51:05.543908 | fa163e52-58d3-ed06-8336-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:21.505240 | 0.22s 2025-10-08 18:51:05.568357 | fa163e52-58d3-ed06-8336-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-08 18:51:05.996656 | fa163e52-58d3-ed06-8336-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-08 18:51:05.997885 | fa163e52-58d3-ed06-8336-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:21.959218 | 0.43s 2025-10-08 18:51:06.023608 | fa163e52-58d3-ed06-8336-000000000b7c | TASK | create haproxy kill script 2025-10-08 18:51:06.514173 | fa163e52-58d3-ed06-8336-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-08 18:51:06.515440 | fa163e52-58d3-ed06-8336-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:22.476772 | 0.49s 2025-10-08 18:51:06.540408 | fa163e52-58d3-ed06-8336-000000000b7d | TASK | create persistent directories 2025-10-08 18:51:06.788462 | fa163e52-58d3-ed06-8336-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-08 18:51:06.832025 | fa163e52-58d3-ed06-8336-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.793355 | 0.29s 2025-10-08 18:51:06.991159 | fa163e52-58d3-ed06-8336-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-08 18:51:06.992479 | fa163e52-58d3-ed06-8336-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.953815 | 0.45s 2025-10-08 18:51:07.002957 | fa163e52-58d3-ed06-8336-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.964287 | 0.46s 2025-10-08 18:51:07.024017 | fa163e52-58d3-ed06-8336-000000000b7e | TASK | create persistent directories 2025-10-08 18:51:07.254879 | fa163e52-58d3-ed06-8336-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-08 18:51:07.256194 | fa163e52-58d3-ed06-8336-000000000b7e | TIMING | create persistent directories | standalone | 0:02:23.217524 | 0.23s 2025-10-08 18:51:07.265845 | fa163e52-58d3-ed06-8336-000000000b7e | TIMING | create persistent directories | standalone | 0:02:23.227172 | 0.24s 2025-10-08 18:51:07.292195 | fa163e52-58d3-ed06-8336-000000000b7f | TASK | create persistent directories 2025-10-08 18:51:07.578088 | fa163e52-58d3-ed06-8336-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-08 18:51:07.580279 | fa163e52-58d3-ed06-8336-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.541603 | 0.29s 2025-10-08 18:51:07.810368 | fa163e52-58d3-ed06-8336-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-08 18:51:07.811090 | fa163e52-58d3-ed06-8336-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.772430 | 0.52s 2025-10-08 18:51:07.823314 | fa163e52-58d3-ed06-8336-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.784641 | 0.53s 2025-10-08 18:51:07.849245 | fa163e52-58d3-ed06-8336-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-08 18:51:08.066457 | fa163e52-58d3-ed06-8336-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-08 18:51:08.067792 | fa163e52-58d3-ed06-8336-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:24.029123 | 0.22s 2025-10-08 18:51:08.092957 | fa163e52-58d3-ed06-8336-000000000b81 | TASK | create persistent directories 2025-10-08 18:51:08.351447 | fa163e52-58d3-ed06-8336-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-08 18:51:08.353751 | fa163e52-58d3-ed06-8336-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.315073 | 0.26s 2025-10-08 18:51:08.548523 | fa163e52-58d3-ed06-8336-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-08 18:51:08.549452 | fa163e52-58d3-ed06-8336-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.510788 | 0.46s 2025-10-08 18:51:08.799605 | fa163e52-58d3-ed06-8336-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-08 18:51:08.801360 | fa163e52-58d3-ed06-8336-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.762693 | 0.71s 2025-10-08 18:51:09.054632 | fa163e52-58d3-ed06-8336-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-08 18:51:09.056066 | fa163e52-58d3-ed06-8336-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.017404 | 0.96s 2025-10-08 18:51:09.269601 | fa163e52-58d3-ed06-8336-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-08 18:51:09.271138 | fa163e52-58d3-ed06-8336-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.232471 | 1.18s 2025-10-08 18:51:09.281235 | fa163e52-58d3-ed06-8336-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.242571 | 1.19s 2025-10-08 18:51:09.301780 | fa163e52-58d3-ed06-8336-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-08 18:51:09.749721 | fa163e52-58d3-ed06-8336-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-08 18:51:09.751013 | fa163e52-58d3-ed06-8336-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:25.712344 | 0.45s 2025-10-08 18:51:09.776018 | fa163e52-58d3-ed06-8336-000000000b83 | TASK | create tempfiles 2025-10-08 18:51:10.065849 | fa163e52-58d3-ed06-8336-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-08 18:51:10.067264 | fa163e52-58d3-ed06-8336-000000000b83 | TIMING | create tempfiles | standalone | 0:02:26.028595 | 0.29s 2025-10-08 18:51:10.092632 | fa163e52-58d3-ed06-8336-000000000b84 | TASK | Mount Nova NFS Share 2025-10-08 18:51:10.122316 | fa163e52-58d3-ed06-8336-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-08 18:51:10.123515 | fa163e52-58d3-ed06-8336-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:26.084844 | 0.03s 2025-10-08 18:51:10.150599 | fa163e52-58d3-ed06-8336-000000000b86 | TASK | check systemd-container package installed or not 2025-10-08 18:51:10.178958 | fa163e52-58d3-ed06-8336-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-08 18:51:10.180108 | fa163e52-58d3-ed06-8336-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:26.141439 | 0.03s 2025-10-08 18:51:10.204496 | fa163e52-58d3-ed06-8336-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-08 18:51:10.231297 | fa163e52-58d3-ed06-8336-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-08 18:51:10.232348 | fa163e52-58d3-ed06-8336-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:26.193679 | 0.03s 2025-10-08 18:51:10.256969 | fa163e52-58d3-ed06-8336-000000000b88 | TASK | Install systemd-container package on boot 2025-10-08 18:51:10.284589 | fa163e52-58d3-ed06-8336-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-08 18:51:10.285611 | fa163e52-58d3-ed06-8336-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:26.246943 | 0.03s 2025-10-08 18:51:10.310790 | fa163e52-58d3-ed06-8336-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-08 18:51:10.341839 | fa163e52-58d3-ed06-8336-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-08 18:51:10.343322 | fa163e52-58d3-ed06-8336-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:26.304651 | 0.03s 2025-10-08 18:51:10.370151 | fa163e52-58d3-ed06-8336-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-08 18:51:10.398855 | fa163e52-58d3-ed06-8336-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-08 18:51:10.400099 | fa163e52-58d3-ed06-8336-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:26.361428 | 0.03s 2025-10-08 18:51:10.425448 | fa163e52-58d3-ed06-8336-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-08 18:51:10.454559 | fa163e52-58d3-ed06-8336-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-08 18:51:10.455778 | fa163e52-58d3-ed06-8336-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:26.417101 | 0.03s 2025-10-08 18:51:10.480588 | fa163e52-58d3-ed06-8336-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-08 18:51:10.512282 | fa163e52-58d3-ed06-8336-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-08 18:51:10.513393 | fa163e52-58d3-ed06-8336-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:26.474726 | 0.03s 2025-10-08 18:51:10.538163 | fa163e52-58d3-ed06-8336-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-08 18:51:10.568442 | fa163e52-58d3-ed06-8336-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-08 18:51:10.569617 | fa163e52-58d3-ed06-8336-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:26.530947 | 0.03s 2025-10-08 18:51:10.594031 | fa163e52-58d3-ed06-8336-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-08 18:51:10.623938 | fa163e52-58d3-ed06-8336-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-08 18:51:10.625246 | fa163e52-58d3-ed06-8336-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:26.586576 | 0.03s 2025-10-08 18:51:10.650378 | fa163e52-58d3-ed06-8336-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-08 18:51:10.681973 | fa163e52-58d3-ed06-8336-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-08 18:51:10.683108 | fa163e52-58d3-ed06-8336-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:26.644438 | 0.03s 2025-10-08 18:51:10.708186 | fa163e52-58d3-ed06-8336-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-08 18:51:10.739184 | fa163e52-58d3-ed06-8336-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-08 18:51:10.741804 | fa163e52-58d3-ed06-8336-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:26.703134 | 0.03s 2025-10-08 18:51:10.765835 | fa163e52-58d3-ed06-8336-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-08 18:51:10.796306 | fa163e52-58d3-ed06-8336-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-08 18:51:10.797389 | fa163e52-58d3-ed06-8336-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:26.758719 | 0.03s 2025-10-08 18:51:10.822013 | fa163e52-58d3-ed06-8336-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-08 18:51:10.850189 | fa163e52-58d3-ed06-8336-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-08 18:51:10.851285 | fa163e52-58d3-ed06-8336-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:26.812617 | 0.03s 2025-10-08 18:51:10.876117 | fa163e52-58d3-ed06-8336-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-08 18:51:10.906947 | fa163e52-58d3-ed06-8336-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-08 18:51:10.907972 | fa163e52-58d3-ed06-8336-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:26.869303 | 0.03s 2025-10-08 18:51:10.933374 | fa163e52-58d3-ed06-8336-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-08 18:51:10.961597 | fa163e52-58d3-ed06-8336-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-08 18:51:10.962961 | fa163e52-58d3-ed06-8336-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:26.924292 | 0.03s 2025-10-08 18:51:10.988658 | fa163e52-58d3-ed06-8336-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-08 18:51:11.020539 | fa163e52-58d3-ed06-8336-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-08 18:51:11.021621 | fa163e52-58d3-ed06-8336-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:26.982951 | 0.03s 2025-10-08 18:51:11.046402 | fa163e52-58d3-ed06-8336-000000000b9a | TASK | Is irqbalance enabled 2025-10-08 18:51:11.077155 | fa163e52-58d3-ed06-8336-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-08 18:51:11.078361 | fa163e52-58d3-ed06-8336-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:27.039694 | 0.03s 2025-10-08 18:51:11.102973 | fa163e52-58d3-ed06-8336-000000000b9b | TASK | disable irqbalance service on compute 2025-10-08 18:51:11.133231 | fa163e52-58d3-ed06-8336-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-08 18:51:11.134276 | fa163e52-58d3-ed06-8336-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:27.095607 | 0.03s 2025-10-08 18:51:11.158552 | fa163e52-58d3-ed06-8336-000000000b9c | TASK | create persistent directories 2025-10-08 18:51:11.425600 | fa163e52-58d3-ed06-8336-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-08 18:51:11.427044 | fa163e52-58d3-ed06-8336-000000000b9c | TIMING | create persistent directories | standalone | 0:02:27.388373 | 0.27s 2025-10-08 18:51:11.432903 | fa163e52-58d3-ed06-8336-000000000b9c | TIMING | create persistent directories | standalone | 0:02:27.394237 | 0.27s 2025-10-08 18:51:11.458217 | fa163e52-58d3-ed06-8336-000000000b9d | TASK | create libvirt persistent data directories 2025-10-08 18:51:11.729165 | fa163e52-58d3-ed06-8336-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-08 18:51:11.730994 | fa163e52-58d3-ed06-8336-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.692320 | 0.27s 2025-10-08 18:51:11.950427 | fa163e52-58d3-ed06-8336-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-08 18:51:11.953173 | fa163e52-58d3-ed06-8336-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.914494 | 0.49s 2025-10-08 18:51:12.163111 | fa163e52-58d3-ed06-8336-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-08 18:51:12.165350 | fa163e52-58d3-ed06-8336-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.126677 | 0.71s 2025-10-08 18:51:12.370158 | fa163e52-58d3-ed06-8336-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-08 18:51:12.371729 | fa163e52-58d3-ed06-8336-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.333029 | 0.91s 2025-10-08 18:51:12.560280 | fa163e52-58d3-ed06-8336-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-08 18:51:12.561791 | fa163e52-58d3-ed06-8336-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.523118 | 1.10s 2025-10-08 18:51:12.751321 | fa163e52-58d3-ed06-8336-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-08 18:51:12.752865 | fa163e52-58d3-ed06-8336-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.714192 | 1.29s 2025-10-08 18:51:12.939925 | fa163e52-58d3-ed06-8336-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-08 18:51:12.942362 | fa163e52-58d3-ed06-8336-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.903690 | 1.48s 2025-10-08 18:51:13.122202 | fa163e52-58d3-ed06-8336-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-08 18:51:13.124572 | fa163e52-58d3-ed06-8336-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.085895 | 1.67s 2025-10-08 18:51:13.136855 | fa163e52-58d3-ed06-8336-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.098171 | 1.68s 2025-10-08 18:51:13.165583 | fa163e52-58d3-ed06-8336-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-08 18:51:13.567191 | fa163e52-58d3-ed06-8336-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-08 18:51:13.568345 | fa163e52-58d3-ed06-8336-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:29.529681 | 0.40s 2025-10-08 18:51:13.588372 | fa163e52-58d3-ed06-8336-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-08 18:51:14.080946 | fa163e52-58d3-ed06-8336-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-08 18:51:14.082403 | fa163e52-58d3-ed06-8336-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:30.043731 | 0.49s 2025-10-08 18:51:14.108777 | fa163e52-58d3-ed06-8336-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-08 18:51:14.338984 | fa163e52-58d3-ed06-8336-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-08 18:51:14.340446 | fa163e52-58d3-ed06-8336-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:30.301775 | 0.23s 2025-10-08 18:51:14.365831 | fa163e52-58d3-ed06-8336-000000000ba1 | TASK | check if libvirt is installed 2025-10-08 18:51:14.630364 | fa163e52-58d3-ed06-8336-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-08 18:51:14.631750 | fa163e52-58d3-ed06-8336-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:30.593081 | 0.26s 2025-10-08 18:51:14.656960 | fa163e52-58d3-ed06-8336-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-08 18:51:14.689360 | fa163e52-58d3-ed06-8336-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-08 18:51:14.695498 | fa163e52-58d3-ed06-8336-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-08 18:51:14.701590 | fa163e52-58d3-ed06-8336-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:30.662917 | 0.04s 2025-10-08 18:51:14.726619 | fa163e52-58d3-ed06-8336-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-08 18:51:15.209488 | fa163e52-58d3-ed06-8336-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-08 18:51:15.210858 | fa163e52-58d3-ed06-8336-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:31.172189 | 0.48s 2025-10-08 18:51:15.236066 | fa163e52-58d3-ed06-8336-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-08 18:51:16.153943 | fa163e52-58d3-ed06-8336-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-08 18:51:16.155575 | fa163e52-58d3-ed06-8336-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:32.116905 | 0.92s 2025-10-08 18:51:16.181125 | fa163e52-58d3-ed06-8336-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-08 18:51:16.429217 | fa163e52-58d3-ed06-8336-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-08 18:51:16.430669 | fa163e52-58d3-ed06-8336-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:32.391997 | 0.25s 2025-10-08 18:51:16.442483 | fa163e52-58d3-ed06-8336-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:32.403811 | 0.26s 2025-10-08 18:51:16.468379 | fa163e52-58d3-ed06-8336-000000000ba6 | TASK | create persistent directories 2025-10-08 18:51:16.737663 | fa163e52-58d3-ed06-8336-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-08 18:51:16.739596 | fa163e52-58d3-ed06-8336-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:32.700921 | 0.27s 2025-10-08 18:51:16.962405 | fa163e52-58d3-ed06-8336-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-08 18:51:16.964069 | fa163e52-58d3-ed06-8336-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:32.925402 | 0.49s 2025-10-08 18:51:16.974754 | fa163e52-58d3-ed06-8336-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:32.936080 | 0.50s 2025-10-08 18:51:17.001006 | fa163e52-58d3-ed06-8336-000000000ba7 | TASK | Copy in cleanup script 2025-10-08 18:51:17.410618 | fa163e52-58d3-ed06-8336-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-08 18:51:17.412047 | fa163e52-58d3-ed06-8336-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:33.373377 | 0.41s 2025-10-08 18:51:17.437980 | fa163e52-58d3-ed06-8336-000000000ba8 | TASK | Copy in cleanup service 2025-10-08 18:51:17.925448 | fa163e52-58d3-ed06-8336-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-08 18:51:17.927080 | fa163e52-58d3-ed06-8336-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:33.888408 | 0.49s 2025-10-08 18:51:17.952647 | fa163e52-58d3-ed06-8336-000000000ba9 | TASK | Enabling the cleanup service 2025-10-08 18:51:18.644184 | fa163e52-58d3-ed06-8336-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-08 18:51:18.646149 | fa163e52-58d3-ed06-8336-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:34.607479 | 0.69s 2025-10-08 18:51:18.673162 | fa163e52-58d3-ed06-8336-000000000baa | TASK | create persistent directories 2025-10-08 18:51:18.941296 | fa163e52-58d3-ed06-8336-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-08 18:51:18.943345 | fa163e52-58d3-ed06-8336-000000000baa | TIMING | create persistent directories | standalone | 0:02:34.904663 | 0.27s 2025-10-08 18:51:19.166526 | fa163e52-58d3-ed06-8336-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-08 18:51:19.169523 | fa163e52-58d3-ed06-8336-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.130851 | 0.50s 2025-10-08 18:51:19.182061 | fa163e52-58d3-ed06-8336-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.143378 | 0.51s 2025-10-08 18:51:19.208340 | fa163e52-58d3-ed06-8336-000000000bab | TASK | set conditions 2025-10-08 18:51:19.238573 | fa163e52-58d3-ed06-8336-000000000bab | OK | set conditions | standalone 2025-10-08 18:51:19.239812 | fa163e52-58d3-ed06-8336-000000000bab | TIMING | set conditions | standalone | 0:02:35.201144 | 0.03s 2025-10-08 18:51:19.267812 | fa163e52-58d3-ed06-8336-000000000bac | TASK | create persistent directories 2025-10-08 18:51:19.527990 | fa163e52-58d3-ed06-8336-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-08 18:51:19.531145 | fa163e52-58d3-ed06-8336-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.492463 | 0.26s 2025-10-08 18:51:19.761558 | fa163e52-58d3-ed06-8336-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-08 18:51:19.763175 | fa163e52-58d3-ed06-8336-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.724510 | 0.49s 2025-10-08 18:51:19.998423 | fa163e52-58d3-ed06-8336-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-08 18:51:20.000314 | fa163e52-58d3-ed06-8336-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.961645 | 0.73s 2025-10-08 18:51:20.011011 | fa163e52-58d3-ed06-8336-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.972337 | 0.74s 2025-10-08 18:51:20.036916 | fa163e52-58d3-ed06-8336-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-08 18:51:20.521718 | fa163e52-58d3-ed06-8336-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-08 18:51:20.522800 | fa163e52-58d3-ed06-8336-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:36.484137 | 0.48s 2025-10-08 18:51:20.543049 | fa163e52-58d3-ed06-8336-000000000bae | TASK | create persistent directories 2025-10-08 18:51:20.776476 | fa163e52-58d3-ed06-8336-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-08 18:51:20.778130 | fa163e52-58d3-ed06-8336-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.739454 | 0.23s 2025-10-08 18:51:20.939977 | fa163e52-58d3-ed06-8336-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-08 18:51:20.941531 | fa163e52-58d3-ed06-8336-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.902867 | 0.40s 2025-10-08 18:51:20.952510 | fa163e52-58d3-ed06-8336-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.913836 | 0.41s 2025-10-08 18:51:20.978457 | fa163e52-58d3-ed06-8336-000000000baf | TASK | create empty log files 2025-10-08 18:51:21.200971 | fa163e52-58d3-ed06-8336-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-10-08 18:51:21.203185 | fa163e52-58d3-ed06-8336-000000000baf | TIMING | create empty log files | standalone | 0:02:37.164510 | 0.22s 2025-10-08 18:51:21.372447 | fa163e52-58d3-ed06-8336-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-08 18:51:21.374008 | fa163e52-58d3-ed06-8336-000000000baf | TIMING | create empty log files | standalone | 0:02:37.335343 | 0.39s 2025-10-08 18:51:21.384767 | fa163e52-58d3-ed06-8336-000000000baf | TIMING | create empty log files | standalone | 0:02:37.346094 | 0.40s 2025-10-08 18:51:21.410796 | fa163e52-58d3-ed06-8336-000000000bb0 | TASK | create persistent directories 2025-10-08 18:51:21.659608 | fa163e52-58d3-ed06-8336-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-08 18:51:21.661940 | fa163e52-58d3-ed06-8336-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.623269 | 0.25s 2025-10-08 18:51:21.671961 | fa163e52-58d3-ed06-8336-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.633285 | 0.26s 2025-10-08 18:51:21.693781 | fa163e52-58d3-ed06-8336-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-08 18:51:24.447478 | fa163e52-58d3-ed06-8336-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-08 18:51:24.449006 | fa163e52-58d3-ed06-8336-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:40.410338 | 2.75s 2025-10-08 18:51:24.504331 | fa163e52-58d3-ed06-8336-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:40.465650 | 0.03s 2025-10-08 18:51:24.569730 | fa163e52-58d3-ed06-8336-000000001291 | TASK | Gather variables for each operating system 2025-10-08 18:51:24.682346 | fa163e52-58d3-ed06-8336-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:40.643662 | 0.11s 2025-10-08 18:51:24.707987 | fa163e52-58d3-ed06-8336-000000001292 | TASK | Set packages facts 2025-10-08 18:51:24.749975 | fa163e52-58d3-ed06-8336-000000001292 | OK | Set packages facts | standalone 2025-10-08 18:51:24.751372 | fa163e52-58d3-ed06-8336-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:40.712703 | 0.04s 2025-10-08 18:51:24.777102 | fa163e52-58d3-ed06-8336-000000001293 | TASK | Manage package 2025-10-08 18:51:24.832450 | fa163e52-58d3-ed06-8336-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-08 18:51:24.848980 | fa163e52-58d3-ed06-8336-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-08 18:51:24.864957 | fa163e52-58d3-ed06-8336-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-08 18:51:29.520122 | fa163e52-58d3-ed06-8336-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:45.481438 | 4.74s 2025-10-08 18:51:29.528364 | fa163e52-58d3-ed06-8336-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-08 18:51:29.534410 | fa163e52-58d3-ed06-8336-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:45.495742 | 4.76s 2025-10-08 18:51:29.567988 | fa163e52-58d3-ed06-8336-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-08 18:51:30.797579 | fa163e52-58d3-ed06-8336-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-08 18:51:30.801606 | fa163e52-58d3-ed06-8336-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:46.762923 | 1.23s 2025-10-08 18:51:30.829263 | fa163e52-58d3-ed06-8336-000000000bb6 | TASK | create persistent directories 2025-10-08 18:51:31.100444 | fa163e52-58d3-ed06-8336-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-08 18:51:31.102251 | fa163e52-58d3-ed06-8336-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.063574 | 0.27s 2025-10-08 18:51:31.295228 | fa163e52-58d3-ed06-8336-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-08 18:51:31.297294 | fa163e52-58d3-ed06-8336-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.258624 | 0.47s 2025-10-08 18:51:31.308182 | fa163e52-58d3-ed06-8336-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.269494 | 0.48s 2025-10-08 18:51:31.336301 | fa163e52-58d3-ed06-8336-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-08 18:51:31.623290 | fa163e52-58d3-ed06-8336-000000000bb7 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-08 18:51:31.626921 | fa163e52-58d3-ed06-8336-000000000bb7 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:47.588243 | 0.29s 2025-10-08 18:51:31.654384 | fa163e52-58d3-ed06-8336-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-08 18:51:31.685958 | fa163e52-58d3-ed06-8336-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-08 18:51:31.688039 | fa163e52-58d3-ed06-8336-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:47.649353 | 0.03s 2025-10-08 18:51:31.714566 | fa163e52-58d3-ed06-8336-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-08 18:51:31.988136 | fa163e52-58d3-ed06-8336-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-08 18:51:31.989089 | fa163e52-58d3-ed06-8336-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:47.950426 | 0.27s 2025-10-08 18:51:32.006369 | fa163e52-58d3-ed06-8336-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-08 18:51:32.232847 | fa163e52-58d3-ed06-8336-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-08 18:51:32.235297 | fa163e52-58d3-ed06-8336-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:48.196614 | 0.23s 2025-10-08 18:51:32.270955 | fa163e52-58d3-ed06-8336-000000000bbb | TASK | Restart systemd-logind 2025-10-08 18:51:32.782453 | fa163e52-58d3-ed06-8336-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-08 18:51:32.784890 | fa163e52-58d3-ed06-8336-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:48.746215 | 0.51s 2025-10-08 18:51:32.813345 | fa163e52-58d3-ed06-8336-000000000bbc | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-08 18:51:32.886499 | fa163e52-58d3-ed06-8336-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-08 18:51:32.887894 | fa163e52-58d3-ed06-8336-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:48.849220 | 0.07s 2025-10-08 18:51:32.914380 | fa163e52-58d3-ed06-8336-000000000bbd | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-08 18:51:32.987780 | fa163e52-58d3-ed06-8336-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-08 18:51:32.989179 | fa163e52-58d3-ed06-8336-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:48.950505 | 0.07s 2025-10-08 18:51:33.016360 | fa163e52-58d3-ed06-8336-000000000bbe | TASK | create persistent logs directory 2025-10-08 18:51:33.267651 | fa163e52-58d3-ed06-8336-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-08 18:51:33.270170 | fa163e52-58d3-ed06-8336-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:49.231496 | 0.25s 2025-10-08 18:51:33.436915 | fa163e52-58d3-ed06-8336-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-08 18:51:33.437902 | fa163e52-58d3-ed06-8336-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:49.399235 | 0.42s 2025-10-08 18:51:33.445038 | fa163e52-58d3-ed06-8336-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:49.406362 | 0.43s 2025-10-08 18:51:33.470402 | fa163e52-58d3-ed06-8336-000000000bc0 | TASK | Set login facts 2025-10-08 18:51:33.500194 | fa163e52-58d3-ed06-8336-000000000bc0 | OK | Set login facts | standalone 2025-10-08 18:51:33.501434 | fa163e52-58d3-ed06-8336-000000000bc0 | TIMING | Set login facts | standalone | 0:02:49.462765 | 0.03s 2025-10-08 18:51:33.526145 | fa163e52-58d3-ed06-8336-000000000bc1 | TASK | Convert logins json to dict 2025-10-08 18:51:33.566018 | fa163e52-58d3-ed06-8336-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-08 18:51:33.567113 | fa163e52-58d3-ed06-8336-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:49.528443 | 0.04s 2025-10-08 18:51:33.591767 | fa163e52-58d3-ed06-8336-000000000bc2 | TASK | Set registry logins 2025-10-08 18:51:33.634654 | fa163e52-58d3-ed06-8336-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-08 18:51:33.635681 | fa163e52-58d3-ed06-8336-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:49.597013 | 0.04s 2025-10-08 18:51:33.660402 | fa163e52-58d3-ed06-8336-000000000bc3 | TASK | Run podman install 2025-10-08 18:51:33.693120 | fa163e52-58d3-ed06-8336-000000000bc3 | TIMING | Run podman install | standalone | 0:02:49.654448 | 0.03s 2025-10-08 18:51:33.774420 | fa163e52-58d3-ed06-8336-000000001323 | TASK | Gather variables for each operating system 2025-10-08 18:51:33.903959 | fa163e52-58d3-ed06-8336-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-08 18:51:33.905352 | fa163e52-58d3-ed06-8336-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:49.866679 | 0.13s 2025-10-08 18:51:33.910674 | fa163e52-58d3-ed06-8336-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:49.872007 | 0.14s 2025-10-08 18:51:33.928155 | fa163e52-58d3-ed06-8336-000000001325 | TASK | ensure podman and deps are installed 2025-10-08 18:51:36.686619 | fa163e52-58d3-ed06-8336-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-08 18:51:36.688352 | fa163e52-58d3-ed06-8336-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:52.649683 | 2.76s 2025-10-08 18:51:36.714129 | fa163e52-58d3-ed06-8336-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-08 18:51:37.283474 | fa163e52-58d3-ed06-8336-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-08 18:51:37.284784 | fa163e52-58d3-ed06-8336-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:53.246114 | 0.57s 2025-10-08 18:51:37.311323 | fa163e52-58d3-ed06-8336-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-08 18:51:37.340331 | fa163e52-58d3-ed06-8336-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-08 18:51:37.341455 | fa163e52-58d3-ed06-8336-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:53.302785 | 0.03s 2025-10-08 18:51:37.367710 | fa163e52-58d3-ed06-8336-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-08 18:51:37.399428 | fa163e52-58d3-ed06-8336-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-08 18:51:37.400492 | fa163e52-58d3-ed06-8336-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:53.361821 | 0.03s 2025-10-08 18:51:37.425813 | fa163e52-58d3-ed06-8336-00000000132a | TASK | Update default network configuration if possible 2025-10-08 18:51:37.464626 | fa163e52-58d3-ed06-8336-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-08 18:51:37.465672 | fa163e52-58d3-ed06-8336-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:53.427003 | 0.04s 2025-10-08 18:51:37.492483 | fa163e52-58d3-ed06-8336-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-08 18:51:37.734202 | fa163e52-58d3-ed06-8336-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-08 18:51:37.735774 | fa163e52-58d3-ed06-8336-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:53.697103 | 0.24s 2025-10-08 18:51:37.772541 | fa163e52-58d3-ed06-8336-00000000132d | TASK | Get current podman network 2025-10-08 18:51:38.073085 | fa163e52-58d3-ed06-8336-00000000132d | CHANGED | Get current podman network | standalone 2025-10-08 18:51:38.074546 | fa163e52-58d3-ed06-8336-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:54.035877 | 0.30s 2025-10-08 18:51:38.101166 | fa163e52-58d3-ed06-8336-00000000132e | TASK | Update the default network configuration 2025-10-08 18:51:38.722512 | fa163e52-58d3-ed06-8336-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-08 18:51:38.723524 | fa163e52-58d3-ed06-8336-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:54.684861 | 0.62s 2025-10-08 18:51:38.743426 | fa163e52-58d3-ed06-8336-00000000132f | TASK | Write containers registries.conf 2025-10-08 18:51:39.311194 | fa163e52-58d3-ed06-8336-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-08 18:51:39.312612 | fa163e52-58d3-ed06-8336-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:55.273942 | 0.57s 2025-10-08 18:51:39.338639 | fa163e52-58d3-ed06-8336-000000001330 | TASK | Write containers.conf 2025-10-08 18:51:39.628391 | fa163e52-58d3-ed06-8336-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-08 18:51:39.630855 | fa163e52-58d3-ed06-8336-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:55.592178 | 0.29s 2025-10-08 18:51:39.828335 | fa163e52-58d3-ed06-8336-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-08 18:51:39.829505 | fa163e52-58d3-ed06-8336-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:55.790835 | 0.49s 2025-10-08 18:51:40.041284 | fa163e52-58d3-ed06-8336-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-08 18:51:40.042428 | fa163e52-58d3-ed06-8336-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.003761 | 0.70s 2025-10-08 18:51:40.256888 | fa163e52-58d3-ed06-8336-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-08 18:51:40.258759 | fa163e52-58d3-ed06-8336-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.220090 | 0.92s 2025-10-08 18:51:40.269613 | fa163e52-58d3-ed06-8336-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.230940 | 0.93s 2025-10-08 18:51:40.296194 | fa163e52-58d3-ed06-8336-000000001331 | TASK | Enable podman.socket service 2025-10-08 18:51:40.325798 | fa163e52-58d3-ed06-8336-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-08 18:51:40.327043 | fa163e52-58d3-ed06-8336-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:56.288372 | 0.03s 2025-10-08 18:51:40.377892 | fa163e52-58d3-ed06-8336-000000000bc4 | TASK | Run podman login 2025-10-08 18:51:40.406677 | fa163e52-58d3-ed06-8336-000000000bc4 | TIMING | Run podman login | standalone | 0:02:56.368002 | 0.03s 2025-10-08 18:51:40.484109 | fa163e52-58d3-ed06-8336-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-08 18:51:40.510873 | fa163e52-58d3-ed06-8336-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:56.472203 | 0.03s 2025-10-08 18:51:40.544242 | fa163e52-58d3-ed06-8336-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-08 18:51:40.961452 | fa163e52-58d3-ed06-8336-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-08 18:51:40.962793 | fa163e52-58d3-ed06-8336-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:56.924124 | 0.42s 2025-10-08 18:51:40.988034 | fa163e52-58d3-ed06-8336-000000000bc7 | TASK | create persistent directories 2025-10-08 18:51:41.271762 | fa163e52-58d3-ed06-8336-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-08 18:51:41.274227 | fa163e52-58d3-ed06-8336-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:57.235551 | 0.28s 2025-10-08 18:51:41.490231 | fa163e52-58d3-ed06-8336-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-08 18:51:41.491323 | fa163e52-58d3-ed06-8336-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:57.452655 | 0.50s 2025-10-08 18:51:41.684717 | fa163e52-58d3-ed06-8336-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-08 18:51:41.686384 | fa163e52-58d3-ed06-8336-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:57.647717 | 0.70s 2025-10-08 18:51:41.697300 | fa163e52-58d3-ed06-8336-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:57.658627 | 0.71s 2025-10-08 18:51:41.724466 | fa163e52-58d3-ed06-8336-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-08 18:51:42.165225 | fa163e52-58d3-ed06-8336-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-08 18:51:42.166604 | fa163e52-58d3-ed06-8336-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:58.127935 | 0.44s 2025-10-08 18:51:42.191849 | fa163e52-58d3-ed06-8336-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-08 18:51:44.944776 | fa163e52-58d3-ed06-8336-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-08 18:51:44.946163 | fa163e52-58d3-ed06-8336-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:03:00.907495 | 2.75s 2025-10-08 18:51:44.971505 | fa163e52-58d3-ed06-8336-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-08 18:51:46.343119 | fa163e52-58d3-ed06-8336-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-08 18:51:46.345069 | fa163e52-58d3-ed06-8336-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:02.306397 | 1.37s 2025-10-08 18:51:46.399777 | fa163e52-58d3-ed06-8336-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:03:02.361086 | 0.03s 2025-10-08 18:51:46.486780 | fa163e52-58d3-ed06-8336-00000000154c | TASK | Gather variables for each operating system 2025-10-08 18:51:46.598901 | fa163e52-58d3-ed06-8336-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-08 18:51:46.601096 | fa163e52-58d3-ed06-8336-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:02.562423 | 0.11s 2025-10-08 18:51:46.611627 | fa163e52-58d3-ed06-8336-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:02.572951 | 0.12s 2025-10-08 18:51:46.637385 | fa163e52-58d3-ed06-8336-00000000154e | TASK | Install the OpenSSH server 2025-10-08 18:51:49.449456 | fa163e52-58d3-ed06-8336-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-08 18:51:49.450796 | fa163e52-58d3-ed06-8336-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:05.412128 | 2.81s 2025-10-08 18:51:49.476188 | fa163e52-58d3-ed06-8336-00000000154f | TASK | Start sshd 2025-10-08 18:51:49.504249 | fa163e52-58d3-ed06-8336-00000000154f | SKIPPED | Start sshd | standalone 2025-10-08 18:51:49.505403 | fa163e52-58d3-ed06-8336-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:05.466734 | 0.03s 2025-10-08 18:51:49.530630 | fa163e52-58d3-ed06-8336-000000001550 | TASK | PasswordAuthentication notice 2025-10-08 18:51:49.560815 | fa163e52-58d3-ed06-8336-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-08 18:51:49.562007 | fa163e52-58d3-ed06-8336-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:05.523338 | 0.03s 2025-10-08 18:51:49.587439 | fa163e52-58d3-ed06-8336-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-08 18:51:49.618271 | fa163e52-58d3-ed06-8336-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-08 18:51:49.619399 | fa163e52-58d3-ed06-8336-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:05.580730 | 0.03s 2025-10-08 18:51:49.645307 | fa163e52-58d3-ed06-8336-000000001552 | TASK | Motd duplication notice 2025-10-08 18:51:49.683969 | fa163e52-58d3-ed06-8336-000000001552 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-10-08 18:51:49.685156 | fa163e52-58d3-ed06-8336-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:05.646488 | 0.04s 2025-10-08 18:51:49.710239 | fa163e52-58d3-ed06-8336-000000001553 | TASK | Configure the banner text 2025-10-08 18:51:49.739002 | fa163e52-58d3-ed06-8336-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-08 18:51:49.740118 | fa163e52-58d3-ed06-8336-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:05.701449 | 0.03s 2025-10-08 18:51:49.765201 | fa163e52-58d3-ed06-8336-000000001554 | TASK | Configure the motd banner 2025-10-08 18:51:49.795219 | fa163e52-58d3-ed06-8336-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-08 18:51:49.796220 | fa163e52-58d3-ed06-8336-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:05.757552 | 0.03s 2025-10-08 18:51:49.822003 | fa163e52-58d3-ed06-8336-000000001555 | TASK | Update sshd configuration options from vars 2025-10-08 18:51:49.860322 | fa163e52-58d3-ed06-8336-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-08 18:51:49.861427 | fa163e52-58d3-ed06-8336-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:05.822760 | 0.04s 2025-10-08 18:51:49.886201 | fa163e52-58d3-ed06-8336-000000001556 | TASK | Adjust ssh server configuration 2025-10-08 18:51:50.438234 | fa163e52-58d3-ed06-8336-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-08 18:51:50.439570 | fa163e52-58d3-ed06-8336-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:06.400902 | 0.55s 2025-10-08 18:51:50.466161 | fa163e52-58d3-ed06-8336-000000001557 | TASK | Restart sshd 2025-10-08 18:51:51.891248 | fa163e52-58d3-ed06-8336-000000001557 | CHANGED | Restart sshd | standalone 2025-10-08 18:51:51.893236 | fa163e52-58d3-ed06-8336-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:07.854567 | 1.43s 2025-10-08 18:51:51.942941 | fa163e52-58d3-ed06-8336-000000000bcc | TASK | create persistent directories 2025-10-08 18:51:52.218424 | fa163e52-58d3-ed06-8336-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-08 18:51:52.221470 | fa163e52-58d3-ed06-8336-000000000bcc | TIMING | create persistent directories | standalone | 0:03:08.182788 | 0.28s 2025-10-08 18:51:52.445012 | fa163e52-58d3-ed06-8336-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-08 18:51:52.445699 | fa163e52-58d3-ed06-8336-000000000bcc | TIMING | create persistent directories | standalone | 0:03:08.407024 | 0.50s 2025-10-08 18:51:52.638328 | fa163e52-58d3-ed06-8336-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-08 18:51:52.639491 | fa163e52-58d3-ed06-8336-000000000bcc | TIMING | create persistent directories | standalone | 0:03:08.600823 | 0.70s 2025-10-08 18:51:52.646736 | fa163e52-58d3-ed06-8336-000000000bcc | TIMING | create persistent directories | standalone | 0:03:08.608061 | 0.70s 2025-10-08 18:51:52.672821 | fa163e52-58d3-ed06-8336-000000000bcd | TASK | create persistent directories 2025-10-08 18:51:52.926569 | fa163e52-58d3-ed06-8336-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-08 18:51:52.929096 | fa163e52-58d3-ed06-8336-000000000bcd | TIMING | create persistent directories | standalone | 0:03:08.890415 | 0.25s 2025-10-08 18:51:53.150396 | fa163e52-58d3-ed06-8336-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-08 18:51:53.152105 | fa163e52-58d3-ed06-8336-000000000bcd | TIMING | create persistent directories | standalone | 0:03:09.113437 | 0.48s 2025-10-08 18:51:53.370324 | fa163e52-58d3-ed06-8336-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-08 18:51:53.371404 | fa163e52-58d3-ed06-8336-000000000bcd | TIMING | create persistent directories | standalone | 0:03:09.332737 | 0.70s 2025-10-08 18:51:53.384774 | fa163e52-58d3-ed06-8336-000000000bcd | TIMING | create persistent directories | standalone | 0:03:09.346096 | 0.71s 2025-10-08 18:51:53.411078 | fa163e52-58d3-ed06-8336-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-08 18:51:53.442794 | fa163e52-58d3-ed06-8336-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-08 18:51:53.443928 | fa163e52-58d3-ed06-8336-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:09.405260 | 0.03s 2025-10-08 18:51:53.469913 | fa163e52-58d3-ed06-8336-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-08 18:51:53.501917 | fa163e52-58d3-ed06-8336-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-08 18:51:53.503017 | fa163e52-58d3-ed06-8336-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:09.464350 | 0.03s 2025-10-08 18:51:53.527817 | fa163e52-58d3-ed06-8336-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-08 18:51:53.757680 | fa163e52-58d3-ed06-8336-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-08 18:51:53.759069 | fa163e52-58d3-ed06-8336-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:09.720401 | 0.23s 2025-10-08 18:51:53.784614 | fa163e52-58d3-ed06-8336-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-08 18:51:53.812666 | fa163e52-58d3-ed06-8336-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-08 18:51:53.813787 | fa163e52-58d3-ed06-8336-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:09.775119 | 0.03s 2025-10-08 18:51:53.838549 | fa163e52-58d3-ed06-8336-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-08 18:51:53.866296 | fa163e52-58d3-ed06-8336-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-08 18:51:53.867347 | fa163e52-58d3-ed06-8336-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:09.828678 | 0.03s 2025-10-08 18:51:53.892372 | fa163e52-58d3-ed06-8336-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-08 18:51:53.923023 | fa163e52-58d3-ed06-8336-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-08 18:51:53.924096 | fa163e52-58d3-ed06-8336-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:09.885426 | 0.03s 2025-10-08 18:51:53.948779 | fa163e52-58d3-ed06-8336-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-08 18:51:53.978441 | fa163e52-58d3-ed06-8336-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:09.939756 | 0.03s 2025-10-08 18:51:54.004417 | fa163e52-58d3-ed06-8336-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-08 18:51:54.054080 | fa163e52-58d3-ed06-8336-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-08 18:51:54.055304 | fa163e52-58d3-ed06-8336-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:10.016633 | 0.05s 2025-10-08 18:51:54.080393 | fa163e52-58d3-ed06-8336-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-08 18:51:54.108902 | fa163e52-58d3-ed06-8336-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:10.070220 | 0.03s 2025-10-08 18:51:54.134055 | fa163e52-58d3-ed06-8336-000000000bd7 | TASK | Check for NTP service 2025-10-08 18:51:54.374012 | fa163e52-58d3-ed06-8336-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-08 18:51:54.375432 | fa163e52-58d3-ed06-8336-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:10.336759 | 0.24s 2025-10-08 18:51:54.400755 | fa163e52-58d3-ed06-8336-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-08 18:51:54.449916 | fa163e52-58d3-ed06-8336-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-08 18:51:54.451113 | fa163e52-58d3-ed06-8336-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:10.412442 | 0.05s 2025-10-08 18:51:54.476477 | fa163e52-58d3-ed06-8336-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-08 18:51:54.504747 | fa163e52-58d3-ed06-8336-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:10.466078 | 0.03s 2025-10-08 18:51:54.572883 | fa163e52-58d3-ed06-8336-0000000016e8 | TASK | Load distro-specific variables 2025-10-08 18:51:54.598456 | fa163e52-58d3-ed06-8336-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.559726 | 0.02s 2025-10-08 18:51:54.609570 | b532a538-0010-450f-8981-ef43c6ab5f08 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 18:51:54.634943 | fa163e52-58d3-ed06-8336-0000000017cd | TASK | Load distro-specific variables 2025-10-08 18:51:54.692157 | fa163e52-58d3-ed06-8336-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:51:54.694010 | fa163e52-58d3-ed06-8336-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.655336 | 0.06s 2025-10-08 18:51:54.704338 | fa163e52-58d3-ed06-8336-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.665665 | 0.07s 2025-10-08 18:51:54.732130 | fa163e52-58d3-ed06-8336-0000000016e9 | TASK | Install chronyd 2025-10-08 18:51:54.761195 | fa163e52-58d3-ed06-8336-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:10.722520 | 0.03s 2025-10-08 18:51:54.784669 | 517aba2c-4333-4562-9fe2-7b989de18628 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-08 18:51:54.814117 | fa163e52-58d3-ed06-8336-000000001806 | TASK | Load distro-specific variables 2025-10-08 18:51:54.840078 | fa163e52-58d3-ed06-8336-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.801405 | 0.03s 2025-10-08 18:51:54.851077 | 4d49f5c0-cfb3-4984-9caf-d7dbcd16afc6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 18:51:54.875865 | fa163e52-58d3-ed06-8336-00000000184d | TASK | Load distro-specific variables 2025-10-08 18:51:54.932337 | fa163e52-58d3-ed06-8336-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:51:54.934780 | fa163e52-58d3-ed06-8336-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.896101 | 0.06s 2025-10-08 18:51:54.944613 | fa163e52-58d3-ed06-8336-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.905939 | 0.07s 2025-10-08 18:51:54.970550 | fa163e52-58d3-ed06-8336-000000001807 | TASK | Check for NTP service 2025-10-08 18:51:55.211613 | fa163e52-58d3-ed06-8336-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-08 18:51:55.212408 | fa163e52-58d3-ed06-8336-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:11.173748 | 0.24s 2025-10-08 18:51:55.229567 | fa163e52-58d3-ed06-8336-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-08 18:51:55.255078 | fa163e52-58d3-ed06-8336-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-08 18:51:55.255887 | fa163e52-58d3-ed06-8336-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:11.217225 | 0.03s 2025-10-08 18:51:55.281902 | fa163e52-58d3-ed06-8336-000000001809 | TASK | Install chronyd package 2025-10-08 18:51:58.150073 | fa163e52-58d3-ed06-8336-000000001809 | OK | Install chronyd package | standalone 2025-10-08 18:51:58.151466 | fa163e52-58d3-ed06-8336-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:14.112796 | 2.87s 2025-10-08 18:51:58.177337 | fa163e52-58d3-ed06-8336-0000000016ea | TASK | Upgrade chronyd 2025-10-08 18:51:58.197352 | fa163e52-58d3-ed06-8336-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-08 18:51:58.198412 | fa163e52-58d3-ed06-8336-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:14.159743 | 0.02s 2025-10-08 18:51:58.224220 | fa163e52-58d3-ed06-8336-0000000016eb | TASK | Configure chronyd 2025-10-08 18:51:58.256906 | fa163e52-58d3-ed06-8336-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:14.218223 | 0.03s 2025-10-08 18:51:58.276810 | a508112f-0e67-4e84-8179-f84b1f54f75a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-08 18:51:58.314575 | fa163e52-58d3-ed06-8336-000000001886 | TASK | Load distro-specific variables 2025-10-08 18:51:58.341624 | fa163e52-58d3-ed06-8336-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.302954 | 0.03s 2025-10-08 18:51:58.352548 | 8944e377-c228-4f2a-bd3e-18baca32569b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 18:51:58.375795 | fa163e52-58d3-ed06-8336-0000000018f2 | TASK | Load distro-specific variables 2025-10-08 18:51:58.428657 | fa163e52-58d3-ed06-8336-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:51:58.430077 | fa163e52-58d3-ed06-8336-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.391404 | 0.05s 2025-10-08 18:51:58.436236 | fa163e52-58d3-ed06-8336-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.397560 | 0.06s 2025-10-08 18:51:58.464937 | fa163e52-58d3-ed06-8336-000000001887 | TASK | Install chrony configuration file 2025-10-08 18:51:59.049995 | fa163e52-58d3-ed06-8336-000000001887 | OK | Install chrony configuration file | standalone 2025-10-08 18:51:59.051366 | fa163e52-58d3-ed06-8336-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:15.012696 | 0.58s 2025-10-08 18:51:59.078068 | fa163e52-58d3-ed06-8336-0000000016ec | TASK | Run chronyd 2025-10-08 18:51:59.106837 | fa163e52-58d3-ed06-8336-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:15.068159 | 0.03s 2025-10-08 18:51:59.128837 | 3be356b9-4cd1-4903-b68c-28fa8ee69683 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-08 18:51:59.169760 | fa163e52-58d3-ed06-8336-000000001915 | TASK | Load distro-specific variables 2025-10-08 18:51:59.196084 | fa163e52-58d3-ed06-8336-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.157416 | 0.03s 2025-10-08 18:51:59.207016 | 0ddb4f88-a6e0-401a-885d-c1fc66f9f41b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 18:51:59.230959 | fa163e52-58d3-ed06-8336-000000001999 | TASK | Load distro-specific variables 2025-10-08 18:51:59.285175 | fa163e52-58d3-ed06-8336-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:51:59.286499 | fa163e52-58d3-ed06-8336-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.247825 | 0.05s 2025-10-08 18:51:59.292586 | fa163e52-58d3-ed06-8336-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.253911 | 0.06s 2025-10-08 18:51:59.320547 | fa163e52-58d3-ed06-8336-000000001916 | TASK | Ensure chronyd is running 2025-10-08 18:51:59.804463 | fa163e52-58d3-ed06-8336-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-08 18:51:59.806379 | fa163e52-58d3-ed06-8336-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:15.767709 | 0.48s 2025-10-08 18:51:59.834070 | fa163e52-58d3-ed06-8336-000000001917 | TASK | Force chronyd restart 2025-10-08 18:51:59.877522 | fa163e52-58d3-ed06-8336-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-08 18:51:59.878739 | fa163e52-58d3-ed06-8336-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:15.840069 | 0.04s 2025-10-08 18:51:59.905927 | fa163e52-58d3-ed06-8336-0000000016ed | TASK | Enable online service 2025-10-08 18:51:59.935414 | fa163e52-58d3-ed06-8336-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:15.896741 | 0.03s 2025-10-08 18:51:59.955901 | 767c9b43-b3fc-4479-9944-f33e3913c5a4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-08 18:52:00.000074 | fa163e52-58d3-ed06-8336-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-08 18:52:00.498942 | fa163e52-58d3-ed06-8336-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-08 18:52:00.500347 | fa163e52-58d3-ed06-8336-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:16.461675 | 0.50s 2025-10-08 18:52:00.528277 | fa163e52-58d3-ed06-8336-0000000019c7 | TASK | Enable chrony-online.service 2025-10-08 18:52:01.152373 | fa163e52-58d3-ed06-8336-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-08 18:52:01.154331 | fa163e52-58d3-ed06-8336-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:17.115663 | 0.62s 2025-10-08 18:52:01.181399 | fa163e52-58d3-ed06-8336-0000000016ee | TASK | Sync chronyc 2025-10-08 18:52:01.210467 | fa163e52-58d3-ed06-8336-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:17.171789 | 0.03s 2025-10-08 18:52:01.229378 | e13c5dee-5179-42eb-b469-309c77c64991 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-08 18:52:01.276062 | fa163e52-58d3-ed06-8336-000000001a6c | TASK | Force NTP sync 2025-10-08 18:52:01.525388 | fa163e52-58d3-ed06-8336-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-08 18:52:01.526627 | fa163e52-58d3-ed06-8336-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:17.487957 | 0.25s 2025-10-08 18:52:01.552733 | fa163e52-58d3-ed06-8336-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-08 18:52:01.779401 | fa163e52-58d3-ed06-8336-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-08 18:52:01.780069 | fa163e52-58d3-ed06-8336-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:17.741410 | 0.23s 2025-10-08 18:52:01.829832 | fa163e52-58d3-ed06-8336-000000000bda | TASK | Force NTP sync 2025-10-08 18:52:02.060025 | fa163e52-58d3-ed06-8336-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-08 18:52:02.061450 | fa163e52-58d3-ed06-8336-000000000bda | TIMING | Force NTP sync | standalone | 0:03:18.022776 | 0.23s 2025-10-08 18:52:02.087433 | fa163e52-58d3-ed06-8336-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-08 18:52:02.316659 | fa163e52-58d3-ed06-8336-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-08 18:52:02.318190 | fa163e52-58d3-ed06-8336-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:18.279517 | 0.23s 2025-10-08 18:52:02.343936 | fa163e52-58d3-ed06-8336-000000000bdc | TASK | Run timezone role 2025-10-08 18:52:02.372468 | fa163e52-58d3-ed06-8336-000000000bdc | TIMING | Run timezone role | standalone | 0:03:18.333789 | 0.03s 2025-10-08 18:52:02.470707 | fa163e52-58d3-ed06-8336-000000001c2d | TASK | Set timezone 2025-10-08 18:52:02.993287 | fa163e52-58d3-ed06-8336-000000001c2d | OK | Set timezone | standalone 2025-10-08 18:52:02.994557 | fa163e52-58d3-ed06-8336-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:18.955885 | 0.52s 2025-10-08 18:52:03.021994 | fa163e52-58d3-ed06-8336-000000001c2e | TASK | Restart time services 2025-10-08 18:52:03.062500 | fa163e52-58d3-ed06-8336-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-08 18:52:03.069603 | fa163e52-58d3-ed06-8336-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-08 18:52:03.075720 | fa163e52-58d3-ed06-8336-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:19.037045 | 0.05s 2025-10-08 18:52:03.125652 | fa163e52-58d3-ed06-8336-000000000bdd | TASK | install tmpwatch on the host 2025-10-08 18:52:06.058303 | fa163e52-58d3-ed06-8336-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-08 18:52:06.059760 | fa163e52-58d3-ed06-8336-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:22.021091 | 2.93s 2025-10-08 18:52:06.084252 | fa163e52-58d3-ed06-8336-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-08 18:52:06.112828 | fa163e52-58d3-ed06-8336-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-08 18:52:06.113962 | fa163e52-58d3-ed06-8336-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:22.075291 | 0.03s 2025-10-08 18:52:06.166719 | fa163e52-58d3-ed06-8336-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:22.128003 | 0.03s 2025-10-08 18:52:06.301774 | fa163e52-58d3-ed06-8336-000000001e61 | TASK | Gather variables for each operating system 2025-10-08 18:52:06.419152 | fa163e52-58d3-ed06-8336-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-08 18:52:06.420524 | fa163e52-58d3-ed06-8336-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:22.381850 | 0.12s 2025-10-08 18:52:06.426477 | fa163e52-58d3-ed06-8336-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:22.387804 | 0.12s 2025-10-08 18:52:06.511406 | fa163e52-58d3-ed06-8336-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:22.472714 | 0.06s 2025-10-08 18:52:06.533845 | 6b01accb-94e2-48ba-b207-78534e4b7803 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-08 18:52:06.567027 | fa163e52-58d3-ed06-8336-000000001f92 | TASK | Check tuned package is installed 2025-10-08 18:52:06.830297 | fa163e52-58d3-ed06-8336-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-08 18:52:06.831574 | fa163e52-58d3-ed06-8336-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:22.792904 | 0.26s 2025-10-08 18:52:06.857996 | fa163e52-58d3-ed06-8336-000000001f93 | TASK | Install tuned 2025-10-08 18:52:06.884983 | fa163e52-58d3-ed06-8336-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-08 18:52:06.886140 | fa163e52-58d3-ed06-8336-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:22.847470 | 0.03s 2025-10-08 18:52:06.912193 | fa163e52-58d3-ed06-8336-000000001f94 | TASK | Restart tuned 2025-10-08 18:52:06.940875 | fa163e52-58d3-ed06-8336-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-08 18:52:06.942007 | fa163e52-58d3-ed06-8336-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:22.903338 | 0.03s 2025-10-08 18:52:06.967088 | fa163e52-58d3-ed06-8336-000000001e63 | TASK | Check for tuned-adm 2025-10-08 18:52:07.160638 | fa163e52-58d3-ed06-8336-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-08 18:52:07.161946 | fa163e52-58d3-ed06-8336-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:23.123278 | 0.19s 2025-10-08 18:52:07.217550 | fa163e52-58d3-ed06-8336-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:23.178871 | 0.03s 2025-10-08 18:52:07.244115 | 405b504c-f059-4366-b189-70bb61346d91 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-08 18:52:07.277579 | fa163e52-58d3-ed06-8336-000000001fbf | TASK | Ensure profile directory exists 2025-10-08 18:52:07.344431 | fa163e52-58d3-ed06-8336-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-08 18:52:07.345637 | fa163e52-58d3-ed06-8336-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:23.306965 | 0.07s 2025-10-08 18:52:07.371909 | fa163e52-58d3-ed06-8336-000000001fc0 | TASK | Create custom tuned profile 2025-10-08 18:52:07.441384 | fa163e52-58d3-ed06-8336-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-08 18:52:07.442597 | fa163e52-58d3-ed06-8336-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:23.403926 | 0.07s 2025-10-08 18:52:07.468300 | fa163e52-58d3-ed06-8336-000000001fc1 | TASK | Check tuned active profile 2025-10-08 18:52:07.687436 | fa163e52-58d3-ed06-8336-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-08 18:52:07.688590 | fa163e52-58d3-ed06-8336-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:23.649923 | 0.22s 2025-10-08 18:52:07.714117 | fa163e52-58d3-ed06-8336-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-08 18:52:07.923816 | fa163e52-58d3-ed06-8336-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-08 18:52:07.925160 | fa163e52-58d3-ed06-8336-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:23.886488 | 0.21s 2025-10-08 18:52:07.952247 | fa163e52-58d3-ed06-8336-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-08 18:52:08.011065 | fa163e52-58d3-ed06-8336-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-08 18:52:08.012219 | fa163e52-58d3-ed06-8336-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:23.973550 | 0.06s 2025-10-08 18:52:08.040387 | fa163e52-58d3-ed06-8336-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-08 18:52:08.100171 | fa163e52-58d3-ed06-8336-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-08 18:52:08.101318 | fa163e52-58d3-ed06-8336-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:24.062648 | 0.06s 2025-10-08 18:52:08.127848 | fa163e52-58d3-ed06-8336-000000001fc5 | TASK | Enable tuned profile 2025-10-08 18:52:08.158979 | fa163e52-58d3-ed06-8336-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-08 18:52:08.160120 | fa163e52-58d3-ed06-8336-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:24.121450 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-08 18:52:08.340988 | fa163e52-58d3-ed06-8336-0000000000ac | TASK | Overcloud container setup tasks 2025-10-08 18:52:08.368051 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000ac') missing from stats 2025-10-08 18:52:08.393782 | fa163e52-58d3-ed06-8336-0000000000ad | TASK | Write config data 2025-10-08 18:52:08.465985 | fa163e52-58d3-ed06-8336-0000000000ad | TIMING | Write config data | standalone | 0:03:24.427304 | 0.07s 2025-10-08 18:52:08.509423 | 6226ee0d-63d5-4ea0-ab2c-73d45ae71778 | INCLUDED | /root/standalone-ansible-qdhs7aqd/common_container_setup_tasks.yaml | standalone 2025-10-08 18:52:08.537607 | fa163e52-58d3-ed06-8336-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-08 18:52:08.745471 | fa163e52-58d3-ed06-8336-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-08 18:52:08.746715 | fa163e52-58d3-ed06-8336-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:24.708047 | 0.21s 2025-10-08 18:52:08.771602 | fa163e52-58d3-ed06-8336-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-08 18:52:09.020561 | fa163e52-58d3-ed06-8336-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-08 18:52:09.021966 | fa163e52-58d3-ed06-8336-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:24.983297 | 0.25s 2025-10-08 18:52:09.047620 | fa163e52-58d3-ed06-8336-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-08 18:52:09.270732 | fa163e52-58d3-ed06-8336-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-08 18:52:09.272074 | fa163e52-58d3-ed06-8336-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:25.233405 | 0.22s 2025-10-08 18:52:09.297440 | fa163e52-58d3-ed06-8336-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-08 18:52:09.518165 | fa163e52-58d3-ed06-8336-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-08 18:52:09.519570 | fa163e52-58d3-ed06-8336-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:25.480901 | 0.22s 2025-10-08 18:52:09.537241 | fa163e52-58d3-ed06-8336-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-08 18:52:09.730731 | fa163e52-58d3-ed06-8336-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-08 18:52:09.731532 | fa163e52-58d3-ed06-8336-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:25.692872 | 0.19s 2025-10-08 18:52:09.749074 | fa163e52-58d3-ed06-8336-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-08 18:52:11.040749 | fa163e52-58d3-ed06-8336-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-08 18:52:11.042519 | fa163e52-58d3-ed06-8336-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:27.003849 | 1.29s 2025-10-08 18:52:11.069533 | fa163e52-58d3-ed06-8336-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-08 18:52:11.322165 | fa163e52-58d3-ed06-8336-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-08 18:52:11.323579 | fa163e52-58d3-ed06-8336-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:27.284916 | 0.25s 2025-10-08 18:52:11.341544 | fa163e52-58d3-ed06-8336-00000000202d | TASK | Write container config scripts 2025-10-08 18:52:11.680286 | fa163e52-58d3-ed06-8336-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-08 18:52:11.681219 | fa163e52-58d3-ed06-8336-00000000202d | TIMING | Write container config scripts | standalone | 0:03:27.642559 | 0.34s 2025-10-08 18:52:11.698518 | fa163e52-58d3-ed06-8336-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-08 18:52:12.142139 | fa163e52-58d3-ed06-8336-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-08 18:52:12.143432 | fa163e52-58d3-ed06-8336-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:28.104762 | 0.44s 2025-10-08 18:52:12.170016 | fa163e52-58d3-ed06-8336-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-08 18:52:12.748789 | fa163e52-58d3-ed06-8336-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-08 18:52:12.757516 | fa163e52-58d3-ed06-8336-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:28.718840 | 0.59s 2025-10-08 18:52:12.797757 | fa163e52-58d3-ed06-8336-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-08 18:52:13.031036 | fa163e52-58d3-ed06-8336-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-08 18:52:13.032524 | fa163e52-58d3-ed06-8336-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:28.993854 | 0.23s 2025-10-08 18:52:13.057865 | fa163e52-58d3-ed06-8336-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-08 18:52:13.285255 | fa163e52-58d3-ed06-8336-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-08 18:52:13.286434 | fa163e52-58d3-ed06-8336-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:29.247768 | 0.23s 2025-10-08 18:52:13.306421 | fa163e52-58d3-ed06-8336-000000002032 | TASK | Write container config json files 2025-10-08 18:52:13.786581 | fa163e52-58d3-ed06-8336-000000002032 | CHANGED | Write container config json files | standalone 2025-10-08 18:52:13.794775 | fa163e52-58d3-ed06-8336-000000002032 | TIMING | Write container config json files | standalone | 0:03:29.756101 | 0.49s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-08 18:52:13.963782 | fa163e52-58d3-ed06-8336-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-08 18:52:13.992392 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-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-08 18:52:14.053639 | fa163e52-58d3-ed06-8336-0000000000b2 | TIMING | include_tasks | standalone | 0:03:30.014965 | 0.04s 2025-10-08 18:52:14.068361 | 39977d6b-b25d-4acd-998d-a858d96e6fd1 | INCLUDED | /root/standalone-ansible-qdhs7aqd/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-08 18:52:14.214301 | fa163e52-58d3-ed06-8336-0000000000b6 | TASK | External deployment step 1 2025-10-08 18:52:14.243376 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000b6') missing from stats 2025-10-08 18:52:14.301236 | fa163e52-58d3-ed06-8336-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:30.262553 | 0.04s 2025-10-08 18:52:14.339727 | 9d131f06-a248-49be-83e0-0ae92cfbb2b3 | INCLUDED | /root/standalone-ansible-qdhs7aqd/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-08 18:52:14.358139 | fa163e52-58d3-ed06-8336-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-08 18:52:14.409518 | fa163e52-58d3-ed06-8336-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-08 18:52:14.410887 | fa163e52-58d3-ed06-8336-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:30.372216 | 0.05s 2025-10-08 18:52:14.428728 | fa163e52-58d3-ed06-8336-000000002079 | TASK | Build disk list for cephadm 2025-10-08 18:52:14.479575 | fa163e52-58d3-ed06-8336-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-08 18:52:14.480929 | fa163e52-58d3-ed06-8336-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:30.442260 | 0.05s 2025-10-08 18:52:14.499768 | fa163e52-58d3-ed06-8336-000000002080 | TASK | Container image prepare 2025-10-08 18:52:15.529816 | fa163e52-58d3-ed06-8336-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-08 18:52:15.532080 | fa163e52-58d3-ed06-8336-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:31.493403 | 1.03s 2025-10-08 18:52:15.567349 | fa163e52-58d3-ed06-8336-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-08 18:52:15.794928 | fa163e52-58d3-ed06-8336-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-08 18:52:15.797044 | fa163e52-58d3-ed06-8336-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:31.758368 | 0.23s 2025-10-08 18:52:15.815307 | fa163e52-58d3-ed06-8336-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-08 18:52:15.865636 | fa163e52-58d3-ed06-8336-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:31.826959 | 0.05s 2025-10-08 18:52:15.915350 | fa163e52-58d3-ed06-8336-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-08 18:52:16.167920 | fa163e52-58d3-ed06-8336-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-08 18:52:16.169241 | fa163e52-58d3-ed06-8336-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:32.130569 | 0.25s 2025-10-08 18:52:16.188849 | fa163e52-58d3-ed06-8336-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-08 18:52:16.663613 | fa163e52-58d3-ed06-8336-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-08 18:52:16.665010 | fa163e52-58d3-ed06-8336-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:32.626342 | 0.47s 2025-10-08 18:52:16.686600 | fa163e52-58d3-ed06-8336-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-08 18:52:16.737380 | fa163e52-58d3-ed06-8336-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:32.698700 | 0.05s 2025-10-08 18:52:16.784428 | fa163e52-58d3-ed06-8336-0000000020eb | TASK | Check for a configured destination 2025-10-08 18:52:16.855341 | fa163e52-58d3-ed06-8336-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-08 18:52:16.856473 | fa163e52-58d3-ed06-8336-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:32.817803 | 0.07s 2025-10-08 18:52:16.883110 | fa163e52-58d3-ed06-8336-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-08 18:52:17.371011 | fa163e52-58d3-ed06-8336-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-08 18:52:17.372918 | fa163e52-58d3-ed06-8336-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:33.334242 | 0.49s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-08 18:52:17.527933 | fa163e52-58d3-ed06-8336-0000000000ba | TASK | Deploy step tasks for 1 2025-10-08 18:52:17.556921 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000ba') missing from stats 2025-10-08 18:52:17.577425 | fa163e52-58d3-ed06-8336-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-08 18:52:18.055318 | fa163e52-58d3-ed06-8336-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-08 18:52:18.056582 | fa163e52-58d3-ed06-8336-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:34.017915 | 0.48s 2025-10-08 18:52:18.076527 | fa163e52-58d3-ed06-8336-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-08 18:52:18.295264 | fa163e52-58d3-ed06-8336-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-08 18:52:18.296714 | fa163e52-58d3-ed06-8336-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:34.258046 | 0.22s 2025-10-08 18:52:18.322377 | fa163e52-58d3-ed06-8336-0000000000be | TASK | Write config data at the start of step 1 2025-10-08 18:52:18.394637 | fa163e52-58d3-ed06-8336-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:34.355957 | 0.07s 2025-10-08 18:52:18.441446 | b6255f2b-9195-4532-988c-8888a0c672f3 | INCLUDED | /root/standalone-ansible-qdhs7aqd/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-08 18:52:18.467259 | fa163e52-58d3-ed06-8336-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-08 18:52:18.494818 | fa163e52-58d3-ed06-8336-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-08 18:52:18.495579 | fa163e52-58d3-ed06-8336-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:34.456914 | 0.03s 2025-10-08 18:52:18.515134 | fa163e52-58d3-ed06-8336-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-08 18:52:18.544220 | fa163e52-58d3-ed06-8336-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-08 18:52:18.545370 | fa163e52-58d3-ed06-8336-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:34.506701 | 0.03s 2025-10-08 18:52:18.570263 | fa163e52-58d3-ed06-8336-00000000212c | TASK | Write the puppet step_config manifest 2025-10-08 18:52:19.087086 | fa163e52-58d3-ed06-8336-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-08 18:52:19.088311 | fa163e52-58d3-ed06-8336-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:35.049642 | 0.52s 2025-10-08 18:52:19.113339 | fa163e52-58d3-ed06-8336-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-08 18:52:19.142019 | fa163e52-58d3-ed06-8336-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-08 18:52:19.143054 | fa163e52-58d3-ed06-8336-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:35.104384 | 0.03s 2025-10-08 18:52:19.168592 | fa163e52-58d3-ed06-8336-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-08 18:52:19.196935 | fa163e52-58d3-ed06-8336-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-08 18:52:19.197989 | fa163e52-58d3-ed06-8336-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:35.159320 | 0.03s 2025-10-08 18:52:19.222984 | fa163e52-58d3-ed06-8336-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-08 18:52:19.458234 | fa163e52-58d3-ed06-8336-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-08 18:52:19.459592 | fa163e52-58d3-ed06-8336-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:35.420921 | 0.24s 2025-10-08 18:52:19.486800 | fa163e52-58d3-ed06-8336-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-08 18:52:19.516606 | fa163e52-58d3-ed06-8336-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-08 18:52:19.517735 | fa163e52-58d3-ed06-8336-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:35.479065 | 0.03s 2025-10-08 18:52:19.544380 | fa163e52-58d3-ed06-8336-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-08 18:52:19.573956 | fa163e52-58d3-ed06-8336-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-08 18:52:19.575150 | fa163e52-58d3-ed06-8336-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:35.536479 | 0.03s 2025-10-08 18:52:19.601550 | fa163e52-58d3-ed06-8336-000000002132 | TASK | Write container-puppet.json file 2025-10-08 18:52:20.119147 | fa163e52-58d3-ed06-8336-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-08 18:52:20.120702 | fa163e52-58d3-ed06-8336-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:36.082001 | 0.52s 2025-10-08 18:52:20.145616 | fa163e52-58d3-ed06-8336-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-08 18:52:20.176142 | fa163e52-58d3-ed06-8336-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-08 18:52:20.177169 | fa163e52-58d3-ed06-8336-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:36.138494 | 0.03s 2025-10-08 18:52:20.203502 | fa163e52-58d3-ed06-8336-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-08 18:52:20.233343 | fa163e52-58d3-ed06-8336-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-08 18:52:20.234390 | fa163e52-58d3-ed06-8336-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:36.195720 | 0.03s 2025-10-08 18:52:20.259317 | fa163e52-58d3-ed06-8336-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-08 18:52:20.630329 | fa163e52-58d3-ed06-8336-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-08 18:52:20.631560 | fa163e52-58d3-ed06-8336-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:36.592892 | 0.37s 2025-10-08 18:52:20.657556 | fa163e52-58d3-ed06-8336-000000002136 | TASK | Set host puppet debugging fact string 2025-10-08 18:52:20.686906 | fa163e52-58d3-ed06-8336-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-08 18:52:20.688169 | fa163e52-58d3-ed06-8336-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:36.649500 | 0.03s 2025-10-08 18:52:20.715608 | fa163e52-58d3-ed06-8336-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-08 18:52:20.744786 | fa163e52-58d3-ed06-8336-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-08 18:52:20.745847 | fa163e52-58d3-ed06-8336-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:36.707178 | 0.03s 2025-10-08 18:52:20.771391 | fa163e52-58d3-ed06-8336-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-08 18:52:20.799786 | fa163e52-58d3-ed06-8336-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-08 18:52:20.800800 | fa163e52-58d3-ed06-8336-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:36.762131 | 0.03s 2025-10-08 18:52:20.825583 | fa163e52-58d3-ed06-8336-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-08 18:52:20.856117 | fa163e52-58d3-ed06-8336-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-08 18:52:20.857153 | fa163e52-58d3-ed06-8336-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:36.818484 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 18:52:20.920018 | fa163e52-58d3-ed06-8336-0000000000c0 | TIMING | include_tasks | standalone | 0:03:36.881348 | 0.04s 2025-10-08 18:52:21.033318 | 0923eae1-4c5b-471f-a627-f461f77cad2a | INCLUDED | /root/standalone-ansible-qdhs7aqd/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-08 18:52:21.073320 | fa163e52-58d3-ed06-8336-000000002164 | TASK | Create dirs for certificates and keys 2025-10-08 18:52:21.130053 | fa163e52-58d3-ed06-8336-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-08 18:52:21.152101 | fa163e52-58d3-ed06-8336-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-08 18:52:21.164500 | fa163e52-58d3-ed06-8336-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:37.125826 | 0.09s 2025-10-08 18:52:21.240019 | fa163e52-58d3-ed06-8336-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 18:52:21.241206 | fa163e52-58d3-ed06-8336-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:37.202537 | 0.05s 2025-10-08 18:52:21.267305 | fa163e52-58d3-ed06-8336-00000000216c | TASK | Fail if container image is undefined 2025-10-08 18:52:21.328393 | fa163e52-58d3-ed06-8336-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 18:52:21.329469 | fa163e52-58d3-ed06-8336-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:37.290801 | 0.06s 2025-10-08 18:52:21.372191 | fa163e52-58d3-ed06-8336-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-08 18:52:42.751265 | fa163e52-58d3-ed06-8336-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-08 18:52:42.753089 | fa163e52-58d3-ed06-8336-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:58.714419 | 21.38s 2025-10-08 18:52:42.808453 | fa163e52-58d3-ed06-8336-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-08 18:52:43.151488 | fa163e52-58d3-ed06-8336-00000000216e | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-08 18:52:43.152847 | fa163e52-58d3-ed06-8336-00000000216e | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:59.114178 | 0.34s 2025-10-08 18:52:43.203725 | fa163e52-58d3-ed06-8336-00000000217d | TASK | Fail if container image is undefined 2025-10-08 18:52:43.264702 | fa163e52-58d3-ed06-8336-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 18:52:43.265828 | fa163e52-58d3-ed06-8336-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:59.227159 | 0.06s 2025-10-08 18:52:43.306962 | fa163e52-58d3-ed06-8336-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-08 18:52:49.174487 | fa163e52-58d3-ed06-8336-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-08 18:52:49.176046 | fa163e52-58d3-ed06-8336-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:05.137376 | 5.87s 2025-10-08 18:52:49.229496 | fa163e52-58d3-ed06-8336-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-08 18:52:49.589547 | fa163e52-58d3-ed06-8336-00000000217f | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-08 18:52:49.591122 | fa163e52-58d3-ed06-8336-00000000217f | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:05.552451 | 0.36s 2025-10-08 18:52:49.641438 | fa163e52-58d3-ed06-8336-00000000218a | TASK | Check if rsyslog exists 2025-10-08 18:52:49.889070 | fa163e52-58d3-ed06-8336-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-08 18:52:49.890878 | fa163e52-58d3-ed06-8336-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:04:05.852205 | 0.25s 2025-10-08 18:52:49.918874 | fa163e52-58d3-ed06-8336-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-08 18:52:50.155336 | fa163e52-58d3-ed06-8336-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-08 18:52:50.157291 | fa163e52-58d3-ed06-8336-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:04:06.118617 | 0.24s 2025-10-08 18:52:50.186348 | fa163e52-58d3-ed06-8336-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-08 18:52:50.880264 | fa163e52-58d3-ed06-8336-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-08 18:52:50.882161 | fa163e52-58d3-ed06-8336-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:06.843492 | 0.69s 2025-10-08 18:52:50.910274 | fa163e52-58d3-ed06-8336-000000002194 | TASK | Fail if container image is undefined 2025-10-08 18:52:50.973161 | fa163e52-58d3-ed06-8336-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 18:52:50.974540 | fa163e52-58d3-ed06-8336-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:06.935865 | 0.06s 2025-10-08 18:52:51.017952 | fa163e52-58d3-ed06-8336-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-08 18:52:58.256978 | fa163e52-58d3-ed06-8336-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-08 18:52:58.258395 | fa163e52-58d3-ed06-8336-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:14.219726 | 7.24s 2025-10-08 18:52:58.312402 | fa163e52-58d3-ed06-8336-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-08 18:52:58.664254 | fa163e52-58d3-ed06-8336-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-08 18:52:58.665510 | fa163e52-58d3-ed06-8336-000000002196 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:14.626841 | 0.35s 2025-10-08 18:52:58.715176 | fa163e52-58d3-ed06-8336-0000000021a0 | TASK | Run lvmfilter role 2025-10-08 18:52:58.754399 | fa163e52-58d3-ed06-8336-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:14.715725 | 0.04s 2025-10-08 18:52:58.835780 | fa163e52-58d3-ed06-8336-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-08 18:52:59.074436 | fa163e52-58d3-ed06-8336-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-08 18:52:59.075712 | fa163e52-58d3-ed06-8336-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:15.037041 | 0.24s 2025-10-08 18:52:59.101786 | fa163e52-58d3-ed06-8336-0000000022b9 | TASK | collect ansible devices 2025-10-08 18:52:59.151714 | fa163e52-58d3-ed06-8336-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-08 18:52:59.152746 | fa163e52-58d3-ed06-8336-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:15.114077 | 0.05s 2025-10-08 18:52:59.178351 | fa163e52-58d3-ed06-8336-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-08 18:52:59.217554 | fa163e52-58d3-ed06-8336-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-08 18:52:59.218632 | fa163e52-58d3-ed06-8336-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:15.179963 | 0.04s 2025-10-08 18:52:59.244090 | fa163e52-58d3-ed06-8336-0000000022bb | TASK | set allowed_devices 2025-10-08 18:52:59.293255 | fa163e52-58d3-ed06-8336-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-08 18:52:59.294432 | fa163e52-58d3-ed06-8336-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:15.255764 | 0.05s 2025-10-08 18:52:59.321201 | fa163e52-58d3-ed06-8336-0000000022bc | TASK | build lvm2 allow list 2025-10-08 18:52:59.369320 | fa163e52-58d3-ed06-8336-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-08 18:52:59.370382 | fa163e52-58d3-ed06-8336-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:15.331713 | 0.05s 2025-10-08 18:52:59.395825 | fa163e52-58d3-ed06-8336-0000000022bd | TASK | build lvm2 deny list 2025-10-08 18:52:59.487178 | fa163e52-58d3-ed06-8336-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-08 18:52:59.488224 | fa163e52-58d3-ed06-8336-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:15.449555 | 0.09s 2025-10-08 18:52:59.562009 | fa163e52-58d3-ed06-8336-0000000022be | TASK | build lvm2 filter 2025-10-08 18:52:59.608846 | fa163e52-58d3-ed06-8336-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-08 18:52:59.609636 | fa163e52-58d3-ed06-8336-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:15.570975 | 0.05s 2025-10-08 18:52:59.627078 | fa163e52-58d3-ed06-8336-0000000022bf | TASK | regenerate lvm config 2025-10-08 18:52:59.679220 | fa163e52-58d3-ed06-8336-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-08 18:52:59.679806 | fa163e52-58d3-ed06-8336-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:15.641147 | 0.05s 2025-10-08 18:52:59.696455 | fa163e52-58d3-ed06-8336-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-08 18:52:59.742774 | fa163e52-58d3-ed06-8336-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-08 18:52:59.743309 | fa163e52-58d3-ed06-8336-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:15.704650 | 0.05s 2025-10-08 18:52:59.776543 | fa163e52-58d3-ed06-8336-0000000021a6 | TASK | Fail if container image is undefined 2025-10-08 18:52:59.835131 | fa163e52-58d3-ed06-8336-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 18:52:59.836252 | fa163e52-58d3-ed06-8336-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:15.797582 | 0.06s 2025-10-08 18:52:59.877207 | fa163e52-58d3-ed06-8336-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-08 18:53:09.093146 | fa163e52-58d3-ed06-8336-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-08 18:53:09.094895 | fa163e52-58d3-ed06-8336-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:25.056219 | 9.22s 2025-10-08 18:53:09.150656 | fa163e52-58d3-ed06-8336-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-08 18:53:09.499794 | fa163e52-58d3-ed06-8336-0000000021a8 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-08 18:53:09.501395 | fa163e52-58d3-ed06-8336-0000000021a8 | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:25.462719 | 0.35s 2025-10-08 18:53:09.603431 | fa163e52-58d3-ed06-8336-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 18:53:09.604696 | fa163e52-58d3-ed06-8336-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:25.566000 | 0.05s 2025-10-08 18:53:09.631735 | fa163e52-58d3-ed06-8336-0000000021ba | TASK | Fail if container image is undefined 2025-10-08 18:53:09.694209 | fa163e52-58d3-ed06-8336-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 18:53:09.695583 | fa163e52-58d3-ed06-8336-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:25.656905 | 0.06s 2025-10-08 18:53:09.739533 | fa163e52-58d3-ed06-8336-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-08 18:53:18.413208 | fa163e52-58d3-ed06-8336-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-08 18:53:18.415086 | fa163e52-58d3-ed06-8336-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:34.376414 | 8.67s 2025-10-08 18:53:18.472290 | fa163e52-58d3-ed06-8336-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-08 18:53:18.819320 | fa163e52-58d3-ed06-8336-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-08 18:53:18.820706 | fa163e52-58d3-ed06-8336-0000000021bc | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:34.782034 | 0.35s 2025-10-08 18:53:18.921912 | fa163e52-58d3-ed06-8336-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 18:53:18.923011 | fa163e52-58d3-ed06-8336-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:34.884342 | 0.05s 2025-10-08 18:53:18.948235 | fa163e52-58d3-ed06-8336-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-08 18:53:38.585313 | fa163e52-58d3-ed06-8336-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-08 18:53:38.588185 | fa163e52-58d3-ed06-8336-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:54.549509 | 19.64s 2025-10-08 18:53:38.611819 | fa163e52-58d3-ed06-8336-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-08 18:53:38.642043 | fa163e52-58d3-ed06-8336-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-08 18:53:38.643184 | fa163e52-58d3-ed06-8336-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:54.604514 | 0.03s 2025-10-08 18:53:38.669239 | fa163e52-58d3-ed06-8336-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-08 18:53:38.912299 | fa163e52-58d3-ed06-8336-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-08 18:53:38.913503 | fa163e52-58d3-ed06-8336-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:54.874835 | 0.24s 2025-10-08 18:53:38.938655 | fa163e52-58d3-ed06-8336-0000000021ce | TASK | is KSM enabled 2025-10-08 18:53:38.988962 | fa163e52-58d3-ed06-8336-0000000021ce | OK | is KSM enabled | standalone 2025-10-08 18:53:38.990043 | fa163e52-58d3-ed06-8336-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:54.951376 | 0.05s 2025-10-08 18:53:39.015808 | fa163e52-58d3-ed06-8336-0000000021d0 | TASK | Check for ksm 2025-10-08 18:53:39.291194 | fa163e52-58d3-ed06-8336-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-08 18:53:39.292458 | fa163e52-58d3-ed06-8336-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:55.253790 | 0.28s 2025-10-08 18:53:39.317994 | fa163e52-58d3-ed06-8336-0000000021d1 | TASK | disable KSM services 2025-10-08 18:53:39.404790 | fa163e52-58d3-ed06-8336-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-08 18:53:39.436981 | fa163e52-58d3-ed06-8336-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-08 18:53:39.442653 | fa163e52-58d3-ed06-8336-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:55.403981 | 0.12s 2025-10-08 18:53:39.469125 | fa163e52-58d3-ed06-8336-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-08 18:53:39.538601 | fa163e52-58d3-ed06-8336-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-08 18:53:39.539213 | fa163e52-58d3-ed06-8336-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:55.500553 | 0.07s 2025-10-08 18:53:39.556351 | fa163e52-58d3-ed06-8336-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-08 18:53:39.603933 | fa163e52-58d3-ed06-8336-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-08 18:53:39.605106 | fa163e52-58d3-ed06-8336-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:55.566437 | 0.05s 2025-10-08 18:53:39.630017 | fa163e52-58d3-ed06-8336-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-08 18:53:39.678153 | fa163e52-58d3-ed06-8336-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-08 18:53:39.679187 | fa163e52-58d3-ed06-8336-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:55.640517 | 0.05s 2025-10-08 18:53:39.704458 | fa163e52-58d3-ed06-8336-0000000021d6 | TASK | enable ksmtunded 2025-10-08 18:53:39.763195 | fa163e52-58d3-ed06-8336-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-08 18:53:39.776957 | fa163e52-58d3-ed06-8336-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-08 18:53:39.790358 | fa163e52-58d3-ed06-8336-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:55.751688 | 0.08s 2025-10-08 18:53:39.866970 | fa163e52-58d3-ed06-8336-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 18:53:39.868374 | fa163e52-58d3-ed06-8336-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:55.829701 | 0.05s 2025-10-08 18:53:39.895214 | fa163e52-58d3-ed06-8336-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-08 18:53:39.966547 | fa163e52-58d3-ed06-8336-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-08 18:53:39.967929 | fa163e52-58d3-ed06-8336-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:55.929260 | 0.07s 2025-10-08 18:53:39.995597 | fa163e52-58d3-ed06-8336-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-08 18:53:44.037519 | fa163e52-58d3-ed06-8336-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-08 18:53:44.042800 | fa163e52-58d3-ed06-8336-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:05:00.004129 | 4.05s 2025-10-08 18:53:44.078342 | fa163e52-58d3-ed06-8336-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-08 18:53:44.149437 | fa163e52-58d3-ed06-8336-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-08 18:53:44.150510 | fa163e52-58d3-ed06-8336-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:05:00.111841 | 0.07s 2025-10-08 18:53:44.179475 | fa163e52-58d3-ed06-8336-0000000021de | TASK | Fetch ovn VIP 2025-10-08 18:53:44.241833 | fa163e52-58d3-ed06-8336-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-08 18:53:44.242898 | fa163e52-58d3-ed06-8336-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:05:00.204229 | 0.06s 2025-10-08 18:53:44.271931 | fa163e52-58d3-ed06-8336-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-08 18:53:44.332836 | fa163e52-58d3-ed06-8336-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-08 18:53:44.334071 | fa163e52-58d3-ed06-8336-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:05:00.295400 | 0.06s 2025-10-08 18:53:44.363732 | fa163e52-58d3-ed06-8336-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-08 18:53:44.424207 | fa163e52-58d3-ed06-8336-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-08 18:53:44.425383 | fa163e52-58d3-ed06-8336-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:05:00.386714 | 0.06s 2025-10-08 18:53:44.455173 | fa163e52-58d3-ed06-8336-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-08 18:53:44.515778 | fa163e52-58d3-ed06-8336-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-08 18:53:44.516812 | fa163e52-58d3-ed06-8336-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:05:00.478143 | 0.06s 2025-10-08 18:53:44.546537 | fa163e52-58d3-ed06-8336-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-08 18:53:44.618952 | fa163e52-58d3-ed06-8336-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-08 18:53:44.631936 | fa163e52-58d3-ed06-8336-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:05:00.593260 | 0.08s 2025-10-08 18:53:44.714728 | fa163e52-58d3-ed06-8336-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 18:53:44.715979 | fa163e52-58d3-ed06-8336-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:00.677310 | 0.05s 2025-10-08 18:53:44.745047 | fa163e52-58d3-ed06-8336-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-08 18:53:44.796433 | fa163e52-58d3-ed06-8336-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:05:00.757758 | 0.05s 2025-10-08 18:53:44.863227 | fa163e52-58d3-ed06-8336-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-08 18:53:45.164338 | fa163e52-58d3-ed06-8336-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-08 18:53:45.165644 | fa163e52-58d3-ed06-8336-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:01.126976 | 0.30s 2025-10-08 18:53:45.194642 | fa163e52-58d3-ed06-8336-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-08 18:53:45.256281 | fa163e52-58d3-ed06-8336-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-08 18:53:45.257383 | fa163e52-58d3-ed06-8336-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:01.218713 | 0.06s 2025-10-08 18:53:45.287298 | fa163e52-58d3-ed06-8336-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-08 18:53:45.556014 | fa163e52-58d3-ed06-8336-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-08 18:53:45.556837 | fa163e52-58d3-ed06-8336-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:01.518178 | 0.27s 2025-10-08 18:53:45.575934 | fa163e52-58d3-ed06-8336-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-08 18:53:45.624725 | fa163e52-58d3-ed06-8336-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-08 18:53:45.625857 | fa163e52-58d3-ed06-8336-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:01.587188 | 0.05s 2025-10-08 18:53:45.658261 | fa163e52-58d3-ed06-8336-000000002393 | TASK | render OVN cluster configuration 2025-10-08 18:53:46.217880 | fa163e52-58d3-ed06-8336-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-08 18:53:46.219234 | fa163e52-58d3-ed06-8336-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:02.180566 | 0.56s 2025-10-08 18:53:46.249399 | fa163e52-58d3-ed06-8336-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-08 18:53:46.313005 | fa163e52-58d3-ed06-8336-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.274317 | 0.06s 2025-10-08 18:53:46.339644 | fa163e52-58d3-ed06-8336-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.300977 | 0.09s 2025-10-08 18:53:46.353330 | fa163e52-58d3-ed06-8336-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.314663 | 0.10s 2025-10-08 18:53:46.365650 | fa163e52-58d3-ed06-8336-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.326978 | 0.11s 2025-10-08 18:53:46.382983 | b28911c7-0923-4b1e-9562-0b295acb3f95 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-08 18:53:46.388710 | 3db63c65-9981-444c-b67e-8330ba5918ae | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-08 18:53:46.393769 | 4c9a8360-66c0-4fec-9aab-078eb21d6a95 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-08 18:53:46.419248 | fa163e52-58d3-ed06-8336-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-08 18:53:46.684042 | fa163e52-58d3-ed06-8336-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-08 18:53:46.685465 | fa163e52-58d3-ed06-8336-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:02.646792 | 0.27s 2025-10-08 18:53:46.717782 | fa163e52-58d3-ed06-8336-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-08 18:53:46.749327 | fa163e52-58d3-ed06-8336-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-08 18:53:46.750711 | fa163e52-58d3-ed06-8336-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:02.712016 | 0.03s 2025-10-08 18:53:46.782993 | fa163e52-58d3-ed06-8336-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-08 18:53:47.054174 | fa163e52-58d3-ed06-8336-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-08 18:53:47.055601 | fa163e52-58d3-ed06-8336-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:03.016932 | 0.27s 2025-10-08 18:53:47.087937 | fa163e52-58d3-ed06-8336-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-08 18:53:47.139802 | fa163e52-58d3-ed06-8336-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-08 18:53:47.141262 | fa163e52-58d3-ed06-8336-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:03.102589 | 0.05s 2025-10-08 18:53:47.174513 | fa163e52-58d3-ed06-8336-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-08 18:53:47.444608 | fa163e52-58d3-ed06-8336-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-08 18:53:47.446064 | fa163e52-58d3-ed06-8336-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:03.407394 | 0.27s 2025-10-08 18:53:47.478248 | fa163e52-58d3-ed06-8336-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-08 18:53:47.531196 | fa163e52-58d3-ed06-8336-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-08 18:53:47.532557 | fa163e52-58d3-ed06-8336-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:03.493886 | 0.05s 2025-10-08 18:53:47.645403 | fa163e52-58d3-ed06-8336-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 18:53:47.646632 | fa163e52-58d3-ed06-8336-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:03.607962 | 0.06s 2025-10-08 18:53:47.726408 | fa163e52-58d3-ed06-8336-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 18:53:47.727575 | fa163e52-58d3-ed06-8336-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:03.688906 | 0.05s 2025-10-08 18:53:47.756582 | fa163e52-58d3-ed06-8336-0000000021f2 | TASK | Fail if container image is undefined 2025-10-08 18:53:47.818113 | fa163e52-58d3-ed06-8336-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 18:53:47.819337 | fa163e52-58d3-ed06-8336-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:03.780668 | 0.06s 2025-10-08 18:53:47.864375 | fa163e52-58d3-ed06-8336-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-08 18:53:55.486006 | fa163e52-58d3-ed06-8336-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-08 18:53:55.487489 | fa163e52-58d3-ed06-8336-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:11.448818 | 7.62s 2025-10-08 18:53:55.546537 | fa163e52-58d3-ed06-8336-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-08 18:53:55.918885 | fa163e52-58d3-ed06-8336-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-08 18:53:55.920310 | fa163e52-58d3-ed06-8336-0000000021f4 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:11.881639 | 0.37s 2025-10-08 18:53:55.985409 | fa163e52-58d3-ed06-8336-0000000021ff | TASK | Pre-fetch all the containers 2025-10-08 18:54:02.312494 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-08 18:54:02.315553 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:18.276879 | 6.33s 2025-10-08 18:54:08.239299 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-08 18:54:08.241998 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:24.203330 | 12.25s 2025-10-08 18:54:11.686994 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-08 18:54:11.691849 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:27.653171 | 15.70s 2025-10-08 18:54:15.956654 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-08 18:54:15.960503 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:31.921833 | 19.97s 2025-10-08 18:54:18.616623 | fa163e52-58d3-ed06-8336-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-08 18:54:18.620397 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:34.581727 | 22.63s 2025-10-08 18:54:21.110859 | fa163e52-58d3-ed06-8336-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-08 18:54:21.114392 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:37.075722 | 25.13s 2025-10-08 18:54:27.332690 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-08 18:54:27.335842 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:43.297177 | 31.35s 2025-10-08 18:54:33.949615 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-08 18:54:33.953004 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:49.914332 | 37.96s 2025-10-08 18:54:38.674916 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-08 18:54:38.678126 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:54.639455 | 42.69s 2025-10-08 18:54:42.419516 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-08 18:54:42.423049 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:58.384375 | 46.43s 2025-10-08 18:54:51.527807 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-08 18:54:51.532270 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:07.493602 | 55.54s 2025-10-08 18:54:55.808764 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-08 18:54:55.813372 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:11.774679 | 59.83s 2025-10-08 18:55:13.548646 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-08 18:55:13.552390 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:29.513721 | 77.56s 2025-10-08 18:55:25.309570 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-08 18:55:25.312463 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:41.273795 | 89.32s 2025-10-08 18:55:33.624291 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-08 18:55:33.629615 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:49.590931 | 97.64s 2025-10-08 18:55:43.968924 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-08 18:55:43.971899 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:59.933228 | 107.98s 2025-10-08 18:55:51.804507 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-08 18:55:51.807514 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:07.768846 | 115.82s 2025-10-08 18:55:57.236756 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-08 18:55:57.241382 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:13.202706 | 121.25s 2025-10-08 18:56:07.072372 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-08 18:56:07.076530 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:23.037860 | 131.09s 2025-10-08 18:56:13.135883 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-08 18:56:13.139015 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:29.100346 | 137.15s 2025-10-08 18:56:18.883980 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-08 18:56:18.888787 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:34.850117 | 142.90s 2025-10-08 18:56:31.177656 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-08 18:56:31.181863 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:47.143193 | 155.19s 2025-10-08 18:56:35.181428 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-08 18:56:35.184358 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:51.145691 | 159.20s 2025-10-08 18:56:44.281736 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-08 18:56:44.283726 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:00.245064 | 168.30s 2025-10-08 18:56:48.414918 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-08 18:56:48.419408 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:04.380738 | 172.43s 2025-10-08 18:56:52.520397 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-08 18:56:52.523735 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:08.485063 | 176.54s 2025-10-08 18:57:02.195186 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-08 18:57:02.198315 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:18.159646 | 186.21s 2025-10-08 18:57:07.013985 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-08 18:57:07.018561 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:22.979885 | 191.03s 2025-10-08 18:57:10.388232 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-08 18:57:10.391188 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:26.352524 | 194.40s 2025-10-08 18:57:14.171564 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-08 18:57:14.176016 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:30.137337 | 198.19s 2025-10-08 18:57:20.080245 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-08 18:57:20.084626 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:36.045956 | 204.10s 2025-10-08 18:57:22.717105 | fa163e52-58d3-ed06-8336-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-08 18:57:22.720603 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:38.681925 | 206.73s 2025-10-08 18:57:26.027386 | fa163e52-58d3-ed06-8336-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-08 18:57:26.032072 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:41.993401 | 210.04s 2025-10-08 18:57:30.513982 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-08 18:57:30.517951 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:46.479272 | 214.53s 2025-10-08 18:57:33.671716 | fa163e52-58d3-ed06-8336-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-08 18:57:33.674606 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:49.635937 | 217.69s 2025-10-08 18:57:39.305615 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-08 18:57:39.309781 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:55.271112 | 223.32s 2025-10-08 18:57:42.914127 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-08 18:57:42.918077 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:58.879407 | 226.93s 2025-10-08 18:57:47.046598 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-08 18:57:47.049766 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:03.011101 | 231.06s 2025-10-08 18:57:50.651330 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-08 18:57:50.655522 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:06.616851 | 234.67s 2025-10-08 18:57:55.049754 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-08 18:57:55.053937 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:11.015266 | 239.07s 2025-10-08 18:57:58.961508 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-08 18:57:58.964479 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:14.925810 | 242.98s 2025-10-08 18:58:03.421749 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-08 18:58:03.424728 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:19.386058 | 247.44s 2025-10-08 18:58:07.925066 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-08 18:58:07.928646 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:23.889977 | 251.94s 2025-10-08 18:58:11.687143 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-08 18:58:11.691759 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:27.653087 | 255.70s 2025-10-08 18:58:15.295531 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-08 18:58:15.298572 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:31.259902 | 259.31s 2025-10-08 18:58:19.715564 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-08 18:58:19.718983 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:35.680315 | 263.73s 2025-10-08 18:58:22.734009 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-08 18:58:22.738385 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:38.699721 | 266.75s 2025-10-08 18:58:26.719727 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-08 18:58:26.723995 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:42.685327 | 270.74s 2025-10-08 18:58:30.858682 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-08 18:58:30.860212 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:46.821553 | 274.87s 2025-10-08 18:58:35.604849 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-08 18:58:35.608353 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:51.569690 | 279.62s 2025-10-08 18:58:40.069022 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-08 18:58:40.074795 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:56.036121 | 284.09s 2025-10-08 18:58:44.080399 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-08 18:58:44.084424 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:00.045755 | 288.10s 2025-10-08 18:58:47.927156 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-08 18:58:47.931691 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:03.893007 | 291.94s 2025-10-08 18:58:51.858941 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-08 18:58:51.863466 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:07.824790 | 295.88s 2025-10-08 18:58:55.498336 | fa163e52-58d3-ed06-8336-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-08 18:58:55.504925 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:11.466253 | 299.52s 2025-10-08 18:58:55.962223 | fa163e52-58d3-ed06-8336-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:11.923549 | 299.97s 2025-10-08 18:58:56.186807 | fa163e52-58d3-ed06-8336-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-08 18:58:56.187734 | fa163e52-58d3-ed06-8336-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:10:12.149071 | 0.06s 2025-10-08 18:58:56.210136 | fa163e52-58d3-ed06-8336-000000002209 | TASK | Fail if container image is undefined 2025-10-08 18:58:56.273070 | fa163e52-58d3-ed06-8336-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 18:58:56.274171 | fa163e52-58d3-ed06-8336-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:10:12.235503 | 0.06s 2025-10-08 18:58:56.319739 | fa163e52-58d3-ed06-8336-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-08 18:59:02.517612 | fa163e52-58d3-ed06-8336-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-08 18:59:02.519222 | fa163e52-58d3-ed06-8336-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:18.480552 | 6.20s 2025-10-08 18:59:02.577075 | fa163e52-58d3-ed06-8336-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-08 18:59:02.992224 | fa163e52-58d3-ed06-8336-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-08 18:59:02.993581 | fa163e52-58d3-ed06-8336-00000000220b | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:18.954911 | 0.42s 2025-10-08 18:59:03.051867 | fa163e52-58d3-ed06-8336-000000002216 | TASK | Check if rsyslog exists 2025-10-08 18:59:03.309938 | fa163e52-58d3-ed06-8336-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-08 18:59:03.311417 | fa163e52-58d3-ed06-8336-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:10:19.272747 | 0.26s 2025-10-08 18:59:03.345322 | fa163e52-58d3-ed06-8336-000000002217 | TASK | Forward logging to swift.log file 2025-10-08 18:59:03.867740 | fa163e52-58d3-ed06-8336-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-08 18:59:03.868864 | fa163e52-58d3-ed06-8336-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:10:19.830199 | 0.52s 2025-10-08 18:59:03.893322 | fa163e52-58d3-ed06-8336-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-08 18:59:04.751337 | fa163e52-58d3-ed06-8336-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-08 18:59:04.752750 | fa163e52-58d3-ed06-8336-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:20.714085 | 0.86s 2025-10-08 18:59:04.776476 | fa163e52-58d3-ed06-8336-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-08 18:59:05.011070 | fa163e52-58d3-ed06-8336-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-08 18:59:05.012274 | fa163e52-58d3-ed06-8336-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:20.973609 | 0.23s 2025-10-08 18:59:05.107651 | fa163e52-58d3-ed06-8336-0000000000c3 | TIMING | include_tasks | standalone | 0:10:21.068962 | 0.07s 2025-10-08 18:59:05.148862 | dba89cfd-6a66-49ae-9f61-d4e3129a1982 | INCLUDED | /root/standalone-ansible-qdhs7aqd/common_deploy_steps_tasks.yaml | standalone 2025-10-08 18:59:05.177850 | fa163e52-58d3-ed06-8336-00000000249a | TASK | Write the config_step hieradata 2025-10-08 18:59:05.631175 | fa163e52-58d3-ed06-8336-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-08 18:59:05.632611 | fa163e52-58d3-ed06-8336-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:10:21.593941 | 0.45s 2025-10-08 18:59:05.662328 | fa163e52-58d3-ed06-8336-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-08 18:59:05.996723 | fa163e52-58d3-ed06-8336-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-08 18:59:05.998072 | fa163e52-58d3-ed06-8336-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:21.959403 | 0.33s 2025-10-08 18:59:06.027647 | fa163e52-58d3-ed06-8336-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-08 18:59:06.303770 | fa163e52-58d3-ed06-8336-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 18:59:16.505906 | fa163e52-58d3-ed06-8336-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 18:59:26.716646 | fa163e52-58d3-ed06-8336-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-08 18:59:36.907807 | fa163e52-58d3-ed06-8336-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-08 18:59:47.126240 | fa163e52-58d3-ed06-8336-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-08 18:59:57.349308 | fa163e52-58d3-ed06-8336-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-08 19:00:07.576749 | fa163e52-58d3-ed06-8336-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 19:00:07.578410 | fa163e52-58d3-ed06-8336-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:23.539734 | 61.55s 2025-10-08 19:00:07.610564 | fa163e52-58d3-ed06-8336-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-08 19:00:07.694404 | fa163e52-58d3-ed06-8336-00000000249d | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 18:59:06 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 18:59:10 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 18:59:10 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 18:59:10 puppet-user: (file & line not available)", "<13>Oct 8 18:59:10 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 8 18:59:10 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 8 18:59:10 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 18:59:10 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.39 seconds", "<13>Oct 8 18:59:10 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 8 18:59:10 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 8 18:59:10 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 8 18:59:19 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 8 18:59:27 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 8 18:59:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 8 18:59:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 8 18:59:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 8 18:59:30 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 8 18:59:31 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 8 18:59:32 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 8 18:59:35 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 8 18:59:37 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 8 18:59:38 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 8 18:59:38 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 8 19:00:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 8 19:00:02 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 19:00:04 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 8 19:00:04 puppet-user: Notice: Applied catalog in 54.11 seconds", "<13>Oct 8 19:00:04 puppet-user: Application:", "<13>Oct 8 19:00:04 puppet-user: Initial environment: production", "<13>Oct 8 19:00:04 puppet-user: Converged environment: production", "<13>Oct 8 19:00:04 puppet-user: Run mode: user", "<13>Oct 8 19:00:04 puppet-user: Changes:", "<13>Oct 8 19:00:04 puppet-user: Total: 17", "<13>Oct 8 19:00:04 puppet-user: Events:", "<13>Oct 8 19:00:04 puppet-user: Success: 17", "<13>Oct 8 19:00:04 puppet-user: Resources:", "<13>Oct 8 19:00:04 puppet-user: Restarted: 1", "<13>Oct 8 19:00:04 puppet-user: Changed: 16", "<13>Oct 8 19:00:04 puppet-user: Out of sync: 16", "<13>Oct 8 19:00:04 puppet-user: Total: 26", "<13>Oct 8 19:00:04 puppet-user: Time:", "<13>Oct 8 19:00:04 puppet-user: Filebucket: 0.00", "<13>Oct 8 19:00:04 puppet-user: Schedule: 0.00", "<13>Oct 8 19:00:04 puppet-user: File line: 0.00", "<13>Oct 8 19:00:04 puppet-user: File: 0.00", "<13>Oct 8 19:00:04 puppet-user: Augeas: 0.02", "<13>Oct 8 19:00:04 puppet-user: User: 0.17", "<13>Oct 8 19:00:04 puppet-user: Config retrieval: 0.44", "<13>Oct 8 19:00:04 puppet-user: Package: 16.58", "<13>Oct 8 19:00:04 puppet-user: Last run: 1759950004", "<13>Oct 8 19:00:04 puppet-user: Exec: 28.73", "<13>Oct 8 19:00:04 puppet-user: Pcmk property: 3.26", "<13>Oct 8 19:00:04 puppet-user: Service: 4.11", "<13>Oct 8 19:00:04 puppet-user: Transaction evaluation: 54.11", "<13>Oct 8 19:00:04 puppet-user: Catalog application: 54.11", "<13>Oct 8 19:00:04 puppet-user: Total: 54.11", "<13>Oct 8 19:00:04 puppet-user: Version:", "<13>Oct 8 19:00:04 puppet-user: Config: 1759949950", "<13>Oct 8 19:00:04 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 19:00:07.696073 | fa163e52-58d3-ed06-8336-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:23.657403 | 0.08s 2025-10-08 19:00:07.727493 | fa163e52-58d3-ed06-8336-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-08 19:00:07.757699 | fa163e52-58d3-ed06-8336-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:23.718983 | 0.03s 2025-10-08 19:00:07.835606 | fa163e52-58d3-ed06-8336-0000000024e5 | TASK | Gather variables for each operating system 2025-10-08 19:00:07.953153 | fa163e52-58d3-ed06-8336-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:23.914467 | 0.12s 2025-10-08 19:00:07.984538 | fa163e52-58d3-ed06-8336-0000000024e6 | TASK | Create puppet caching structures 2025-10-08 19:00:08.229058 | fa163e52-58d3-ed06-8336-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-08 19:00:08.230783 | fa163e52-58d3-ed06-8336-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:24.192105 | 0.24s 2025-10-08 19:00:08.261458 | fa163e52-58d3-ed06-8336-0000000024e7 | TASK | Check for facter.conf 2025-10-08 19:00:08.476145 | fa163e52-58d3-ed06-8336-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-08 19:00:08.477358 | fa163e52-58d3-ed06-8336-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:24.438691 | 0.21s 2025-10-08 19:00:08.507715 | fa163e52-58d3-ed06-8336-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-08 19:00:08.551903 | fa163e52-58d3-ed06-8336-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 19:00:08.552747 | fa163e52-58d3-ed06-8336-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:24.514084 | 0.04s 2025-10-08 19:00:08.575267 | fa163e52-58d3-ed06-8336-0000000024e9 | TASK | Write facter cache config 2025-10-08 19:00:09.069762 | fa163e52-58d3-ed06-8336-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-08 19:00:09.071338 | fa163e52-58d3-ed06-8336-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:25.032669 | 0.50s 2025-10-08 19:00:09.100191 | fa163e52-58d3-ed06-8336-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-08 19:00:09.325198 | fa163e52-58d3-ed06-8336-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-08 19:00:09.326429 | fa163e52-58d3-ed06-8336-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:25.287760 | 0.22s 2025-10-08 19:00:09.356199 | fa163e52-58d3-ed06-8336-0000000024eb | TASK | Pre-cache facts 2025-10-08 19:00:09.965978 | fa163e52-58d3-ed06-8336-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-08 19:00:09.967276 | fa163e52-58d3-ed06-8336-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:25.928608 | 0.61s 2025-10-08 19:00:09.998587 | fa163e52-58d3-ed06-8336-0000000024ec | TASK | Failed deployment if facter fails 2025-10-08 19:00:10.031091 | fa163e52-58d3-ed06-8336-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 19:00:10.032360 | fa163e52-58d3-ed06-8336-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:25.993690 | 0.03s 2025-10-08 19:00:10.082575 | fa163e52-58d3-ed06-8336-0000000024ed | TASK | Sync cached facts 2025-10-08 19:00:10.541348 | fa163e52-58d3-ed06-8336-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e52-58d3-ed06-8336-0000000024ed') missing from stats 2025-10-08 19:00:10.598211 | fa163e52-58d3-ed06-8336-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 19:00:10.648728 | fa163e52-58d3-ed06-8336-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:26.610008 | 0.05s 2025-10-08 19:00:10.679599 | cfa371df-4b2b-4537-b929-3fd6a0b1a0e3 | INCLUDED | /root/standalone-ansible-qdhs7aqd/generate-config-tasks.yaml | standalone 2025-10-08 19:00:10.719695 | fa163e52-58d3-ed06-8336-000000002537 | TASK | Create base directory puppet configs 2025-10-08 19:00:10.949358 | fa163e52-58d3-ed06-8336-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-08 19:00:10.950399 | fa163e52-58d3-ed06-8336-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:26.911735 | 0.23s 2025-10-08 19:00:10.974501 | fa163e52-58d3-ed06-8336-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-08 19:00:11.256770 | fa163e52-58d3-ed06-8336-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-08 19:00:11.257747 | fa163e52-58d3-ed06-8336-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:27.219084 | 0.28s 2025-10-08 19:00:11.281979 | fa163e52-58d3-ed06-8336-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-08 19:00:11.304647 | fa163e52-58d3-ed06-8336-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:27.265975 | 0.02s 2025-10-08 19:00:11.360973 | fa163e52-58d3-ed06-8336-0000000025c3 | TASK | Gather variables for each operating system 2025-10-08 19:00:11.473568 | fa163e52-58d3-ed06-8336-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:27.434883 | 0.11s 2025-10-08 19:00:11.504770 | fa163e52-58d3-ed06-8336-0000000025c4 | TASK | Create container logs path 2025-10-08 19:00:11.741556 | fa163e52-58d3-ed06-8336-0000000025c4 | OK | Create container logs path | standalone 2025-10-08 19:00:11.742876 | fa163e52-58d3-ed06-8336-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:27.704208 | 0.24s 2025-10-08 19:00:11.774638 | fa163e52-58d3-ed06-8336-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:00:12.205084 | fa163e52-58d3-ed06-8336-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:00:12.206747 | fa163e52-58d3-ed06-8336-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:28.168077 | 0.43s 2025-10-08 19:00:12.239353 | fa163e52-58d3-ed06-8336-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-08 19:00:12.300960 | fa163e52-58d3-ed06-8336-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:00:12.302200 | fa163e52-58d3-ed06-8336-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:28.263532 | 0.06s 2025-10-08 19:00:12.331939 | fa163e52-58d3-ed06-8336-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-08 19:00:12.361385 | fa163e52-58d3-ed06-8336-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:00:12.362626 | fa163e52-58d3-ed06-8336-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:28.323956 | 0.03s 2025-10-08 19:00:12.393343 | fa163e52-58d3-ed06-8336-0000000025cb | TASK | Update container configs with new config hashes 2025-10-08 19:00:12.455112 | fa163e52-58d3-ed06-8336-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:00:12.456424 | fa163e52-58d3-ed06-8336-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:28.417753 | 0.06s 2025-10-08 19:00:12.489174 | fa163e52-58d3-ed06-8336-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:00:12.556214 | fa163e52-58d3-ed06-8336-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:28.517533 | 0.07s 2025-10-08 19:00:12.582361 | bdded8a1-2c0d-495f-9476-b3abd67b8eba | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:00:12.621062 | fa163e52-58d3-ed06-8336-000000002610 | TASK | Gather podman infos 2025-10-08 19:00:13.244657 | fa163e52-58d3-ed06-8336-000000002610 | OK | Gather podman infos | standalone 2025-10-08 19:00:13.245922 | fa163e52-58d3-ed06-8336-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:29.207252 | 0.62s 2025-10-08 19:00:13.283509 | fa163e52-58d3-ed06-8336-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:00:13.344812 | fa163e52-58d3-ed06-8336-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:00:13.345869 | fa163e52-58d3-ed06-8336-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:29.307200 | 0.06s 2025-10-08 19:00:13.377082 | fa163e52-58d3-ed06-8336-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:00:13.440278 | fa163e52-58d3-ed06-8336-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:29.401602 | 0.06s 2025-10-08 19:00:13.464363 | c11212bf-3c45-481f-8085-59afaa3f4a41 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:00:13.508767 | fa163e52-58d3-ed06-8336-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:00:45.092525 | fa163e52-58d3-ed06-8336-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:00:45.094063 | fa163e52-58d3-ed06-8336-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:01.055392 | 31.58s 2025-10-08 19:00:45.166208 | fa163e52-58d3-ed06-8336-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:00:45.251452 | fa163e52-58d3-ed06-8336-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:00:45.252766 | fa163e52-58d3-ed06-8336-00000000263b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:01.214094 | 0.08s 2025-10-08 19:00:45.368432 | fa163e52-58d3-ed06-8336-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-08 19:00:45.410635 | fa163e52-58d3-ed06-8336-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-08 19:00:45.411646 | fa163e52-58d3-ed06-8336-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:01.372981 | 0.04s 2025-10-08 19:00:45.434821 | fa163e52-58d3-ed06-8336-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-08 19:00:45.466945 | fa163e52-58d3-ed06-8336-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-08 19:00:45.467773 | fa163e52-58d3-ed06-8336-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:01.429109 | 0.03s 2025-10-08 19:00:45.492523 | fa163e52-58d3-ed06-8336-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-08 19:00:45.520000 | fa163e52-58d3-ed06-8336-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:12:01.481331 | 0.03s 2025-10-08 19:00:45.579079 | fa163e52-58d3-ed06-8336-000000002690 | TASK | Gather variables for each operating system 2025-10-08 19:00:45.696788 | fa163e52-58d3-ed06-8336-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:01.658109 | 0.12s 2025-10-08 19:00:45.726691 | fa163e52-58d3-ed06-8336-000000002691 | TASK | Create container logs path 2025-10-08 19:00:46.059840 | fa163e52-58d3-ed06-8336-000000002691 | OK | Create container logs path | standalone 2025-10-08 19:00:46.061202 | fa163e52-58d3-ed06-8336-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:02.022534 | 0.33s 2025-10-08 19:00:46.093500 | fa163e52-58d3-ed06-8336-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 19:00:46.371215 | fa163e52-58d3-ed06-8336-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-08 19:00:46.372362 | fa163e52-58d3-ed06-8336-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:02.333694 | 0.28s 2025-10-08 19:00:46.404205 | fa163e52-58d3-ed06-8336-000000002694 | TASK | Finalise hashes for all containers 2025-10-08 19:00:46.455647 | fa163e52-58d3-ed06-8336-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:00:46.456908 | fa163e52-58d3-ed06-8336-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:02.418239 | 0.05s 2025-10-08 19:00:46.486895 | fa163e52-58d3-ed06-8336-000000002696 | TASK | Manage systemd shutdown files 2025-10-08 19:00:46.519396 | fa163e52-58d3-ed06-8336-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:02.480717 | 0.03s 2025-10-08 19:00:46.554900 | 16eeac30-69d1-481a-b249-fda13777ca75 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 19:00:46.582367 | fa163e52-58d3-ed06-8336-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 19:00:46.850547 | fa163e52-58d3-ed06-8336-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 19:00:46.851908 | fa163e52-58d3-ed06-8336-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:12:02.813237 | 0.27s 2025-10-08 19:00:46.881512 | fa163e52-58d3-ed06-8336-0000000026ca | TASK | Set podman_drop_in fact 2025-10-08 19:00:46.932475 | fa163e52-58d3-ed06-8336-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-08 19:00:46.933538 | fa163e52-58d3-ed06-8336-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:12:02.894871 | 0.05s 2025-10-08 19:00:46.962949 | fa163e52-58d3-ed06-8336-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 19:00:47.429211 | fa163e52-58d3-ed06-8336-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 19:00:47.432446 | fa163e52-58d3-ed06-8336-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:03.393769 | 0.47s 2025-10-08 19:00:47.899219 | fa163e52-58d3-ed06-8336-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 19:00:47.902008 | fa163e52-58d3-ed06-8336-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:03.863340 | 0.94s 2025-10-08 19:00:47.911370 | fa163e52-58d3-ed06-8336-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:03.872706 | 0.95s 2025-10-08 19:00:47.941107 | fa163e52-58d3-ed06-8336-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 19:00:48.378900 | fa163e52-58d3-ed06-8336-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 19:00:48.380201 | fa163e52-58d3-ed06-8336-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:12:04.341532 | 0.44s 2025-10-08 19:00:48.409131 | fa163e52-58d3-ed06-8336-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 19:00:48.929261 | fa163e52-58d3-ed06-8336-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 19:00:48.931218 | fa163e52-58d3-ed06-8336-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:12:04.892543 | 0.52s 2025-10-08 19:00:48.973702 | fa163e52-58d3-ed06-8336-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-08 19:00:49.893080 | fa163e52-58d3-ed06-8336-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-08 19:00:49.895120 | fa163e52-58d3-ed06-8336-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:12:05.856450 | 0.92s 2025-10-08 19:00:49.925515 | fa163e52-58d3-ed06-8336-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 19:00:50.418242 | fa163e52-58d3-ed06-8336-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 19:00:50.419629 | fa163e52-58d3-ed06-8336-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:12:06.380960 | 0.49s 2025-10-08 19:00:50.454270 | fa163e52-58d3-ed06-8336-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 19:00:50.985952 | fa163e52-58d3-ed06-8336-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 19:00:50.988374 | fa163e52-58d3-ed06-8336-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:12:06.949702 | 0.53s 2025-10-08 19:00:51.020297 | fa163e52-58d3-ed06-8336-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-08 19:00:51.982802 | fa163e52-58d3-ed06-8336-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 19:00:51.986161 | fa163e52-58d3-ed06-8336-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:12:07.947488 | 0.96s 2025-10-08 19:00:52.018079 | fa163e52-58d3-ed06-8336-000000002698 | TASK | Update container configs with new config hashes 2025-10-08 19:00:52.075448 | fa163e52-58d3-ed06-8336-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:08.036757 | 0.06s 2025-10-08 19:00:52.093387 | 641c856a-1399-40e5-8e9f-094fd792f3f6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 19:00:52.123035 | fa163e52-58d3-ed06-8336-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-08 19:00:52.439768 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-08 19:00:52.440965 | | WARNING | Config change detected for mysql_bootstrap, new hash: 217e5188161ab54353f1dae6fddc387d 2025-10-08 19:00:52.441639 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 7e7854afc644ca465a989b088fc1f43e 2025-10-08 19:00:52.442181 | | WARNING | Config change detected for clustercheck, new hash: 078b2e75c6a2968eb13cec4b6ee87e1c 2025-10-08 19:00:52.442712 | | WARNING | Config change detected for horizon_fix_perms, new hash: 37bd32f3d680809b53e892ffc7963f17 2025-10-08 19:00:52.443219 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 217e5188161ab54353f1dae6fddc387d 2025-10-08 19:00:52.443740 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 5765baf525e39d6f4c89d094de037465 2025-10-08 19:00:52.444271 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 5765baf525e39d6f4c89d094de037465 2025-10-08 19:00:52.444795 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 5765baf525e39d6f4c89d094de037465 2025-10-08 19:00:52.445283 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 5765baf525e39d6f4c89d094de037465 2025-10-08 19:00:52.445844 | | WARNING | Config change detected for aodh_db_sync, new hash: b7c496335f1eef00ec6f08ba03d72acf 2025-10-08 19:00:52.446333 | | WARNING | Config change detected for barbican_api, new hash: 7b92cae5bc5098cf789abb4b755c3187 2025-10-08 19:00:52.446872 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 7b92cae5bc5098cf789abb4b755c3187 2025-10-08 19:00:52.447354 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 7b92cae5bc5098cf789abb4b755c3187 2025-10-08 19:00:52.447873 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 7b92cae5bc5098cf789abb4b755c3187 2025-10-08 19:00:52.448376 | | WARNING | Config change detected for barbican_worker, new hash: 7b92cae5bc5098cf789abb4b755c3187 2025-10-08 19:00:52.448916 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 0fcf453af63d135bf8899d38d6b914b1 2025-10-08 19:00:52.449408 | | WARNING | Config change detected for glance_api_db_sync, new hash: f3efdce5814e19c7275e728a639302b0-580e5ff3a841453625eb8565913cc437 2025-10-08 19:00:52.449953 | | WARNING | Config change detected for heat_engine_db_sync, new hash: f9b5626fd35543bdedf0efd2f22f5190 2025-10-08 19:00:52.450425 | | WARNING | Config change detected for horizon, new hash: 37bd32f3d680809b53e892ffc7963f17 2025-10-08 19:00:52.450954 | | WARNING | Config change detected for iscsid, new hash: 580e5ff3a841453625eb8565913cc437 2025-10-08 19:00:52.451493 | | WARNING | Config change detected for keystone, new hash: 371e63ba7a8d33e8239819da69c2f259 2025-10-08 19:00:52.452012 | | WARNING | Config change detected for keystone_cron, new hash: 371e63ba7a8d33e8239819da69c2f259 2025-10-08 19:00:52.452488 | | WARNING | Config change detected for keystone_db_sync, new hash: 371e63ba7a8d33e8239819da69c2f259 2025-10-08 19:00:52.452997 | | WARNING | Config change detected for manila_api_db_sync, new hash: e5c5f962f32637b0ac48bf53f8006299 2025-10-08 19:00:52.453471 | | WARNING | Config change detected for neutron_db_sync, new hash: ce45bff34d139940fc57930ec9ad3ad2 2025-10-08 19:00:52.453996 | | WARNING | Config change detected for nova_api_db_sync, new hash: 6c4a3059a5c212e54143179df202cd07 2025-10-08 19:00:52.454479 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 6c4a3059a5c212e54143179df202cd07 2025-10-08 19:00:52.455011 | | WARNING | Config change detected for nova_db_sync, new hash: 6c4a3059a5c212e54143179df202cd07 2025-10-08 19:00:52.455486 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 0ae4a2fe3f6d834493dee60372189402 2025-10-08 19:00:52.456002 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 0ae4a2fe3f6d834493dee60372189402 2025-10-08 19:00:52.456477 | | WARNING | Config change detected for nova_virtproxyd, new hash: 0ae4a2fe3f6d834493dee60372189402 2025-10-08 19:00:52.456989 | | WARNING | Config change detected for nova_virtqemud, new hash: 0ae4a2fe3f6d834493dee60372189402 2025-10-08 19:00:52.457460 | | WARNING | Config change detected for nova_virtsecretd, new hash: 0ae4a2fe3f6d834493dee60372189402 2025-10-08 19:00:52.458001 | | WARNING | Config change detected for nova_virtstoraged, new hash: 0ae4a2fe3f6d834493dee60372189402 2025-10-08 19:00:52.458475 | | WARNING | Config change detected for octavia_db_sync, new hash: 5765baf525e39d6f4c89d094de037465 2025-10-08 19:00:52.458995 | | WARNING | Config change detected for placement_api_db_sync, new hash: 9f593d06d9ccdb6e43265cb58620ac76 2025-10-08 19:00:52.459510 | | WARNING | Config change detected for swift_copy_rings, new hash: 5c00372573abfd88d7a667c8d48c76c9-f365813b64da17983f7ffee620ed7c6a 2025-10-08 19:00:52.460070 | | WARNING | Config change detected for aodh_api, new hash: b7c496335f1eef00ec6f08ba03d72acf 2025-10-08 19:00:52.460542 | | WARNING | Config change detected for aodh_api_cron, new hash: b7c496335f1eef00ec6f08ba03d72acf 2025-10-08 19:00:52.461116 | | WARNING | Config change detected for aodh_evaluator, new hash: b7c496335f1eef00ec6f08ba03d72acf 2025-10-08 19:00:52.461633 | | WARNING | Config change detected for aodh_listener, new hash: b7c496335f1eef00ec6f08ba03d72acf 2025-10-08 19:00:52.462206 | | WARNING | Config change detected for aodh_notifier, new hash: b7c496335f1eef00ec6f08ba03d72acf 2025-10-08 19:00:52.462702 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 910f3458f9fd3ddecbfe3f05a846c7b8 2025-10-08 19:00:52.463174 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 910f3458f9fd3ddecbfe3f05a846c7b8 2025-10-08 19:00:52.463646 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 910f3458f9fd3ddecbfe3f05a846c7b8 2025-10-08 19:00:52.464185 | | WARNING | Config change detected for cinder_api, new hash: 0fcf453af63d135bf8899d38d6b914b1 2025-10-08 19:00:52.464692 | | WARNING | Config change detected for cinder_api_cron, new hash: 0fcf453af63d135bf8899d38d6b914b1 2025-10-08 19:00:52.465181 | | WARNING | Config change detected for cinder_scheduler, new hash: 0fcf453af63d135bf8899d38d6b914b1 2025-10-08 19:00:52.465963 | | WARNING | Config change detected for glance_api, new hash: f3efdce5814e19c7275e728a639302b0-580e5ff3a841453625eb8565913cc437 2025-10-08 19:00:52.466747 | | WARNING | Config change detected for glance_api_cron, new hash: f3efdce5814e19c7275e728a639302b0 2025-10-08 19:00:52.467272 | | WARNING | Config change detected for glance_api_internal, new hash: 49bef2aa592ba8d53380bc83ff3cd707-580e5ff3a841453625eb8565913cc437 2025-10-08 19:00:52.467802 | | WARNING | Config change detected for heat_api, new hash: 9da4f3e600942b732f3667639fbd57e7 2025-10-08 19:00:52.468299 | | WARNING | Config change detected for heat_api_cfn, new hash: bf7820e172d7712a8d2b1cca5ae5f99e 2025-10-08 19:00:52.468977 | | WARNING | Config change detected for heat_api_cron, new hash: 9da4f3e600942b732f3667639fbd57e7 2025-10-08 19:00:52.469462 | | WARNING | Config change detected for heat_engine, new hash: f9b5626fd35543bdedf0efd2f22f5190 2025-10-08 19:00:52.470013 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-08 19:00:52.470500 | | WARNING | Config change detected for manila_api, new hash: e5c5f962f32637b0ac48bf53f8006299 2025-10-08 19:00:52.471025 | | WARNING | Config change detected for manila_api_cron, new hash: e5c5f962f32637b0ac48bf53f8006299 2025-10-08 19:00:52.471518 | | WARNING | Config change detected for manila_scheduler, new hash: e5c5f962f32637b0ac48bf53f8006299 2025-10-08 19:00:52.472055 | | WARNING | Config change detected for neutron_api, new hash: ce45bff34d139940fc57930ec9ad3ad2 2025-10-08 19:00:52.472538 | | WARNING | Config change detected for neutron_dhcp, new hash: ce45bff34d139940fc57930ec9ad3ad2 2025-10-08 19:00:52.473094 | | WARNING | Config change detected for neutron_sriov_agent, new hash: ce45bff34d139940fc57930ec9ad3ad2 2025-10-08 19:00:52.473568 | | WARNING | Config change detected for nova_api, new hash: 6c4a3059a5c212e54143179df202cd07 2025-10-08 19:00:52.474105 | | WARNING | Config change detected for nova_api_cron, new hash: 6c4a3059a5c212e54143179df202cd07 2025-10-08 19:00:52.474575 | | WARNING | Config change detected for nova_conductor, new hash: 6c4a3059a5c212e54143179df202cd07 2025-10-08 19:00:52.475086 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 0ae4a2fe3f6d834493dee60372189402 2025-10-08 19:00:52.475558 | | WARNING | Config change detected for nova_metadata, new hash: 42b5eb9b220898b9c2409a7ddec16099 2025-10-08 19:00:52.476090 | | WARNING | Config change detected for nova_migration_target, new hash: 0ae4a2fe3f6d834493dee60372189402 2025-10-08 19:00:52.476581 | | WARNING | Config change detected for nova_scheduler, new hash: 6c4a3059a5c212e54143179df202cd07 2025-10-08 19:00:52.477160 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 6c4a3059a5c212e54143179df202cd07 2025-10-08 19:00:52.477871 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 6c4a3059a5c212e54143179df202cd07 2025-10-08 19:00:52.478352 | | WARNING | Config change detected for octavia_api, new hash: 5765baf525e39d6f4c89d094de037465 2025-10-08 19:00:52.478877 | | WARNING | Config change detected for octavia_driver_agent, new hash: 5765baf525e39d6f4c89d094de037465 2025-10-08 19:00:52.479384 | | WARNING | Config change detected for ovn_metadata_agent, new hash: ce45bff34d139940fc57930ec9ad3ad2 2025-10-08 19:00:52.479899 | | WARNING | Config change detected for placement_api, new hash: 9f593d06d9ccdb6e43265cb58620ac76 2025-10-08 19:00:52.480374 | | WARNING | Config change detected for placement_wait_for_service, new hash: 9f593d06d9ccdb6e43265cb58620ac76 2025-10-08 19:00:52.480909 | | WARNING | Config change detected for swift_account_reaper, new hash: 5c00372573abfd88d7a667c8d48c76c9 2025-10-08 19:00:52.481387 | | WARNING | Config change detected for swift_account_server, new hash: 5c00372573abfd88d7a667c8d48c76c9 2025-10-08 19:00:52.481924 | | WARNING | Config change detected for swift_container_server, new hash: 5c00372573abfd88d7a667c8d48c76c9 2025-10-08 19:00:52.482411 | | WARNING | Config change detected for swift_container_updater, new hash: 5c00372573abfd88d7a667c8d48c76c9 2025-10-08 19:00:52.482950 | | WARNING | Config change detected for swift_object_expirer, new hash: 5c00372573abfd88d7a667c8d48c76c9 2025-10-08 19:00:52.483437 | | WARNING | Config change detected for swift_object_server, new hash: 5c00372573abfd88d7a667c8d48c76c9 2025-10-08 19:00:52.483961 | | WARNING | Config change detected for swift_object_updater, new hash: 5c00372573abfd88d7a667c8d48c76c9 2025-10-08 19:00:52.484498 | | WARNING | Config change detected for swift_proxy, new hash: 5c00372573abfd88d7a667c8d48c76c9 2025-10-08 19:00:52.485031 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 910f3458f9fd3ddecbfe3f05a846c7b8 2025-10-08 19:00:52.485529 | | WARNING | Config change detected for gnocchi_api, new hash: 9e382878c097210c73c87c389dfc2314 2025-10-08 19:00:52.486075 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 9e382878c097210c73c87c389dfc2314 2025-10-08 19:00:52.486617 | | WARNING | Config change detected for gnocchi_metricd, new hash: 9e382878c097210c73c87c389dfc2314 2025-10-08 19:00:52.487148 | | WARNING | Config change detected for gnocchi_statsd, new hash: 9e382878c097210c73c87c389dfc2314 2025-10-08 19:00:52.487638 | | WARNING | Config change detected for nova_compute, new hash: 580e5ff3a841453625eb8565913cc437-0ae4a2fe3f6d834493dee60372189402 2025-10-08 19:00:52.488169 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 0ae4a2fe3f6d834493dee60372189402 2025-10-08 19:00:52.488650 | | WARNING | Config change detected for octavia_health_manager, new hash: 5765baf525e39d6f4c89d094de037465 2025-10-08 19:00:52.489159 | | WARNING | Config change detected for octavia_housekeeping, new hash: 5765baf525e39d6f4c89d094de037465 2025-10-08 19:00:52.489643 | | WARNING | Config change detected for octavia_rsyslog, new hash: 5765baf525e39d6f4c89d094de037465 2025-10-08 19:00:52.490181 | | WARNING | Config change detected for octavia_worker, new hash: 5765baf525e39d6f4c89d094de037465 2025-10-08 19:00:52.490710 | fa163e52-58d3-ed06-8336-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-08 19:00:52.491589 | fa163e52-58d3-ed06-8336-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:12:08.452917 | 0.37s 2025-10-08 19:00:52.524517 | fa163e52-58d3-ed06-8336-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 19:00:52.576798 | fa163e52-58d3-ed06-8336-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:08.538117 | 0.05s 2025-10-08 19:00:52.601384 | 90a81add-4b49-4970-a507-6c0370cd56f0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:00:52.640562 | fa163e52-58d3-ed06-8336-000000002719 | TASK | Gather podman infos 2025-10-08 19:00:53.303909 | fa163e52-58d3-ed06-8336-000000002719 | OK | Gather podman infos | standalone 2025-10-08 19:00:53.304726 | fa163e52-58d3-ed06-8336-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:09.266064 | 0.66s 2025-10-08 19:00:53.343560 | fa163e52-58d3-ed06-8336-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 19:00:53.402594 | fa163e52-58d3-ed06-8336-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:09.363905 | 0.06s 2025-10-08 19:00:53.516063 | fa163e52-58d3-ed06-8336-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:12:09.477383 | 0.05s 2025-10-08 19:00:53.576384 | fa163e52-58d3-ed06-8336-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 19:00:53.631230 | fa163e52-58d3-ed06-8336-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:09.592551 | 0.05s 2025-10-08 19:00:53.655648 | f71755a6-604c-4ab0-b075-9ab31f622a4a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:00:53.699769 | fa163e52-58d3-ed06-8336-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 19:01:01.237363 | fa163e52-58d3-ed06-8336-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-08 19:01:01.239160 | fa163e52-58d3-ed06-8336-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:17.200485 | 7.54s 2025-10-08 19:01:01.269750 | fa163e52-58d3-ed06-8336-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 19:01:03.952729 | fa163e52-58d3-ed06-8336-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-08 19:01:03.954517 | fa163e52-58d3-ed06-8336-00000000278a | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:19.915848 | 2.68s 2025-10-08 19:01:04.027899 | fa163e52-58d3-ed06-8336-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-08 19:01:04.237825 | fa163e52-58d3-ed06-8336-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-08 19:01:04.239408 | fa163e52-58d3-ed06-8336-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:20.200736 | 0.21s 2025-10-08 19:01:04.287159 | fa163e52-58d3-ed06-8336-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-08 19:01:04.340136 | fa163e52-58d3-ed06-8336-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:20.301461 | 0.05s 2025-10-08 19:01:04.365000 | fa163e52-58d3-ed06-8336-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-08 19:01:04.405919 | fa163e52-58d3-ed06-8336-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:20.367245 | 0.04s 2025-10-08 19:01:04.424482 | 2edb33fe-4128-4545-b165-10a9a0b04f24 | INCLUDED | /root/standalone-ansible-qdhs7aqd/host-container-puppet-tasks.yaml | standalone 2025-10-08 19:01:04.460448 | fa163e52-58d3-ed06-8336-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-08 19:01:04.963634 | fa163e52-58d3-ed06-8336-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-08 19:01:04.965460 | fa163e52-58d3-ed06-8336-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:20.926784 | 0.50s 2025-10-08 19:01:05.002148 | fa163e52-58d3-ed06-8336-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-08 19:01:05.306627 | fa163e52-58d3-ed06-8336-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-08 19:01:05.307934 | fa163e52-58d3-ed06-8336-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:21.269264 | 0.30s 2025-10-08 19:01:05.345135 | fa163e52-58d3-ed06-8336-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-08 19:01:05.375608 | fa163e52-58d3-ed06-8336-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:21.336919 | 0.03s 2025-10-08 19:01:05.435523 | fa163e52-58d3-ed06-8336-0000000025c3 | TASK | Gather variables for each operating system 2025-10-08 19:01:05.561450 | fa163e52-58d3-ed06-8336-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:21.522767 | 0.12s 2025-10-08 19:01:05.592504 | fa163e52-58d3-ed06-8336-0000000025c4 | TASK | Create container logs path 2025-10-08 19:01:05.804929 | fa163e52-58d3-ed06-8336-0000000025c4 | OK | Create container logs path | standalone 2025-10-08 19:01:05.806430 | fa163e52-58d3-ed06-8336-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:21.767724 | 0.21s 2025-10-08 19:01:05.846059 | fa163e52-58d3-ed06-8336-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:01:06.122616 | fa163e52-58d3-ed06-8336-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:01:06.124303 | fa163e52-58d3-ed06-8336-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:22.085630 | 0.28s 2025-10-08 19:01:06.158305 | fa163e52-58d3-ed06-8336-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-08 19:01:06.212644 | fa163e52-58d3-ed06-8336-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:01:06.214283 | fa163e52-58d3-ed06-8336-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:22.175611 | 0.05s 2025-10-08 19:01:06.246206 | fa163e52-58d3-ed06-8336-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-08 19:01:06.288729 | fa163e52-58d3-ed06-8336-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:01:06.290060 | fa163e52-58d3-ed06-8336-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:22.251389 | 0.04s 2025-10-08 19:01:06.321911 | fa163e52-58d3-ed06-8336-0000000025cb | TASK | Update container configs with new config hashes 2025-10-08 19:01:06.360793 | fa163e52-58d3-ed06-8336-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:01:06.362052 | fa163e52-58d3-ed06-8336-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:22.323379 | 0.04s 2025-10-08 19:01:06.391251 | fa163e52-58d3-ed06-8336-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:01:06.432125 | fa163e52-58d3-ed06-8336-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:01:06.433376 | fa163e52-58d3-ed06-8336-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:22.394704 | 0.04s 2025-10-08 19:01:06.459222 | fa163e52-58d3-ed06-8336-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:01:06.486810 | fa163e52-58d3-ed06-8336-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:01:06.487809 | fa163e52-58d3-ed06-8336-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:22.449144 | 0.03s PLAY [External deployment step 2] ********************************************** 2025-10-08 19:01:06.636956 | fa163e52-58d3-ed06-8336-0000000000c6 | TASK | External deployment step 2 2025-10-08 19:01:06.662298 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000c6') missing from stats 2025-10-08 19:01:06.708893 | fa163e52-58d3-ed06-8336-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:22.670224 | 0.03s 2025-10-08 19:01:06.723814 | 9dab0ee2-6774-4ac8-a644-b566591c5e3b | INCLUDED | /root/standalone-ansible-qdhs7aqd/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-08 19:01:06.740921 | fa163e52-58d3-ed06-8336-000000002852 | TASK | create cephadm working directory and related files 2025-10-08 19:01:06.781525 | fa163e52-58d3-ed06-8336-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:22.742847 | 0.04s 2025-10-08 19:01:06.840127 | fa163e52-58d3-ed06-8336-00000000287a | TASK | create cephadm workdir 2025-10-08 19:01:07.070514 | fa163e52-58d3-ed06-8336-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-qdhs7aqd/cephadm 2025-10-08 19:01:07.072737 | fa163e52-58d3-ed06-8336-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:23.034054 | 0.23s 2025-10-08 19:01:07.082771 | fa163e52-58d3-ed06-8336-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:23.044097 | 0.24s 2025-10-08 19:01:07.101391 | fa163e52-58d3-ed06-8336-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-08 19:01:07.311151 | fa163e52-58d3-ed06-8336-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-08 19:01:07.311983 | fa163e52-58d3-ed06-8336-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:23.273322 | 0.21s 2025-10-08 19:01:07.325784 | fa163e52-58d3-ed06-8336-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-08 19:01:07.372744 | fa163e52-58d3-ed06-8336-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-08 19:01:07.373708 | fa163e52-58d3-ed06-8336-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:23.335045 | 0.05s 2025-10-08 19:01:07.393817 | fa163e52-58d3-ed06-8336-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-08 19:01:07.434819 | fa163e52-58d3-ed06-8336-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-08 19:01:07.436030 | fa163e52-58d3-ed06-8336-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:23.397359 | 0.04s 2025-10-08 19:01:07.495150 | fa163e52-58d3-ed06-8336-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:23.456472 | 0.04s 2025-10-08 19:01:07.582873 | fa163e52-58d3-ed06-8336-000000002902 | TASK | set basic user fact 2025-10-08 19:01:07.651024 | fa163e52-58d3-ed06-8336-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-08 19:01:07.651775 | fa163e52-58d3-ed06-8336-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:23.613113 | 0.07s 2025-10-08 19:01:07.665924 | fa163e52-58d3-ed06-8336-000000002903 | TASK | set basic home fact 2025-10-08 19:01:07.732880 | fa163e52-58d3-ed06-8336-000000002903 | OK | set basic home fact | undercloud 2025-10-08 19:01:07.734332 | fa163e52-58d3-ed06-8336-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:23.695663 | 0.07s 2025-10-08 19:01:07.753046 | fa163e52-58d3-ed06-8336-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-08 19:01:07.816195 | fa163e52-58d3-ed06-8336-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-08 19:01:07.817468 | fa163e52-58d3-ed06-8336-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:23.778799 | 0.06s 2025-10-08 19:01:07.835004 | fa163e52-58d3-ed06-8336-000000002906 | TASK | get all ansible environment variables 2025-10-08 19:01:07.893428 | fa163e52-58d3-ed06-8336-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-08 19:01:07.894183 | fa163e52-58d3-ed06-8336-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:23.855521 | 0.06s 2025-10-08 19:01:07.908404 | fa163e52-58d3-ed06-8336-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-08 19:01:07.965523 | fa163e52-58d3-ed06-8336-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-08 19:01:07.966208 | fa163e52-58d3-ed06-8336-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:23.927548 | 0.06s 2025-10-08 19:01:07.980519 | fa163e52-58d3-ed06-8336-000000002909 | TASK | Set common fact 2025-10-08 19:01:08.026312 | fa163e52-58d3-ed06-8336-000000002909 | OK | Set common fact | undercloud 2025-10-08 19:01:08.027120 | fa163e52-58d3-ed06-8336-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:23.988460 | 0.05s 2025-10-08 19:01:08.041005 | fa163e52-58d3-ed06-8336-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-08 19:01:08.086025 | fa163e52-58d3-ed06-8336-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-08 19:01:08.086605 | fa163e52-58d3-ed06-8336-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:24.047945 | 0.04s 2025-10-08 19:01:08.113390 | fa163e52-58d3-ed06-8336-00000000290c | TASK | build filter list 2025-10-08 19:01:08.139339 | fa163e52-58d3-ed06-8336-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:24.100671 | 0.03s 2025-10-08 19:01:08.153312 | fa163e52-58d3-ed06-8336-00000000290d | TASK | add images pool 2025-10-08 19:01:08.233208 | fa163e52-58d3-ed06-8336-00000000290d | OK | add images pool | undercloud 2025-10-08 19:01:08.234421 | fa163e52-58d3-ed06-8336-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:24.195752 | 0.08s 2025-10-08 19:01:08.252953 | fa163e52-58d3-ed06-8336-00000000290e | TASK | add volumes pool 2025-10-08 19:01:08.318880 | fa163e52-58d3-ed06-8336-00000000290e | OK | add volumes pool | undercloud 2025-10-08 19:01:08.320745 | fa163e52-58d3-ed06-8336-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:24.282072 | 0.07s 2025-10-08 19:01:08.339184 | fa163e52-58d3-ed06-8336-00000000290f | TASK | add vms pool 2025-10-08 19:01:08.422599 | fa163e52-58d3-ed06-8336-00000000290f | OK | add vms pool | undercloud 2025-10-08 19:01:08.424002 | fa163e52-58d3-ed06-8336-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:24.385333 | 0.08s 2025-10-08 19:01:08.442596 | fa163e52-58d3-ed06-8336-000000002910 | TASK | add gnocchi pool 2025-10-08 19:01:08.493459 | fa163e52-58d3-ed06-8336-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-08 19:01:08.494844 | fa163e52-58d3-ed06-8336-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:24.456168 | 0.05s 2025-10-08 19:01:08.515312 | fa163e52-58d3-ed06-8336-000000002911 | TASK | add cinder backup pool 2025-10-08 19:01:08.598755 | fa163e52-58d3-ed06-8336-000000002911 | OK | add cinder backup pool | undercloud 2025-10-08 19:01:08.599408 | fa163e52-58d3-ed06-8336-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:24.560750 | 0.08s 2025-10-08 19:01:08.616049 | fa163e52-58d3-ed06-8336-000000002912 | TASK | add cinder extra pools 2025-10-08 19:01:08.646641 | fa163e52-58d3-ed06-8336-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:24.607966 | 0.03s 2025-10-08 19:01:08.665157 | fa163e52-58d3-ed06-8336-000000002913 | TASK | build resulting pool list 2025-10-08 19:01:08.826841 | fa163e52-58d3-ed06-8336-000000002913 | OK | build resulting pool list | undercloud 2025-10-08 19:01:08.828860 | fa163e52-58d3-ed06-8336-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:24.790181 | 0.16s 2025-10-08 19:01:08.848051 | fa163e52-58d3-ed06-8336-000000002915 | TASK | add manila data pool 2025-10-08 19:01:08.933826 | fa163e52-58d3-ed06-8336-000000002915 | OK | add manila data pool | undercloud 2025-10-08 19:01:08.935617 | fa163e52-58d3-ed06-8336-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:24.896941 | 0.09s 2025-10-08 19:01:08.954841 | fa163e52-58d3-ed06-8336-000000002916 | TASK | add manila metadata pool 2025-10-08 19:01:09.028838 | fa163e52-58d3-ed06-8336-000000002916 | OK | add manila metadata pool | undercloud 2025-10-08 19:01:09.030972 | fa163e52-58d3-ed06-8336-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:24.992301 | 0.07s 2025-10-08 19:01:09.096037 | fa163e52-58d3-ed06-8336-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:25.057364 | 0.04s 2025-10-08 19:01:09.213018 | fa163e52-58d3-ed06-8336-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-08 19:01:09.252207 | fa163e52-58d3-ed06-8336-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-08 19:01:09.253237 | fa163e52-58d3-ed06-8336-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:25.214572 | 0.04s 2025-10-08 19:01:09.269551 | fa163e52-58d3-ed06-8336-000000002aaa | TASK | build openstack client profiles per pool 2025-10-08 19:01:09.334121 | fa163e52-58d3-ed06-8336-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-08 19:01:09.335829 | fa163e52-58d3-ed06-8336-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:25.297146 | 0.07s 2025-10-08 19:01:09.356753 | fa163e52-58d3-ed06-8336-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-08 19:01:09.357824 | fa163e52-58d3-ed06-8336-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:25.319151 | 0.09s 2025-10-08 19:01:09.379758 | fa163e52-58d3-ed06-8336-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-08 19:01:09.380774 | fa163e52-58d3-ed06-8336-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:25.342105 | 0.11s 2025-10-08 19:01:09.398566 | fa163e52-58d3-ed06-8336-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-08 19:01:09.399706 | fa163e52-58d3-ed06-8336-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:25.361006 | 0.13s 2025-10-08 19:01:09.406773 | fa163e52-58d3-ed06-8336-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:25.368100 | 0.14s 2025-10-08 19:01:09.424366 | fa163e52-58d3-ed06-8336-000000002aab | TASK | set openstack client caps 2025-10-08 19:01:09.457934 | fa163e52-58d3-ed06-8336-000000002aab | OK | set openstack client caps | undercloud 2025-10-08 19:01:09.459786 | fa163e52-58d3-ed06-8336-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:25.421111 | 0.03s 2025-10-08 19:01:09.475943 | fa163e52-58d3-ed06-8336-000000002aac | TASK | set openstack client osd(s) caps 2025-10-08 19:01:09.533473 | fa163e52-58d3-ed06-8336-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-08 19:01:09.534301 | fa163e52-58d3-ed06-8336-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:25.495641 | 0.06s 2025-10-08 19:01:09.549057 | fa163e52-58d3-ed06-8336-000000002aad | TASK | Combine caps 2025-10-08 19:01:09.595065 | fa163e52-58d3-ed06-8336-000000002aad | OK | Combine caps | undercloud 2025-10-08 19:01:09.595852 | fa163e52-58d3-ed06-8336-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:25.557193 | 0.05s 2025-10-08 19:01:09.609999 | fa163e52-58d3-ed06-8336-000000002aae | TASK | set openstack client key 2025-10-08 19:01:09.648791 | fa163e52-58d3-ed06-8336-000000002aae | OK | set openstack client key | undercloud 2025-10-08 19:01:09.650057 | fa163e52-58d3-ed06-8336-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:25.611387 | 0.04s 2025-10-08 19:01:09.668839 | fa163e52-58d3-ed06-8336-000000002ab0 | TASK | build manila key for openstack 2025-10-08 19:01:09.730784 | fa163e52-58d3-ed06-8336-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-08 19:01:09.732026 | fa163e52-58d3-ed06-8336-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:25.693358 | 0.06s 2025-10-08 19:01:09.750575 | fa163e52-58d3-ed06-8336-000000002ab1 | TASK | build radosgw key for openstack 2025-10-08 19:01:09.801039 | fa163e52-58d3-ed06-8336-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-08 19:01:09.802279 | fa163e52-58d3-ed06-8336-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:25.763609 | 0.05s 2025-10-08 19:01:09.820419 | fa163e52-58d3-ed06-8336-000000002ab2 | TASK | build the resulting keys 2025-10-08 19:01:09.949010 | fa163e52-58d3-ed06-8336-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-08 19:01:09.950368 | fa163e52-58d3-ed06-8336-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:25.911699 | 0.13s 2025-10-08 19:01:10.038985 | fa163e52-58d3-ed06-8336-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:26.000315 | 0.05s 2025-10-08 19:01:10.233412 | fa163e52-58d3-ed06-8336-000000002dcd | TASK | build ceph orphan set 2025-10-08 19:01:10.312542 | fa163e52-58d3-ed06-8336-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-08 19:01:10.313566 | fa163e52-58d3-ed06-8336-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:26.274901 | 0.08s 2025-10-08 19:01:10.329333 | fa163e52-58d3-ed06-8336-000000002dce | TASK | clean ceph_config_overrides list 2025-10-08 19:01:10.366930 | fa163e52-58d3-ed06-8336-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:26.328258 | 0.04s 2025-10-08 19:01:10.383705 | fa163e52-58d3-ed06-8336-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-08 19:01:10.420338 | fa163e52-58d3-ed06-8336-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-08 19:01:10.421083 | fa163e52-58d3-ed06-8336-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:26.382421 | 0.04s 2025-10-08 19:01:10.435555 | fa163e52-58d3-ed06-8336-000000002dd0 | TASK | build ceph config overrides 2025-10-08 19:01:10.558848 | fa163e52-58d3-ed06-8336-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-08 19:01:10.559587 | fa163e52-58d3-ed06-8336-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:26.520927 | 0.12s 2025-10-08 19:01:10.587386 | fa163e52-58d3-ed06-8336-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-08 19:01:11.217755 | fa163e52-58d3-ed06-8336-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-08 19:01:11.220532 | fa163e52-58d3-ed06-8336-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:27.181857 | 0.63s 2025-10-08 19:01:11.237527 | fa163e52-58d3-ed06-8336-000000002883 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-08 19:01:11.363914 | fa163e52-58d3-ed06-8336-000000002883 | OK | Set bootstrap host | undercloud 2025-10-08 19:01:11.365091 | fa163e52-58d3-ed06-8336-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:27.326421 | 0.13s 2025-10-08 19:01:11.383533 | fa163e52-58d3-ed06-8336-000000002884 | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-08 19:01:11.533309 | fa163e52-58d3-ed06-8336-000000002884 | OK | Set first monitor IP | undercloud 2025-10-08 19:01:11.534390 | fa163e52-58d3-ed06-8336-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:27.495716 | 0.15s 2025-10-08 19:01:11.552445 | fa163e52-58d3-ed06-8336-000000002885 | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-08 19:01:11.633696 | fa163e52-58d3-ed06-8336-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-08 19:01:11.634416 | fa163e52-58d3-ed06-8336-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:27.595751 | 0.08s 2025-10-08 19:01:11.649948 | fa163e52-58d3-ed06-8336-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-08 19:01:12.064715 | fa163e52-58d3-ed06-8336-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-08 19:01:12.065608 | fa163e52-58d3-ed06-8336-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:28.026943 | 0.41s 2025-10-08 19:01:12.097999 | fa163e52-58d3-ed06-8336-000000002853 | TASK | Prepare cephadm user and keys 2025-10-08 19:01:12.628821 | fa163e52-58d3-ed06-8336-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-08 19:01:12.629791 | fa163e52-58d3-ed06-8336-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:28.591129 | 0.53s 2025-10-08 19:01:12.644056 | fa163e52-58d3-ed06-8336-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-08 19:01:12.723741 | fa163e52-58d3-ed06-8336-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:28.685062 | 0.08s 2025-10-08 19:01:12.796296 | fa163e52-58d3-ed06-8336-000000003049 | TASK | set cephadm playbook 2025-10-08 19:01:12.834005 | fa163e52-58d3-ed06-8336-000000003049 | OK | set cephadm playbook | undercloud 2025-10-08 19:01:12.834864 | fa163e52-58d3-ed06-8336-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:28.796201 | 0.04s 2025-10-08 19:01:12.850345 | fa163e52-58d3-ed06-8336-00000000304a | TASK | Setup the log path 2025-10-08 19:01:12.878653 | fa163e52-58d3-ed06-8336-00000000304a | OK | Setup the log path | undercloud 2025-10-08 19:01:12.879638 | fa163e52-58d3-ed06-8336-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:28.840975 | 0.03s 2025-10-08 19:01:12.893779 | fa163e52-58d3-ed06-8336-00000000304b | TASK | Setup the cephadm playbook command 2025-10-08 19:01:12.930322 | fa163e52-58d3-ed06-8336-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-08 19:01:12.931030 | fa163e52-58d3-ed06-8336-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:28.892370 | 0.04s 2025-10-08 19:01:12.945163 | fa163e52-58d3-ed06-8336-00000000304c | TASK | rotate cephadm_command.log 2025-10-08 19:01:13.161749 | fa163e52-58d3-ed06-8336-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-08 19:01:13.162602 | fa163e52-58d3-ed06-8336-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:29.123941 | 0.22s 2025-10-08 19:01:13.178648 | fa163e52-58d3-ed06-8336-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-08 19:01:13.606751 | fa163e52-58d3-ed06-8336-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-08 19:01:13.608080 | fa163e52-58d3-ed06-8336-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:29.569415 | 0.43s 2025-10-08 19:01:13.624922 | fa163e52-58d3-ed06-8336-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-08 19:01:13.678580 | fa163e52-58d3-ed06-8336-00000000304e | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-qdhs7aqd/cephadm/cephadm_command.log)" } 2025-10-08 19:01:13.680058 | fa163e52-58d3-ed06-8336-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:29.641388 | 0.05s 2025-10-08 19:01:13.696690 | fa163e52-58d3-ed06-8336-00000000304f | TASK | run cephadm playbook 2025-10-08 19:02:09.492269 | fa163e52-58d3-ed06-8336-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-08 19:02:09.494074 | fa163e52-58d3-ed06-8336-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:25.455410 | 55.80s 2025-10-08 19:02:09.512443 | fa163e52-58d3-ed06-8336-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-08 19:02:09.577283 | fa163e52-58d3-ed06-8336-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-08 19:02:09.578911 | fa163e52-58d3-ed06-8336-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:25.540245 | 0.07s 2025-10-08 19:02:09.595396 | fa163e52-58d3-ed06-8336-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-08 19:02:09.657457 | fa163e52-58d3-ed06-8336-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-08 19:02:09.658456 | fa163e52-58d3-ed06-8336-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:25.619790 | 0.06s 2025-10-08 19:02:09.689794 | fa163e52-58d3-ed06-8336-000000002856 | TASK | Check if the input variable file exists 2025-10-08 19:02:09.950623 | fa163e52-58d3-ed06-8336-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-08 19:02:09.951550 | fa163e52-58d3-ed06-8336-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:25.912889 | 0.26s 2025-10-08 19:02:09.969218 | fa163e52-58d3-ed06-8336-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-08 19:02:10.008468 | fa163e52-58d3-ed06-8336-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-08 19:02:10.009786 | fa163e52-58d3-ed06-8336-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:25.971117 | 0.04s 2025-10-08 19:02:10.027724 | fa163e52-58d3-ed06-8336-000000002858 | TASK | configure ceph clients 2025-10-08 19:02:10.066652 | fa163e52-58d3-ed06-8336-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:26.027970 | 0.04s 2025-10-08 19:02:10.132037 | fa163e52-58d3-ed06-8336-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-08 19:02:10.201293 | fa163e52-58d3-ed06-8336-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-08 19:02:10.202765 | fa163e52-58d3-ed06-8336-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:26.164094 | 0.07s 2025-10-08 19:02:10.221873 | fa163e52-58d3-ed06-8336-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-08 19:02:10.271917 | fa163e52-58d3-ed06-8336-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:26.233236 | 0.05s 2025-10-08 19:02:10.286597 | 6b2bca48-ac24-4ef2-a586-4ed6c2540b6f | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-08 19:02:10.322824 | fa163e52-58d3-ed06-8336-000000003157 | TASK | Clean any old fetch directory path 2025-10-08 19:02:10.568086 | fa163e52-58d3-ed06-8336-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-08 19:02:10.569529 | fa163e52-58d3-ed06-8336-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:26.530858 | 0.24s 2025-10-08 19:02:10.588884 | fa163e52-58d3-ed06-8336-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-08 19:02:10.852572 | fa163e52-58d3-ed06-8336-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-08 19:02:10.854121 | fa163e52-58d3-ed06-8336-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:26.815451 | 0.26s 2025-10-08 19:02:10.873445 | fa163e52-58d3-ed06-8336-000000003115 | TASK | Check if the input variables exist 2025-10-08 19:02:11.141710 | fa163e52-58d3-ed06-8336-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-08 19:02:11.143122 | fa163e52-58d3-ed06-8336-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:27.104455 | 0.27s 2025-10-08 19:02:11.159551 | fa163e52-58d3-ed06-8336-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-08 19:02:11.234323 | fa163e52-58d3-ed06-8336-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-08 19:02:11.236119 | fa163e52-58d3-ed06-8336-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:27.197449 | 0.08s 2025-10-08 19:02:11.256269 | fa163e52-58d3-ed06-8336-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-08 19:02:11.318424 | fa163e52-58d3-ed06-8336-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-08 19:02:11.319638 | fa163e52-58d3-ed06-8336-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:27.280967 | 0.06s 2025-10-08 19:02:11.338371 | fa163e52-58d3-ed06-8336-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-08 19:02:11.409833 | fa163e52-58d3-ed06-8336-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-08 19:02:11.411087 | fa163e52-58d3-ed06-8336-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:27.372416 | 0.07s 2025-10-08 19:02:11.429423 | fa163e52-58d3-ed06-8336-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-08 19:02:11.491114 | fa163e52-58d3-ed06-8336-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:27.452431 | 0.06s 2025-10-08 19:02:11.501813 | b662ed55-91bc-4059-8016-6a6442d01054 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-08 19:02:11.537326 | fa163e52-58d3-ed06-8336-0000000031ab | TASK | create cephx key(s) 2025-10-08 19:02:12.040251 | fa163e52-58d3-ed06-8336-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQAusOZoAAAAABAAWkO23AIMkArfINu9b69/eA==', '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-08 19:02:12.042595 | fa163e52-58d3-ed06-8336-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:28.003924 | 0.50s 2025-10-08 19:02:12.513278 | fa163e52-58d3-ed06-8336-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQAusOZoAAAAABAAs27f7uBur0I37fADSk2mIA==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-08 19:02:12.516089 | fa163e52-58d3-ed06-8336-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:28.477414 | 0.98s 2025-10-08 19:02:12.527153 | fa163e52-58d3-ed06-8336-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:28.488455 | 0.99s 2025-10-08 19:02:12.550147 | fa163e52-58d3-ed06-8336-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-08 19:02:12.604935 | fa163e52-58d3-ed06-8336-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:28.566236 | 0.05s 2025-10-08 19:02:12.620926 | 4ef531ee-9098-49d7-893c-0808f057dac1 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-08 19:02:12.657091 | fa163e52-58d3-ed06-8336-00000000320f | TASK | create ceph.conf 2025-10-08 19:02:13.181754 | fa163e52-58d3-ed06-8336-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-08 19:02:13.182784 | fa163e52-58d3-ed06-8336-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:29.144119 | 0.52s 2025-10-08 19:02:13.197807 | fa163e52-58d3-ed06-8336-00000000311b | TASK | Configure Ceph Clients 2025-10-08 19:02:13.226979 | fa163e52-58d3-ed06-8336-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:29.188298 | 0.03s 2025-10-08 19:02:13.242610 | 6623e8ae-5cff-46f7-9bee-2e77f8073fe3 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-08 19:02:13.280300 | fa163e52-58d3-ed06-8336-00000000327e | TASK | set effective ceph_clients without limit 2025-10-08 19:02:13.402007 | fa163e52-58d3-ed06-8336-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-08 19:02:13.403064 | fa163e52-58d3-ed06-8336-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:29.364395 | 0.12s 2025-10-08 19:02:13.419186 | fa163e52-58d3-ed06-8336-00000000327f | TASK | set effective ceph_clients with limit 2025-10-08 19:02:13.480854 | fa163e52-58d3-ed06-8336-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-08 19:02:13.482291 | fa163e52-58d3-ed06-8336-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:29.443620 | 0.06s 2025-10-08 19:02:13.499418 | fa163e52-58d3-ed06-8336-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-08 19:02:13.601399 | fa163e52-58d3-ed06-8336-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-08 19:02:13.602573 | fa163e52-58d3-ed06-8336-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:29.563904 | 0.10s 2025-10-08 19:02:13.647718 | fa163e52-58d3-ed06-8336-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-08 19:02:13.907078 | fa163e52-58d3-ed06-8336-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-qdhs7aqd/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e52-58d3-ed06-8336-000000003281') missing from stats 2025-10-08 19:02:14.135155 | fa163e52-58d3-ed06-8336-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-qdhs7aqd/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-08 19:02:14.337983 | fa163e52-58d3-ed06-8336-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-qdhs7aqd/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-08 19:02:14.345802 | fa163e52-58d3-ed06-8336-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:30.307134 | 0.70s 2025-10-08 19:02:14.371593 | fa163e52-58d3-ed06-8336-000000003282 | TASK | push files to the other nodes of cluster 2025-10-08 19:02:14.816718 | fa163e52-58d3-ed06-8336-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-qdhs7aqd/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e52-58d3-ed06-8336-000000003282') missing from stats 2025-10-08 19:02:15.248718 | fa163e52-58d3-ed06-8336-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-qdhs7aqd/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-08 19:02:15.733557 | fa163e52-58d3-ed06-8336-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-qdhs7aqd/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-08 19:02:15.740064 | fa163e52-58d3-ed06-8336-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:31.701386 | 1.37s 2025-10-08 19:02:15.756320 | fa163e52-58d3-ed06-8336-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-08 19:02:15.819105 | fa163e52-58d3-ed06-8336-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:31.780421 | 0.06s 2025-10-08 19:02:15.826128 | 25256514-6b44-4872-8f40-d6a84be2b5f7 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-08 19:02:15.859069 | fa163e52-58d3-ed06-8336-000000003316 | TASK | Clean any old fetch directory path 2025-10-08 19:02:16.115594 | fa163e52-58d3-ed06-8336-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-08 19:02:16.117480 | fa163e52-58d3-ed06-8336-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:32.078803 | 0.26s 2025-10-08 19:02:16.132887 | fa163e52-58d3-ed06-8336-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-08 19:02:16.161739 | fa163e52-58d3-ed06-8336-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-08 19:02:16.162965 | fa163e52-58d3-ed06-8336-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:32.124295 | 0.03s 2025-10-08 19:02:16.197270 | fa163e52-58d3-ed06-8336-000000002859 | TASK | tripleo client role 2025-10-08 19:02:16.216390 | fa163e52-58d3-ed06-8336-000000002859 | TIMING | tripleo client role | undercloud | 0:13:32.177714 | 0.02s 2025-10-08 19:02:16.234619 | fa163e52-58d3-ed06-8336-00000000285a | TASK | Load variables for standalone ganesha 2025-10-08 19:02:16.316563 | fa163e52-58d3-ed06-8336-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-08 19:02:16.317810 | fa163e52-58d3-ed06-8336-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:32.279141 | 0.08s 2025-10-08 19:02:16.335889 | fa163e52-58d3-ed06-8336-00000000285b | TASK | Config Standalone Ganesha 2025-10-08 19:02:16.397968 | fa163e52-58d3-ed06-8336-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-08 19:02:16.399656 | fa163e52-58d3-ed06-8336-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:32.360979 | 0.06s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-08 19:02:16.544702 | fa163e52-58d3-ed06-8336-0000000000ca | TASK | Deploy step tasks for 2 2025-10-08 19:02:16.573205 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000ca') missing from stats 2025-10-08 19:02:16.604723 | fa163e52-58d3-ed06-8336-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-08 19:02:17.108014 | fa163e52-58d3-ed06-8336-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-08 19:02:17.109488 | fa163e52-58d3-ed06-8336-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:33.070816 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 19:02:17.179021 | fa163e52-58d3-ed06-8336-0000000000cc | TIMING | include_tasks | standalone | 0:13:33.140349 | 0.04s 2025-10-08 19:02:17.276981 | 03e490f8-cf22-4aa5-aeec-4f7204cf824b | INCLUDED | /root/standalone-ansible-qdhs7aqd/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-08 19:02:17.313900 | fa163e52-58d3-ed06-8336-0000000033dd | TASK | Push script 2025-10-08 19:02:17.781546 | fa163e52-58d3-ed06-8336-0000000033dd | CHANGED | Push script | standalone 2025-10-08 19:02:17.782369 | fa163e52-58d3-ed06-8336-0000000033dd | TIMING | Push script | standalone | 0:13:33.743707 | 0.47s 2025-10-08 19:02:17.801614 | fa163e52-58d3-ed06-8336-0000000033de | TASK | Insert cronjob in root crontab 2025-10-08 19:02:18.243859 | fa163e52-58d3-ed06-8336-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-08 19:02:18.245185 | fa163e52-58d3-ed06-8336-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:34.206515 | 0.44s 2025-10-08 19:02:18.275714 | fa163e52-58d3-ed06-8336-0000000033e5 | TASK | Gather variables for each operating system 2025-10-08 19:02:18.380303 | fa163e52-58d3-ed06-8336-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:34.341621 | 0.10s 2025-10-08 19:02:18.413728 | fa163e52-58d3-ed06-8336-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-08 19:02:19.193316 | fa163e52-58d3-ed06-8336-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:02:19.194161 | fa163e52-58d3-ed06-8336-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:35.155501 | 0.78s 2025-10-08 19:02:19.226529 | fa163e52-58d3-ed06-8336-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-08 19:04:07.285990 | fa163e52-58d3-ed06-8336-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-08 19:04:07.288286 | fa163e52-58d3-ed06-8336-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:23.249612 | 108.06s 2025-10-08 19:04:07.322789 | fa163e52-58d3-ed06-8336-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-08 19:04:07.599077 | fa163e52-58d3-ed06-8336-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-08 19:04:07.600172 | fa163e52-58d3-ed06-8336-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:23.561509 | 0.28s 2025-10-08 19:04:07.628525 | fa163e52-58d3-ed06-8336-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:04:08.326712 | fa163e52-58d3-ed06-8336-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:04:08.328106 | fa163e52-58d3-ed06-8336-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:24.289436 | 0.70s 2025-10-08 19:04:08.361314 | fa163e52-58d3-ed06-8336-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-08 19:04:08.575152 | fa163e52-58d3-ed06-8336-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-08 19:04:08.576371 | fa163e52-58d3-ed06-8336-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:24.537705 | 0.21s 2025-10-08 19:04:08.603345 | fa163e52-58d3-ed06-8336-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-08 19:04:08.663856 | fa163e52-58d3-ed06-8336-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-08 19:04:08.664979 | fa163e52-58d3-ed06-8336-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:24.626312 | 0.06s 2025-10-08 19:04:08.697752 | fa163e52-58d3-ed06-8336-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-08 19:04:08.761736 | fa163e52-58d3-ed06-8336-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-08 19:04:08.763094 | fa163e52-58d3-ed06-8336-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:24.724422 | 0.06s 2025-10-08 19:04:08.797946 | fa163e52-58d3-ed06-8336-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-08 19:04:08.859743 | fa163e52-58d3-ed06-8336-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-08 19:04:08.861131 | fa163e52-58d3-ed06-8336-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:24.822460 | 0.06s 2025-10-08 19:04:08.883320 | fa163e52-58d3-ed06-8336-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:04:08.939936 | fa163e52-58d3-ed06-8336-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:04:08.940779 | fa163e52-58d3-ed06-8336-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:24.902117 | 0.06s 2025-10-08 19:04:08.961883 | fa163e52-58d3-ed06-8336-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-08 19:04:09.020578 | fa163e52-58d3-ed06-8336-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-08 19:04:09.021917 | fa163e52-58d3-ed06-8336-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:24.983246 | 0.06s 2025-10-08 19:04:09.083072 | fa163e52-58d3-ed06-8336-000000003411 | TASK | Gather variables for each operating system 2025-10-08 19:04:09.209688 | fa163e52-58d3-ed06-8336-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:25.170971 | 0.12s 2025-10-08 19:04:09.240867 | fa163e52-58d3-ed06-8336-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-08 19:04:09.996563 | fa163e52-58d3-ed06-8336-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:04:09.998269 | fa163e52-58d3-ed06-8336-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:25.959595 | 0.76s 2025-10-08 19:04:10.032309 | fa163e52-58d3-ed06-8336-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-08 19:04:38.785097 | fa163e52-58d3-ed06-8336-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-08 19:04:38.786182 | fa163e52-58d3-ed06-8336-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:54.747518 | 28.75s 2025-10-08 19:04:38.812329 | fa163e52-58d3-ed06-8336-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-08 19:04:39.060732 | fa163e52-58d3-ed06-8336-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-08 19:04:39.062300 | fa163e52-58d3-ed06-8336-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:55.023629 | 0.25s 2025-10-08 19:04:39.094570 | fa163e52-58d3-ed06-8336-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:04:39.526181 | fa163e52-58d3-ed06-8336-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:04:39.527390 | fa163e52-58d3-ed06-8336-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:55.488725 | 0.43s 2025-10-08 19:04:39.550275 | fa163e52-58d3-ed06-8336-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-08 19:04:39.818659 | fa163e52-58d3-ed06-8336-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-08 19:04:39.820034 | fa163e52-58d3-ed06-8336-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:55.781363 | 0.27s 2025-10-08 19:04:39.844316 | fa163e52-58d3-ed06-8336-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-08 19:04:39.884835 | fa163e52-58d3-ed06-8336-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-08 19:04:39.886084 | fa163e52-58d3-ed06-8336-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:55.847389 | 0.04s 2025-10-08 19:04:39.914111 | fa163e52-58d3-ed06-8336-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-08 19:04:39.953345 | fa163e52-58d3-ed06-8336-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-08 19:04:39.954796 | fa163e52-58d3-ed06-8336-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:55.916129 | 0.04s 2025-10-08 19:04:39.980833 | fa163e52-58d3-ed06-8336-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-08 19:04:40.020597 | fa163e52-58d3-ed06-8336-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-08 19:04:40.021630 | fa163e52-58d3-ed06-8336-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:55.982965 | 0.04s 2025-10-08 19:04:40.045577 | fa163e52-58d3-ed06-8336-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:04:40.085436 | fa163e52-58d3-ed06-8336-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:04:40.086893 | fa163e52-58d3-ed06-8336-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:56.048224 | 0.04s 2025-10-08 19:04:40.113317 | fa163e52-58d3-ed06-8336-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-08 19:04:40.151413 | fa163e52-58d3-ed06-8336-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-08 19:04:40.152468 | fa163e52-58d3-ed06-8336-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:56.113803 | 0.04s 2025-10-08 19:04:40.193728 | fa163e52-58d3-ed06-8336-00000000343d | TASK | Gather variables for each operating system 2025-10-08 19:04:40.305907 | fa163e52-58d3-ed06-8336-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:56.267199 | 0.11s 2025-10-08 19:04:40.327837 | fa163e52-58d3-ed06-8336-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-08 19:04:41.101961 | fa163e52-58d3-ed06-8336-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:04:41.103701 | fa163e52-58d3-ed06-8336-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:57.064997 | 0.77s 2025-10-08 19:04:41.144787 | fa163e52-58d3-ed06-8336-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-08 19:05:08.396677 | fa163e52-58d3-ed06-8336-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-08 19:05:08.398286 | fa163e52-58d3-ed06-8336-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:24.359624 | 27.25s 2025-10-08 19:05:08.427630 | fa163e52-58d3-ed06-8336-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-08 19:05:08.685479 | fa163e52-58d3-ed06-8336-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-08 19:05:08.687528 | fa163e52-58d3-ed06-8336-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:24.648861 | 0.26s 2025-10-08 19:05:08.712773 | fa163e52-58d3-ed06-8336-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:05:09.199964 | fa163e52-58d3-ed06-8336-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:05:09.201426 | fa163e52-58d3-ed06-8336-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:25.162757 | 0.49s 2025-10-08 19:05:09.227790 | fa163e52-58d3-ed06-8336-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-08 19:05:09.518473 | fa163e52-58d3-ed06-8336-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-08 19:05:09.520154 | fa163e52-58d3-ed06-8336-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:25.481479 | 0.29s 2025-10-08 19:05:09.557740 | fa163e52-58d3-ed06-8336-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-08 19:05:09.606312 | fa163e52-58d3-ed06-8336-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-08 19:05:09.607849 | fa163e52-58d3-ed06-8336-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:25.569183 | 0.05s 2025-10-08 19:05:09.633843 | fa163e52-58d3-ed06-8336-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-08 19:05:09.686471 | fa163e52-58d3-ed06-8336-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-08 19:05:09.687981 | fa163e52-58d3-ed06-8336-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:25.649300 | 0.05s 2025-10-08 19:05:09.724721 | fa163e52-58d3-ed06-8336-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-08 19:05:09.786196 | fa163e52-58d3-ed06-8336-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-08 19:05:09.787191 | fa163e52-58d3-ed06-8336-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:25.748524 | 0.06s 2025-10-08 19:05:09.809856 | fa163e52-58d3-ed06-8336-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:05:09.861919 | fa163e52-58d3-ed06-8336-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:05:09.862777 | fa163e52-58d3-ed06-8336-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:25.824115 | 0.05s 2025-10-08 19:05:09.884940 | fa163e52-58d3-ed06-8336-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-08 19:05:09.922198 | fa163e52-58d3-ed06-8336-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-08 19:05:09.923102 | fa163e52-58d3-ed06-8336-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:25.884437 | 0.04s 2025-10-08 19:05:09.960635 | fa163e52-58d3-ed06-8336-000000003469 | TASK | Gather variables for each operating system 2025-10-08 19:05:10.058478 | fa163e52-58d3-ed06-8336-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:26.019811 | 0.10s 2025-10-08 19:05:10.078372 | fa163e52-58d3-ed06-8336-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-08 19:05:10.827626 | fa163e52-58d3-ed06-8336-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:05:10.828451 | fa163e52-58d3-ed06-8336-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:26.789791 | 0.75s 2025-10-08 19:05:10.848299 | fa163e52-58d3-ed06-8336-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-08 19:05:36.611291 | fa163e52-58d3-ed06-8336-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-08 19:05:36.612332 | fa163e52-58d3-ed06-8336-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:52.573672 | 25.76s 2025-10-08 19:05:36.637703 | fa163e52-58d3-ed06-8336-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-08 19:05:36.855176 | fa163e52-58d3-ed06-8336-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-08 19:05:36.856220 | fa163e52-58d3-ed06-8336-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:52.817555 | 0.22s 2025-10-08 19:05:36.877794 | fa163e52-58d3-ed06-8336-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:05:37.263053 | fa163e52-58d3-ed06-8336-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:05:37.264127 | fa163e52-58d3-ed06-8336-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:53.225461 | 0.39s 2025-10-08 19:05:37.288310 | fa163e52-58d3-ed06-8336-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-08 19:05:37.499152 | fa163e52-58d3-ed06-8336-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-08 19:05:37.500275 | fa163e52-58d3-ed06-8336-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:53.461614 | 0.21s 2025-10-08 19:05:37.521510 | fa163e52-58d3-ed06-8336-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-08 19:05:37.558144 | fa163e52-58d3-ed06-8336-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-08 19:05:37.558941 | fa163e52-58d3-ed06-8336-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:53.520279 | 0.04s 2025-10-08 19:05:37.580139 | fa163e52-58d3-ed06-8336-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-08 19:05:37.637367 | fa163e52-58d3-ed06-8336-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-08 19:05:37.638096 | fa163e52-58d3-ed06-8336-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:53.599435 | 0.06s 2025-10-08 19:05:37.659401 | fa163e52-58d3-ed06-8336-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-08 19:05:37.688989 | fa163e52-58d3-ed06-8336-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-08 19:05:37.689766 | fa163e52-58d3-ed06-8336-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:53.651105 | 0.03s 2025-10-08 19:05:37.716738 | fa163e52-58d3-ed06-8336-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:05:37.749151 | fa163e52-58d3-ed06-8336-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:05:37.750187 | fa163e52-58d3-ed06-8336-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:53.711520 | 0.03s 2025-10-08 19:05:37.783779 | fa163e52-58d3-ed06-8336-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-08 19:05:37.835617 | fa163e52-58d3-ed06-8336-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-08 19:05:37.836641 | fa163e52-58d3-ed06-8336-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:53.797948 | 0.05s 2025-10-08 19:05:37.880232 | fa163e52-58d3-ed06-8336-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-08 19:05:38.124402 | fa163e52-58d3-ed06-8336-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-08 19:05:38.125694 | fa163e52-58d3-ed06-8336-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:54.087031 | 0.24s 2025-10-08 19:05:38.193589 | fa163e52-58d3-ed06-8336-0000000000cf | TIMING | include_tasks | standalone | 0:16:54.154909 | 0.05s 2025-10-08 19:05:38.234791 | 603ee9a4-9217-4bb2-9078-8463b576fa02 | INCLUDED | /root/standalone-ansible-qdhs7aqd/common_deploy_steps_tasks.yaml | standalone 2025-10-08 19:05:38.262348 | fa163e52-58d3-ed06-8336-000000003509 | TASK | Write the config_step hieradata 2025-10-08 19:05:38.760049 | fa163e52-58d3-ed06-8336-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-08 19:05:38.761536 | fa163e52-58d3-ed06-8336-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:54.722860 | 0.50s 2025-10-08 19:05:38.792910 | fa163e52-58d3-ed06-8336-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-08 19:05:39.126669 | fa163e52-58d3-ed06-8336-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-08 19:05:39.128253 | fa163e52-58d3-ed06-8336-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:55.089579 | 0.33s 2025-10-08 19:05:39.159410 | fa163e52-58d3-ed06-8336-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-08 19:05:39.400054 | fa163e52-58d3-ed06-8336-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 19:05:49.623656 | fa163e52-58d3-ed06-8336-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 19:05:59.823002 | fa163e52-58d3-ed06-8336-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 19:05:59.826190 | fa163e52-58d3-ed06-8336-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:15.787508 | 20.67s 2025-10-08 19:05:59.858796 | fa163e52-58d3-ed06-8336-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-08 19:05:59.921129 | fa163e52-58d3-ed06-8336-00000000350c | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 19:05:39 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 19:05:43 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 19:05:43 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 19:05:43 puppet-user: (file & line not available)", "<13>Oct 8 19:05:43 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 8 19:05:43 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 8 19:05:43 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 19:05:43 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.47 seconds", "<13>Oct 8 19:05:49 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 19:05:52 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 19:05:54 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 19:05:54 puppet-user: Notice: Applied catalog in 10.28 seconds", "<13>Oct 8 19:05:54 puppet-user: Application:", "<13>Oct 8 19:05:54 puppet-user: Initial environment: production", "<13>Oct 8 19:05:54 puppet-user: Converged environment: production", "<13>Oct 8 19:05:54 puppet-user: Run mode: user", "<13>Oct 8 19:05:54 puppet-user: Changes:", "<13>Oct 8 19:05:54 puppet-user: Total: 2", "<13>Oct 8 19:05:54 puppet-user: Events:", "<13>Oct 8 19:05:54 puppet-user: Success: 2", "<13>Oct 8 19:05:54 puppet-user: Resources:", "<13>Oct 8 19:05:54 puppet-user: Changed: 2", "<13>Oct 8 19:05:54 puppet-user: Out of sync: 2", "<13>Oct 8 19:05:54 puppet-user: Total: 28", "<13>Oct 8 19:05:54 puppet-user: Time:", "<13>Oct 8 19:05:54 puppet-user: Filebucket: 0.00", "<13>Oct 8 19:05:54 puppet-user: File line: 0.00", "<13>Oct 8 19:05:54 puppet-user: Schedule: 0.00", "<13>Oct 8 19:05:54 puppet-user: Package: 0.00", "<13>Oct 8 19:05:54 puppet-user: File: 0.00", "<13>Oct 8 19:05:54 puppet-user: User: 0.01", "<13>Oct 8 19:05:54 puppet-user: Augeas: 0.01", "<13>Oct 8 19:05:54 puppet-user: Service: 0.06", "<13>Oct 8 19:05:54 puppet-user: Config retrieval: 0.51", "<13>Oct 8 19:05:54 puppet-user: Pcmk property: 1.61", "<13>Oct 8 19:05:54 puppet-user: Exec: 1.85", "<13>Oct 8 19:05:54 puppet-user: Transaction evaluation: 10.21", "<13>Oct 8 19:05:54 puppet-user: Catalog application: 10.28", "<13>Oct 8 19:05:54 puppet-user: Last run: 1759950354", "<13>Oct 8 19:05:54 puppet-user: Pcmk resource op default: 3.24", "<13>Oct 8 19:05:54 puppet-user: Pcmk resource default: 3.29", "<13>Oct 8 19:05:54 puppet-user: Total: 10.29", "<13>Oct 8 19:05:54 puppet-user: Version:", "<13>Oct 8 19:05:54 puppet-user: Config: 1759950343", "<13>Oct 8 19:05:54 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 19:05:59.922117 | fa163e52-58d3-ed06-8336-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:17:15.883453 | 0.06s 2025-10-08 19:05:59.942431 | fa163e52-58d3-ed06-8336-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-08 19:05:59.961490 | fa163e52-58d3-ed06-8336-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:15.922812 | 0.02s 2025-10-08 19:06:00.040111 | fa163e52-58d3-ed06-8336-00000000354c | TASK | Gather variables for each operating system 2025-10-08 19:06:00.155201 | fa163e52-58d3-ed06-8336-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:16.116520 | 0.11s 2025-10-08 19:06:00.186206 | fa163e52-58d3-ed06-8336-00000000354d | TASK | Create puppet caching structures 2025-10-08 19:06:00.436062 | fa163e52-58d3-ed06-8336-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-08 19:06:00.437549 | fa163e52-58d3-ed06-8336-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:16.398879 | 0.25s 2025-10-08 19:06:00.467652 | fa163e52-58d3-ed06-8336-00000000354e | TASK | Check for facter.conf 2025-10-08 19:06:00.715142 | fa163e52-58d3-ed06-8336-00000000354e | OK | Check for facter.conf | standalone 2025-10-08 19:06:00.717749 | fa163e52-58d3-ed06-8336-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:16.679078 | 0.25s 2025-10-08 19:06:00.749323 | fa163e52-58d3-ed06-8336-00000000354f | TASK | Remove facter.conf if directory 2025-10-08 19:06:00.790998 | fa163e52-58d3-ed06-8336-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 19:06:00.793353 | fa163e52-58d3-ed06-8336-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:16.754584 | 0.04s 2025-10-08 19:06:00.824711 | fa163e52-58d3-ed06-8336-000000003550 | TASK | Write facter cache config 2025-10-08 19:06:01.295714 | fa163e52-58d3-ed06-8336-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-08 19:06:01.297560 | fa163e52-58d3-ed06-8336-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:17.258895 | 0.47s 2025-10-08 19:06:01.331354 | fa163e52-58d3-ed06-8336-000000003551 | TASK | Cleanup facter cache if exists 2025-10-08 19:06:01.544031 | fa163e52-58d3-ed06-8336-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 19:06:01.545883 | fa163e52-58d3-ed06-8336-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:17.507218 | 0.21s 2025-10-08 19:06:01.570632 | fa163e52-58d3-ed06-8336-000000003552 | TASK | Pre-cache facts 2025-10-08 19:06:02.063376 | fa163e52-58d3-ed06-8336-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-08 19:06:02.064771 | fa163e52-58d3-ed06-8336-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:18.026102 | 0.49s 2025-10-08 19:06:02.097170 | fa163e52-58d3-ed06-8336-000000003553 | TASK | Failed deployment if facter fails 2025-10-08 19:06:02.128014 | fa163e52-58d3-ed06-8336-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 19:06:02.129638 | fa163e52-58d3-ed06-8336-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:18.090963 | 0.03s 2025-10-08 19:06:02.183587 | fa163e52-58d3-ed06-8336-000000003554 | TASK | Sync cached facts 2025-10-08 19:06:02.483960 | fa163e52-58d3-ed06-8336-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e52-58d3-ed06-8336-000000003554') missing from stats 2025-10-08 19:06:02.547803 | fa163e52-58d3-ed06-8336-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 19:06:02.588175 | fa163e52-58d3-ed06-8336-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 19:06:02.589141 | fa163e52-58d3-ed06-8336-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:18.550474 | 0.04s 2025-10-08 19:06:02.613322 | fa163e52-58d3-ed06-8336-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-08 19:06:02.640785 | fa163e52-58d3-ed06-8336-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:18.602103 | 0.03s 2025-10-08 19:06:02.707627 | fa163e52-58d3-ed06-8336-0000000035ab | TASK | Gather variables for each operating system 2025-10-08 19:06:02.806695 | fa163e52-58d3-ed06-8336-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:18.768001 | 0.10s 2025-10-08 19:06:02.827694 | fa163e52-58d3-ed06-8336-0000000035ac | TASK | Create container logs path 2025-10-08 19:06:03.104782 | fa163e52-58d3-ed06-8336-0000000035ac | OK | Create container logs path | standalone 2025-10-08 19:06:03.106233 | fa163e52-58d3-ed06-8336-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:19.067570 | 0.28s 2025-10-08 19:06:03.131238 | fa163e52-58d3-ed06-8336-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 19:06:03.375069 | fa163e52-58d3-ed06-8336-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-08 19:06:03.377537 | fa163e52-58d3-ed06-8336-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:19.338866 | 0.24s 2025-10-08 19:06:03.412956 | fa163e52-58d3-ed06-8336-0000000035af | TASK | Finalise hashes for all containers 2025-10-08 19:06:03.492214 | fa163e52-58d3-ed06-8336-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-08 19:06:03.493646 | fa163e52-58d3-ed06-8336-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:19.454976 | 0.08s 2025-10-08 19:06:03.518409 | fa163e52-58d3-ed06-8336-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-08 19:06:03.557057 | fa163e52-58d3-ed06-8336-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:19.518382 | 0.04s 2025-10-08 19:06:03.581726 | 6df143c9-cec4-464e-b8d5-9ca99aa10020 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 19:06:03.613177 | fa163e52-58d3-ed06-8336-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 19:06:03.880611 | fa163e52-58d3-ed06-8336-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 19:06:03.882276 | fa163e52-58d3-ed06-8336-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:19.843596 | 0.27s 2025-10-08 19:06:03.914701 | fa163e52-58d3-ed06-8336-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-08 19:06:03.977937 | fa163e52-58d3-ed06-8336-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-08 19:06:03.979358 | fa163e52-58d3-ed06-8336-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:19.940690 | 0.06s 2025-10-08 19:06:04.011014 | fa163e52-58d3-ed06-8336-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 19:06:04.518374 | fa163e52-58d3-ed06-8336-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 19:06:04.519328 | fa163e52-58d3-ed06-8336-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:20.480663 | 0.51s 2025-10-08 19:06:04.927687 | fa163e52-58d3-ed06-8336-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 19:06:04.928464 | fa163e52-58d3-ed06-8336-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:20.889801 | 0.92s 2025-10-08 19:06:04.934878 | fa163e52-58d3-ed06-8336-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:20.896197 | 0.92s 2025-10-08 19:06:04.965745 | fa163e52-58d3-ed06-8336-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 19:06:05.427567 | fa163e52-58d3-ed06-8336-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 19:06:05.429014 | fa163e52-58d3-ed06-8336-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:21.390343 | 0.46s 2025-10-08 19:06:05.459457 | fa163e52-58d3-ed06-8336-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 19:06:05.961398 | fa163e52-58d3-ed06-8336-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 19:06:05.962614 | fa163e52-58d3-ed06-8336-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:21.923948 | 0.50s 2025-10-08 19:06:05.986022 | fa163e52-58d3-ed06-8336-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-08 19:06:07.700959 | fa163e52-58d3-ed06-8336-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 19:06:07.702848 | fa163e52-58d3-ed06-8336-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:23.664179 | 1.72s 2025-10-08 19:06:07.734073 | fa163e52-58d3-ed06-8336-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 19:06:08.216130 | fa163e52-58d3-ed06-8336-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 19:06:08.217614 | fa163e52-58d3-ed06-8336-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:24.178937 | 0.48s 2025-10-08 19:06:08.238274 | fa163e52-58d3-ed06-8336-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 19:06:08.703149 | fa163e52-58d3-ed06-8336-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 19:06:08.704195 | fa163e52-58d3-ed06-8336-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:24.665533 | 0.47s 2025-10-08 19:06:08.728860 | fa163e52-58d3-ed06-8336-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-08 19:06:09.498314 | fa163e52-58d3-ed06-8336-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 19:06:09.499570 | fa163e52-58d3-ed06-8336-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:25.460909 | 0.77s 2025-10-08 19:06:09.519904 | fa163e52-58d3-ed06-8336-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-08 19:06:09.549433 | fa163e52-58d3-ed06-8336-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:25.510765 | 0.03s 2025-10-08 19:06:09.559538 | e6c43454-fc3f-4e94-92ec-4530be82737c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 19:06:09.580856 | fa163e52-58d3-ed06-8336-000000003615 | TASK | Update config hashes for container startup configs 2025-10-08 19:06:09.812544 | fa163e52-58d3-ed06-8336-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-08 19:06:09.813878 | fa163e52-58d3-ed06-8336-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:25.775209 | 0.23s 2025-10-08 19:06:09.847451 | fa163e52-58d3-ed06-8336-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 19:06:09.908309 | fa163e52-58d3-ed06-8336-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:25.869627 | 0.06s 2025-10-08 19:06:09.936033 | c2613b6d-81b8-433c-8b4f-7e6ce68d1540 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:06:09.980341 | fa163e52-58d3-ed06-8336-000000003634 | TASK | Gather podman infos 2025-10-08 19:06:10.935515 | fa163e52-58d3-ed06-8336-000000003634 | OK | Gather podman infos | standalone 2025-10-08 19:06:10.936368 | fa163e52-58d3-ed06-8336-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:26.897702 | 0.95s 2025-10-08 19:06:11.005389 | fa163e52-58d3-ed06-8336-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 19:06:11.046646 | fa163e52-58d3-ed06-8336-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:27.007974 | 0.04s 2025-10-08 19:06:11.148405 | fa163e52-58d3-ed06-8336-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:27.109729 | 0.06s 2025-10-08 19:06:11.188179 | fa163e52-58d3-ed06-8336-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 19:06:11.236744 | fa163e52-58d3-ed06-8336-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:27.198072 | 0.05s 2025-10-08 19:06:11.250357 | c697fcd5-1247-4af1-b4fb-9efb3e8fae86 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:06:11.279107 | fa163e52-58d3-ed06-8336-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 19:06:27.878222 | fa163e52-58d3-ed06-8336-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-08 19:06:27.879448 | fa163e52-58d3-ed06-8336-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:43.840784 | 16.60s 2025-10-08 19:06:27.905533 | fa163e52-58d3-ed06-8336-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 19:06:30.424872 | fa163e52-58d3-ed06-8336-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-08 19:06:30.426114 | fa163e52-58d3-ed06-8336-0000000036a5 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:46.387450 | 2.52s 2025-10-08 19:06:30.487273 | fa163e52-58d3-ed06-8336-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-08 19:06:30.683210 | fa163e52-58d3-ed06-8336-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-08 19:06:30.684339 | fa163e52-58d3-ed06-8336-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:46.645677 | 0.20s 2025-10-08 19:06:30.716837 | fa163e52-58d3-ed06-8336-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-08 19:06:30.746236 | fa163e52-58d3-ed06-8336-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:46.707559 | 0.03s 2025-10-08 19:06:30.774837 | fa163e52-58d3-ed06-8336-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-08 19:06:30.803969 | fa163e52-58d3-ed06-8336-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:46.765292 | 0.03s 2025-10-08 19:06:30.821735 | 86d4f93b-d677-43d8-8a5b-48dba7d35dab | INCLUDED | /root/standalone-ansible-qdhs7aqd/host-container-puppet-tasks.yaml | standalone 2025-10-08 19:06:30.853977 | fa163e52-58d3-ed06-8336-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-08 19:06:31.271569 | fa163e52-58d3-ed06-8336-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-08 19:06:31.272342 | fa163e52-58d3-ed06-8336-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:47.233680 | 0.42s 2025-10-08 19:06:31.293557 | fa163e52-58d3-ed06-8336-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-08 19:06:31.575337 | fa163e52-58d3-ed06-8336-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-08 19:06:31.576315 | fa163e52-58d3-ed06-8336-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:47.537653 | 0.28s 2025-10-08 19:06:31.608953 | fa163e52-58d3-ed06-8336-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-08 19:06:31.638962 | fa163e52-58d3-ed06-8336-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:47.600286 | 0.03s 2025-10-08 19:06:31.687006 | fa163e52-58d3-ed06-8336-000000003722 | TASK | Gather variables for each operating system 2025-10-08 19:06:31.800021 | fa163e52-58d3-ed06-8336-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:47.761349 | 0.11s 2025-10-08 19:06:31.826598 | fa163e52-58d3-ed06-8336-000000003723 | TASK | Create container logs path 2025-10-08 19:06:32.075805 | fa163e52-58d3-ed06-8336-000000003723 | OK | Create container logs path | standalone 2025-10-08 19:06:32.077993 | fa163e52-58d3-ed06-8336-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:48.039327 | 0.25s 2025-10-08 19:06:32.107120 | fa163e52-58d3-ed06-8336-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-08 19:06:32.335080 | fa163e52-58d3-ed06-8336-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-08 19:06:32.336142 | fa163e52-58d3-ed06-8336-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:48.297475 | 0.23s 2025-10-08 19:06:32.360012 | fa163e52-58d3-ed06-8336-000000003726 | TASK | Finalise hashes for all containers 2025-10-08 19:06:32.408863 | fa163e52-58d3-ed06-8336-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:06:32.410001 | fa163e52-58d3-ed06-8336-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:48.371334 | 0.05s 2025-10-08 19:06:32.437216 | fa163e52-58d3-ed06-8336-000000003728 | TASK | Manage systemd shutdown files 2025-10-08 19:06:32.476878 | fa163e52-58d3-ed06-8336-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:06:32.477870 | fa163e52-58d3-ed06-8336-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:48.439205 | 0.04s 2025-10-08 19:06:32.501498 | fa163e52-58d3-ed06-8336-00000000372a | TASK | Update container configs with new config hashes 2025-10-08 19:06:32.552611 | fa163e52-58d3-ed06-8336-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:06:32.554170 | fa163e52-58d3-ed06-8336-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:48.515491 | 0.05s 2025-10-08 19:06:32.591937 | fa163e52-58d3-ed06-8336-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-08 19:06:32.634501 | fa163e52-58d3-ed06-8336-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-08 19:06:32.635340 | fa163e52-58d3-ed06-8336-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:48.596677 | 0.04s 2025-10-08 19:06:32.657374 | fa163e52-58d3-ed06-8336-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-08 19:06:32.706241 | fa163e52-58d3-ed06-8336-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-08 19:06:32.707290 | fa163e52-58d3-ed06-8336-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:48.668624 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-08 19:06:32.853407 | fa163e52-58d3-ed06-8336-0000000000d2 | TASK | External deployment step 3 2025-10-08 19:06:32.879752 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000d2') missing from stats 2025-10-08 19:06:32.922432 | fa163e52-58d3-ed06-8336-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:48.883763 | 0.03s 2025-10-08 19:06:32.927756 | acf98bb1-17ff-417a-b5d1-3c65253efbae | INCLUDED | /root/standalone-ansible-qdhs7aqd/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-08 19:06:32.942903 | fa163e52-58d3-ed06-8336-00000000377b | TASK | Pause cephadm 2025-10-08 19:06:32.971266 | fa163e52-58d3-ed06-8336-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-08 19:06:32.972121 | fa163e52-58d3-ed06-8336-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:48.933457 | 0.03s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-08 19:06:33.076896 | fa163e52-58d3-ed06-8336-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-08 19:06:33.102452 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000d6') missing from stats 2025-10-08 19:06:33.126534 | fa163e52-58d3-ed06-8336-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-08 19:06:33.563858 | fa163e52-58d3-ed06-8336-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-08 19:06:33.565261 | fa163e52-58d3-ed06-8336-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:49.526592 | 0.44s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 19:06:33.637297 | fa163e52-58d3-ed06-8336-0000000000d8 | TIMING | include_tasks | standalone | 0:17:49.598625 | 0.05s 2025-10-08 19:06:33.657289 | 0a6138c9-38b8-46ec-8e39-32456bbc2a52 | INCLUDED | /root/standalone-ansible-qdhs7aqd/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-08 19:06:33.682200 | fa163e52-58d3-ed06-8336-00000000379a | TASK | Start OVN container 2025-10-08 19:06:33.746514 | fa163e52-58d3-ed06-8336-00000000379a | TIMING | Start OVN container | standalone | 0:17:49.707838 | 0.06s 2025-10-08 19:06:33.784150 | fa163e52-58d3-ed06-8336-00000000379a | TIMING | Start OVN container | standalone | 0:17:49.745487 | 0.10s 2025-10-08 19:06:33.803729 | fa163e52-58d3-ed06-8336-00000000379a | TIMING | Start OVN container | standalone | 0:17:49.765066 | 0.12s 2025-10-08 19:06:33.807823 | fa163e52-58d3-ed06-8336-00000000379a | TIMING | Start OVN container | standalone | 0:17:49.769162 | 0.12s 2025-10-08 19:06:33.903971 | fa163e52-58d3-ed06-8336-0000000037d2 | TASK | Gather variables for each operating system 2025-10-08 19:06:34.004972 | fa163e52-58d3-ed06-8336-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:49.966293 | 0.10s 2025-10-08 19:06:34.030070 | fa163e52-58d3-ed06-8336-0000000037d3 | TASK | Create container logs path 2025-10-08 19:06:34.306085 | fa163e52-58d3-ed06-8336-0000000037d3 | OK | Create container logs path | standalone 2025-10-08 19:06:34.307577 | fa163e52-58d3-ed06-8336-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:50.268908 | 0.28s 2025-10-08 19:06:34.342349 | fa163e52-58d3-ed06-8336-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:34.630990 | fa163e52-58d3-ed06-8336-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:06:34.632569 | fa163e52-58d3-ed06-8336-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.593894 | 0.29s 2025-10-08 19:06:34.657442 | fa163e52-58d3-ed06-8336-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-08 19:06:34.742474 | fa163e52-58d3-ed06-8336-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:06:34.743158 | fa163e52-58d3-ed06-8336-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:50.704497 | 0.08s 2025-10-08 19:06:34.775583 | fa163e52-58d3-ed06-8336-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-08 19:06:34.815554 | fa163e52-58d3-ed06-8336-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:06:34.816913 | fa163e52-58d3-ed06-8336-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:50.778243 | 0.04s 2025-10-08 19:06:34.842174 | fa163e52-58d3-ed06-8336-0000000037da | TASK | Update container configs with new config hashes 2025-10-08 19:06:34.902904 | fa163e52-58d3-ed06-8336-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:06:34.904147 | fa163e52-58d3-ed06-8336-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:50.865476 | 0.06s 2025-10-08 19:06:34.938658 | fa163e52-58d3-ed06-8336-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:35.000626 | fa163e52-58d3-ed06-8336-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.961954 | 0.06s 2025-10-08 19:06:35.017464 | c98d6473-f612-4b39-8b3e-2ac58cb00361 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:06:35.045408 | fa163e52-58d3-ed06-8336-000000003867 | TASK | Gather podman infos 2025-10-08 19:06:36.086544 | fa163e52-58d3-ed06-8336-000000003867 | OK | Gather podman infos | standalone 2025-10-08 19:06:36.087239 | fa163e52-58d3-ed06-8336-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:52.048579 | 1.04s 2025-10-08 19:06:36.149607 | fa163e52-58d3-ed06-8336-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:36.200014 | fa163e52-58d3-ed06-8336-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:52.161345 | 0.05s 2025-10-08 19:06:36.301162 | fa163e52-58d3-ed06-8336-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:52.262489 | 0.06s 2025-10-08 19:06:36.342873 | fa163e52-58d3-ed06-8336-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:36.402122 | fa163e52-58d3-ed06-8336-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:52.363451 | 0.06s 2025-10-08 19:06:36.416288 | f35c23c9-d2d2-4ca6-8a7c-7403816798ed | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:06:36.443747 | fa163e52-58d3-ed06-8336-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:37.114200 | fa163e52-58d3-ed06-8336-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:06:37.115252 | fa163e52-58d3-ed06-8336-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:53.076590 | 0.67s 2025-10-08 19:06:37.137815 | fa163e52-58d3-ed06-8336-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:39.962060 | fa163e52-58d3-ed06-8336-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:06:39.962994 | fa163e52-58d3-ed06-8336-0000000038d3 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:55.924333 | 2.82s 2025-10-08 19:06:40.000916 | fa163e52-58d3-ed06-8336-0000000037fd | TASK | Gather variables for each operating system 2025-10-08 19:06:40.107551 | fa163e52-58d3-ed06-8336-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:56.068873 | 0.11s 2025-10-08 19:06:40.131018 | fa163e52-58d3-ed06-8336-0000000037fe | TASK | Create container logs path 2025-10-08 19:06:40.362284 | fa163e52-58d3-ed06-8336-0000000037fe | OK | Create container logs path | standalone 2025-10-08 19:06:40.363339 | fa163e52-58d3-ed06-8336-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:56.324676 | 0.23s 2025-10-08 19:06:40.387550 | fa163e52-58d3-ed06-8336-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:40.663462 | fa163e52-58d3-ed06-8336-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:06:40.664364 | fa163e52-58d3-ed06-8336-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:56.625702 | 0.28s 2025-10-08 19:06:40.686222 | fa163e52-58d3-ed06-8336-000000003801 | TASK | Finalise hashes for all containers 2025-10-08 19:06:40.756439 | fa163e52-58d3-ed06-8336-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:06:40.757266 | fa163e52-58d3-ed06-8336-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:56.718603 | 0.07s 2025-10-08 19:06:40.782357 | fa163e52-58d3-ed06-8336-000000003803 | TASK | Manage systemd shutdown files 2025-10-08 19:06:40.820560 | fa163e52-58d3-ed06-8336-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:06:40.821391 | fa163e52-58d3-ed06-8336-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:56.782725 | 0.04s 2025-10-08 19:06:40.842586 | fa163e52-58d3-ed06-8336-000000003805 | TASK | Update container configs with new config hashes 2025-10-08 19:06:40.890079 | fa163e52-58d3-ed06-8336-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:06:40.890889 | fa163e52-58d3-ed06-8336-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:56.852226 | 0.05s 2025-10-08 19:06:40.917568 | fa163e52-58d3-ed06-8336-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:40.959072 | fa163e52-58d3-ed06-8336-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:56.920400 | 0.04s 2025-10-08 19:06:40.972806 | 4f2db952-f36c-4702-934f-f9ef425f3d52 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:06:40.996532 | fa163e52-58d3-ed06-8336-00000000391e | TASK | Gather podman infos 2025-10-08 19:06:42.056061 | fa163e52-58d3-ed06-8336-00000000391e | OK | Gather podman infos | standalone 2025-10-08 19:06:42.056798 | fa163e52-58d3-ed06-8336-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:58.018137 | 1.06s 2025-10-08 19:06:42.119167 | fa163e52-58d3-ed06-8336-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:42.176341 | fa163e52-58d3-ed06-8336-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:58.137661 | 0.05s 2025-10-08 19:06:42.277103 | fa163e52-58d3-ed06-8336-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:58.238427 | 0.06s 2025-10-08 19:06:42.320536 | fa163e52-58d3-ed06-8336-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:42.360792 | fa163e52-58d3-ed06-8336-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:58.322112 | 0.04s 2025-10-08 19:06:42.373759 | 071cd212-ba93-40b8-9a1c-2a6cba765148 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:06:42.400744 | fa163e52-58d3-ed06-8336-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:43.044341 | fa163e52-58d3-ed06-8336-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:06:43.046816 | fa163e52-58d3-ed06-8336-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:59.008130 | 0.65s 2025-10-08 19:06:43.072041 | fa163e52-58d3-ed06-8336-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:45.776127 | fa163e52-58d3-ed06-8336-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:06:45.777747 | fa163e52-58d3-ed06-8336-000000003985 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:01.739070 | 2.70s 2025-10-08 19:06:45.836857 | fa163e52-58d3-ed06-8336-000000003828 | TASK | Gather variables for each operating system 2025-10-08 19:06:45.961013 | fa163e52-58d3-ed06-8336-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:01.922339 | 0.12s 2025-10-08 19:06:45.984222 | fa163e52-58d3-ed06-8336-000000003829 | TASK | Create container logs path 2025-10-08 19:06:46.247310 | fa163e52-58d3-ed06-8336-000000003829 | OK | Create container logs path | standalone 2025-10-08 19:06:46.248796 | fa163e52-58d3-ed06-8336-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:02.210123 | 0.26s 2025-10-08 19:06:46.281517 | fa163e52-58d3-ed06-8336-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:46.600842 | fa163e52-58d3-ed06-8336-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:06:46.601623 | fa163e52-58d3-ed06-8336-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:02.562963 | 0.32s 2025-10-08 19:06:46.620786 | fa163e52-58d3-ed06-8336-00000000382c | TASK | Finalise hashes for all containers 2025-10-08 19:06:46.698815 | fa163e52-58d3-ed06-8336-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-08 19:06:46.700042 | fa163e52-58d3-ed06-8336-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:02.661368 | 0.08s 2025-10-08 19:06:46.731089 | fa163e52-58d3-ed06-8336-00000000382e | TASK | Manage systemd shutdown files 2025-10-08 19:06:46.772047 | fa163e52-58d3-ed06-8336-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:06:46.772905 | fa163e52-58d3-ed06-8336-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:02.734242 | 0.04s 2025-10-08 19:06:46.804458 | fa163e52-58d3-ed06-8336-000000003830 | TASK | Update container configs with new config hashes 2025-10-08 19:06:46.856320 | fa163e52-58d3-ed06-8336-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:06:46.857718 | fa163e52-58d3-ed06-8336-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:02.818985 | 0.05s 2025-10-08 19:06:46.891723 | fa163e52-58d3-ed06-8336-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:46.952550 | fa163e52-58d3-ed06-8336-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:02.913879 | 0.06s 2025-10-08 19:06:46.966087 | 8e53238f-a87e-49dc-8158-7595961a21cc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:06:46.989733 | fa163e52-58d3-ed06-8336-0000000039d0 | TASK | Gather podman infos 2025-10-08 19:06:48.145931 | fa163e52-58d3-ed06-8336-0000000039d0 | OK | Gather podman infos | standalone 2025-10-08 19:06:48.147351 | fa163e52-58d3-ed06-8336-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:04.108679 | 1.16s 2025-10-08 19:06:48.237448 | fa163e52-58d3-ed06-8336-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:48.326596 | fa163e52-58d3-ed06-8336-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:04.287924 | 0.08s 2025-10-08 19:06:48.456353 | fa163e52-58d3-ed06-8336-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:04.417666 | 0.09s 2025-10-08 19:06:48.520657 | fa163e52-58d3-ed06-8336-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:48.590602 | fa163e52-58d3-ed06-8336-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:04.551915 | 0.07s 2025-10-08 19:06:48.616323 | 69c7af86-df2b-425f-b20c-70eb6ac100fa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:06:48.652828 | fa163e52-58d3-ed06-8336-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:49.668142 | fa163e52-58d3-ed06-8336-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:06:49.671070 | fa163e52-58d3-ed06-8336-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:05.632385 | 1.02s 2025-10-08 19:06:49.702611 | fa163e52-58d3-ed06-8336-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:06:52.693092 | fa163e52-58d3-ed06-8336-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:06:52.694759 | fa163e52-58d3-ed06-8336-000000003a37 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:08.656089 | 2.99s 2025-10-08 19:06:52.752863 | fa163e52-58d3-ed06-8336-00000000379c | TASK | Set NB connection 2025-10-08 19:06:53.173213 | fa163e52-58d3-ed06-8336-00000000379c | CHANGED | Set NB connection | standalone 2025-10-08 19:06:53.174253 | fa163e52-58d3-ed06-8336-00000000379c | TIMING | Set NB connection | standalone | 0:18:09.135592 | 0.42s 2025-10-08 19:06:53.193230 | fa163e52-58d3-ed06-8336-00000000379d | TASK | Set SB connection 2025-10-08 19:06:53.659737 | fa163e52-58d3-ed06-8336-00000000379d | CHANGED | Set SB connection | standalone 2025-10-08 19:06:53.660691 | fa163e52-58d3-ed06-8336-00000000379d | TIMING | Set SB connection | standalone | 0:18:09.622029 | 0.47s 2025-10-08 19:06:53.679366 | fa163e52-58d3-ed06-8336-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-08 19:06:53.932325 | fa163e52-58d3-ed06-8336-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-08 19:06:53.933312 | fa163e52-58d3-ed06-8336-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:18:09.894650 | 0.25s 2025-10-08 19:06:54.035482 | fa163e52-58d3-ed06-8336-0000000000db | TIMING | include_tasks | standalone | 0:18:09.996798 | 0.08s 2025-10-08 19:06:54.073042 | ba34560d-e867-400b-93bb-5c53bf1c1c54 | INCLUDED | /root/standalone-ansible-qdhs7aqd/common_deploy_steps_tasks.yaml | standalone 2025-10-08 19:06:54.099995 | fa163e52-58d3-ed06-8336-000000003a7c | TASK | Write the config_step hieradata 2025-10-08 19:06:54.642708 | fa163e52-58d3-ed06-8336-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-08 19:06:54.643972 | fa163e52-58d3-ed06-8336-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:18:10.605300 | 0.54s 2025-10-08 19:06:54.673884 | fa163e52-58d3-ed06-8336-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-08 19:06:55.014428 | fa163e52-58d3-ed06-8336-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-08 19:06:55.015703 | fa163e52-58d3-ed06-8336-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:18:10.977009 | 0.34s 2025-10-08 19:06:55.044043 | fa163e52-58d3-ed06-8336-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-08 19:06:55.297486 | fa163e52-58d3-ed06-8336-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 19:07:05.471705 | fa163e52-58d3-ed06-8336-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 19:07:15.707633 | fa163e52-58d3-ed06-8336-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 19:07:15.709464 | fa163e52-58d3-ed06-8336-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:31.670790 | 20.66s 2025-10-08 19:07:15.734596 | fa163e52-58d3-ed06-8336-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-08 19:07:15.819553 | fa163e52-58d3-ed06-8336-000000003a7f | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 19:06:55 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 19:06:59 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 19:06:59 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 19:06:59 puppet-user: (file & line not available)", "<13>Oct 8 19:06:59 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 8 19:06:59 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 8 19:06:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 19:06:59 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.45 seconds", "<13>Oct 8 19:07:04 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 19:07:06 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 19:07:07 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 19:07:07 puppet-user: Notice: Applied catalog in 8.11 seconds", "<13>Oct 8 19:07:07 puppet-user: Application:", "<13>Oct 8 19:07:07 puppet-user: Initial environment: production", "<13>Oct 8 19:07:07 puppet-user: Converged environment: production", "<13>Oct 8 19:07:07 puppet-user: Run mode: user", "<13>Oct 8 19:07:07 puppet-user: Changes:", "<13>Oct 8 19:07:07 puppet-user: Total: 2", "<13>Oct 8 19:07:07 puppet-user: Events:", "<13>Oct 8 19:07:07 puppet-user: Success: 2", "<13>Oct 8 19:07:07 puppet-user: Resources:", "<13>Oct 8 19:07:07 puppet-user: Changed: 2", "<13>Oct 8 19:07:07 puppet-user: Out of sync: 2", "<13>Oct 8 19:07:07 puppet-user: Total: 28", "<13>Oct 8 19:07:07 puppet-user: Time:", "<13>Oct 8 19:07:07 puppet-user: Schedule: 0.00", "<13>Oct 8 19:07:07 puppet-user: File: 0.00", "<13>Oct 8 19:07:07 puppet-user: Augeas: 0.01", "<13>Oct 8 19:07:07 puppet-user: Package: 0.01", "<13>Oct 8 19:07:07 puppet-user: File line: 0.02", "<13>Oct 8 19:07:07 puppet-user: User: 0.02", "<13>Oct 8 19:07:07 puppet-user: Service: 0.08", "<13>Oct 8 19:07:07 puppet-user: Config retrieval: 0.50", "<13>Oct 8 19:07:07 puppet-user: Pcmk property: 1.55", "<13>Oct 8 19:07:07 puppet-user: Last run: 1759950427", "<13>Oct 8 19:07:07 puppet-user: Exec: 2.01", "<13>Oct 8 19:07:07 puppet-user: Pcmk resource op default: 2.06", "<13>Oct 8 19:07:07 puppet-user: Pcmk resource default: 2.15", "<13>Oct 8 19:07:07 puppet-user: Filebucket: 0.00", "<13>Oct 8 19:07:07 puppet-user: Transaction evaluation: 8.10", "<13>Oct 8 19:07:07 puppet-user: Catalog application: 8.11", "<13>Oct 8 19:07:07 puppet-user: Total: 8.12", "<13>Oct 8 19:07:07 puppet-user: Version:", "<13>Oct 8 19:07:07 puppet-user: Config: 1759950419", "<13>Oct 8 19:07:07 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 19:07:15.821058 | fa163e52-58d3-ed06-8336-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:31.782388 | 0.09s 2025-10-08 19:07:15.852140 | fa163e52-58d3-ed06-8336-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-08 19:07:15.882923 | fa163e52-58d3-ed06-8336-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:31.844245 | 0.03s 2025-10-08 19:07:15.951761 | fa163e52-58d3-ed06-8336-000000003abf | TASK | Gather variables for each operating system 2025-10-08 19:07:16.075286 | fa163e52-58d3-ed06-8336-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:32.036603 | 0.12s 2025-10-08 19:07:16.106371 | fa163e52-58d3-ed06-8336-000000003ac0 | TASK | Create puppet caching structures 2025-10-08 19:07:16.362537 | fa163e52-58d3-ed06-8336-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-08 19:07:16.363742 | fa163e52-58d3-ed06-8336-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:32.325076 | 0.26s 2025-10-08 19:07:16.389470 | fa163e52-58d3-ed06-8336-000000003ac1 | TASK | Check for facter.conf 2025-10-08 19:07:16.646331 | fa163e52-58d3-ed06-8336-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-08 19:07:16.648162 | fa163e52-58d3-ed06-8336-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:32.609484 | 0.26s 2025-10-08 19:07:16.678383 | fa163e52-58d3-ed06-8336-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-08 19:07:16.732174 | fa163e52-58d3-ed06-8336-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 19:07:16.733586 | fa163e52-58d3-ed06-8336-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:32.694915 | 0.05s 2025-10-08 19:07:16.765743 | fa163e52-58d3-ed06-8336-000000003ac3 | TASK | Write facter cache config 2025-10-08 19:07:17.222591 | fa163e52-58d3-ed06-8336-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-08 19:07:17.223622 | fa163e52-58d3-ed06-8336-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:33.184959 | 0.46s 2025-10-08 19:07:17.246127 | fa163e52-58d3-ed06-8336-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-08 19:07:17.497939 | fa163e52-58d3-ed06-8336-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 19:07:17.498921 | fa163e52-58d3-ed06-8336-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:33.460258 | 0.25s 2025-10-08 19:07:17.521653 | fa163e52-58d3-ed06-8336-000000003ac5 | TASK | Pre-cache facts 2025-10-08 19:07:18.121511 | fa163e52-58d3-ed06-8336-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-08 19:07:18.122871 | fa163e52-58d3-ed06-8336-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:34.084201 | 0.60s 2025-10-08 19:07:18.154092 | fa163e52-58d3-ed06-8336-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-08 19:07:18.186086 | fa163e52-58d3-ed06-8336-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 19:07:18.187311 | fa163e52-58d3-ed06-8336-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:34.148640 | 0.03s 2025-10-08 19:07:18.233113 | fa163e52-58d3-ed06-8336-000000003ac7 | TASK | Sync cached facts 2025-10-08 19:07:18.566196 | fa163e52-58d3-ed06-8336-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e52-58d3-ed06-8336-000000003ac7') missing from stats 2025-10-08 19:07:18.615223 | fa163e52-58d3-ed06-8336-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 19:07:18.642322 | fa163e52-58d3-ed06-8336-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 19:07:18.643008 | fa163e52-58d3-ed06-8336-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:34.604346 | 0.03s 2025-10-08 19:07:18.662779 | fa163e52-58d3-ed06-8336-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-08 19:07:18.677091 | fa163e52-58d3-ed06-8336-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:34.638424 | 0.01s 2025-10-08 19:07:18.784640 | fa163e52-58d3-ed06-8336-000000003b1e | TASK | Gather variables for each operating system 2025-10-08 19:07:18.906149 | fa163e52-58d3-ed06-8336-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:34.867476 | 0.12s 2025-10-08 19:07:18.928184 | fa163e52-58d3-ed06-8336-000000003b1f | TASK | Create container logs path 2025-10-08 19:07:19.153555 | fa163e52-58d3-ed06-8336-000000003b1f | OK | Create container logs path | standalone 2025-10-08 19:07:19.154474 | fa163e52-58d3-ed06-8336-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:35.115813 | 0.23s 2025-10-08 19:07:19.174635 | fa163e52-58d3-ed06-8336-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 19:07:19.425411 | fa163e52-58d3-ed06-8336-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-08 19:07:19.426121 | fa163e52-58d3-ed06-8336-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:35.387461 | 0.25s 2025-10-08 19:07:19.446617 | fa163e52-58d3-ed06-8336-000000003b22 | TASK | Finalise hashes for all containers 2025-10-08 19:07:19.504277 | fa163e52-58d3-ed06-8336-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:07:19.505268 | fa163e52-58d3-ed06-8336-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:35.466605 | 0.06s 2025-10-08 19:07:19.535015 | fa163e52-58d3-ed06-8336-000000003b24 | TASK | Manage systemd shutdown files 2025-10-08 19:07:19.563376 | fa163e52-58d3-ed06-8336-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:35.524704 | 0.03s 2025-10-08 19:07:19.583008 | 99b06e23-47bf-4889-9d0e-3b4019a4bf20 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 19:07:19.610658 | fa163e52-58d3-ed06-8336-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 19:07:19.908453 | fa163e52-58d3-ed06-8336-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 19:07:19.909918 | fa163e52-58d3-ed06-8336-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:35.871248 | 0.30s 2025-10-08 19:07:19.939895 | fa163e52-58d3-ed06-8336-000000003b58 | TASK | Set podman_drop_in fact 2025-10-08 19:07:20.034564 | fa163e52-58d3-ed06-8336-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-08 19:07:20.035598 | fa163e52-58d3-ed06-8336-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:35.996934 | 0.09s 2025-10-08 19:07:20.059536 | fa163e52-58d3-ed06-8336-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 19:07:20.567514 | fa163e52-58d3-ed06-8336-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 19:07:20.569598 | fa163e52-58d3-ed06-8336-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:36.530922 | 0.51s 2025-10-08 19:07:21.074106 | fa163e52-58d3-ed06-8336-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 19:07:21.075689 | fa163e52-58d3-ed06-8336-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:37.037004 | 1.01s 2025-10-08 19:07:21.086103 | fa163e52-58d3-ed06-8336-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:37.047432 | 1.03s 2025-10-08 19:07:21.110983 | fa163e52-58d3-ed06-8336-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 19:07:21.636619 | fa163e52-58d3-ed06-8336-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 19:07:21.637567 | fa163e52-58d3-ed06-8336-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:37.598904 | 0.53s 2025-10-08 19:07:21.657073 | fa163e52-58d3-ed06-8336-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 19:07:22.162219 | fa163e52-58d3-ed06-8336-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 19:07:22.163548 | fa163e52-58d3-ed06-8336-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:38.124879 | 0.51s 2025-10-08 19:07:22.198922 | fa163e52-58d3-ed06-8336-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-08 19:07:22.939004 | fa163e52-58d3-ed06-8336-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 19:07:22.941413 | fa163e52-58d3-ed06-8336-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:38.902747 | 0.74s 2025-10-08 19:07:22.967160 | fa163e52-58d3-ed06-8336-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 19:07:23.459948 | fa163e52-58d3-ed06-8336-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 19:07:23.462382 | fa163e52-58d3-ed06-8336-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:39.423711 | 0.49s 2025-10-08 19:07:23.492253 | fa163e52-58d3-ed06-8336-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 19:07:23.971786 | fa163e52-58d3-ed06-8336-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 19:07:23.974893 | fa163e52-58d3-ed06-8336-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:39.936222 | 0.48s 2025-10-08 19:07:23.999922 | fa163e52-58d3-ed06-8336-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-08 19:07:24.736554 | fa163e52-58d3-ed06-8336-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 19:07:24.738115 | fa163e52-58d3-ed06-8336-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:40.699450 | 0.74s 2025-10-08 19:07:24.762591 | fa163e52-58d3-ed06-8336-000000003b26 | TASK | Update container configs with new config hashes 2025-10-08 19:07:24.822444 | fa163e52-58d3-ed06-8336-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:40.783764 | 0.06s 2025-10-08 19:07:24.843033 | d5a3e8a4-0b83-43e6-b1ae-46d274ebdc7d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 19:07:24.872687 | fa163e52-58d3-ed06-8336-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-08 19:07:25.202460 | fa163e52-58d3-ed06-8336-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-08 19:07:25.204122 | fa163e52-58d3-ed06-8336-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:41.165452 | 0.33s 2025-10-08 19:07:25.236328 | fa163e52-58d3-ed06-8336-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 19:07:25.278309 | fa163e52-58d3-ed06-8336-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:41.239629 | 0.04s 2025-10-08 19:07:25.302182 | 9f9e71cc-7646-4548-b2ac-c6a14614e8f4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:07:25.339727 | fa163e52-58d3-ed06-8336-000000003ba7 | TASK | Gather podman infos 2025-10-08 19:07:26.609279 | fa163e52-58d3-ed06-8336-000000003ba7 | OK | Gather podman infos | standalone 2025-10-08 19:07:26.610776 | fa163e52-58d3-ed06-8336-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:42.572104 | 1.27s 2025-10-08 19:07:26.701557 | fa163e52-58d3-ed06-8336-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 19:07:26.757419 | fa163e52-58d3-ed06-8336-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:42.718739 | 0.05s 2025-10-08 19:07:26.970055 | fa163e52-58d3-ed06-8336-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:42.931376 | 0.16s 2025-10-08 19:07:27.108714 | fa163e52-58d3-ed06-8336-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 19:07:27.146787 | fa163e52-58d3-ed06-8336-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:43.108117 | 0.04s 2025-10-08 19:07:27.157841 | 48b3ad19-6445-4d64-97ed-8ebd1235aa23 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:07:27.183085 | fa163e52-58d3-ed06-8336-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 19:08:27.718817 | fa163e52-58d3-ed06-8336-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-08 19:08:27.720045 | fa163e52-58d3-ed06-8336-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:43.681378 | 60.54s 2025-10-08 19:08:27.743133 | fa163e52-58d3-ed06-8336-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 19:09:00.472659 | fa163e52-58d3-ed06-8336-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-08 19:09:00.475140 | fa163e52-58d3-ed06-8336-000000003c13 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:16.436467 | 32.73s 2025-10-08 19:09:00.552121 | fa163e52-58d3-ed06-8336-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-08 19:09:00.820891 | fa163e52-58d3-ed06-8336-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-08 19:09:00.821717 | fa163e52-58d3-ed06-8336-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:20:16.783053 | 0.27s 2025-10-08 19:09:00.854797 | fa163e52-58d3-ed06-8336-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-08 19:09:00.902566 | fa163e52-58d3-ed06-8336-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:20:16.863895 | 0.05s 2025-10-08 19:09:00.927753 | fa163e52-58d3-ed06-8336-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-08 19:09:00.969155 | fa163e52-58d3-ed06-8336-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:20:16.930483 | 0.04s 2025-10-08 19:09:00.987368 | c9449aab-49fc-47fe-96c0-215382006f31 | INCLUDED | /root/standalone-ansible-qdhs7aqd/host-container-puppet-tasks.yaml | standalone 2025-10-08 19:09:01.024341 | fa163e52-58d3-ed06-8336-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-08 19:09:01.449732 | fa163e52-58d3-ed06-8336-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-08 19:09:01.451043 | fa163e52-58d3-ed06-8336-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:20:17.412369 | 0.43s 2025-10-08 19:09:01.482570 | fa163e52-58d3-ed06-8336-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-08 19:09:01.765310 | fa163e52-58d3-ed06-8336-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-08 19:09:01.767086 | fa163e52-58d3-ed06-8336-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:20:17.728411 | 0.28s 2025-10-08 19:09:01.795046 | fa163e52-58d3-ed06-8336-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-08 19:09:01.828253 | fa163e52-58d3-ed06-8336-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:20:17.789564 | 0.03s 2025-10-08 19:09:01.903301 | fa163e52-58d3-ed06-8336-000000003c90 | TASK | Gather variables for each operating system 2025-10-08 19:09:02.019519 | fa163e52-58d3-ed06-8336-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:17.980835 | 0.11s 2025-10-08 19:09:02.050277 | fa163e52-58d3-ed06-8336-000000003c91 | TASK | Create container logs path 2025-10-08 19:09:02.320092 | fa163e52-58d3-ed06-8336-000000003c91 | OK | Create container logs path | standalone 2025-10-08 19:09:02.321515 | fa163e52-58d3-ed06-8336-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:18.282845 | 0.27s 2025-10-08 19:09:02.355228 | fa163e52-58d3-ed06-8336-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-08 19:09:02.596183 | fa163e52-58d3-ed06-8336-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-08 19:09:02.597618 | fa163e52-58d3-ed06-8336-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:18.558948 | 0.24s 2025-10-08 19:09:02.630580 | fa163e52-58d3-ed06-8336-000000003c94 | TASK | Finalise hashes for all containers 2025-10-08 19:09:02.673705 | fa163e52-58d3-ed06-8336-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:09:02.675110 | fa163e52-58d3-ed06-8336-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:18.636435 | 0.04s 2025-10-08 19:09:02.708580 | fa163e52-58d3-ed06-8336-000000003c96 | TASK | Manage systemd shutdown files 2025-10-08 19:09:02.757563 | fa163e52-58d3-ed06-8336-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:09:02.758972 | fa163e52-58d3-ed06-8336-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:18.720301 | 0.05s 2025-10-08 19:09:02.792658 | fa163e52-58d3-ed06-8336-000000003c98 | TASK | Update container configs with new config hashes 2025-10-08 19:09:02.847470 | fa163e52-58d3-ed06-8336-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:09:02.848933 | fa163e52-58d3-ed06-8336-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:18.810261 | 0.05s 2025-10-08 19:09:02.885469 | fa163e52-58d3-ed06-8336-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-08 19:09:02.942040 | fa163e52-58d3-ed06-8336-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-08 19:09:02.943424 | fa163e52-58d3-ed06-8336-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:18.904751 | 0.06s 2025-10-08 19:09:02.986365 | fa163e52-58d3-ed06-8336-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-08 19:09:03.040541 | fa163e52-58d3-ed06-8336-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-08 19:09:03.041846 | fa163e52-58d3-ed06-8336-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:19.003176 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-08 19:09:03.187805 | fa163e52-58d3-ed06-8336-0000000000de | TASK | External deployment step 4 2025-10-08 19:09:03.214381 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000de') missing from stats 2025-10-08 19:09:03.269312 | fa163e52-58d3-ed06-8336-0000000000df | TIMING | include_tasks | undercloud | 0:20:19.230643 | 0.04s 2025-10-08 19:09:03.285154 | 53627119-1c91-4596-a87c-de0d6167eb8d | INCLUDED | /root/standalone-ansible-qdhs7aqd/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-08 19:09:03.301273 | fa163e52-58d3-ed06-8336-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-08 19:09:06.349452 | fa163e52-58d3-ed06-8336-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-08 19:09:06.351335 | fa163e52-58d3-ed06-8336-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:22.312656 | 3.05s 2025-10-08 19:09:07.654183 | fa163e52-58d3-ed06-8336-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-08 19:09:07.655272 | fa163e52-58d3-ed06-8336-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:23.616604 | 4.35s 2025-10-08 19:09:07.662231 | fa163e52-58d3-ed06-8336-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:23.623558 | 4.36s 2025-10-08 19:09:07.680487 | fa163e52-58d3-ed06-8336-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-08 19:09:07.723209 | fa163e52-58d3-ed06-8336-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:23.684527 | 0.04s 2025-10-08 19:09:07.792495 | fa163e52-58d3-ed06-8336-000000003d18 | TASK | Create Keystone Admin resources 2025-10-08 19:09:07.844944 | fa163e52-58d3-ed06-8336-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:23.806248 | 0.05s 2025-10-08 19:09:07.916056 | 8289e5f5-03a2-45eb-bca0-8c89ab5d1570 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-08 19:09:07.945799 | fa163e52-58d3-ed06-8336-000000003d59 | TASK | Create admin and service projects 2025-10-08 19:09:07.996865 | fa163e52-58d3-ed06-8336-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:23.958182 | 0.05s 2025-10-08 19:09:08.020652 | 121ce366-cd60-4d63-9f23-8aed8c15a387 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-08 19:09:08.057929 | fa163e52-58d3-ed06-8336-000000003daa | TASK | Async creation of Keystone project 2025-10-08 19:09:08.661118 | fa163e52-58d3-ed06-8336-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-08 19:09:08.663234 | fa163e52-58d3-ed06-8336-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:24.624555 | 0.60s 2025-10-08 19:09:09.104727 | fa163e52-58d3-ed06-8336-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-08 19:09:09.106393 | fa163e52-58d3-ed06-8336-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:25.067723 | 1.05s 2025-10-08 19:09:09.116324 | fa163e52-58d3-ed06-8336-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:25.077662 | 1.06s 2025-10-08 19:09:09.131519 | fa163e52-58d3-ed06-8336-000000003dac | TASK | Check Keystone project status 2025-10-08 19:09:09.483815 | fa163e52-58d3-ed06-8336-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-08 19:09:14.730527 | fa163e52-58d3-ed06-8336-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-08 19:09:14.731948 | fa163e52-58d3-ed06-8336-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:30.693271 | 5.60s 2025-10-08 19:09:15.026005 | fa163e52-58d3-ed06-8336-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-08 19:09:15.027132 | fa163e52-58d3-ed06-8336-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:30.988465 | 5.89s 2025-10-08 19:09:15.034737 | fa163e52-58d3-ed06-8336-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:30.996062 | 5.90s 2025-10-08 19:09:15.055760 | fa163e52-58d3-ed06-8336-000000003d5a | TASK | Create admin role 2025-10-08 19:09:16.467907 | fa163e52-58d3-ed06-8336-000000003d5a | OK | Create admin role | undercloud 2025-10-08 19:09:16.470383 | fa163e52-58d3-ed06-8336-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:32.431712 | 1.41s 2025-10-08 19:09:16.491270 | fa163e52-58d3-ed06-8336-000000003d5b | TASK | Create _member_ role 2025-10-08 19:09:16.555545 | fa163e52-58d3-ed06-8336-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-08 19:09:16.556791 | fa163e52-58d3-ed06-8336-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:32.518120 | 0.06s 2025-10-08 19:09:16.575864 | fa163e52-58d3-ed06-8336-000000003d5c | TASK | Check admin password 2025-10-08 19:09:17.976872 | fa163e52-58d3-ed06-8336-000000003d5c | OK | Check admin password | undercloud 2025-10-08 19:09:17.978436 | fa163e52-58d3-ed06-8336-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:33.939763 | 1.40s 2025-10-08 19:09:17.998012 | fa163e52-58d3-ed06-8336-000000003d5d | TASK | Create admin user 2025-10-08 19:09:19.890132 | fa163e52-58d3-ed06-8336-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-08 19:09:19.891369 | fa163e52-58d3-ed06-8336-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:35.852699 | 1.89s 2025-10-08 19:09:19.910859 | fa163e52-58d3-ed06-8336-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-08 19:09:21.488194 | fa163e52-58d3-ed06-8336-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-08 19:09:21.489845 | fa163e52-58d3-ed06-8336-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:37.451173 | 1.58s 2025-10-08 19:09:21.506472 | fa163e52-58d3-ed06-8336-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-08 19:09:21.570411 | fa163e52-58d3-ed06-8336-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-08 19:09:21.571841 | fa163e52-58d3-ed06-8336-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:37.533161 | 0.06s 2025-10-08 19:09:21.591876 | fa163e52-58d3-ed06-8336-000000003d60 | TASK | Create identity service 2025-10-08 19:09:22.881078 | fa163e52-58d3-ed06-8336-000000003d60 | OK | Create identity service | undercloud 2025-10-08 19:09:22.883537 | fa163e52-58d3-ed06-8336-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:38.844867 | 1.29s 2025-10-08 19:09:22.899483 | fa163e52-58d3-ed06-8336-000000003d61 | TASK | Create identity public endpoint 2025-10-08 19:09:24.375242 | fa163e52-58d3-ed06-8336-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-08 19:09:24.376752 | fa163e52-58d3-ed06-8336-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:40.338082 | 1.48s 2025-10-08 19:09:24.397292 | fa163e52-58d3-ed06-8336-000000003d62 | TASK | Create identity internal endpoint 2025-10-08 19:09:25.627513 | fa163e52-58d3-ed06-8336-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-08 19:09:25.629114 | fa163e52-58d3-ed06-8336-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:41.590443 | 1.23s 2025-10-08 19:09:25.649382 | fa163e52-58d3-ed06-8336-000000003d63 | TASK | Create identity admin endpoint 2025-10-08 19:09:26.994772 | fa163e52-58d3-ed06-8336-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-08 19:09:26.996226 | fa163e52-58d3-ed06-8336-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:42.957556 | 1.35s 2025-10-08 19:09:27.015863 | fa163e52-58d3-ed06-8336-000000003d19 | TASK | Create Keystone Projects 2025-10-08 19:09:27.084091 | fa163e52-58d3-ed06-8336-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:43.045417 | 0.07s 2025-10-08 19:09:27.088015 | fa163e52-58d3-ed06-8336-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:43.049350 | 0.07s 2025-10-08 19:09:27.100266 | 8eba9973-4b4f-4ce2-95b9-d2eb9307aa4e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-08 19:09:27.148558 | fa163e52-58d3-ed06-8336-000000003e36 | TASK | Async creation of Keystone project 2025-10-08 19:09:27.529023 | fa163e52-58d3-ed06-8336-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-08 19:09:27.530076 | fa163e52-58d3-ed06-8336-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:43.491408 | 0.38s 2025-10-08 19:09:27.534031 | fa163e52-58d3-ed06-8336-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:43.495373 | 0.38s 2025-10-08 19:09:27.549355 | fa163e52-58d3-ed06-8336-000000003e38 | TASK | Check Keystone project status 2025-10-08 19:09:27.914982 | fa163e52-58d3-ed06-8336-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-08 19:09:33.209267 | fa163e52-58d3-ed06-8336-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-08 19:09:33.211077 | fa163e52-58d3-ed06-8336-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:49.172400 | 5.66s 2025-10-08 19:09:33.223445 | fa163e52-58d3-ed06-8336-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:49.184770 | 5.67s 2025-10-08 19:09:33.243605 | fa163e52-58d3-ed06-8336-000000003d1b | TASK | Create Keystone Domains 2025-10-08 19:09:33.343960 | fa163e52-58d3-ed06-8336-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:49.305272 | 0.10s 2025-10-08 19:09:33.354918 | fa163e52-58d3-ed06-8336-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:49.316242 | 0.11s 2025-10-08 19:09:33.417758 | d980eb52-417f-4144-a8d7-d51b66c5972a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-08 19:09:33.474396 | fa163e52-58d3-ed06-8336-000000003eeb | TASK | Async creation of Keystone domains 2025-10-08 19:09:33.967433 | fa163e52-58d3-ed06-8336-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-08 19:09:33.968838 | fa163e52-58d3-ed06-8336-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:49.930164 | 0.49s 2025-10-08 19:09:33.975396 | fa163e52-58d3-ed06-8336-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:49.936715 | 0.50s 2025-10-08 19:09:33.997144 | fa163e52-58d3-ed06-8336-000000003eed | TASK | Check Keystone domain status 2025-10-08 19:09:34.553534 | fa163e52-58d3-ed06-8336-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-08 19:09:39.850113 | fa163e52-58d3-ed06-8336-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-08 19:09:39.851376 | fa163e52-58d3-ed06-8336-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:55.812705 | 5.85s 2025-10-08 19:09:39.857854 | fa163e52-58d3-ed06-8336-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:55.819183 | 5.86s 2025-10-08 19:09:39.877884 | fa163e52-58d3-ed06-8336-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-08 19:09:39.931591 | fa163e52-58d3-ed06-8336-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:55.892915 | 0.05s 2025-10-08 19:09:40.014305 | d25aaa87-f175-4011-bc91-effcced69684 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-08 19:09:40.075454 | fa163e52-58d3-ed06-8336-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-08 19:09:41.703020 | fa163e52-58d3-ed06-8336-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-08 19:09:41.705009 | fa163e52-58d3-ed06-8336-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:57.666337 | 1.63s 2025-10-08 19:09:41.722040 | fa163e52-58d3-ed06-8336-000000003fb6 | TASK | Set openstack_domains fact 2025-10-08 19:09:41.781356 | fa163e52-58d3-ed06-8336-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-08 19:09:41.782710 | fa163e52-58d3-ed06-8336-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:57.744044 | 0.06s 2025-10-08 19:09:41.798447 | fa163e52-58d3-ed06-8336-000000003d1e | TASK | Create Keystone Services 2025-10-08 19:09:41.898579 | fa163e52-58d3-ed06-8336-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:57.859874 | 0.10s 2025-10-08 19:09:41.917347 | fa163e52-58d3-ed06-8336-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:57.878673 | 0.12s 2025-10-08 19:09:41.932564 | fa163e52-58d3-ed06-8336-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:57.893880 | 0.13s 2025-10-08 19:09:41.961158 | dfc6d0ec-c928-47e0-8b0d-2e35828bca1f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-08 19:09:41.971682 | 1b197d35-ff81-4f8c-aca8-3cb4163e9bcc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-08 19:09:42.029291 | fa163e52-58d3-ed06-8336-000000004092 | TASK | Async creation of Keystone service 2025-10-08 19:09:42.431505 | fa163e52-58d3-ed06-8336-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-08 19:09:42.432646 | fa163e52-58d3-ed06-8336-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:58.393978 | 0.40s 2025-10-08 19:09:42.920611 | fa163e52-58d3-ed06-8336-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-08 19:09:42.921502 | fa163e52-58d3-ed06-8336-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:58.882839 | 0.89s 2025-10-08 19:09:43.284039 | fa163e52-58d3-ed06-8336-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-08 19:09:43.285212 | fa163e52-58d3-ed06-8336-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:59.246545 | 1.25s 2025-10-08 19:09:43.815496 | fa163e52-58d3-ed06-8336-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-08 19:09:43.816510 | fa163e52-58d3-ed06-8336-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:59.777844 | 1.79s 2025-10-08 19:09:44.231422 | fa163e52-58d3-ed06-8336-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-08 19:09:44.233406 | fa163e52-58d3-ed06-8336-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:00.194738 | 2.20s 2025-10-08 19:09:44.531971 | fa163e52-58d3-ed06-8336-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-08 19:09:44.533037 | fa163e52-58d3-ed06-8336-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:00.494369 | 2.50s 2025-10-08 19:09:44.806896 | fa163e52-58d3-ed06-8336-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-08 19:09:44.808299 | fa163e52-58d3-ed06-8336-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:00.769632 | 2.78s 2025-10-08 19:09:45.180956 | fa163e52-58d3-ed06-8336-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-08 19:09:45.181778 | fa163e52-58d3-ed06-8336-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:01.143116 | 3.15s 2025-10-08 19:09:45.556575 | fa163e52-58d3-ed06-8336-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-08 19:09:45.557182 | fa163e52-58d3-ed06-8336-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:01.518523 | 3.53s 2025-10-08 19:09:45.890012 | fa163e52-58d3-ed06-8336-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-08 19:09:45.890595 | fa163e52-58d3-ed06-8336-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:01.851936 | 3.86s 2025-10-08 19:09:45.897214 | fa163e52-58d3-ed06-8336-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:01.858535 | 3.87s 2025-10-08 19:09:45.921187 | fa163e52-58d3-ed06-8336-000000004094 | TASK | Check Keystone service status 2025-10-08 19:09:46.255175 | fa163e52-58d3-ed06-8336-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-08 19:09:46.256504 | fa163e52-58d3-ed06-8336-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:02.217841 | 0.33s 2025-10-08 19:09:46.509218 | fa163e52-58d3-ed06-8336-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-08 19:09:46.510601 | fa163e52-58d3-ed06-8336-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:02.471935 | 0.59s 2025-10-08 19:09:46.869031 | fa163e52-58d3-ed06-8336-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-08 19:09:46.870381 | fa163e52-58d3-ed06-8336-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:02.831708 | 0.95s 2025-10-08 19:09:47.137396 | fa163e52-58d3-ed06-8336-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-08 19:09:47.139752 | fa163e52-58d3-ed06-8336-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:03.101079 | 1.22s 2025-10-08 19:09:47.487130 | fa163e52-58d3-ed06-8336-000000004094 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-08 19:09:52.738872 | fa163e52-58d3-ed06-8336-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-08 19:09:52.740578 | fa163e52-58d3-ed06-8336-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:08.701917 | 6.82s 2025-10-08 19:09:52.981448 | fa163e52-58d3-ed06-8336-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-08 19:09:52.982379 | fa163e52-58d3-ed06-8336-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:08.943715 | 7.06s 2025-10-08 19:09:53.313707 | fa163e52-58d3-ed06-8336-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-08 19:09:53.314922 | fa163e52-58d3-ed06-8336-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:09.276254 | 7.39s 2025-10-08 19:09:53.620028 | fa163e52-58d3-ed06-8336-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-08 19:09:53.621441 | fa163e52-58d3-ed06-8336-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:09.582769 | 7.70s 2025-10-08 19:09:53.909060 | fa163e52-58d3-ed06-8336-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-08 19:09:53.910459 | fa163e52-58d3-ed06-8336-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:09.871790 | 7.99s 2025-10-08 19:09:54.192355 | fa163e52-58d3-ed06-8336-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-08 19:09:54.193226 | fa163e52-58d3-ed06-8336-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:10.154566 | 8.27s 2025-10-08 19:09:54.207221 | fa163e52-58d3-ed06-8336-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:10.168545 | 8.28s 2025-10-08 19:09:54.233921 | fa163e52-58d3-ed06-8336-000000004099 | TASK | Async creation of Keystone service 2025-10-08 19:09:54.569809 | fa163e52-58d3-ed06-8336-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-08 19:09:54.571472 | fa163e52-58d3-ed06-8336-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:10.532796 | 0.34s 2025-10-08 19:09:54.896878 | fa163e52-58d3-ed06-8336-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-08 19:09:54.898272 | fa163e52-58d3-ed06-8336-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:10.859614 | 0.66s 2025-10-08 19:09:55.276878 | fa163e52-58d3-ed06-8336-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-08 19:09:55.277431 | fa163e52-58d3-ed06-8336-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:11.238773 | 1.04s 2025-10-08 19:09:55.600369 | fa163e52-58d3-ed06-8336-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-08 19:09:55.603841 | fa163e52-58d3-ed06-8336-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:11.565163 | 1.37s 2025-10-08 19:09:55.612366 | fa163e52-58d3-ed06-8336-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:11.573696 | 1.38s 2025-10-08 19:09:55.627836 | fa163e52-58d3-ed06-8336-00000000409b | TASK | Check Keystone service status 2025-10-08 19:09:56.000270 | fa163e52-58d3-ed06-8336-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-08 19:09:56.001217 | fa163e52-58d3-ed06-8336-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:11.962552 | 0.37s 2025-10-08 19:09:56.262627 | fa163e52-58d3-ed06-8336-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-08 19:10:01.547844 | fa163e52-58d3-ed06-8336-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-08 19:10:01.549210 | fa163e52-58d3-ed06-8336-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:17.510542 | 5.92s 2025-10-08 19:10:01.834359 | fa163e52-58d3-ed06-8336-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-08 19:10:01.835199 | fa163e52-58d3-ed06-8336-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:17.796537 | 6.21s 2025-10-08 19:10:02.083274 | fa163e52-58d3-ed06-8336-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-08 19:10:02.085368 | fa163e52-58d3-ed06-8336-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:18.046699 | 6.46s 2025-10-08 19:10:02.097448 | fa163e52-58d3-ed06-8336-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:18.058769 | 6.47s 2025-10-08 19:10:02.119359 | fa163e52-58d3-ed06-8336-000000003d20 | TASK | Create Keystone Endpoints 2025-10-08 19:10:02.184249 | fa163e52-58d3-ed06-8336-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:18.145556 | 0.06s 2025-10-08 19:10:02.214889 | fa163e52-58d3-ed06-8336-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:18.176215 | 0.09s 2025-10-08 19:10:02.236398 | fa163e52-58d3-ed06-8336-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:18.197733 | 0.12s 2025-10-08 19:10:02.243364 | fa163e52-58d3-ed06-8336-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:18.204682 | 0.12s 2025-10-08 19:10:02.277077 | 15220c63-4e1f-497f-b257-037a0fc45d4b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-08 19:10:02.284210 | edc63533-cfd8-4523-b26a-4b5fac5666be | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-08 19:10:02.289855 | 9cd45da3-4d69-4997-94ab-52c82a582bcd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-08 19:10:02.350338 | fa163e52-58d3-ed06-8336-0000000041d1 | TASK | Create Keystone public endpoints 2025-10-08 19:10:02.462964 | fa163e52-58d3-ed06-8336-0000000041d1 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:18.424170 | 0.11s 2025-10-08 19:10:02.481729 | fa163e52-58d3-ed06-8336-0000000041d1 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:18.443056 | 0.13s 2025-10-08 19:10:02.496854 | fa163e52-58d3-ed06-8336-0000000041d1 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:18.458177 | 0.15s 2025-10-08 19:10:02.526053 | bbd82fee-d9ac-403f-aed7-d2df849f7a60 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 19:10:02.535537 | 54f41d4e-b256-4875-b979-0c9c028924b9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 19:10:02.561163 | fa163e52-58d3-ed06-8336-0000000042f9 | TASK | Async creation of Keystone public endpoint 2025-10-08 19:10:02.905292 | fa163e52-58d3-ed06-8336-0000000042f9 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-08 19:10:02.907140 | fa163e52-58d3-ed06-8336-0000000042f9 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:18.868468 | 0.34s 2025-10-08 19:10:03.297164 | fa163e52-58d3-ed06-8336-0000000042f9 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-08 19:10:03.297988 | fa163e52-58d3-ed06-8336-0000000042f9 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:19.259326 | 0.74s 2025-10-08 19:10:03.592234 | fa163e52-58d3-ed06-8336-0000000042f9 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-08 19:10:03.593101 | fa163e52-58d3-ed06-8336-0000000042f9 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:19.554440 | 1.03s 2025-10-08 19:10:03.928405 | fa163e52-58d3-ed06-8336-0000000042f9 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-08 19:10:03.929079 | fa163e52-58d3-ed06-8336-0000000042f9 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:19.890418 | 1.37s 2025-10-08 19:10:04.244856 | fa163e52-58d3-ed06-8336-0000000042f9 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-08 19:10:04.245877 | fa163e52-58d3-ed06-8336-0000000042f9 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:20.207211 | 1.68s 2025-10-08 19:10:04.714824 | fa163e52-58d3-ed06-8336-0000000042f9 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-08 19:10:04.715551 | fa163e52-58d3-ed06-8336-0000000042f9 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:20.676886 | 2.15s 2025-10-08 19:10:05.007509 | fa163e52-58d3-ed06-8336-0000000042f9 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-08 19:10:05.008265 | fa163e52-58d3-ed06-8336-0000000042f9 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:20.969604 | 2.45s 2025-10-08 19:10:05.384952 | fa163e52-58d3-ed06-8336-0000000042f9 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-08 19:10:05.385523 | fa163e52-58d3-ed06-8336-0000000042f9 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:21.346863 | 2.82s 2025-10-08 19:10:05.642304 | fa163e52-58d3-ed06-8336-0000000042f9 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-08 19:10:05.642913 | fa163e52-58d3-ed06-8336-0000000042f9 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:21.604254 | 3.08s 2025-10-08 19:10:05.947552 | fa163e52-58d3-ed06-8336-0000000042f9 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-08 19:10:05.948153 | fa163e52-58d3-ed06-8336-0000000042f9 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:21.909493 | 3.39s 2025-10-08 19:10:05.956133 | fa163e52-58d3-ed06-8336-0000000042f9 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:21.917469 | 3.39s 2025-10-08 19:10:05.973147 | fa163e52-58d3-ed06-8336-0000000042fb | TASK | Check Keystone public endpoint status 2025-10-08 19:10:06.333490 | fa163e52-58d3-ed06-8336-0000000042fb | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-08 19:10:06.334495 | fa163e52-58d3-ed06-8336-0000000042fb | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:22.295832 | 0.36s 2025-10-08 19:10:06.674634 | fa163e52-58d3-ed06-8336-0000000042fb | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-08 19:10:06.675437 | fa163e52-58d3-ed06-8336-0000000042fb | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:22.636776 | 0.70s 2025-10-08 19:10:06.932543 | fa163e52-58d3-ed06-8336-0000000042fb | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-08 19:10:06.933736 | fa163e52-58d3-ed06-8336-0000000042fb | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:22.895068 | 0.96s 2025-10-08 19:10:07.290213 | fa163e52-58d3-ed06-8336-0000000042fb | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-08 19:10:07.291844 | fa163e52-58d3-ed06-8336-0000000042fb | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:23.253170 | 1.32s 2025-10-08 19:10:07.569674 | fa163e52-58d3-ed06-8336-0000000042fb | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-08 19:10:07.570549 | fa163e52-58d3-ed06-8336-0000000042fb | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:23.531888 | 1.60s 2025-10-08 19:10:07.832543 | fa163e52-58d3-ed06-8336-0000000042fb | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-08 19:10:07.833727 | fa163e52-58d3-ed06-8336-0000000042fb | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:23.795055 | 1.86s 2025-10-08 19:10:08.071047 | fa163e52-58d3-ed06-8336-0000000042fb | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-08 19:10:13.293433 | fa163e52-58d3-ed06-8336-0000000042fb | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-08 19:10:13.294244 | fa163e52-58d3-ed06-8336-0000000042fb | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:29.255583 | 7.32s 2025-10-08 19:10:13.560529 | fa163e52-58d3-ed06-8336-0000000042fb | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-08 19:10:13.561210 | fa163e52-58d3-ed06-8336-0000000042fb | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:29.522549 | 7.59s 2025-10-08 19:10:13.883983 | fa163e52-58d3-ed06-8336-0000000042fb | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-08 19:10:13.886405 | fa163e52-58d3-ed06-8336-0000000042fb | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:29.847734 | 7.91s 2025-10-08 19:10:14.154994 | fa163e52-58d3-ed06-8336-0000000042fb | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-08 19:10:14.157217 | fa163e52-58d3-ed06-8336-0000000042fb | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:30.118545 | 8.18s 2025-10-08 19:10:14.171150 | fa163e52-58d3-ed06-8336-0000000042fb | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:30.132478 | 8.20s 2025-10-08 19:10:14.198848 | fa163e52-58d3-ed06-8336-000000004300 | TASK | Async creation of Keystone public endpoint 2025-10-08 19:10:14.559994 | fa163e52-58d3-ed06-8336-000000004300 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-08 19:10:14.561039 | fa163e52-58d3-ed06-8336-000000004300 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:30.522374 | 0.36s 2025-10-08 19:10:15.144239 | fa163e52-58d3-ed06-8336-000000004300 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-08 19:10:15.145911 | fa163e52-58d3-ed06-8336-000000004300 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:31.107244 | 0.95s 2025-10-08 19:10:15.456207 | fa163e52-58d3-ed06-8336-000000004300 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-08 19:10:15.456958 | fa163e52-58d3-ed06-8336-000000004300 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:31.418294 | 1.26s 2025-10-08 19:10:15.781152 | fa163e52-58d3-ed06-8336-000000004300 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-08 19:10:15.781953 | fa163e52-58d3-ed06-8336-000000004300 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:31.743289 | 1.58s 2025-10-08 19:10:15.787126 | fa163e52-58d3-ed06-8336-000000004300 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:31.748461 | 1.59s 2025-10-08 19:10:15.802994 | fa163e52-58d3-ed06-8336-000000004302 | TASK | Check Keystone public endpoint status 2025-10-08 19:10:16.067574 | fa163e52-58d3-ed06-8336-000000004302 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-08 19:10:21.349510 | fa163e52-58d3-ed06-8336-000000004302 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-08 19:10:21.350964 | fa163e52-58d3-ed06-8336-000000004302 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:37.312287 | 5.55s 2025-10-08 19:10:21.631182 | fa163e52-58d3-ed06-8336-000000004302 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-08 19:10:21.632887 | fa163e52-58d3-ed06-8336-000000004302 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:37.594212 | 5.83s 2025-10-08 19:10:21.913504 | fa163e52-58d3-ed06-8336-000000004302 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-08 19:10:21.916069 | fa163e52-58d3-ed06-8336-000000004302 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:37.877400 | 6.11s 2025-10-08 19:10:22.394115 | fa163e52-58d3-ed06-8336-000000004302 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-08 19:10:22.396137 | fa163e52-58d3-ed06-8336-000000004302 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:38.357468 | 6.59s 2025-10-08 19:10:22.408223 | fa163e52-58d3-ed06-8336-000000004302 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:38.369538 | 6.60s 2025-10-08 19:10:22.430634 | fa163e52-58d3-ed06-8336-0000000041d6 | TASK | Create Keystone admin endpoints 2025-10-08 19:10:22.545443 | fa163e52-58d3-ed06-8336-0000000041d6 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:38.506754 | 0.11s 2025-10-08 19:10:22.563153 | fa163e52-58d3-ed06-8336-0000000041d6 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:38.524482 | 0.13s 2025-10-08 19:10:22.575539 | fa163e52-58d3-ed06-8336-0000000041d6 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:38.536806 | 0.14s 2025-10-08 19:10:22.596230 | b51788a8-b329-42ed-b17e-c8b5d4fe9f82 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 19:10:22.606760 | 78088814-984c-459f-8e24-2741e0e9f8c6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 19:10:22.630516 | fa163e52-58d3-ed06-8336-000000004360 | TASK | Async creation of Keystone admin endpoint 2025-10-08 19:10:23.007552 | fa163e52-58d3-ed06-8336-000000004360 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-08 19:10:23.009833 | fa163e52-58d3-ed06-8336-000000004360 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:38.971150 | 0.38s 2025-10-08 19:10:23.358599 | fa163e52-58d3-ed06-8336-000000004360 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-08 19:10:23.359345 | fa163e52-58d3-ed06-8336-000000004360 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:39.320683 | 0.73s 2025-10-08 19:10:23.646777 | fa163e52-58d3-ed06-8336-000000004360 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-08 19:10:23.647399 | fa163e52-58d3-ed06-8336-000000004360 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:39.608739 | 1.02s 2025-10-08 19:10:23.966618 | fa163e52-58d3-ed06-8336-000000004360 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-08 19:10:23.968261 | fa163e52-58d3-ed06-8336-000000004360 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:39.929595 | 1.34s 2025-10-08 19:10:24.259345 | fa163e52-58d3-ed06-8336-000000004360 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-08 19:10:24.260829 | fa163e52-58d3-ed06-8336-000000004360 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:40.222168 | 1.63s 2025-10-08 19:10:24.550281 | fa163e52-58d3-ed06-8336-000000004360 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-08 19:10:24.550887 | fa163e52-58d3-ed06-8336-000000004360 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:40.512228 | 1.92s 2025-10-08 19:10:24.846945 | fa163e52-58d3-ed06-8336-000000004360 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-08 19:10:24.848160 | fa163e52-58d3-ed06-8336-000000004360 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:40.809500 | 2.22s 2025-10-08 19:10:25.242430 | fa163e52-58d3-ed06-8336-000000004360 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-08 19:10:25.243700 | fa163e52-58d3-ed06-8336-000000004360 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:41.205040 | 2.61s 2025-10-08 19:10:25.586853 | fa163e52-58d3-ed06-8336-000000004360 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-08 19:10:25.588349 | fa163e52-58d3-ed06-8336-000000004360 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:41.549687 | 2.96s 2025-10-08 19:10:25.857985 | fa163e52-58d3-ed06-8336-000000004360 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-08 19:10:25.858806 | fa163e52-58d3-ed06-8336-000000004360 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:41.820143 | 3.23s 2025-10-08 19:10:25.867302 | fa163e52-58d3-ed06-8336-000000004360 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:41.828629 | 3.24s 2025-10-08 19:10:25.890253 | fa163e52-58d3-ed06-8336-000000004362 | TASK | Check Keystone admin endpoint status 2025-10-08 19:10:26.126252 | fa163e52-58d3-ed06-8336-000000004362 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-08 19:10:26.128696 | fa163e52-58d3-ed06-8336-000000004362 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:42.089989 | 0.24s 2025-10-08 19:10:26.386770 | fa163e52-58d3-ed06-8336-000000004362 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-08 19:10:26.387650 | fa163e52-58d3-ed06-8336-000000004362 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:42.348986 | 0.50s 2025-10-08 19:10:26.617895 | fa163e52-58d3-ed06-8336-000000004362 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-08 19:10:26.620077 | fa163e52-58d3-ed06-8336-000000004362 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:42.581412 | 0.73s 2025-10-08 19:10:26.962759 | fa163e52-58d3-ed06-8336-000000004362 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-08 19:10:26.964951 | fa163e52-58d3-ed06-8336-000000004362 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:42.926286 | 1.07s 2025-10-08 19:10:27.273181 | fa163e52-58d3-ed06-8336-000000004362 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-08 19:10:27.274629 | fa163e52-58d3-ed06-8336-000000004362 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:43.235958 | 1.38s 2025-10-08 19:10:27.621023 | fa163e52-58d3-ed06-8336-000000004362 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-08 19:10:27.622210 | fa163e52-58d3-ed06-8336-000000004362 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:43.583542 | 1.73s 2025-10-08 19:10:27.902851 | fa163e52-58d3-ed06-8336-000000004362 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-08 19:10:27.905380 | fa163e52-58d3-ed06-8336-000000004362 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:43.866703 | 2.01s 2025-10-08 19:10:28.206883 | fa163e52-58d3-ed06-8336-000000004362 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-08 19:10:28.209275 | fa163e52-58d3-ed06-8336-000000004362 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.170610 | 2.32s 2025-10-08 19:10:28.525978 | fa163e52-58d3-ed06-8336-000000004362 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-08 19:10:28.526776 | fa163e52-58d3-ed06-8336-000000004362 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.488114 | 2.63s 2025-10-08 19:10:28.878404 | fa163e52-58d3-ed06-8336-000000004362 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-08 19:10:28.879399 | fa163e52-58d3-ed06-8336-000000004362 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.840735 | 2.99s 2025-10-08 19:10:28.896952 | fa163e52-58d3-ed06-8336-000000004362 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.858273 | 3.01s 2025-10-08 19:10:28.926691 | fa163e52-58d3-ed06-8336-000000004367 | TASK | Async creation of Keystone admin endpoint 2025-10-08 19:10:29.387721 | fa163e52-58d3-ed06-8336-000000004367 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-08 19:10:29.388878 | fa163e52-58d3-ed06-8336-000000004367 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:45.350209 | 0.46s 2025-10-08 19:10:29.696829 | fa163e52-58d3-ed06-8336-000000004367 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-08 19:10:29.698156 | fa163e52-58d3-ed06-8336-000000004367 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:45.659486 | 0.77s 2025-10-08 19:10:30.104018 | fa163e52-58d3-ed06-8336-000000004367 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-08 19:10:30.105023 | fa163e52-58d3-ed06-8336-000000004367 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:46.066362 | 1.18s 2025-10-08 19:10:30.352826 | fa163e52-58d3-ed06-8336-000000004367 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-08 19:10:30.353810 | fa163e52-58d3-ed06-8336-000000004367 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:46.315142 | 1.42s 2025-10-08 19:10:30.360596 | fa163e52-58d3-ed06-8336-000000004367 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:46.321932 | 1.43s 2025-10-08 19:10:30.382320 | fa163e52-58d3-ed06-8336-000000004369 | TASK | Check Keystone admin endpoint status 2025-10-08 19:10:30.683542 | fa163e52-58d3-ed06-8336-000000004369 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-08 19:10:35.924113 | fa163e52-58d3-ed06-8336-000000004369 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-08 19:10:35.926530 | fa163e52-58d3-ed06-8336-000000004369 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:51.887850 | 5.54s 2025-10-08 19:10:36.155820 | fa163e52-58d3-ed06-8336-000000004369 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-08 19:10:36.158153 | fa163e52-58d3-ed06-8336-000000004369 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:52.119458 | 5.77s 2025-10-08 19:10:36.427127 | fa163e52-58d3-ed06-8336-000000004369 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-08 19:10:36.429293 | fa163e52-58d3-ed06-8336-000000004369 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:52.390625 | 6.04s 2025-10-08 19:10:36.643096 | fa163e52-58d3-ed06-8336-000000004369 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-08 19:10:36.645345 | fa163e52-58d3-ed06-8336-000000004369 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:52.606674 | 6.26s 2025-10-08 19:10:36.657195 | fa163e52-58d3-ed06-8336-000000004369 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:52.618510 | 6.27s 2025-10-08 19:10:36.684182 | fa163e52-58d3-ed06-8336-0000000041db | TASK | Create Keystone internal endpoints 2025-10-08 19:10:36.769648 | fa163e52-58d3-ed06-8336-0000000041db | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:52.730954 | 0.08s 2025-10-08 19:10:36.787273 | fa163e52-58d3-ed06-8336-0000000041db | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:52.748589 | 0.10s 2025-10-08 19:10:36.797247 | fa163e52-58d3-ed06-8336-0000000041db | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:52.758568 | 0.11s 2025-10-08 19:10:36.816115 | 89ffa714-d8a3-4387-883f-e5dd7585bd14 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 19:10:36.827231 | 627a1524-06ea-4a6a-b003-558536a33bf0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 19:10:36.850772 | fa163e52-58d3-ed06-8336-0000000043c5 | TASK | Async creation of Keystone internal endpoint 2025-10-08 19:10:37.232283 | fa163e52-58d3-ed06-8336-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-08 19:10:37.235564 | fa163e52-58d3-ed06-8336-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:53.196885 | 0.38s 2025-10-08 19:10:37.583759 | fa163e52-58d3-ed06-8336-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-08 19:10:37.585711 | fa163e52-58d3-ed06-8336-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:53.547044 | 0.73s 2025-10-08 19:10:37.907689 | fa163e52-58d3-ed06-8336-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-08 19:10:37.908323 | fa163e52-58d3-ed06-8336-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:53.869664 | 1.06s 2025-10-08 19:10:38.230313 | fa163e52-58d3-ed06-8336-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-08 19:10:38.231655 | fa163e52-58d3-ed06-8336-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:54.192982 | 1.38s 2025-10-08 19:10:38.514201 | fa163e52-58d3-ed06-8336-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-08 19:10:38.514959 | fa163e52-58d3-ed06-8336-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:54.476298 | 1.66s 2025-10-08 19:10:38.872866 | fa163e52-58d3-ed06-8336-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-08 19:10:38.873606 | fa163e52-58d3-ed06-8336-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:54.834945 | 2.02s 2025-10-08 19:10:39.221560 | fa163e52-58d3-ed06-8336-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-08 19:10:39.222633 | fa163e52-58d3-ed06-8336-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:55.183967 | 2.37s 2025-10-08 19:10:39.537954 | fa163e52-58d3-ed06-8336-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-08 19:10:39.539302 | fa163e52-58d3-ed06-8336-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:55.500628 | 2.69s 2025-10-08 19:10:39.800685 | fa163e52-58d3-ed06-8336-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-08 19:10:39.801424 | fa163e52-58d3-ed06-8336-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:55.762764 | 2.95s 2025-10-08 19:10:40.091962 | fa163e52-58d3-ed06-8336-0000000043c5 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-08 19:10:40.092587 | fa163e52-58d3-ed06-8336-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:56.053927 | 3.24s 2025-10-08 19:10:40.096199 | fa163e52-58d3-ed06-8336-0000000043c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:56.057542 | 3.24s 2025-10-08 19:10:40.112242 | fa163e52-58d3-ed06-8336-0000000043c7 | TASK | Check Keystone internal endpoint status 2025-10-08 19:10:40.410499 | fa163e52-58d3-ed06-8336-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-08 19:10:40.411453 | fa163e52-58d3-ed06-8336-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:56.372790 | 0.30s 2025-10-08 19:10:40.693790 | fa163e52-58d3-ed06-8336-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-08 19:10:40.694711 | fa163e52-58d3-ed06-8336-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:56.656045 | 0.58s 2025-10-08 19:10:41.108035 | fa163e52-58d3-ed06-8336-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-08 19:10:41.108773 | fa163e52-58d3-ed06-8336-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.070111 | 1.00s 2025-10-08 19:10:41.390489 | fa163e52-58d3-ed06-8336-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-08 19:10:41.392414 | fa163e52-58d3-ed06-8336-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.353745 | 1.28s 2025-10-08 19:10:41.631952 | fa163e52-58d3-ed06-8336-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-08 19:10:41.633136 | fa163e52-58d3-ed06-8336-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.594469 | 1.52s 2025-10-08 19:10:41.822559 | fa163e52-58d3-ed06-8336-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-08 19:10:41.824550 | fa163e52-58d3-ed06-8336-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.785883 | 1.71s 2025-10-08 19:10:42.010139 | fa163e52-58d3-ed06-8336-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-08 19:10:42.011485 | fa163e52-58d3-ed06-8336-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.972810 | 1.90s 2025-10-08 19:10:42.211649 | fa163e52-58d3-ed06-8336-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-08 19:10:42.213649 | fa163e52-58d3-ed06-8336-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:58.174976 | 2.10s 2025-10-08 19:10:42.452408 | fa163e52-58d3-ed06-8336-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-08 19:10:42.454490 | fa163e52-58d3-ed06-8336-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:58.415821 | 2.34s 2025-10-08 19:10:42.732184 | fa163e52-58d3-ed06-8336-0000000043c7 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-08 19:10:42.732851 | fa163e52-58d3-ed06-8336-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:58.694191 | 2.62s 2025-10-08 19:10:42.742291 | fa163e52-58d3-ed06-8336-0000000043c7 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:58.703626 | 2.63s 2025-10-08 19:10:42.763453 | fa163e52-58d3-ed06-8336-0000000043cc | TASK | Async creation of Keystone internal endpoint 2025-10-08 19:10:43.107508 | fa163e52-58d3-ed06-8336-0000000043cc | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-08 19:10:43.111008 | fa163e52-58d3-ed06-8336-0000000043cc | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:59.072340 | 0.35s 2025-10-08 19:10:43.503198 | fa163e52-58d3-ed06-8336-0000000043cc | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-08 19:10:43.503895 | fa163e52-58d3-ed06-8336-0000000043cc | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:59.465235 | 0.74s 2025-10-08 19:10:43.770695 | fa163e52-58d3-ed06-8336-0000000043cc | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-08 19:10:43.771940 | fa163e52-58d3-ed06-8336-0000000043cc | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:59.733274 | 1.01s 2025-10-08 19:10:44.054524 | fa163e52-58d3-ed06-8336-0000000043cc | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-08 19:10:44.055092 | fa163e52-58d3-ed06-8336-0000000043cc | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:00.016433 | 1.29s 2025-10-08 19:10:44.064224 | fa163e52-58d3-ed06-8336-0000000043cc | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:00.025551 | 1.30s 2025-10-08 19:10:44.085892 | fa163e52-58d3-ed06-8336-0000000043ce | TASK | Check Keystone internal endpoint status 2025-10-08 19:10:44.320702 | fa163e52-58d3-ed06-8336-0000000043ce | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-08 19:10:49.607074 | fa163e52-58d3-ed06-8336-0000000043ce | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-08 19:10:49.609252 | fa163e52-58d3-ed06-8336-0000000043ce | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:05.570580 | 5.52s 2025-10-08 19:10:49.890183 | fa163e52-58d3-ed06-8336-0000000043ce | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-08 19:10:49.891850 | fa163e52-58d3-ed06-8336-0000000043ce | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:05.853185 | 5.80s 2025-10-08 19:10:50.232270 | fa163e52-58d3-ed06-8336-0000000043ce | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-08 19:10:50.233560 | fa163e52-58d3-ed06-8336-0000000043ce | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:06.194892 | 6.15s 2025-10-08 19:10:50.540295 | fa163e52-58d3-ed06-8336-0000000043ce | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-08 19:10:50.542631 | fa163e52-58d3-ed06-8336-0000000043ce | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:06.503958 | 6.46s 2025-10-08 19:10:50.554501 | fa163e52-58d3-ed06-8336-0000000043ce | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:06.515819 | 6.47s 2025-10-08 19:10:50.576871 | fa163e52-58d3-ed06-8336-000000003d22 | TASK | Run cleanup tasks 2025-10-08 19:10:50.645982 | fa163e52-58d3-ed06-8336-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:22:06.607289 | 0.07s 2025-10-08 19:10:50.668653 | d71212b7-c404-43f0-ab45-847abdaf44a9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-08 19:10:50.734822 | fa163e52-58d3-ed06-8336-000000004426 | TASK | Get list of enabled services 2025-10-08 19:10:53.569762 | fa163e52-58d3-ed06-8336-000000004426 | CHANGED | Get list of enabled services | undercloud 2025-10-08 19:10:53.571139 | fa163e52-58d3-ed06-8336-000000004426 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:22:09.532468 | 2.84s 2025-10-08 19:10:53.590368 | fa163e52-58d3-ed06-8336-000000004427 | TASK | List services to be disabled 2025-10-08 19:10:53.677057 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-08 19:10:53.714897 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-08 19:10:53.750075 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-08 19:10:53.777613 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-08 19:10:53.806199 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-08 19:10:53.833619 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-08 19:10:53.859406 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-08 19:10:53.887073 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-08 19:10:53.913617 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-08 19:10:53.940283 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-08 19:10:53.966508 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-08 19:10:53.991950 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-08 19:10:54.018515 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-08 19:10:54.045109 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-08 19:10:54.069987 | fa163e52-58d3-ed06-8336-000000004427 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-08 19:10:54.081820 | fa163e52-58d3-ed06-8336-000000004427 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:22:10.043149 | 0.49s 2025-10-08 19:10:54.098246 | fa163e52-58d3-ed06-8336-000000004428 | TASK | Delete keystone services not enabled 2025-10-08 19:10:54.126425 | fa163e52-58d3-ed06-8336-000000004428 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:22:10.087748 | 0.03s 2025-10-08 19:10:54.142812 | fa163e52-58d3-ed06-8336-000000003d23 | TASK | Create Keystone Roles 2025-10-08 19:10:54.236092 | fa163e52-58d3-ed06-8336-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:10.197378 | 0.09s 2025-10-08 19:10:54.255382 | fa163e52-58d3-ed06-8336-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:10.216716 | 0.11s 2025-10-08 19:10:54.261057 | fa163e52-58d3-ed06-8336-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:10.222385 | 0.12s 2025-10-08 19:10:54.269795 | 90bc027f-9e30-4e81-a2f2-74470763d3b7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-08 19:10:54.275483 | 495c5a66-cfab-4413-a753-4ffc011e0872 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-08 19:10:54.336024 | fa163e52-58d3-ed06-8336-000000004596 | TASK | Async creation of Keystone role 2025-10-08 19:10:54.665815 | fa163e52-58d3-ed06-8336-000000004596 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-08 19:10:54.667252 | fa163e52-58d3-ed06-8336-000000004596 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:10.628579 | 0.33s 2025-10-08 19:10:54.974866 | fa163e52-58d3-ed06-8336-000000004596 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-08 19:10:54.975462 | fa163e52-58d3-ed06-8336-000000004596 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:10.936802 | 0.64s 2025-10-08 19:10:55.286700 | fa163e52-58d3-ed06-8336-000000004596 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-08 19:10:55.287267 | fa163e52-58d3-ed06-8336-000000004596 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:11.248608 | 0.95s 2025-10-08 19:10:55.545879 | fa163e52-58d3-ed06-8336-000000004596 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-08 19:10:55.547478 | fa163e52-58d3-ed06-8336-000000004596 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:11.508810 | 1.21s 2025-10-08 19:10:55.818242 | fa163e52-58d3-ed06-8336-000000004596 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-08 19:10:55.819205 | fa163e52-58d3-ed06-8336-000000004596 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:11.780537 | 1.48s 2025-10-08 19:10:56.077662 | fa163e52-58d3-ed06-8336-000000004596 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-08 19:10:56.078385 | fa163e52-58d3-ed06-8336-000000004596 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:12.039725 | 1.74s 2025-10-08 19:10:56.345533 | fa163e52-58d3-ed06-8336-000000004596 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-08 19:10:56.346118 | fa163e52-58d3-ed06-8336-000000004596 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:12.307459 | 2.01s 2025-10-08 19:10:56.590856 | fa163e52-58d3-ed06-8336-000000004596 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-08 19:10:56.591427 | fa163e52-58d3-ed06-8336-000000004596 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:12.552767 | 2.25s 2025-10-08 19:10:56.845992 | fa163e52-58d3-ed06-8336-000000004596 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-08 19:10:56.846929 | fa163e52-58d3-ed06-8336-000000004596 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:12.808268 | 2.51s 2025-10-08 19:10:57.095651 | fa163e52-58d3-ed06-8336-000000004596 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-08 19:10:57.096581 | fa163e52-58d3-ed06-8336-000000004596 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:13.057918 | 2.76s 2025-10-08 19:10:57.100789 | fa163e52-58d3-ed06-8336-000000004596 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:13.062130 | 2.76s 2025-10-08 19:10:57.117096 | fa163e52-58d3-ed06-8336-000000004598 | TASK | Check Keystone role status 2025-10-08 19:10:57.381244 | fa163e52-58d3-ed06-8336-000000004598 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-08 19:10:57.382390 | fa163e52-58d3-ed06-8336-000000004598 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:13.343722 | 0.26s 2025-10-08 19:10:57.568039 | fa163e52-58d3-ed06-8336-000000004598 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-08 19:10:57.569833 | fa163e52-58d3-ed06-8336-000000004598 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:13.531169 | 0.45s 2025-10-08 19:10:57.769817 | fa163e52-58d3-ed06-8336-000000004598 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-08 19:10:57.771365 | fa163e52-58d3-ed06-8336-000000004598 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:13.732704 | 0.65s 2025-10-08 19:10:57.991166 | fa163e52-58d3-ed06-8336-000000004598 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-08 19:10:57.992717 | fa163e52-58d3-ed06-8336-000000004598 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:13.954054 | 0.87s 2025-10-08 19:10:58.237411 | fa163e52-58d3-ed06-8336-000000004598 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-08 19:10:58.238191 | fa163e52-58d3-ed06-8336-000000004598 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:14.199529 | 1.12s 2025-10-08 19:10:58.520972 | fa163e52-58d3-ed06-8336-000000004598 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-08 19:10:58.523277 | fa163e52-58d3-ed06-8336-000000004598 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:14.484607 | 1.40s 2025-10-08 19:10:58.745937 | fa163e52-58d3-ed06-8336-000000004598 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-08 19:10:58.749125 | fa163e52-58d3-ed06-8336-000000004598 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:14.710456 | 1.63s 2025-10-08 19:10:59.079527 | fa163e52-58d3-ed06-8336-000000004598 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-08 19:10:59.080414 | fa163e52-58d3-ed06-8336-000000004598 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:15.041752 | 1.96s 2025-10-08 19:10:59.306826 | fa163e52-58d3-ed06-8336-000000004598 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-08 19:10:59.308230 | fa163e52-58d3-ed06-8336-000000004598 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:15.269563 | 2.19s 2025-10-08 19:10:59.517156 | fa163e52-58d3-ed06-8336-000000004598 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-08 19:10:59.518565 | fa163e52-58d3-ed06-8336-000000004598 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:15.479893 | 2.40s 2025-10-08 19:10:59.534912 | fa163e52-58d3-ed06-8336-000000004598 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:15.496243 | 2.42s 2025-10-08 19:10:59.559899 | fa163e52-58d3-ed06-8336-00000000459d | TASK | Async creation of Keystone role 2025-10-08 19:10:59.866976 | fa163e52-58d3-ed06-8336-00000000459d | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-08 19:10:59.867871 | fa163e52-58d3-ed06-8336-00000000459d | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:15.829205 | 0.31s 2025-10-08 19:11:00.098291 | fa163e52-58d3-ed06-8336-00000000459d | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-08 19:11:00.100044 | fa163e52-58d3-ed06-8336-00000000459d | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:16.061377 | 0.54s 2025-10-08 19:11:00.384891 | fa163e52-58d3-ed06-8336-00000000459d | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-08 19:11:00.385427 | fa163e52-58d3-ed06-8336-00000000459d | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:16.346767 | 0.82s 2025-10-08 19:11:00.388648 | fa163e52-58d3-ed06-8336-00000000459d | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:16.349983 | 0.83s 2025-10-08 19:11:00.407360 | fa163e52-58d3-ed06-8336-00000000459f | TASK | Check Keystone role status 2025-10-08 19:11:00.639652 | fa163e52-58d3-ed06-8336-00000000459f | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-08 19:11:05.856133 | fa163e52-58d3-ed06-8336-00000000459f | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-08 19:11:05.857003 | fa163e52-58d3-ed06-8336-00000000459f | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:21.818340 | 5.45s 2025-10-08 19:11:06.069610 | fa163e52-58d3-ed06-8336-00000000459f | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-08 19:11:06.070559 | fa163e52-58d3-ed06-8336-00000000459f | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:22.031896 | 5.66s 2025-10-08 19:11:06.295365 | fa163e52-58d3-ed06-8336-00000000459f | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-08 19:11:06.297234 | fa163e52-58d3-ed06-8336-00000000459f | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:22.258565 | 5.89s 2025-10-08 19:11:06.307243 | fa163e52-58d3-ed06-8336-00000000459f | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:22.268575 | 5.90s 2025-10-08 19:11:06.327007 | fa163e52-58d3-ed06-8336-000000003d25 | TASK | Create Keystone Users 2025-10-08 19:11:06.427632 | fa163e52-58d3-ed06-8336-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:22.388945 | 0.10s 2025-10-08 19:11:06.453905 | fa163e52-58d3-ed06-8336-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:22.415226 | 0.12s 2025-10-08 19:11:06.466383 | fa163e52-58d3-ed06-8336-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:22.427715 | 0.14s 2025-10-08 19:11:06.477967 | 8beb9b0f-dc1b-488f-bb44-96cea6bd651b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-08 19:11:06.484462 | bc3af72a-e387-4732-bc17-c738a05def7b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-08 19:11:06.534119 | fa163e52-58d3-ed06-8336-000000004747 | TASK | Check password of Keystone user 2025-10-08 19:11:07.775026 | fa163e52-58d3-ed06-8336-000000004747 | 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-08 19:11:07.776329 | fa163e52-58d3-ed06-8336-000000004747 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:23.737658 | 1.24s 2025-10-08 19:11:08.744638 | fa163e52-58d3-ed06-8336-000000004747 | 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-08 19:11:08.746344 | fa163e52-58d3-ed06-8336-000000004747 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:24.707671 | 2.21s 2025-10-08 19:11:09.656313 | fa163e52-58d3-ed06-8336-000000004747 | 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-08 19:11:09.657415 | fa163e52-58d3-ed06-8336-000000004747 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:25.618747 | 3.12s 2025-10-08 19:11:10.630320 | fa163e52-58d3-ed06-8336-000000004747 | 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-08 19:11:10.631210 | fa163e52-58d3-ed06-8336-000000004747 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:26.592542 | 4.10s 2025-10-08 19:11:11.651747 | fa163e52-58d3-ed06-8336-000000004747 | 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-08 19:11:11.653434 | fa163e52-58d3-ed06-8336-000000004747 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:27.614769 | 5.12s 2025-10-08 19:11:12.611313 | fa163e52-58d3-ed06-8336-000000004747 | 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-08 19:11:12.612864 | fa163e52-58d3-ed06-8336-000000004747 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:28.574203 | 6.08s 2025-10-08 19:11:13.567828 | fa163e52-58d3-ed06-8336-000000004747 | 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-08 19:11:13.569219 | fa163e52-58d3-ed06-8336-000000004747 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:29.530556 | 7.03s 2025-10-08 19:11:14.516197 | fa163e52-58d3-ed06-8336-000000004747 | 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-08 19:11:14.517176 | fa163e52-58d3-ed06-8336-000000004747 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:30.478513 | 7.98s 2025-10-08 19:11:15.569979 | fa163e52-58d3-ed06-8336-000000004747 | 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-08 19:11:15.570981 | fa163e52-58d3-ed06-8336-000000004747 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:31.532311 | 9.04s 2025-10-08 19:11:16.633049 | fa163e52-58d3-ed06-8336-000000004747 | 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-08 19:11:16.634029 | fa163e52-58d3-ed06-8336-000000004747 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:32.595361 | 10.10s 2025-10-08 19:11:16.640598 | fa163e52-58d3-ed06-8336-000000004747 | 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-08 19:11:16.641391 | fa163e52-58d3-ed06-8336-000000004747 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:32.602729 | 10.11s 2025-10-08 19:11:16.658470 | fa163e52-58d3-ed06-8336-000000004749 | TASK | Async creation of Keystone user 2025-10-08 19:11:17.050784 | fa163e52-58d3-ed06-8336-000000004749 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:17.051735 | fa163e52-58d3-ed06-8336-000000004749 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.013070 | 0.39s 2025-10-08 19:11:17.335247 | fa163e52-58d3-ed06-8336-000000004749 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:17.336791 | fa163e52-58d3-ed06-8336-000000004749 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.298127 | 0.68s 2025-10-08 19:11:17.659128 | fa163e52-58d3-ed06-8336-000000004749 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:17.661112 | fa163e52-58d3-ed06-8336-000000004749 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.622444 | 1.00s 2025-10-08 19:11:18.015601 | fa163e52-58d3-ed06-8336-000000004749 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:18.016348 | fa163e52-58d3-ed06-8336-000000004749 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.977687 | 1.36s 2025-10-08 19:11:18.338257 | fa163e52-58d3-ed06-8336-000000004749 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:18.338874 | fa163e52-58d3-ed06-8336-000000004749 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:34.300213 | 1.68s 2025-10-08 19:11:18.675362 | fa163e52-58d3-ed06-8336-000000004749 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:18.676233 | fa163e52-58d3-ed06-8336-000000004749 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:34.637570 | 2.02s 2025-10-08 19:11:19.034897 | fa163e52-58d3-ed06-8336-000000004749 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:19.041570 | fa163e52-58d3-ed06-8336-000000004749 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:35.002902 | 2.38s 2025-10-08 19:11:19.329634 | fa163e52-58d3-ed06-8336-000000004749 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:19.331036 | fa163e52-58d3-ed06-8336-000000004749 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:35.292376 | 2.67s 2025-10-08 19:11:19.630898 | fa163e52-58d3-ed06-8336-000000004749 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:19.632871 | fa163e52-58d3-ed06-8336-000000004749 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:35.594201 | 2.97s 2025-10-08 19:11:19.913380 | fa163e52-58d3-ed06-8336-000000004749 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:19.915137 | fa163e52-58d3-ed06-8336-000000004749 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:35.876472 | 3.26s 2025-10-08 19:11:19.925003 | fa163e52-58d3-ed06-8336-000000004749 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:19.925907 | fa163e52-58d3-ed06-8336-000000004749 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:35.887244 | 3.27s 2025-10-08 19:11:19.942363 | fa163e52-58d3-ed06-8336-00000000474b | TASK | Check Keystone user status 2025-10-08 19:11:20.224793 | fa163e52-58d3-ed06-8336-00000000474b | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:20.226812 | fa163e52-58d3-ed06-8336-00000000474b | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:36.188141 | 0.28s 2025-10-08 19:11:20.496865 | fa163e52-58d3-ed06-8336-00000000474b | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:20.499835 | fa163e52-58d3-ed06-8336-00000000474b | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:36.461163 | 0.56s 2025-10-08 19:11:20.724771 | fa163e52-58d3-ed06-8336-00000000474b | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:20.727965 | fa163e52-58d3-ed06-8336-00000000474b | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:36.689293 | 0.78s 2025-10-08 19:11:20.945560 | fa163e52-58d3-ed06-8336-00000000474b | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-08 19:11:26.146714 | fa163e52-58d3-ed06-8336-00000000474b | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:26.147954 | fa163e52-58d3-ed06-8336-00000000474b | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:42.109282 | 6.20s 2025-10-08 19:11:26.439265 | fa163e52-58d3-ed06-8336-00000000474b | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:26.439992 | fa163e52-58d3-ed06-8336-00000000474b | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:42.401331 | 6.50s 2025-10-08 19:11:26.710444 | fa163e52-58d3-ed06-8336-00000000474b | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:26.711420 | fa163e52-58d3-ed06-8336-00000000474b | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:42.672752 | 6.77s 2025-10-08 19:11:26.974533 | fa163e52-58d3-ed06-8336-00000000474b | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:26.976227 | fa163e52-58d3-ed06-8336-00000000474b | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:42.937559 | 7.03s 2025-10-08 19:11:27.266736 | fa163e52-58d3-ed06-8336-00000000474b | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:27.268486 | fa163e52-58d3-ed06-8336-00000000474b | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:43.229818 | 7.32s 2025-10-08 19:11:27.550514 | fa163e52-58d3-ed06-8336-00000000474b | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:27.552135 | fa163e52-58d3-ed06-8336-00000000474b | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:43.513465 | 7.61s 2025-10-08 19:11:27.779103 | fa163e52-58d3-ed06-8336-00000000474b | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:27.779685 | fa163e52-58d3-ed06-8336-00000000474b | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:43.741025 | 7.84s 2025-10-08 19:11:27.784516 | fa163e52-58d3-ed06-8336-00000000474b | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:27.785115 | fa163e52-58d3-ed06-8336-00000000474b | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:43.746457 | 7.84s 2025-10-08 19:11:27.800928 | fa163e52-58d3-ed06-8336-000000004750 | TASK | Check password of Keystone user 2025-10-08 19:11:28.696871 | fa163e52-58d3-ed06-8336-000000004750 | 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-08 19:11:28.698365 | fa163e52-58d3-ed06-8336-000000004750 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:44.659700 | 0.90s 2025-10-08 19:11:29.606596 | fa163e52-58d3-ed06-8336-000000004750 | 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-08 19:11:29.607891 | fa163e52-58d3-ed06-8336-000000004750 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:45.569228 | 1.81s 2025-10-08 19:11:30.568947 | fa163e52-58d3-ed06-8336-000000004750 | 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-08 19:11:30.569645 | fa163e52-58d3-ed06-8336-000000004750 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:46.530983 | 2.77s 2025-10-08 19:11:31.467537 | fa163e52-58d3-ed06-8336-000000004750 | 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-08 19:11:31.469277 | fa163e52-58d3-ed06-8336-000000004750 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:47.430606 | 3.67s 2025-10-08 19:11:32.415649 | fa163e52-58d3-ed06-8336-000000004750 | 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-08 19:11:32.416379 | fa163e52-58d3-ed06-8336-000000004750 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:48.377715 | 4.61s 2025-10-08 19:11:33.367272 | fa163e52-58d3-ed06-8336-000000004750 | 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-08 19:11:33.367953 | fa163e52-58d3-ed06-8336-000000004750 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:49.329292 | 5.57s 2025-10-08 19:11:34.383305 | fa163e52-58d3-ed06-8336-000000004750 | 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-08 19:11:34.384117 | fa163e52-58d3-ed06-8336-000000004750 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:50.345453 | 6.58s 2025-10-08 19:11:34.388931 | fa163e52-58d3-ed06-8336-000000004750 | 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-08 19:11:34.389762 | fa163e52-58d3-ed06-8336-000000004750 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:50.351100 | 6.59s 2025-10-08 19:11:34.405070 | fa163e52-58d3-ed06-8336-000000004752 | TASK | Async creation of Keystone user 2025-10-08 19:11:34.769950 | fa163e52-58d3-ed06-8336-000000004752 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:34.772697 | fa163e52-58d3-ed06-8336-000000004752 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:50.733987 | 0.37s 2025-10-08 19:11:35.053993 | fa163e52-58d3-ed06-8336-000000004752 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:35.056586 | fa163e52-58d3-ed06-8336-000000004752 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:51.017915 | 0.65s 2025-10-08 19:11:35.397749 | fa163e52-58d3-ed06-8336-000000004752 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:35.399415 | fa163e52-58d3-ed06-8336-000000004752 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:51.360752 | 0.99s 2025-10-08 19:11:35.724921 | fa163e52-58d3-ed06-8336-000000004752 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:35.725543 | fa163e52-58d3-ed06-8336-000000004752 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:51.686884 | 1.32s 2025-10-08 19:11:36.090978 | fa163e52-58d3-ed06-8336-000000004752 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:36.091674 | fa163e52-58d3-ed06-8336-000000004752 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:52.052999 | 1.69s 2025-10-08 19:11:36.376883 | fa163e52-58d3-ed06-8336-000000004752 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:36.377716 | fa163e52-58d3-ed06-8336-000000004752 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:52.339051 | 1.97s 2025-10-08 19:11:36.714996 | fa163e52-58d3-ed06-8336-000000004752 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:36.715595 | fa163e52-58d3-ed06-8336-000000004752 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:52.676935 | 2.31s 2025-10-08 19:11:36.718675 | fa163e52-58d3-ed06-8336-000000004752 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:11:36.719136 | fa163e52-58d3-ed06-8336-000000004752 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:52.680477 | 2.31s 2025-10-08 19:11:36.733803 | fa163e52-58d3-ed06-8336-000000004754 | TASK | Check Keystone user status 2025-10-08 19:11:37.019151 | fa163e52-58d3-ed06-8336-000000004754 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:37.019946 | fa163e52-58d3-ed06-8336-000000004754 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:52.981283 | 0.29s 2025-10-08 19:11:37.203553 | fa163e52-58d3-ed06-8336-000000004754 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-08 19:11:42.435127 | fa163e52-58d3-ed06-8336-000000004754 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:42.436567 | fa163e52-58d3-ed06-8336-000000004754 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:58.397896 | 5.70s 2025-10-08 19:11:42.675857 | fa163e52-58d3-ed06-8336-000000004754 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:42.677739 | fa163e52-58d3-ed06-8336-000000004754 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:58.639061 | 5.94s 2025-10-08 19:11:42.932896 | fa163e52-58d3-ed06-8336-000000004754 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:42.933578 | fa163e52-58d3-ed06-8336-000000004754 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:58.894917 | 6.20s 2025-10-08 19:11:43.236122 | fa163e52-58d3-ed06-8336-000000004754 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:43.237860 | fa163e52-58d3-ed06-8336-000000004754 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:59.199191 | 6.50s 2025-10-08 19:11:43.480187 | fa163e52-58d3-ed06-8336-000000004754 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:43.484221 | fa163e52-58d3-ed06-8336-000000004754 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:59.445546 | 6.75s 2025-10-08 19:11:43.739357 | fa163e52-58d3-ed06-8336-000000004754 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:43.741022 | fa163e52-58d3-ed06-8336-000000004754 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:59.702356 | 7.01s 2025-10-08 19:11:43.751168 | fa163e52-58d3-ed06-8336-000000004754 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:11:43.752873 | fa163e52-58d3-ed06-8336-000000004754 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:59.714206 | 7.02s 2025-10-08 19:11:43.773979 | fa163e52-58d3-ed06-8336-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-08 19:11:43.849329 | fa163e52-58d3-ed06-8336-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:59.810645 | 0.07s 2025-10-08 19:11:43.880435 | fa163e52-58d3-ed06-8336-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:59.841755 | 0.10s 2025-10-08 19:11:43.903028 | fa163e52-58d3-ed06-8336-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:59.864362 | 0.13s 2025-10-08 19:11:43.911390 | fa163e52-58d3-ed06-8336-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:59.872712 | 0.14s 2025-10-08 19:11:43.931790 | e7eefa1f-08cc-4626-8c1f-abc1f9a733d3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-08 19:11:43.940186 | 5994b1d9-90ec-4728-b688-a86efa731bed | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-08 19:11:43.946552 | 1da0b833-02d9-4f37-91b9-a3c17b05c933 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-08 19:11:44.021310 | fa163e52-58d3-ed06-8336-000000004964 | TASK | Async assignment of Keystone user per role 2025-10-08 19:11:44.118373 | fa163e52-58d3-ed06-8336-000000004964 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:00.079684 | 0.10s 2025-10-08 19:11:44.137251 | fa163e52-58d3-ed06-8336-000000004964 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:00.098581 | 0.12s 2025-10-08 19:11:44.150708 | fa163e52-58d3-ed06-8336-000000004964 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:00.112032 | 0.13s 2025-10-08 19:11:44.169418 | 198d3c5f-5eb1-4788-8039-841731ea3967 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 19:11:44.179467 | 333eadb1-5c09-480e-a261-ef477ee8fe8a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 19:11:44.203606 | fa163e52-58d3-ed06-8336-000000004b44 | TASK | Async assignment of Keystone user to roles 2025-10-08 19:11:44.575372 | fa163e52-58d3-ed06-8336-000000004b44 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-08 19:11:44.576311 | fa163e52-58d3-ed06-8336-000000004b44 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:00.537645 | 0.37s 2025-10-08 19:11:44.903074 | fa163e52-58d3-ed06-8336-000000004b44 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-08 19:11:44.903646 | fa163e52-58d3-ed06-8336-000000004b44 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:00.864986 | 0.70s 2025-10-08 19:11:45.201194 | fa163e52-58d3-ed06-8336-000000004b44 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-08 19:11:45.201786 | fa163e52-58d3-ed06-8336-000000004b44 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:01.163126 | 1.00s 2025-10-08 19:11:45.482615 | fa163e52-58d3-ed06-8336-000000004b44 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-08 19:11:45.483263 | fa163e52-58d3-ed06-8336-000000004b44 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:01.444603 | 1.28s 2025-10-08 19:11:45.789457 | fa163e52-58d3-ed06-8336-000000004b44 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-08 19:11:45.790484 | fa163e52-58d3-ed06-8336-000000004b44 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:01.751816 | 1.59s 2025-10-08 19:11:46.098118 | fa163e52-58d3-ed06-8336-000000004b44 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-08 19:11:46.098761 | fa163e52-58d3-ed06-8336-000000004b44 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:02.060101 | 1.89s 2025-10-08 19:11:46.406170 | fa163e52-58d3-ed06-8336-000000004b44 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-08 19:11:46.409190 | fa163e52-58d3-ed06-8336-000000004b44 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:02.370515 | 2.20s 2025-10-08 19:11:46.782897 | fa163e52-58d3-ed06-8336-000000004b44 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-08 19:11:46.783445 | fa163e52-58d3-ed06-8336-000000004b44 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:02.744786 | 2.58s 2025-10-08 19:11:47.035457 | fa163e52-58d3-ed06-8336-000000004b44 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-08 19:11:47.036160 | fa163e52-58d3-ed06-8336-000000004b44 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:02.997500 | 2.83s 2025-10-08 19:11:47.268825 | fa163e52-58d3-ed06-8336-000000004b44 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-08 19:11:47.270961 | fa163e52-58d3-ed06-8336-000000004b44 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:03.232292 | 3.07s 2025-10-08 19:11:47.281156 | fa163e52-58d3-ed06-8336-000000004b44 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:03.242488 | 3.08s 2025-10-08 19:11:47.297953 | fa163e52-58d3-ed06-8336-000000004b46 | TASK | Check Keystone user assignment to roles status 2025-10-08 19:11:47.517685 | fa163e52-58d3-ed06-8336-000000004b46 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 19:11:52.753561 | fa163e52-58d3-ed06-8336-000000004b46 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-08 19:11:52.754604 | fa163e52-58d3-ed06-8336-000000004b46 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:08.715937 | 5.46s 2025-10-08 19:11:53.018687 | fa163e52-58d3-ed06-8336-000000004b46 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-08 19:11:53.020720 | fa163e52-58d3-ed06-8336-000000004b46 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:08.982050 | 5.72s 2025-10-08 19:11:53.248834 | fa163e52-58d3-ed06-8336-000000004b46 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-08 19:11:53.249703 | fa163e52-58d3-ed06-8336-000000004b46 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:09.211005 | 5.95s 2025-10-08 19:11:53.499871 | fa163e52-58d3-ed06-8336-000000004b46 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-08 19:11:53.502474 | fa163e52-58d3-ed06-8336-000000004b46 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:09.463811 | 6.20s 2025-10-08 19:11:53.821305 | fa163e52-58d3-ed06-8336-000000004b46 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-08 19:11:53.822600 | fa163e52-58d3-ed06-8336-000000004b46 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:09.783940 | 6.52s 2025-10-08 19:11:53.991748 | fa163e52-58d3-ed06-8336-000000004b46 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-08 19:11:53.993623 | fa163e52-58d3-ed06-8336-000000004b46 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:09.954954 | 6.69s 2025-10-08 19:11:54.224009 | fa163e52-58d3-ed06-8336-000000004b46 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-08 19:11:54.224755 | fa163e52-58d3-ed06-8336-000000004b46 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:10.186094 | 6.93s 2025-10-08 19:11:54.478000 | fa163e52-58d3-ed06-8336-000000004b46 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-08 19:11:54.479157 | fa163e52-58d3-ed06-8336-000000004b46 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:10.440489 | 7.18s 2025-10-08 19:11:54.718834 | fa163e52-58d3-ed06-8336-000000004b46 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-08 19:11:54.719675 | fa163e52-58d3-ed06-8336-000000004b46 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:10.680996 | 7.42s 2025-10-08 19:11:54.922723 | fa163e52-58d3-ed06-8336-000000004b46 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-08 19:11:54.923470 | fa163e52-58d3-ed06-8336-000000004b46 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:10.884808 | 7.62s 2025-10-08 19:11:54.930787 | fa163e52-58d3-ed06-8336-000000004b46 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:10.892113 | 7.63s 2025-10-08 19:11:54.955273 | fa163e52-58d3-ed06-8336-000000004b4b | TASK | Async assignment of Keystone user to roles 2025-10-08 19:11:55.288406 | fa163e52-58d3-ed06-8336-000000004b4b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-08 19:11:55.289459 | fa163e52-58d3-ed06-8336-000000004b4b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:11.250792 | 0.33s 2025-10-08 19:11:55.558433 | fa163e52-58d3-ed06-8336-000000004b4b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-08 19:11:55.559260 | fa163e52-58d3-ed06-8336-000000004b4b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:11.520597 | 0.60s 2025-10-08 19:11:55.876577 | fa163e52-58d3-ed06-8336-000000004b4b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-08 19:11:55.877532 | fa163e52-58d3-ed06-8336-000000004b4b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:11.838867 | 0.92s 2025-10-08 19:11:56.203490 | fa163e52-58d3-ed06-8336-000000004b4b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-08 19:11:56.204273 | fa163e52-58d3-ed06-8336-000000004b4b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:12.165612 | 1.25s 2025-10-08 19:11:56.496105 | fa163e52-58d3-ed06-8336-000000004b4b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-08 19:11:56.496762 | fa163e52-58d3-ed06-8336-000000004b4b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:12.458099 | 1.54s 2025-10-08 19:11:56.834552 | fa163e52-58d3-ed06-8336-000000004b4b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-08 19:11:56.835153 | fa163e52-58d3-ed06-8336-000000004b4b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:12.796492 | 1.88s 2025-10-08 19:11:57.142830 | fa163e52-58d3-ed06-8336-000000004b4b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-08 19:11:57.144484 | fa163e52-58d3-ed06-8336-000000004b4b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:13.105815 | 2.19s 2025-10-08 19:11:57.152017 | fa163e52-58d3-ed06-8336-000000004b4b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:13.113338 | 2.20s 2025-10-08 19:11:57.173643 | fa163e52-58d3-ed06-8336-000000004b4d | TASK | Check Keystone user assignment to roles status 2025-10-08 19:11:57.394409 | fa163e52-58d3-ed06-8336-000000004b4d | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 19:12:02.610938 | fa163e52-58d3-ed06-8336-000000004b4d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-08 19:12:02.614001 | fa163e52-58d3-ed06-8336-000000004b4d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:18.575311 | 5.44s 2025-10-08 19:12:02.830519 | fa163e52-58d3-ed06-8336-000000004b4d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-08 19:12:02.831321 | fa163e52-58d3-ed06-8336-000000004b4d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:18.792658 | 5.66s 2025-10-08 19:12:03.053912 | fa163e52-58d3-ed06-8336-000000004b4d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-08 19:12:03.054494 | fa163e52-58d3-ed06-8336-000000004b4d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:19.015835 | 5.88s 2025-10-08 19:12:03.253735 | fa163e52-58d3-ed06-8336-000000004b4d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-08 19:12:03.255856 | fa163e52-58d3-ed06-8336-000000004b4d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:19.217182 | 6.08s 2025-10-08 19:12:03.483166 | fa163e52-58d3-ed06-8336-000000004b4d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-08 19:12:03.484295 | fa163e52-58d3-ed06-8336-000000004b4d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:19.445628 | 6.31s 2025-10-08 19:12:03.742018 | fa163e52-58d3-ed06-8336-000000004b4d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-08 19:12:03.742854 | fa163e52-58d3-ed06-8336-000000004b4d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:19.704191 | 6.57s 2025-10-08 19:12:03.965999 | fa163e52-58d3-ed06-8336-000000004b4d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-08 19:12:03.966843 | fa163e52-58d3-ed06-8336-000000004b4d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:19.928180 | 6.79s 2025-10-08 19:12:03.980665 | fa163e52-58d3-ed06-8336-000000004b4d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:19.941983 | 6.81s 2025-10-08 19:12:04.000472 | fa163e52-58d3-ed06-8336-000000004969 | TASK | Async assignment of Keystone user per role 2025-10-08 19:12:04.070382 | fa163e52-58d3-ed06-8336-000000004969 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:20.031697 | 0.07s 2025-10-08 19:12:04.078335 | fa163e52-58d3-ed06-8336-000000004969 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:20.039644 | 0.08s 2025-10-08 19:12:04.095069 | 472a0d88-389b-409d-9bb7-b30b93db4a28 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 19:12:04.123599 | fa163e52-58d3-ed06-8336-000000004bb5 | TASK | Async assignment of Keystone user to roles 2025-10-08 19:12:04.474740 | fa163e52-58d3-ed06-8336-000000004bb5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-08 19:12:04.476025 | fa163e52-58d3-ed06-8336-000000004bb5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:20.437352 | 0.35s 2025-10-08 19:12:04.482071 | fa163e52-58d3-ed06-8336-000000004bb5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:20.443403 | 0.36s 2025-10-08 19:12:04.501039 | fa163e52-58d3-ed06-8336-000000004bb7 | TASK | Check Keystone user assignment to roles status 2025-10-08 19:12:04.761125 | fa163e52-58d3-ed06-8336-000000004bb7 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 19:12:09.973302 | fa163e52-58d3-ed06-8336-000000004bb7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-08 19:12:09.974316 | fa163e52-58d3-ed06-8336-000000004bb7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:25.935651 | 5.47s 2025-10-08 19:12:09.985874 | fa163e52-58d3-ed06-8336-000000004bb7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:25.947204 | 5.48s 2025-10-08 19:12:10.001226 | fa163e52-58d3-ed06-8336-00000000496e | TASK | Async assignment of Keystone user per role 2025-10-08 19:12:10.089712 | fa163e52-58d3-ed06-8336-00000000496e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:26.051035 | 0.09s 2025-10-08 19:12:10.094856 | fa163e52-58d3-ed06-8336-00000000496e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:26.056190 | 0.09s 2025-10-08 19:12:10.103041 | da7c3594-0808-4864-ac66-c42a0eadeaac | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 19:12:10.122678 | fa163e52-58d3-ed06-8336-000000004bd9 | TASK | Async assignment of Keystone user to roles 2025-10-08 19:12:10.467991 | fa163e52-58d3-ed06-8336-000000004bd9 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-08 19:12:10.469498 | fa163e52-58d3-ed06-8336-000000004bd9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:26.430819 | 0.35s 2025-10-08 19:12:10.796584 | fa163e52-58d3-ed06-8336-000000004bd9 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-08 19:12:10.797650 | fa163e52-58d3-ed06-8336-000000004bd9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:26.758983 | 0.67s 2025-10-08 19:12:11.105262 | fa163e52-58d3-ed06-8336-000000004bd9 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-08 19:12:11.106259 | fa163e52-58d3-ed06-8336-000000004bd9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:27.067591 | 0.98s 2025-10-08 19:12:11.112918 | fa163e52-58d3-ed06-8336-000000004bd9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:27.074252 | 0.99s 2025-10-08 19:12:11.134937 | fa163e52-58d3-ed06-8336-000000004bdb | TASK | Check Keystone user assignment to roles status 2025-10-08 19:12:11.429419 | fa163e52-58d3-ed06-8336-000000004bdb | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 19:12:16.657762 | fa163e52-58d3-ed06-8336-000000004bdb | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-08 19:12:16.658881 | fa163e52-58d3-ed06-8336-000000004bdb | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:32.620214 | 5.52s 2025-10-08 19:12:16.939624 | fa163e52-58d3-ed06-8336-000000004bdb | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-08 19:12:16.940572 | fa163e52-58d3-ed06-8336-000000004bdb | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:32.901908 | 5.80s 2025-10-08 19:12:17.169205 | fa163e52-58d3-ed06-8336-000000004bdb | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-08 19:12:17.170361 | fa163e52-58d3-ed06-8336-000000004bdb | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:33.131694 | 6.03s 2025-10-08 19:12:17.177192 | fa163e52-58d3-ed06-8336-000000004bdb | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:33.138533 | 6.04s 2025-10-08 19:12:17.205575 | fa163e52-58d3-ed06-8336-000000003ced | TASK | is Keystone LDAP enabled 2025-10-08 19:12:17.252728 | fa163e52-58d3-ed06-8336-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-08 19:12:17.253575 | fa163e52-58d3-ed06-8336-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:23:33.214913 | 0.05s 2025-10-08 19:12:17.268047 | fa163e52-58d3-ed06-8336-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-08 19:12:17.306114 | fa163e52-58d3-ed06-8336-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-08 19:12:17.307145 | fa163e52-58d3-ed06-8336-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:23:33.268477 | 0.04s 2025-10-08 19:12:17.323239 | fa163e52-58d3-ed06-8336-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-08 19:12:17.354865 | fa163e52-58d3-ed06-8336-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-08 19:12:17.355886 | fa163e52-58d3-ed06-8336-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:23:33.317218 | 0.03s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-08 19:12:17.473251 | fa163e52-58d3-ed06-8336-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-08 19:12:17.499649 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000e2') missing from stats 2025-10-08 19:12:17.523885 | fa163e52-58d3-ed06-8336-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-08 19:12:17.991621 | fa163e52-58d3-ed06-8336-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-08 19:12:17.992585 | fa163e52-58d3-ed06-8336-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:23:33.953922 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 19:12:18.042020 | fa163e52-58d3-ed06-8336-0000000000e4 | TIMING | include_tasks | standalone | 0:23:34.003351 | 0.03s 2025-10-08 19:12:18.066961 | e6b848e9-b9ab-4c88-bc05-ca2e90fa80a5 | INCLUDED | /root/standalone-ansible-qdhs7aqd/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-08 19:12:18.090726 | fa163e52-58d3-ed06-8336-000000004c1d | TASK | Create virtqemud recovery script 2025-10-08 19:12:18.640152 | fa163e52-58d3-ed06-8336-000000004c1d | CHANGED | Create virtqemud recovery script | standalone 2025-10-08 19:12:18.641778 | fa163e52-58d3-ed06-8336-000000004c1d | TIMING | Create virtqemud recovery script | standalone | 0:23:34.603110 | 0.55s 2025-10-08 19:12:18.662032 | fa163e52-58d3-ed06-8336-000000004c1e | TASK | Create virtqemud recovery trigger service 2025-10-08 19:12:19.125672 | fa163e52-58d3-ed06-8336-000000004c1e | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-08 19:12:19.127037 | fa163e52-58d3-ed06-8336-000000004c1e | TIMING | Create virtqemud recovery trigger service | standalone | 0:23:35.088375 | 0.46s 2025-10-08 19:12:19.146633 | fa163e52-58d3-ed06-8336-000000004c1f | TASK | Create virtqemud recovery trigger timer 2025-10-08 19:12:19.608598 | fa163e52-58d3-ed06-8336-000000004c1f | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-08 19:12:19.610141 | fa163e52-58d3-ed06-8336-000000004c1f | TIMING | Create virtqemud recovery trigger timer | standalone | 0:23:35.571478 | 0.46s 2025-10-08 19:12:19.630320 | fa163e52-58d3-ed06-8336-000000004c20 | TASK | Enable virtqemud recovery trigger service 2025-10-08 19:12:20.675881 | fa163e52-58d3-ed06-8336-000000004c20 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-08 19:12:20.677512 | fa163e52-58d3-ed06-8336-000000004c20 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:36.638846 | 1.05s 2025-10-08 19:12:20.702605 | fa163e52-58d3-ed06-8336-000000004c21 | TASK | Enable virtqemud recovery trigger timer 2025-10-08 19:12:21.828179 | fa163e52-58d3-ed06-8336-000000004c21 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-08 19:12:21.829586 | fa163e52-58d3-ed06-8336-000000004c21 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:37.790920 | 1.13s 2025-10-08 19:12:21.854485 | fa163e52-58d3-ed06-8336-000000004c22 | TASK | Really enable virtqemud recovery trigger timer 2025-10-08 19:12:22.420625 | fa163e52-58d3-ed06-8336-000000004c22 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-08 19:12:22.421863 | fa163e52-58d3-ed06-8336-000000004c22 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:38.383194 | 0.57s 2025-10-08 19:12:22.442263 | fa163e52-58d3-ed06-8336-000000004c24 | TASK | Create systemd file 2025-10-08 19:12:22.995897 | fa163e52-58d3-ed06-8336-000000004c24 | CHANGED | Create systemd file | standalone 2025-10-08 19:12:22.997650 | fa163e52-58d3-ed06-8336-000000004c24 | TIMING | Create systemd file | standalone | 0:23:38.958983 | 0.55s 2025-10-08 19:12:23.018973 | fa163e52-58d3-ed06-8336-000000004c25 | TASK | Reload systemd 2025-10-08 19:12:23.780991 | fa163e52-58d3-ed06-8336-000000004c25 | CHANGED | Reload systemd | standalone 2025-10-08 19:12:23.782126 | fa163e52-58d3-ed06-8336-000000004c25 | TIMING | Reload systemd | standalone | 0:23:39.743462 | 0.76s 2025-10-08 19:12:23.807682 | fa163e52-58d3-ed06-8336-000000004c28 | TASK | Start OVN container 2025-10-08 19:12:23.846364 | fa163e52-58d3-ed06-8336-000000004c28 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-08 19:12:23.859964 | fa163e52-58d3-ed06-8336-000000004c28 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-08 19:12:23.870376 | fa163e52-58d3-ed06-8336-000000004c28 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-08 19:12:23.918226 | fa163e52-58d3-ed06-8336-000000004c28 | TIMING | Start OVN container | standalone | 0:23:39.879554 | 0.11s 2025-10-08 19:12:23.942115 | fa163e52-58d3-ed06-8336-000000004c2a | TASK | Set NB connection 2025-10-08 19:12:23.980894 | fa163e52-58d3-ed06-8336-000000004c2a | SKIPPED | Set NB connection | standalone 2025-10-08 19:12:23.981899 | fa163e52-58d3-ed06-8336-000000004c2a | TIMING | Set NB connection | standalone | 0:23:39.943234 | 0.04s 2025-10-08 19:12:24.005000 | fa163e52-58d3-ed06-8336-000000004c2b | TASK | Set SB connection 2025-10-08 19:12:24.044557 | fa163e52-58d3-ed06-8336-000000004c2b | SKIPPED | Set SB connection | standalone 2025-10-08 19:12:24.045641 | fa163e52-58d3-ed06-8336-000000004c2b | TIMING | Set SB connection | standalone | 0:23:40.006975 | 0.04s 2025-10-08 19:12:24.069730 | fa163e52-58d3-ed06-8336-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-08 19:12:24.296617 | fa163e52-58d3-ed06-8336-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-08 19:12:24.298219 | fa163e52-58d3-ed06-8336-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:40.259558 | 0.23s 2025-10-08 19:12:24.387455 | fa163e52-58d3-ed06-8336-0000000000e7 | TIMING | include_tasks | standalone | 0:23:40.348784 | 0.07s 2025-10-08 19:12:24.410393 | 373da116-140b-41e6-abb7-52d46e9752e2 | INCLUDED | /root/standalone-ansible-qdhs7aqd/common_deploy_steps_tasks.yaml | standalone 2025-10-08 19:12:24.434244 | fa163e52-58d3-ed06-8336-000000004c5a | TASK | Write the config_step hieradata 2025-10-08 19:12:24.895161 | fa163e52-58d3-ed06-8336-000000004c5a | OK | Write the config_step hieradata | standalone 2025-10-08 19:12:24.896348 | fa163e52-58d3-ed06-8336-000000004c5a | TIMING | Write the config_step hieradata | standalone | 0:23:40.857682 | 0.46s 2025-10-08 19:12:24.919567 | fa163e52-58d3-ed06-8336-000000004c5b | TASK | Run puppet host configuration for step 4 2025-10-08 19:12:25.207270 | fa163e52-58d3-ed06-8336-000000004c5b | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-08 19:12:25.208534 | fa163e52-58d3-ed06-8336-000000004c5b | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:41.169867 | 0.29s 2025-10-08 19:12:25.232350 | fa163e52-58d3-ed06-8336-000000004c5c | TASK | Wait for puppet host configuration to finish 2025-10-08 19:12:25.486737 | fa163e52-58d3-ed06-8336-000000004c5c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 19:12:35.686835 | fa163e52-58d3-ed06-8336-000000004c5c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 19:12:45.917508 | fa163e52-58d3-ed06-8336-000000004c5c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-08 19:12:56.147314 | fa163e52-58d3-ed06-8336-000000004c5c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 19:12:56.148486 | fa163e52-58d3-ed06-8336-000000004c5c | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:12.109820 | 30.91s 2025-10-08 19:12:56.170335 | fa163e52-58d3-ed06-8336-000000004c5d | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-08 19:12:56.239946 | fa163e52-58d3-ed06-8336-000000004c5d | 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 8 19:12:25 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 19:12:30 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 19:12:30 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 19:12:30 puppet-user: (file & line not available)", "<13>Oct 8 19:12:30 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 8 19:12:30 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 8 19:12:30 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 8 19:12:30 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 8 19:12:31 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 8 19:12:31 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 8 19:12:31 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 8 19:12:31 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 8 19:12:31 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 8 19:12:31 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 8 19:12:31 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 8 19:12:31 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 19:12:31 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.60 seconds", "<13>Oct 8 19:12:35 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 19:12:38 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 19:12:44 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 8 19:12:44 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}d9830958a61fa68510ab5259ca470c36b46036db62366533851a4e854320776a'", "<13>Oct 8 19:12:44 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 8 19:12:44 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 8 19:12:44 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 8 19:12:44 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 8 19:12:46 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 19:12:51 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 8 19:12:52 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 8 19:12:52 puppet-user: Notice: Applied catalog in 21.58 seconds", "<13>Oct 8 19:12:52 puppet-user: Application:", "<13>Oct 8 19:12:52 puppet-user: Initial environment: production", "<13>Oct 8 19:12:52 puppet-user: Converged environment: production", "<13>Oct 8 19:12:52 puppet-user: Run mode: user", "<13>Oct 8 19:12:52 puppet-user: Changes:", "<13>Oct 8 19:12:52 puppet-user: Total: 10", "<13>Oct 8 19:12:52 puppet-user: Events:", "<13>Oct 8 19:12:52 puppet-user: Success: 10", "<13>Oct 8 19:12:52 puppet-user: Resources:", "<13>Oct 8 19:12:52 puppet-user: Restarted: 1", "<13>Oct 8 19:12:52 puppet-user: Changed: 10", "<13>Oct 8 19:12:52 puppet-user: Out of sync: 10", "<13>Oct 8 19:12:52 puppet-user: Total: 37", "<13>Oct 8 19:12:52 puppet-user: Time:", "<13>Oct 8 19:12:52 puppet-user: Schedule: 0.00", "<13>Oct 8 19:12:52 puppet-user: File line: 0.00", "<13>Oct 8 19:12:52 puppet-user: User: 0.01", "<13>Oct 8 19:12:52 puppet-user: Augeas: 0.01", "<13>Oct 8 19:12:52 puppet-user: File: 0.08", "<13>Oct 8 19:12:52 puppet-user: Config retrieval: 0.69", "<13>Oct 8 19:12:52 puppet-user: Service: 1.65", "<13>Oct 8 19:12:52 puppet-user: Pcmk property: 1.73", "<13>Oct 8 19:12:52 puppet-user: Last run: 1759950772", "<13>Oct 8 19:12:52 puppet-user: Pcmk resource default: 2.33", "<13>Oct 8 19:12:52 puppet-user: Pcmk resource op default: 2.36", "<13>Oct 8 19:12:52 puppet-user: Transaction evaluation: 21.56", "<13>Oct 8 19:12:52 puppet-user: Catalog application: 21.58", "<13>Oct 8 19:12:52 puppet-user: Filebucket: 0.00", "<13>Oct 8 19:12:52 puppet-user: Package: 6.20", "<13>Oct 8 19:12:52 puppet-user: Exec: 6.98", "<13>Oct 8 19:12:52 puppet-user: Total: 21.59", "<13>Oct 8 19:12:52 puppet-user: Version:", "<13>Oct 8 19:12:52 puppet-user: Config: 1759950750", "<13>Oct 8 19:12:52 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 19:12:56.240943 | fa163e52-58d3-ed06-8336-000000004c5d | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:24:12.202281 | 0.07s 2025-10-08 19:12:56.261028 | fa163e52-58d3-ed06-8336-000000004c5e | TASK | Pre-cache facts for puppet containers 2025-10-08 19:12:56.281174 | fa163e52-58d3-ed06-8336-000000004c5e | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:12.242501 | 0.02s 2025-10-08 19:12:56.335755 | fa163e52-58d3-ed06-8336-000000004c9f | TASK | Gather variables for each operating system 2025-10-08 19:12:56.441097 | fa163e52-58d3-ed06-8336-000000004c9f | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:24:12.402411 | 0.10s 2025-10-08 19:12:56.469695 | fa163e52-58d3-ed06-8336-000000004ca0 | TASK | Create puppet caching structures 2025-10-08 19:12:56.715531 | fa163e52-58d3-ed06-8336-000000004ca0 | CHANGED | Create puppet caching structures | standalone 2025-10-08 19:12:56.716603 | fa163e52-58d3-ed06-8336-000000004ca0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:24:12.677938 | 0.25s 2025-10-08 19:12:56.740304 | fa163e52-58d3-ed06-8336-000000004ca1 | TASK | Check for facter.conf 2025-10-08 19:12:56.984779 | fa163e52-58d3-ed06-8336-000000004ca1 | OK | Check for facter.conf | standalone 2025-10-08 19:12:56.985793 | fa163e52-58d3-ed06-8336-000000004ca1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:24:12.947129 | 0.24s 2025-10-08 19:12:57.006987 | fa163e52-58d3-ed06-8336-000000004ca2 | TASK | Remove facter.conf if directory 2025-10-08 19:12:57.045152 | fa163e52-58d3-ed06-8336-000000004ca2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 19:12:57.045913 | fa163e52-58d3-ed06-8336-000000004ca2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:24:13.007249 | 0.04s 2025-10-08 19:12:57.065893 | fa163e52-58d3-ed06-8336-000000004ca3 | TASK | Write facter cache config 2025-10-08 19:12:57.529389 | fa163e52-58d3-ed06-8336-000000004ca3 | CHANGED | Write facter cache config | standalone 2025-10-08 19:12:57.531327 | fa163e52-58d3-ed06-8336-000000004ca3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:24:13.492661 | 0.46s 2025-10-08 19:12:57.555135 | fa163e52-58d3-ed06-8336-000000004ca4 | TASK | Cleanup facter cache if exists 2025-10-08 19:12:57.760724 | fa163e52-58d3-ed06-8336-000000004ca4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 19:12:57.762431 | fa163e52-58d3-ed06-8336-000000004ca4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:24:13.723757 | 0.21s 2025-10-08 19:12:57.794994 | fa163e52-58d3-ed06-8336-000000004ca5 | TASK | Pre-cache facts 2025-10-08 19:12:58.381230 | fa163e52-58d3-ed06-8336-000000004ca5 | CHANGED | Pre-cache facts | standalone 2025-10-08 19:12:58.382717 | fa163e52-58d3-ed06-8336-000000004ca5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:24:14.344038 | 0.59s 2025-10-08 19:12:58.419151 | fa163e52-58d3-ed06-8336-000000004ca6 | TASK | Failed deployment if facter fails 2025-10-08 19:12:58.449984 | fa163e52-58d3-ed06-8336-000000004ca6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 19:12:58.451641 | fa163e52-58d3-ed06-8336-000000004ca6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:24:14.412960 | 0.03s 2025-10-08 19:12:58.498976 | fa163e52-58d3-ed06-8336-000000004ca7 | TASK | Sync cached facts 2025-10-08 19:12:58.837321 | fa163e52-58d3-ed06-8336-000000004ca7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e52-58d3-ed06-8336-000000004ca7') missing from stats 2025-10-08 19:12:58.881418 | fa163e52-58d3-ed06-8336-000000004c5f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 19:12:58.933355 | fa163e52-58d3-ed06-8336-000000004c5f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 19:12:58.934324 | fa163e52-58d3-ed06-8336-000000004c5f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:24:14.895658 | 0.05s 2025-10-08 19:12:58.961459 | fa163e52-58d3-ed06-8336-000000004c61 | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-08 19:12:58.994222 | fa163e52-58d3-ed06-8336-000000004c61 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:24:14.955545 | 0.03s 2025-10-08 19:12:59.055397 | fa163e52-58d3-ed06-8336-000000004cfe | TASK | Gather variables for each operating system 2025-10-08 19:12:59.174071 | fa163e52-58d3-ed06-8336-000000004cfe | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:15.135383 | 0.12s 2025-10-08 19:12:59.205075 | fa163e52-58d3-ed06-8336-000000004cff | TASK | Create container logs path 2025-10-08 19:12:59.443114 | fa163e52-58d3-ed06-8336-000000004cff | OK | Create container logs path | standalone 2025-10-08 19:12:59.444650 | fa163e52-58d3-ed06-8336-000000004cff | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:15.405977 | 0.24s 2025-10-08 19:12:59.477772 | fa163e52-58d3-ed06-8336-000000004d01 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 19:12:59.744614 | fa163e52-58d3-ed06-8336-000000004d01 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-08 19:12:59.746302 | fa163e52-58d3-ed06-8336-000000004d01 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:15.707632 | 0.27s 2025-10-08 19:12:59.778934 | fa163e52-58d3-ed06-8336-000000004d02 | TASK | Finalise hashes for all containers 2025-10-08 19:13:00.053472 | fa163e52-58d3-ed06-8336-000000004d02 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:13:00.054433 | fa163e52-58d3-ed06-8336-000000004d02 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:16.015770 | 0.27s 2025-10-08 19:13:00.076883 | fa163e52-58d3-ed06-8336-000000004d04 | TASK | Manage systemd shutdown files 2025-10-08 19:13:00.106018 | fa163e52-58d3-ed06-8336-000000004d04 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:16.067340 | 0.03s 2025-10-08 19:13:00.129360 | 5d38516c-d1c5-461d-8161-a444fe48d785 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 19:13:00.159928 | fa163e52-58d3-ed06-8336-000000004d37 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 19:13:00.398019 | fa163e52-58d3-ed06-8336-000000004d37 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 19:13:00.399185 | fa163e52-58d3-ed06-8336-000000004d37 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:16.360517 | 0.24s 2025-10-08 19:13:00.420875 | fa163e52-58d3-ed06-8336-000000004d38 | TASK | Set podman_drop_in fact 2025-10-08 19:13:00.463199 | fa163e52-58d3-ed06-8336-000000004d38 | OK | Set podman_drop_in fact | standalone 2025-10-08 19:13:00.464128 | fa163e52-58d3-ed06-8336-000000004d38 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:16.425462 | 0.04s 2025-10-08 19:13:00.485569 | fa163e52-58d3-ed06-8336-000000004d3a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 19:13:01.030010 | fa163e52-58d3-ed06-8336-000000004d3a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 19:13:01.031642 | fa163e52-58d3-ed06-8336-000000004d3a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:16.992973 | 0.54s 2025-10-08 19:13:01.467073 | fa163e52-58d3-ed06-8336-000000004d3a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 19:13:01.467949 | fa163e52-58d3-ed06-8336-000000004d3a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:17.429283 | 0.98s 2025-10-08 19:13:01.479355 | fa163e52-58d3-ed06-8336-000000004d3a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:17.440688 | 0.99s 2025-10-08 19:13:01.499893 | fa163e52-58d3-ed06-8336-000000004d3b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 19:13:01.975845 | fa163e52-58d3-ed06-8336-000000004d3b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 19:13:01.976805 | fa163e52-58d3-ed06-8336-000000004d3b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:24:17.938140 | 0.48s 2025-10-08 19:13:01.997779 | fa163e52-58d3-ed06-8336-000000004d3c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 19:13:02.493258 | fa163e52-58d3-ed06-8336-000000004d3c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 19:13:02.494231 | fa163e52-58d3-ed06-8336-000000004d3c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:24:18.455569 | 0.50s 2025-10-08 19:13:02.514020 | fa163e52-58d3-ed06-8336-000000004d3d | TASK | Enable and start tripleo-container-shutdown 2025-10-08 19:13:03.220837 | fa163e52-58d3-ed06-8336-000000004d3d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 19:13:03.222214 | fa163e52-58d3-ed06-8336-000000004d3d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:19.183547 | 0.71s 2025-10-08 19:13:03.247191 | fa163e52-58d3-ed06-8336-000000004d3e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 19:13:03.711714 | fa163e52-58d3-ed06-8336-000000004d3e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 19:13:03.713360 | fa163e52-58d3-ed06-8336-000000004d3e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:19.674688 | 0.46s 2025-10-08 19:13:03.738720 | fa163e52-58d3-ed06-8336-000000004d3f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 19:13:04.229073 | fa163e52-58d3-ed06-8336-000000004d3f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 19:13:04.230200 | fa163e52-58d3-ed06-8336-000000004d3f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:20.191538 | 0.49s 2025-10-08 19:13:04.251771 | fa163e52-58d3-ed06-8336-000000004d40 | TASK | Enable and start netns-placeholder 2025-10-08 19:13:05.033806 | fa163e52-58d3-ed06-8336-000000004d40 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 19:13:05.035077 | fa163e52-58d3-ed06-8336-000000004d40 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:20.996410 | 0.78s 2025-10-08 19:13:05.057126 | fa163e52-58d3-ed06-8336-000000004d06 | TASK | Update container configs with new config hashes 2025-10-08 19:13:05.106708 | fa163e52-58d3-ed06-8336-000000004d06 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:21.067987 | 0.05s 2025-10-08 19:13:05.122168 | 6116399b-cdf4-4b93-99aa-7296b7113742 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 19:13:05.152099 | fa163e52-58d3-ed06-8336-000000004d68 | TASK | Update config hashes for container startup configs 2025-10-08 19:13:05.474336 | fa163e52-58d3-ed06-8336-000000004d68 | OK | Update config hashes for container startup configs | standalone 2025-10-08 19:13:05.475398 | fa163e52-58d3-ed06-8336-000000004d68 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:21.436731 | 0.32s 2025-10-08 19:13:05.501348 | fa163e52-58d3-ed06-8336-000000004d07 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 19:13:05.539616 | fa163e52-58d3-ed06-8336-000000004d07 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:21.500937 | 0.04s 2025-10-08 19:13:05.558245 | f046914e-13a6-459b-aa8f-a0f963324200 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:13:05.586529 | fa163e52-58d3-ed06-8336-000000004d87 | TASK | Gather podman infos 2025-10-08 19:13:06.937150 | fa163e52-58d3-ed06-8336-000000004d87 | OK | Gather podman infos | standalone 2025-10-08 19:13:06.939090 | fa163e52-58d3-ed06-8336-000000004d87 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:24:22.900419 | 1.35s 2025-10-08 19:13:07.033072 | fa163e52-58d3-ed06-8336-000000004d88 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 19:13:07.095875 | fa163e52-58d3-ed06-8336-000000004d88 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:23.057199 | 0.05s 2025-10-08 19:13:07.237721 | fa163e52-58d3-ed06-8336-000000004dd1 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:24:23.199035 | 0.10s 2025-10-08 19:13:07.285913 | fa163e52-58d3-ed06-8336-000000004d08 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 19:13:07.338140 | fa163e52-58d3-ed06-8336-000000004d08 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:23.299462 | 0.05s 2025-10-08 19:13:07.354941 | 2fc1b161-9c37-4f7b-a99a-ad27a25d3476 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:13:07.393464 | fa163e52-58d3-ed06-8336-000000004df7 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 19:13:42.067191 | fa163e52-58d3-ed06-8336-000000004df7 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-08 19:13:42.068470 | fa163e52-58d3-ed06-8336-000000004df7 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:58.029805 | 34.67s 2025-10-08 19:13:42.096407 | fa163e52-58d3-ed06-8336-000000004df8 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 19:15:49.052268 | fa163e52-58d3-ed06-8336-000000004df8 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-08 19:15:49.053333 | fa163e52-58d3-ed06-8336-000000004df8 | 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:27:05.014670 | 126.96s 2025-10-08 19:15:49.108423 | fa163e52-58d3-ed06-8336-000000004c63 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-08 19:15:49.362946 | fa163e52-58d3-ed06-8336-000000004c63 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-08 19:15:49.364108 | fa163e52-58d3-ed06-8336-000000004c63 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:27:05.325438 | 0.25s 2025-10-08 19:15:49.407249 | fa163e52-58d3-ed06-8336-000000004c64 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-08 19:15:49.437067 | fa163e52-58d3-ed06-8336-000000004c64 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:27:05.398395 | 0.03s 2025-10-08 19:15:49.458688 | fa163e52-58d3-ed06-8336-000000004c65 | TASK | Include container-puppet tasks for step 4 2025-10-08 19:15:49.506382 | fa163e52-58d3-ed06-8336-000000004c65 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:27:05.467711 | 0.05s 2025-10-08 19:15:49.519877 | d6e8ea85-fd12-4ee9-967d-3de385f09ec8 | INCLUDED | /root/standalone-ansible-qdhs7aqd/host-container-puppet-tasks.yaml | standalone 2025-10-08 19:15:49.549606 | fa163e52-58d3-ed06-8336-000000004e43 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-08 19:15:50.058046 | fa163e52-58d3-ed06-8336-000000004e43 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-08 19:15:50.058899 | fa163e52-58d3-ed06-8336-000000004e43 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:27:06.020235 | 0.51s 2025-10-08 19:15:50.093384 | fa163e52-58d3-ed06-8336-000000004e45 | TASK | Generate container puppet configs for step 4 2025-10-08 19:15:50.412107 | fa163e52-58d3-ed06-8336-000000004e45 | OK | Generate container puppet configs for step 4 | standalone 2025-10-08 19:15:50.413067 | fa163e52-58d3-ed06-8336-000000004e45 | TIMING | Generate container puppet configs for step 4 | standalone | 0:27:06.374403 | 0.32s 2025-10-08 19:15:50.450810 | fa163e52-58d3-ed06-8336-000000004e46 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-08 19:15:50.474138 | fa163e52-58d3-ed06-8336-000000004e46 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:27:06.435459 | 0.02s 2025-10-08 19:15:50.535869 | fa163e52-58d3-ed06-8336-000000004e75 | TASK | Gather variables for each operating system 2025-10-08 19:15:50.639257 | fa163e52-58d3-ed06-8336-000000004e75 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:06.600584 | 0.10s 2025-10-08 19:15:50.659936 | fa163e52-58d3-ed06-8336-000000004e76 | TASK | Create container logs path 2025-10-08 19:15:50.896356 | fa163e52-58d3-ed06-8336-000000004e76 | OK | Create container logs path | standalone 2025-10-08 19:15:50.897989 | fa163e52-58d3-ed06-8336-000000004e76 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:06.859315 | 0.24s 2025-10-08 19:15:50.930855 | fa163e52-58d3-ed06-8336-000000004e78 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-08 19:15:51.199620 | fa163e52-58d3-ed06-8336-000000004e78 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-08 19:15:51.200963 | fa163e52-58d3-ed06-8336-000000004e78 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:07.162268 | 0.27s 2025-10-08 19:15:51.234033 | fa163e52-58d3-ed06-8336-000000004e79 | TASK | Finalise hashes for all containers 2025-10-08 19:15:51.287751 | fa163e52-58d3-ed06-8336-000000004e79 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:15:51.288813 | fa163e52-58d3-ed06-8336-000000004e79 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:07.250143 | 0.05s 2025-10-08 19:15:51.326769 | fa163e52-58d3-ed06-8336-000000004e7b | TASK | Manage systemd shutdown files 2025-10-08 19:15:51.366979 | fa163e52-58d3-ed06-8336-000000004e7b | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:15:51.368062 | fa163e52-58d3-ed06-8336-000000004e7b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:07.329396 | 0.04s 2025-10-08 19:15:51.394152 | fa163e52-58d3-ed06-8336-000000004e7d | TASK | Update container configs with new config hashes 2025-10-08 19:15:51.446020 | fa163e52-58d3-ed06-8336-000000004e7d | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:15:51.448059 | fa163e52-58d3-ed06-8336-000000004e7d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:07.409392 | 0.05s 2025-10-08 19:15:51.475809 | fa163e52-58d3-ed06-8336-000000004e7e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-08 19:15:51.527648 | fa163e52-58d3-ed06-8336-000000004e7e | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-08 19:15:51.529005 | fa163e52-58d3-ed06-8336-000000004e7e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:07.490333 | 0.05s 2025-10-08 19:15:51.563474 | fa163e52-58d3-ed06-8336-000000004e7f | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-08 19:15:51.614145 | fa163e52-58d3-ed06-8336-000000004e7f | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-08 19:15:51.614902 | fa163e52-58d3-ed06-8336-000000004e7f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:07.576240 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-10-08 19:15:51.750339 | fa163e52-58d3-ed06-8336-0000000000ea | TASK | External deployment step 5 2025-10-08 19:15:51.777091 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000ea') missing from stats 2025-10-08 19:15:51.822133 | fa163e52-58d3-ed06-8336-0000000000eb | TIMING | include_tasks | undercloud | 0:27:07.783445 | 0.03s 2025-10-08 19:15:51.836862 | 345b69d2-216b-49f7-aad0-277ced5c3784 | INCLUDED | /root/standalone-ansible-qdhs7aqd/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-08 19:15:51.861264 | fa163e52-58d3-ed06-8336-000000004ece | TASK | Manage Cinder's default volume type 2025-10-08 19:16:05.614394 | fa163e52-58d3-ed06-8336-000000004ece | OK | Manage Cinder's default volume type | undercloud 2025-10-08 19:16:05.615437 | fa163e52-58d3-ed06-8336-000000004ece | TIMING | Manage Cinder's default volume type | undercloud | 0:27:21.576775 | 13.75s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-08 19:16:05.722062 | fa163e52-58d3-ed06-8336-0000000000ee | TASK | Deploy step tasks for 5 2025-10-08 19:16:05.750636 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000ee') missing from stats 2025-10-08 19:16:05.770171 | fa163e52-58d3-ed06-8336-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-08 19:16:06.381542 | fa163e52-58d3-ed06-8336-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-08 19:16:06.382580 | fa163e52-58d3-ed06-8336-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:27:22.343914 | 0.61s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 19:16:06.459598 | fa163e52-58d3-ed06-8336-0000000000f0 | TIMING | include_tasks | standalone | 0:27:22.420926 | 0.05s 2025-10-08 19:16:06.560876 | a3a80ec8-9972-4044-931f-46c698002ddc | INCLUDED | /root/standalone-ansible-qdhs7aqd/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-08 19:16:06.601789 | fa163e52-58d3-ed06-8336-000000004ef1 | TASK | Gather variables for each operating system 2025-10-08 19:16:06.692482 | fa163e52-58d3-ed06-8336-000000004ef1 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:22.653801 | 0.09s 2025-10-08 19:16:06.719746 | fa163e52-58d3-ed06-8336-000000004ef2 | TASK | Detect if resource is being created or already exists 2025-10-08 19:16:07.612215 | fa163e52-58d3-ed06-8336-000000004ef2 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:16:07.613093 | fa163e52-58d3-ed06-8336-000000004ef2 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:23.574429 | 0.89s 2025-10-08 19:16:07.641755 | fa163e52-58d3-ed06-8336-000000004ef3 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-08 19:16:31.910792 | fa163e52-58d3-ed06-8336-000000004ef3 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-08 19:16:31.912283 | fa163e52-58d3-ed06-8336-000000004ef3 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:27:47.873619 | 24.27s 2025-10-08 19:16:31.936858 | fa163e52-58d3-ed06-8336-000000004ef4 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-08 19:16:32.210486 | fa163e52-58d3-ed06-8336-000000004ef4 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-08 19:16:32.211478 | fa163e52-58d3-ed06-8336-000000004ef4 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:48.172813 | 0.27s 2025-10-08 19:16:32.236201 | fa163e52-58d3-ed06-8336-000000004ef5 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:16:32.702780 | fa163e52-58d3-ed06-8336-000000004ef5 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:16:32.703849 | fa163e52-58d3-ed06-8336-000000004ef5 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:48.665187 | 0.47s 2025-10-08 19:16:32.726028 | fa163e52-58d3-ed06-8336-000000004ef6 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-08 19:16:32.958264 | fa163e52-58d3-ed06-8336-000000004ef6 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-08 19:16:32.959301 | fa163e52-58d3-ed06-8336-000000004ef6 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:27:48.920633 | 0.23s 2025-10-08 19:16:32.988531 | fa163e52-58d3-ed06-8336-000000004ef8 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-08 19:16:33.019708 | fa163e52-58d3-ed06-8336-000000004ef8 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-08 19:16:33.020579 | fa163e52-58d3-ed06-8336-000000004ef8 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:27:48.981915 | 0.03s 2025-10-08 19:16:33.052255 | fa163e52-58d3-ed06-8336-000000004ef9 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-08 19:16:33.083771 | fa163e52-58d3-ed06-8336-000000004ef9 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-08 19:16:33.084880 | fa163e52-58d3-ed06-8336-000000004ef9 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:27:49.046214 | 0.03s 2025-10-08 19:16:33.120836 | fa163e52-58d3-ed06-8336-000000004efa | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-08 19:16:33.159266 | fa163e52-58d3-ed06-8336-000000004efa | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-08 19:16:33.160088 | fa163e52-58d3-ed06-8336-000000004efa | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:27:49.121425 | 0.04s 2025-10-08 19:16:33.182280 | fa163e52-58d3-ed06-8336-000000004efb | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:16:33.250652 | fa163e52-58d3-ed06-8336-000000004efb | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:16:33.251387 | fa163e52-58d3-ed06-8336-000000004efb | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:49.212724 | 0.07s 2025-10-08 19:16:33.275052 | fa163e52-58d3-ed06-8336-000000004efc | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-08 19:16:33.315053 | fa163e52-58d3-ed06-8336-000000004efc | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-08 19:16:33.315994 | fa163e52-58d3-ed06-8336-000000004efc | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:27:49.277327 | 0.04s 2025-10-08 19:16:33.360638 | fa163e52-58d3-ed06-8336-000000004f1d | TASK | Gather variables for each operating system 2025-10-08 19:16:33.464419 | fa163e52-58d3-ed06-8336-000000004f1d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:49.425741 | 0.10s 2025-10-08 19:16:33.488002 | fa163e52-58d3-ed06-8336-000000004f1e | TASK | Detect if resource is being created or already exists 2025-10-08 19:16:34.254034 | fa163e52-58d3-ed06-8336-000000004f1e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:16:34.255066 | fa163e52-58d3-ed06-8336-000000004f1e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:50.216399 | 0.77s 2025-10-08 19:16:34.280760 | fa163e52-58d3-ed06-8336-000000004f1f | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-08 19:16:59.021816 | fa163e52-58d3-ed06-8336-000000004f1f | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-08 19:16:59.022979 | fa163e52-58d3-ed06-8336-000000004f1f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:28:14.984318 | 24.74s 2025-10-08 19:16:59.046216 | fa163e52-58d3-ed06-8336-000000004f20 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-08 19:16:59.309815 | fa163e52-58d3-ed06-8336-000000004f20 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-08 19:16:59.311855 | fa163e52-58d3-ed06-8336-000000004f20 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:15.273180 | 0.26s 2025-10-08 19:16:59.345901 | fa163e52-58d3-ed06-8336-000000004f21 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:16:59.826741 | fa163e52-58d3-ed06-8336-000000004f21 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:16:59.827894 | fa163e52-58d3-ed06-8336-000000004f21 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:15.789227 | 0.48s 2025-10-08 19:16:59.855642 | fa163e52-58d3-ed06-8336-000000004f22 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-08 19:17:00.051857 | fa163e52-58d3-ed06-8336-000000004f22 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-08 19:17:00.053256 | fa163e52-58d3-ed06-8336-000000004f22 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:28:16.014586 | 0.20s 2025-10-08 19:17:00.090929 | fa163e52-58d3-ed06-8336-000000004f24 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-08 19:17:00.131165 | fa163e52-58d3-ed06-8336-000000004f24 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-08 19:17:00.132369 | fa163e52-58d3-ed06-8336-000000004f24 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:28:16.093700 | 0.04s 2025-10-08 19:17:00.153459 | fa163e52-58d3-ed06-8336-000000004f25 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-08 19:17:00.190139 | fa163e52-58d3-ed06-8336-000000004f25 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-08 19:17:00.191157 | fa163e52-58d3-ed06-8336-000000004f25 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:28:16.152490 | 0.04s 2025-10-08 19:17:00.212914 | fa163e52-58d3-ed06-8336-000000004f26 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-08 19:17:00.250486 | fa163e52-58d3-ed06-8336-000000004f26 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-08 19:17:00.251513 | fa163e52-58d3-ed06-8336-000000004f26 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:28:16.212848 | 0.04s 2025-10-08 19:17:00.279719 | fa163e52-58d3-ed06-8336-000000004f27 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:17:00.319656 | fa163e52-58d3-ed06-8336-000000004f27 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:17:00.320567 | fa163e52-58d3-ed06-8336-000000004f27 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:16.281904 | 0.04s 2025-10-08 19:17:00.346938 | fa163e52-58d3-ed06-8336-000000004f28 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-08 19:17:00.395541 | fa163e52-58d3-ed06-8336-000000004f28 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-08 19:17:00.396917 | fa163e52-58d3-ed06-8336-000000004f28 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:28:16.358248 | 0.05s 2025-10-08 19:17:00.440950 | fa163e52-58d3-ed06-8336-000000004f49 | TASK | Gather variables for each operating system 2025-10-08 19:17:00.549581 | fa163e52-58d3-ed06-8336-000000004f49 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:16.510883 | 0.11s 2025-10-08 19:17:00.576639 | fa163e52-58d3-ed06-8336-000000004f4a | TASK | Detect if resource is being created or already exists 2025-10-08 19:17:01.388727 | fa163e52-58d3-ed06-8336-000000004f4a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:17:01.389893 | fa163e52-58d3-ed06-8336-000000004f4a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:17.351226 | 0.81s 2025-10-08 19:17:01.413678 | fa163e52-58d3-ed06-8336-000000004f4b | TASK | Run init bundle puppet on the host for manila_share 2025-10-08 19:17:25.181816 | fa163e52-58d3-ed06-8336-000000004f4b | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-08 19:17:25.183981 | fa163e52-58d3-ed06-8336-000000004f4b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:28:41.145312 | 23.77s 2025-10-08 19:17:25.206344 | fa163e52-58d3-ed06-8336-000000004f4c | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-08 19:17:25.440083 | fa163e52-58d3-ed06-8336-000000004f4c | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-08 19:17:25.441597 | fa163e52-58d3-ed06-8336-000000004f4c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:28:41.402926 | 0.23s 2025-10-08 19:17:25.472469 | fa163e52-58d3-ed06-8336-000000004f4d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:17:25.861028 | fa163e52-58d3-ed06-8336-000000004f4d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:17:25.862839 | fa163e52-58d3-ed06-8336-000000004f4d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:41.824168 | 0.39s 2025-10-08 19:17:25.901568 | fa163e52-58d3-ed06-8336-000000004f4e | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-08 19:17:26.129885 | fa163e52-58d3-ed06-8336-000000004f4e | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-08 19:17:26.131442 | fa163e52-58d3-ed06-8336-000000004f4e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:28:42.092771 | 0.23s 2025-10-08 19:17:26.168947 | fa163e52-58d3-ed06-8336-000000004f50 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-08 19:17:26.230902 | fa163e52-58d3-ed06-8336-000000004f50 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-08 19:17:26.231835 | fa163e52-58d3-ed06-8336-000000004f50 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:28:42.193164 | 0.06s 2025-10-08 19:17:26.263297 | fa163e52-58d3-ed06-8336-000000004f51 | TASK | Get container image tag from bundle openstack-manila-share 2025-10-08 19:17:26.314575 | fa163e52-58d3-ed06-8336-000000004f51 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-08 19:17:26.315710 | fa163e52-58d3-ed06-8336-000000004f51 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:28:42.277040 | 0.05s 2025-10-08 19:17:26.341950 | fa163e52-58d3-ed06-8336-000000004f52 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-08 19:17:26.392365 | fa163e52-58d3-ed06-8336-000000004f52 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-08 19:17:26.393493 | fa163e52-58d3-ed06-8336-000000004f52 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:28:42.354826 | 0.05s 2025-10-08 19:17:26.435942 | fa163e52-58d3-ed06-8336-000000004f53 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:17:26.497224 | fa163e52-58d3-ed06-8336-000000004f53 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:17:26.498470 | fa163e52-58d3-ed06-8336-000000004f53 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:42.459799 | 0.06s 2025-10-08 19:17:26.537338 | fa163e52-58d3-ed06-8336-000000004f54 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-08 19:17:26.594807 | fa163e52-58d3-ed06-8336-000000004f54 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-08 19:17:26.595980 | fa163e52-58d3-ed06-8336-000000004f54 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:28:42.557311 | 0.06s 2025-10-08 19:17:26.663992 | fa163e52-58d3-ed06-8336-000000004f75 | TASK | Run kolla_set_configs to copy ring files 2025-10-08 19:17:28.175362 | fa163e52-58d3-ed06-8336-000000004f75 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-08 19:17:28.183240 | fa163e52-58d3-ed06-8336-000000004f75 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:44.144563 | 1.52s 2025-10-08 19:17:28.192082 | fa163e52-58d3-ed06-8336-000000004f75 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:44.153410 | 1.53s 2025-10-08 19:17:28.224428 | fa163e52-58d3-ed06-8336-000000004f76 | TASK | Run kolla_set_configs to copy ring files 2025-10-08 19:17:28.872914 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-08 19:17:28.875726 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:44.837050 | 0.65s 2025-10-08 19:17:31.206847 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-08 19:17:31.208650 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:47.169985 | 2.98s 2025-10-08 19:17:31.546768 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-08 19:17:31.547725 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:47.509001 | 3.32s 2025-10-08 19:17:32.782277 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-08 19:17:32.783882 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:48.745215 | 4.56s 2025-10-08 19:17:33.236441 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-08 19:17:33.237461 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:49.198798 | 5.01s 2025-10-08 19:17:33.517341 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-08 19:17:33.517977 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:49.479318 | 5.29s 2025-10-08 19:17:34.001346 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-08 19:17:34.002694 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:49.964030 | 5.78s 2025-10-08 19:17:34.583496 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-08 19:17:34.584582 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:50.545918 | 6.36s 2025-10-08 19:17:34.876083 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-08 19:17:34.876996 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:50.838328 | 6.65s 2025-10-08 19:17:35.479461 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-08 19:17:35.480158 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:51.441498 | 7.25s 2025-10-08 19:17:35.736421 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-08 19:17:35.738071 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:51.699407 | 7.51s 2025-10-08 19:17:36.191792 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-08 19:17:36.192682 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:52.154019 | 7.97s 2025-10-08 19:17:36.598801 | fa163e52-58d3-ed06-8336-000000004f76 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-08 19:17:36.599808 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:52.561145 | 8.37s 2025-10-08 19:17:36.608397 | fa163e52-58d3-ed06-8336-000000004f76 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:52.569725 | 8.38s 2025-10-08 19:17:36.636606 | fa163e52-58d3-ed06-8336-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-08 19:17:36.842460 | fa163e52-58d3-ed06-8336-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-08 19:17:36.844183 | fa163e52-58d3-ed06-8336-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:28:52.805521 | 0.21s 2025-10-08 19:17:36.921710 | fa163e52-58d3-ed06-8336-0000000000f3 | TIMING | include_tasks | standalone | 0:28:52.883000 | 0.05s 2025-10-08 19:17:36.949156 | 864dc890-ae9c-4aff-9963-c954a7e829b1 | INCLUDED | /root/standalone-ansible-qdhs7aqd/common_deploy_steps_tasks.yaml | standalone 2025-10-08 19:17:37.003237 | fa163e52-58d3-ed06-8336-000000004ff3 | TASK | Write the config_step hieradata 2025-10-08 19:17:37.430244 | fa163e52-58d3-ed06-8336-000000004ff3 | OK | Write the config_step hieradata | standalone 2025-10-08 19:17:37.431615 | fa163e52-58d3-ed06-8336-000000004ff3 | TIMING | Write the config_step hieradata | standalone | 0:28:53.392952 | 0.43s 2025-10-08 19:17:37.459536 | fa163e52-58d3-ed06-8336-000000004ff4 | TASK | Run puppet host configuration for step 5 2025-10-08 19:17:37.755350 | fa163e52-58d3-ed06-8336-000000004ff4 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-08 19:17:37.756590 | fa163e52-58d3-ed06-8336-000000004ff4 | TIMING | Run puppet host configuration for step 5 | standalone | 0:28:53.717920 | 0.30s 2025-10-08 19:17:37.778280 | fa163e52-58d3-ed06-8336-000000004ff5 | TASK | Wait for puppet host configuration to finish 2025-10-08 19:17:38.024395 | fa163e52-58d3-ed06-8336-000000004ff5 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 19:17:48.222533 | fa163e52-58d3-ed06-8336-000000004ff5 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 19:17:58.477806 | fa163e52-58d3-ed06-8336-000000004ff5 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 19:17:58.478744 | fa163e52-58d3-ed06-8336-000000004ff5 | TIMING | Wait for puppet host configuration to finish | standalone | 0:29:14.440082 | 20.70s 2025-10-08 19:17:58.499718 | fa163e52-58d3-ed06-8336-000000004ff6 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-08 19:17:58.581611 | fa163e52-58d3-ed06-8336-000000004ff6 | 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 8 19:17: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 8 19:17:43 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 19:17:43 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 19:17:43 puppet-user: (file & line not available)", "<13>Oct 8 19:17:43 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 8 19:17:43 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 8 19:17:43 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 8 19:17:43 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 8 19:17:43 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 8 19:17:43 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 8 19:17:43 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 8 19:17:43 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 8 19:17:43 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 8 19:17:43 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 8 19:17:43 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 19:17:43 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.71 seconds", "<13>Oct 8 19:17:48 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 19:17:51 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 19:17:52 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 19:17:52 puppet-user: Notice: Applied catalog in 9.09 seconds", "<13>Oct 8 19:17:52 puppet-user: Application:", "<13>Oct 8 19:17:52 puppet-user: Initial environment: production", "<13>Oct 8 19:17:52 puppet-user: Converged environment: production", "<13>Oct 8 19:17:52 puppet-user: Run mode: user", "<13>Oct 8 19:17:52 puppet-user: Changes:", "<13>Oct 8 19:17:52 puppet-user: Total: 2", "<13>Oct 8 19:17:52 puppet-user: Events:", "<13>Oct 8 19:17:52 puppet-user: Success: 2", "<13>Oct 8 19:17:52 puppet-user: Resources:", "<13>Oct 8 19:17:52 puppet-user: Changed: 2", "<13>Oct 8 19:17:52 puppet-user: Out of sync: 2", "<13>Oct 8 19:17:52 puppet-user: Total: 37", "<13>Oct 8 19:17:52 puppet-user: Time:", "<13>Oct 8 19:17:52 puppet-user: Filebucket: 0.00", "<13>Oct 8 19:17:52 puppet-user: Schedule: 0.00", "<13>Oct 8 19:17:52 puppet-user: File line: 0.00", "<13>Oct 8 19:17:52 puppet-user: Package: 0.00", "<13>Oct 8 19:17:52 puppet-user: Augeas: 0.01", "<13>Oct 8 19:17:52 puppet-user: User: 0.04", "<13>Oct 8 19:17:52 puppet-user: File: 0.08", "<13>Oct 8 19:17:52 puppet-user: Service: 0.14", "<13>Oct 8 19:17:52 puppet-user: Config retrieval: 0.88", "<13>Oct 8 19:17:52 puppet-user: Pcmk property: 1.57", "<13>Oct 8 19:17:52 puppet-user: Last run: 1759951072", "<13>Oct 8 19:17:52 puppet-user: Exec: 2.21", "<13>Oct 8 19:17:52 puppet-user: Pcmk resource op default: 2.35", "<13>Oct 8 19:17:52 puppet-user: Pcmk resource default: 2.37", "<13>Oct 8 19:17:52 puppet-user: Transaction evaluation: 8.96", "<13>Oct 8 19:17:52 puppet-user: Catalog application: 9.09", "<13>Oct 8 19:17:52 puppet-user: Total: 9.10", "<13>Oct 8 19:17:52 puppet-user: Version:", "<13>Oct 8 19:17:52 puppet-user: Config: 1759951062", "<13>Oct 8 19:17:52 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 19:17:58.582538 | fa163e52-58d3-ed06-8336-000000004ff6 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:29:14.543878 | 0.08s 2025-10-08 19:17:58.603013 | fa163e52-58d3-ed06-8336-000000004ff7 | TASK | Pre-cache facts for puppet containers 2025-10-08 19:17:58.622506 | fa163e52-58d3-ed06-8336-000000004ff7 | TIMING | Pre-cache facts for puppet containers | standalone | 0:29:14.583837 | 0.02s 2025-10-08 19:17:58.678462 | fa163e52-58d3-ed06-8336-000000005036 | TASK | Gather variables for each operating system 2025-10-08 19:17:58.782064 | fa163e52-58d3-ed06-8336-000000005036 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:29:14.743391 | 0.10s 2025-10-08 19:17:58.811725 | fa163e52-58d3-ed06-8336-000000005037 | TASK | Create puppet caching structures 2025-10-08 19:17:59.045610 | fa163e52-58d3-ed06-8336-000000005037 | CHANGED | Create puppet caching structures | standalone 2025-10-08 19:17:59.046655 | fa163e52-58d3-ed06-8336-000000005037 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:29:15.007991 | 0.23s 2025-10-08 19:17:59.067719 | fa163e52-58d3-ed06-8336-000000005038 | TASK | Check for facter.conf 2025-10-08 19:17:59.293054 | fa163e52-58d3-ed06-8336-000000005038 | OK | Check for facter.conf | standalone 2025-10-08 19:17:59.293987 | fa163e52-58d3-ed06-8336-000000005038 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:29:15.255325 | 0.23s 2025-10-08 19:17:59.315056 | fa163e52-58d3-ed06-8336-000000005039 | TASK | Remove facter.conf if directory 2025-10-08 19:17:59.344546 | fa163e52-58d3-ed06-8336-000000005039 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 19:17:59.345472 | fa163e52-58d3-ed06-8336-000000005039 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:29:15.306807 | 0.03s 2025-10-08 19:17:59.370239 | fa163e52-58d3-ed06-8336-00000000503a | TASK | Write facter cache config 2025-10-08 19:17:59.906371 | fa163e52-58d3-ed06-8336-00000000503a | CHANGED | Write facter cache config | standalone 2025-10-08 19:17:59.907431 | fa163e52-58d3-ed06-8336-00000000503a | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:29:15.868768 | 0.54s 2025-10-08 19:17:59.928725 | fa163e52-58d3-ed06-8336-00000000503b | TASK | Cleanup facter cache if exists 2025-10-08 19:18:00.117185 | fa163e52-58d3-ed06-8336-00000000503b | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 19:18:00.117987 | fa163e52-58d3-ed06-8336-00000000503b | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:29:16.079325 | 0.19s 2025-10-08 19:18:00.139031 | fa163e52-58d3-ed06-8336-00000000503c | TASK | Pre-cache facts 2025-10-08 19:18:00.721371 | fa163e52-58d3-ed06-8336-00000000503c | CHANGED | Pre-cache facts | standalone 2025-10-08 19:18:00.722436 | fa163e52-58d3-ed06-8336-00000000503c | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:29:16.683771 | 0.58s 2025-10-08 19:18:00.753579 | fa163e52-58d3-ed06-8336-00000000503d | TASK | Failed deployment if facter fails 2025-10-08 19:18:00.781737 | fa163e52-58d3-ed06-8336-00000000503d | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 19:18:00.782845 | fa163e52-58d3-ed06-8336-00000000503d | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:29:16.744179 | 0.03s 2025-10-08 19:18:00.828574 | fa163e52-58d3-ed06-8336-00000000503e | TASK | Sync cached facts 2025-10-08 19:18:01.160608 | fa163e52-58d3-ed06-8336-00000000503e | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e52-58d3-ed06-8336-00000000503e') missing from stats 2025-10-08 19:18:01.203467 | fa163e52-58d3-ed06-8336-000000004ff8 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 19:18:01.252043 | fa163e52-58d3-ed06-8336-000000004ff8 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 19:18:01.252954 | fa163e52-58d3-ed06-8336-000000004ff8 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:29:17.214288 | 0.05s 2025-10-08 19:18:01.278488 | fa163e52-58d3-ed06-8336-000000004ffa | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-08 19:18:01.305154 | fa163e52-58d3-ed06-8336-000000004ffa | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:29:17.266482 | 0.03s 2025-10-08 19:18:01.352296 | fa163e52-58d3-ed06-8336-000000005095 | TASK | Gather variables for each operating system 2025-10-08 19:18:01.442798 | fa163e52-58d3-ed06-8336-000000005095 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:17.404120 | 0.09s 2025-10-08 19:18:01.522580 | fa163e52-58d3-ed06-8336-000000005096 | TASK | Create container logs path 2025-10-08 19:18:01.892740 | fa163e52-58d3-ed06-8336-000000005096 | OK | Create container logs path | standalone 2025-10-08 19:18:01.893585 | fa163e52-58d3-ed06-8336-000000005096 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:17.854923 | 0.37s 2025-10-08 19:18:01.918445 | fa163e52-58d3-ed06-8336-000000005098 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 19:18:02.235992 | fa163e52-58d3-ed06-8336-000000005098 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-08 19:18:02.237163 | fa163e52-58d3-ed06-8336-000000005098 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:18.198499 | 0.32s 2025-10-08 19:18:02.257562 | fa163e52-58d3-ed06-8336-000000005099 | TASK | Finalise hashes for all containers 2025-10-08 19:18:02.294258 | fa163e52-58d3-ed06-8336-000000005099 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:18:02.295018 | fa163e52-58d3-ed06-8336-000000005099 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:18.256356 | 0.04s 2025-10-08 19:18:02.315304 | fa163e52-58d3-ed06-8336-00000000509b | TASK | Manage systemd shutdown files 2025-10-08 19:18:02.335206 | fa163e52-58d3-ed06-8336-00000000509b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:18.296537 | 0.02s 2025-10-08 19:18:02.354477 | e0bb5d0e-176c-43c7-ad47-f9da284ed194 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 19:18:02.384793 | fa163e52-58d3-ed06-8336-0000000050ce | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 19:18:02.637169 | fa163e52-58d3-ed06-8336-0000000050ce | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 19:18:02.638708 | fa163e52-58d3-ed06-8336-0000000050ce | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:29:18.599996 | 0.25s 2025-10-08 19:18:02.666095 | fa163e52-58d3-ed06-8336-0000000050cf | TASK | Set podman_drop_in fact 2025-10-08 19:18:02.705125 | fa163e52-58d3-ed06-8336-0000000050cf | OK | Set podman_drop_in fact | standalone 2025-10-08 19:18:02.706119 | fa163e52-58d3-ed06-8336-0000000050cf | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:29:18.667456 | 0.04s 2025-10-08 19:18:02.730374 | fa163e52-58d3-ed06-8336-0000000050d1 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 19:18:03.346585 | fa163e52-58d3-ed06-8336-0000000050d1 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 19:18:03.348064 | fa163e52-58d3-ed06-8336-0000000050d1 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:19.309387 | 0.62s 2025-10-08 19:18:03.901043 | fa163e52-58d3-ed06-8336-0000000050d1 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 19:18:03.902238 | fa163e52-58d3-ed06-8336-0000000050d1 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:19.863571 | 1.17s 2025-10-08 19:18:03.914377 | fa163e52-58d3-ed06-8336-0000000050d1 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:19.875705 | 1.18s 2025-10-08 19:18:03.940617 | fa163e52-58d3-ed06-8336-0000000050d2 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 19:18:04.487560 | fa163e52-58d3-ed06-8336-0000000050d2 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 19:18:04.489169 | fa163e52-58d3-ed06-8336-0000000050d2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:29:20.450505 | 0.55s 2025-10-08 19:18:04.513942 | fa163e52-58d3-ed06-8336-0000000050d3 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 19:18:05.033122 | fa163e52-58d3-ed06-8336-0000000050d3 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 19:18:05.034291 | fa163e52-58d3-ed06-8336-0000000050d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:29:20.995629 | 0.52s 2025-10-08 19:18:05.056165 | fa163e52-58d3-ed06-8336-0000000050d4 | TASK | Enable and start tripleo-container-shutdown 2025-10-08 19:18:06.085371 | fa163e52-58d3-ed06-8336-0000000050d4 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 19:18:06.088078 | fa163e52-58d3-ed06-8336-0000000050d4 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:29:22.049406 | 1.03s 2025-10-08 19:18:06.122633 | fa163e52-58d3-ed06-8336-0000000050d5 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 19:18:06.621617 | fa163e52-58d3-ed06-8336-0000000050d5 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 19:18:06.623372 | fa163e52-58d3-ed06-8336-0000000050d5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:29:22.584700 | 0.50s 2025-10-08 19:18:06.656462 | fa163e52-58d3-ed06-8336-0000000050d6 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 19:18:07.169220 | fa163e52-58d3-ed06-8336-0000000050d6 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 19:18:07.170253 | fa163e52-58d3-ed06-8336-0000000050d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:29:23.131589 | 0.51s 2025-10-08 19:18:07.191424 | fa163e52-58d3-ed06-8336-0000000050d7 | TASK | Enable and start netns-placeholder 2025-10-08 19:18:08.271593 | fa163e52-58d3-ed06-8336-0000000050d7 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 19:18:08.273447 | fa163e52-58d3-ed06-8336-0000000050d7 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:29:24.234781 | 1.08s 2025-10-08 19:18:08.308768 | fa163e52-58d3-ed06-8336-00000000509d | TASK | Update container configs with new config hashes 2025-10-08 19:18:08.361456 | fa163e52-58d3-ed06-8336-00000000509d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:24.322760 | 0.05s 2025-10-08 19:18:08.378969 | 3309f4ca-fcf2-4641-b4a1-56e773e59410 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 19:18:08.407561 | fa163e52-58d3-ed06-8336-0000000050ff | TASK | Update config hashes for container startup configs 2025-10-08 19:18:08.795445 | fa163e52-58d3-ed06-8336-0000000050ff | OK | Update config hashes for container startup configs | standalone 2025-10-08 19:18:08.796692 | fa163e52-58d3-ed06-8336-0000000050ff | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:29:24.758027 | 0.39s 2025-10-08 19:18:08.823988 | fa163e52-58d3-ed06-8336-00000000509e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 19:18:08.864642 | fa163e52-58d3-ed06-8336-00000000509e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:24.825959 | 0.04s 2025-10-08 19:18:08.889402 | f0fb741e-b55d-455d-bad2-a66b3b266cb5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:18:08.921589 | fa163e52-58d3-ed06-8336-00000000511e | TASK | Gather podman infos 2025-10-08 19:18:11.005917 | fa163e52-58d3-ed06-8336-00000000511e | OK | Gather podman infos | standalone 2025-10-08 19:18:11.009015 | fa163e52-58d3-ed06-8336-00000000511e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:29:26.970339 | 2.09s 2025-10-08 19:18:11.155598 | fa163e52-58d3-ed06-8336-00000000511f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 19:18:11.225530 | fa163e52-58d3-ed06-8336-00000000511f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:27.186860 | 0.06s 2025-10-08 19:18:11.406105 | fa163e52-58d3-ed06-8336-000000005168 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:29:27.367416 | 0.14s 2025-10-08 19:18:11.479039 | fa163e52-58d3-ed06-8336-00000000509f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 19:18:11.527450 | fa163e52-58d3-ed06-8336-00000000509f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:27.488778 | 0.04s 2025-10-08 19:18:11.552614 | 1f823ce0-ddf1-4efe-af58-fb83ff45fb07 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:18:11.586868 | fa163e52-58d3-ed06-8336-00000000518e | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 19:18:51.762349 | fa163e52-58d3-ed06-8336-00000000518e | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-08 19:18:51.764399 | fa163e52-58d3-ed06-8336-00000000518e | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:07.725725 | 40.18s 2025-10-08 19:18:51.791566 | fa163e52-58d3-ed06-8336-00000000518f | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 19:19:19.110019 | fa163e52-58d3-ed06-8336-00000000518f | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-08 19:19:19.112060 | fa163e52-58d3-ed06-8336-00000000518f | 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:30:35.073391 | 27.32s 2025-10-08 19:19:19.179902 | fa163e52-58d3-ed06-8336-000000004ffc | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-08 19:19:19.428341 | fa163e52-58d3-ed06-8336-000000004ffc | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-08 19:19:19.429409 | fa163e52-58d3-ed06-8336-000000004ffc | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:30:35.390745 | 0.25s 2025-10-08 19:19:19.461956 | fa163e52-58d3-ed06-8336-000000004ffd | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-08 19:19:19.523563 | fa163e52-58d3-ed06-8336-000000004ffd | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:30:35.484890 | 0.06s 2025-10-08 19:19:19.550192 | fa163e52-58d3-ed06-8336-000000004ffe | TASK | Include container-puppet tasks for step 5 2025-10-08 19:19:19.600545 | fa163e52-58d3-ed06-8336-000000004ffe | TIMING | Include container-puppet tasks for step 5 | standalone | 0:30:35.561866 | 0.05s 2025-10-08 19:19:19.621119 | 26e617a6-8a5c-4dab-9d52-cbc6bbbff97f | INCLUDED | /root/standalone-ansible-qdhs7aqd/host-container-puppet-tasks.yaml | standalone 2025-10-08 19:19:19.663346 | fa163e52-58d3-ed06-8336-0000000051da | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-08 19:19:20.122820 | fa163e52-58d3-ed06-8336-0000000051da | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-08 19:19:20.123567 | fa163e52-58d3-ed06-8336-0000000051da | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:30:36.084906 | 0.46s 2025-10-08 19:19:20.144455 | fa163e52-58d3-ed06-8336-0000000051dc | TASK | Generate container puppet configs for step 5 2025-10-08 19:19:20.444605 | fa163e52-58d3-ed06-8336-0000000051dc | OK | Generate container puppet configs for step 5 | standalone 2025-10-08 19:19:20.445424 | fa163e52-58d3-ed06-8336-0000000051dc | TIMING | Generate container puppet configs for step 5 | standalone | 0:30:36.406763 | 0.30s 2025-10-08 19:19:20.467306 | fa163e52-58d3-ed06-8336-0000000051dd | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-08 19:19:20.494971 | fa163e52-58d3-ed06-8336-0000000051dd | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:30:36.456295 | 0.03s 2025-10-08 19:19:20.555051 | fa163e52-58d3-ed06-8336-00000000520c | TASK | Gather variables for each operating system 2025-10-08 19:19:20.657591 | fa163e52-58d3-ed06-8336-00000000520c | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:36.618903 | 0.10s 2025-10-08 19:19:20.689509 | fa163e52-58d3-ed06-8336-00000000520d | TASK | Create container logs path 2025-10-08 19:19:20.938925 | fa163e52-58d3-ed06-8336-00000000520d | OK | Create container logs path | standalone 2025-10-08 19:19:20.939897 | fa163e52-58d3-ed06-8336-00000000520d | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:36.901235 | 0.25s 2025-10-08 19:19:20.961883 | fa163e52-58d3-ed06-8336-00000000520f | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-08 19:19:21.175718 | fa163e52-58d3-ed06-8336-00000000520f | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-08 19:19:21.176417 | fa163e52-58d3-ed06-8336-00000000520f | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:37.137757 | 0.21s 2025-10-08 19:19:21.197185 | fa163e52-58d3-ed06-8336-000000005210 | TASK | Finalise hashes for all containers 2025-10-08 19:19:21.242472 | fa163e52-58d3-ed06-8336-000000005210 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:19:21.243476 | fa163e52-58d3-ed06-8336-000000005210 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:37.204813 | 0.04s 2025-10-08 19:19:21.264117 | fa163e52-58d3-ed06-8336-000000005212 | TASK | Manage systemd shutdown files 2025-10-08 19:19:21.291146 | fa163e52-58d3-ed06-8336-000000005212 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:19:21.292002 | fa163e52-58d3-ed06-8336-000000005212 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:37.253340 | 0.03s 2025-10-08 19:19:21.312546 | fa163e52-58d3-ed06-8336-000000005214 | TASK | Update container configs with new config hashes 2025-10-08 19:19:21.339136 | fa163e52-58d3-ed06-8336-000000005214 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:19:21.339957 | fa163e52-58d3-ed06-8336-000000005214 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:37.301293 | 0.03s 2025-10-08 19:19:21.362985 | fa163e52-58d3-ed06-8336-000000005215 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-08 19:19:21.391598 | fa163e52-58d3-ed06-8336-000000005215 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-08 19:19:21.392417 | fa163e52-58d3-ed06-8336-000000005215 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:37.353755 | 0.03s 2025-10-08 19:19:21.414140 | fa163e52-58d3-ed06-8336-000000005216 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-08 19:19:21.441381 | fa163e52-58d3-ed06-8336-000000005216 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-08 19:19:21.442220 | fa163e52-58d3-ed06-8336-000000005216 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:37.403556 | 0.03s PLAY [Server Post Deployments] ************************************************* 2025-10-08 19:19:21.600548 | fa163e52-58d3-ed06-8336-0000000000f7 | TASK | Server Post Deployments 2025-10-08 19:19:21.641284 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000f7') missing from stats 2025-10-08 19:19:21.742915 | fa163e52-58d3-ed06-8336-0000000000f8 | TIMING | include_tasks | standalone | 0:30:37.704245 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-08 19:19:21.864390 | fa163e52-58d3-ed06-8336-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-08 19:19:21.905101 | fa163e52-58d3-ed06-8336-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', 'fa163e52-58d3-ed06-8336-0000000000fc') missing from stats 2025-10-08 19:19:21.923524 | fa163e52-58d3-ed06-8336-000000000100 | TASK | is additonal Cell? 2025-10-08 19:19:21.965627 | fa163e52-58d3-ed06-8336-000000000100 | OK | is additonal Cell? | undercloud 2025-10-08 19:19:21.966859 | fa163e52-58d3-ed06-8336-000000000100 | TIMING | is additonal Cell? | undercloud | 0:30:37.928187 | 0.04s 2025-10-08 19:19:21.982541 | fa163e52-58d3-ed06-8336-000000000102 | TASK | discover via nova_manager? 2025-10-08 19:19:22.052414 | fa163e52-58d3-ed06-8336-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-08 19:19:22.053465 | fa163e52-58d3-ed06-8336-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:30:38.014797 | 0.07s 2025-10-08 19:19:22.069124 | fa163e52-58d3-ed06-8336-000000000103 | TASK | discover via nova_api? 2025-10-08 19:19:22.129122 | fa163e52-58d3-ed06-8336-000000000103 | OK | discover via nova_api? | undercloud 2025-10-08 19:19:22.130424 | fa163e52-58d3-ed06-8336-000000000103 | TIMING | discover via nova_api? | undercloud | 0:30:38.091755 | 0.06s 2025-10-08 19:19:22.145911 | fa163e52-58d3-ed06-8336-000000000104 | TASK | Warn if no discovery host available 2025-10-08 19:19:22.189622 | fa163e52-58d3-ed06-8336-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-08 19:19:22.190623 | fa163e52-58d3-ed06-8336-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:30:38.151956 | 0.04s 2025-10-08 19:19:22.218624 | fa163e52-58d3-ed06-8336-000000000105 | TASK | Discovering nova hosts 2025-10-08 19:19:25.917469 | fa163e52-58d3-ed06-8336-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e52-58d3-ed06-8336-000000000105') missing from stats 2025-10-08 19:19:25.989980 | fa163e52-58d3-ed06-8336-000000000106 | OK | set_fact | undercloud 2025-10-08 19:19:25.991654 | fa163e52-58d3-ed06-8336-000000000106 | TIMING | set_fact | undercloud | 0:30:41.952968 | 0.05s 2025-10-08 19:19:26.010358 | fa163e52-58d3-ed06-8336-000000000108 | TASK | Set up group_vars 2025-10-08 19:19:26.044488 | fa163e52-58d3-ed06-8336-000000000108 | OK | Set up group_vars | undercloud 2025-10-08 19:19:26.045553 | fa163e52-58d3-ed06-8336-000000000108 | TIMING | Set up group_vars | undercloud | 0:30:42.006883 | 0.03s 2025-10-08 19:19:26.062314 | fa163e52-58d3-ed06-8336-000000000109 | TASK | Make needed directories on the undercloud 2025-10-08 19:19:26.293628 | fa163e52-58d3-ed06-8336-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-qdhs7aqd/octavia-ansible 2025-10-08 19:19:26.294873 | fa163e52-58d3-ed06-8336-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:42.256208 | 0.23s 2025-10-08 19:19:26.467647 | fa163e52-58d3-ed06-8336-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-qdhs7aqd/octavia-ansible/local_dir 2025-10-08 19:19:26.468568 | fa163e52-58d3-ed06-8336-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:42.429904 | 0.41s 2025-10-08 19:19:26.691868 | fa163e52-58d3-ed06-8336-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-qdhs7aqd/octavia-ansible/group_vars 2025-10-08 19:19:26.693109 | fa163e52-58d3-ed06-8336-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:42.654445 | 0.63s 2025-10-08 19:19:26.699815 | fa163e52-58d3-ed06-8336-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:42.661142 | 0.64s 2025-10-08 19:19:26.718012 | fa163e52-58d3-ed06-8336-00000000010a | TASK | Write group_vars file 2025-10-08 19:19:27.158396 | fa163e52-58d3-ed06-8336-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-08 19:19:27.160135 | fa163e52-58d3-ed06-8336-00000000010a | TIMING | Write group_vars file | undercloud | 0:30:43.121469 | 0.44s 2025-10-08 19:19:27.195805 | fa163e52-58d3-ed06-8336-00000000010b | TASK | Gather missing facts 2025-10-08 19:19:27.532575 | fa163e52-58d3-ed06-8336-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e52-58d3-ed06-8336-00000000010b') missing from stats 2025-10-08 19:19:27.547838 | fa163e52-58d3-ed06-8336-00000000010b | TIMING | Gather missing facts | undercloud | 0:30:43.509169 | 0.35s 2025-10-08 19:19:27.562637 | fa163e52-58d3-ed06-8336-00000000010c | TASK | Write octavia inventory 2025-10-08 19:19:28.092629 | fa163e52-58d3-ed06-8336-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-08 19:19:28.093538 | fa163e52-58d3-ed06-8336-00000000010c | TIMING | Write octavia inventory | undercloud | 0:30:44.054876 | 0.53s 2025-10-08 19:19:28.107501 | fa163e52-58d3-ed06-8336-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-08 19:19:28.310383 | fa163e52-58d3-ed06-8336-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-08 19:19:28.313069 | fa163e52-58d3-ed06-8336-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:30:44.274395 | 0.20s 2025-10-08 19:19:28.330554 | fa163e52-58d3-ed06-8336-00000000010e | TASK | Set private key location 2025-10-08 19:19:28.388430 | fa163e52-58d3-ed06-8336-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-08 19:19:28.389689 | fa163e52-58d3-ed06-8336-00000000010e | TIMING | Set private key location | undercloud | 0:30:44.351003 | 0.06s 2025-10-08 19:19:28.405277 | fa163e52-58d3-ed06-8336-00000000010f | TASK | Configure octavia command 2025-10-08 19:19:28.453487 | fa163e52-58d3-ed06-8336-00000000010f | OK | Configure octavia command | undercloud 2025-10-08 19:19:28.454562 | fa163e52-58d3-ed06-8336-00000000010f | TIMING | Configure octavia command | undercloud | 0:30:44.415891 | 0.05s 2025-10-08 19:19:28.513884 | fa163e52-58d3-ed06-8336-000000000110 | OK | set_fact | undercloud 2025-10-08 19:19:28.515190 | fa163e52-58d3-ed06-8336-000000000110 | TIMING | set_fact | undercloud | 0:30:44.476519 | 0.04s 2025-10-08 19:19:28.581443 | fa163e52-58d3-ed06-8336-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-qdhs7aqd/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-qdhs7aqd/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-qdhs7aqd/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-08 19:19:28.582553 | fa163e52-58d3-ed06-8336-000000000111 | TIMING | debug | undercloud | 0:30:44.543887 | 0.05s 2025-10-08 19:19:28.598776 | fa163e52-58d3-ed06-8336-000000000112 | TASK | Configure octavia on overcloud 2025-10-08 19:24:28.816759 | fa163e52-58d3-ed06-8336-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-08 19:24:28.820364 | fa163e52-58d3-ed06-8336-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:35:44.781685 | 300.22s 2025-10-08 19:24:28.839612 | fa163e52-58d3-ed06-8336-000000000113 | TASK | Purge temp dirs 2025-10-08 19:24:29.090694 | fa163e52-58d3-ed06-8336-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-qdhs7aqd/octavia-ansible/local_dir 2025-10-08 19:24:29.091751 | fa163e52-58d3-ed06-8336-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:45.053084 | 0.25s 2025-10-08 19:24:29.095743 | fa163e52-58d3-ed06-8336-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:45.057071 | 0.25s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=646 changed=315 unreachable=0 failed=0 skipped=328 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-10-08 19:24:29.174084 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 19:24:29.174738 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 19:24:29.175234 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:35:45.136572 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 19:24:29.175726 | UUID | Info | Host | Task Name | Run Time 2025-10-08 19:24:29.176230 | fa163e52-58d3-ed06-8336-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 300.22s 2025-10-08 19:24:29.176752 | fa163e52-58d3-ed06-8336-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 299.97s 2025-10-08 19:24:29.177255 | fa163e52-58d3-ed06-8336-000000004df8 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 126.96s 2025-10-08 19:24:29.177945 | fa163e52-58d3-ed06-8336-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 108.06s 2025-10-08 19:24:29.178412 | fa163e52-58d3-ed06-8336-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.55s 2025-10-08 19:24:29.178924 | fa163e52-58d3-ed06-8336-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 60.54s 2025-10-08 19:24:29.179403 | fa163e52-58d3-ed06-8336-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 55.80s 2025-10-08 19:24:29.180543 | fa163e52-58d3-ed06-8336-00000000518e | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 40.18s 2025-10-08 19:24:29.181347 | fa163e52-58d3-ed06-8336-000000004df7 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 34.67s 2025-10-08 19:24:29.181891 | fa163e52-58d3-ed06-8336-000000003c13 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 32.73s 2025-10-08 19:24:29.182395 | fa163e52-58d3-ed06-8336-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.58s 2025-10-08 19:24:29.182957 | fa163e52-58d3-ed06-8336-000000004c5c | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.91s 2025-10-08 19:24:29.183458 | fa163e52-58d3-ed06-8336-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.75s 2025-10-08 19:24:29.183988 | fa163e52-58d3-ed06-8336-00000000518f | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 27.32s 2025-10-08 19:24:29.184494 | fa163e52-58d3-ed06-8336-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.25s 2025-10-08 19:24:29.185036 | fa163e52-58d3-ed06-8336-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.76s 2025-10-08 19:24:29.185570 | fa163e52-58d3-ed06-8336-000000004f1f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.74s 2025-10-08 19:24:29.186113 | fa163e52-58d3-ed06-8336-000000004ef3 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.27s 2025-10-08 19:24:29.186889 | fa163e52-58d3-ed06-8336-000000004f4b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 23.77s 2025-10-08 19:24:29.187583 | fa163e52-58d3-ed06-8336-00000000216d | SUMMARY | standalone | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | 21.38s 2025-10-08 19:24:29.188156 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-qdhs7aqd Install artifact is located at /root/standalone-install-20251008192429.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.5FF2ieBdM4 + exit 0 ~/ci-framework-data/artifacts