~/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.lUdmpv1XTY + 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.lUdmpv1XTY/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + OCTAVIA_ENABLED=False + DESIGNATE_ENABLED=false + TELEMETRY_ENABLED=True + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.lUdmpv1XTY/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.lUdmpv1XTY + J2_VARS_FILE=/tmp/tmp.lUdmpv1XTY/tmp.Bk8m8EwSwU.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.lUdmpv1XTY/tmp.Bk8m8EwSwU.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.lUdmpv1XTY/tmp.Bk8m8EwSwU.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.lUdmpv1XTY/tmp.Bk8m8EwSwU.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.lUdmpv1XTY/tmp.Bk8m8EwSwU.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.lUdmpv1XTY/tmp.Bk8m8EwSwU.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.lUdmpv1XTY/tmp.Bk8m8EwSwU.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.lUdmpv1XTY/tmp.Bk8m8EwSwU.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.lUdmpv1XTY/tmp.Bk8m8EwSwU.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.lUdmpv1XTY/tmp.Bk8m8EwSwU.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.lUdmpv1XTY/tmp.Bk8m8EwSwU.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.lUdmpv1XTY/tmp.Bk8m8EwSwU.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.lUdmpv1XTY/tmp.Bk8m8EwSwU.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.lUdmpv1XTY/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.lUdmpv1XTY/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.lUdmpv1XTY/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.lUdmpv1XTY/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.lUdmpv1XTY/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 6.7 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.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-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 openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251015110812.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 611 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 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.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 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.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 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.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 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.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 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.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 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.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 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.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.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.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 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.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 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.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 198 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250804050821.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 569 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libaio-0.3.111-13.el9.x86_64.rpm 310 kB/s | 26 kB 00:00 (2/399): device-mapper-persistent-data-0.9.0-13 5.9 MB/s | 786 kB 00:00 (3/399): bash-completion-2.11-4.el9.noarch.rpm 3.2 MB/s | 459 kB 00:00 (4/399): glibc-langpack-en-2.34-60.el9.x86_64.r 7.4 MB/s | 675 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.3 MB/s | 62 kB 00:00 (6/399): krb5-workstation-1.20.1-8.el9.x86_64.r 10 MB/s | 542 kB 00:00 (7/399): libkadm5-1.20.1-8.el9.x86_64.rpm 2.1 MB/s | 81 kB 00:00 (8/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 1.0 MB/s | 37 kB 00:00 (9/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 (10/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 324 kB/s | 12 kB 00:00 (11/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 327 kB/s | 16 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 8.8 MB/s | 418 kB 00:00 (13/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 938 kB/s | 36 kB 00:00 (14/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 763 kB/s | 30 kB 00:00 (15/399): device-mapper-event-1.02.187-7.el9_2. 825 kB/s | 32 kB 00:00 (16/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 362 kB/s | 19 kB 00:00 (17/399): device-mapper-event-libs-1.02.187-7.e 728 kB/s | 31 kB 00:00 (18/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 21 MB/s | 1.5 MB 00:00 (19/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 3.3 MB/s | 223 kB 00:00 (20/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 9.5 MB/s | 1.0 MB 00:00 (21/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 1.7 MB/s | 64 kB 00:00 (22/399): boost-system-1.75.0-8.el9.x86_64.rpm 341 kB/s | 15 kB 00:00 (23/399): perl-Storable-3.21-460.el9.x86_64.rpm 2.5 MB/s | 98 kB 00:00 (24/399): python3-urllib-gssapi-1.0.2-4.el9.noa 647 kB/s | 24 kB 00:00 (25/399): boost-locale-1.75.0-8.el9.x86_64.rpm 3.5 MB/s | 216 kB 00:00 (26/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 355 kB/s | 17 kB 00:00 (27/399): boost-thread-1.75.0-8.el9.x86_64.rpm 946 kB/s | 57 kB 00:00 (28/399): perl-Data-Dumper-2.174-462.el9.x86_64 1.5 MB/s | 59 kB 00:00 (29/399): perl-File-Temp-0.231.100-4.el9.noarch 1.6 MB/s | 63 kB 00:00 (30/399): perl-Exporter-5.74-461.el9.noarch.rpm 572 kB/s | 34 kB 00:00 (31/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 388 kB/s | 25 kB 00:00 (32/399): python3-pyasn1-modules-0.4.8-6.el9.no 5.8 MB/s | 283 kB 00:00 (33/399): perl-parent-0.238-460.el9.noarch.rpm 187 kB/s | 16 kB 00:00 (34/399): xorriso-1.5.4-4.el9.x86_64.rpm 5.1 MB/s | 321 kB 00:00 (35/399): libisofs-1.5.4-4.el9.x86_64.rpm 4.8 MB/s | 224 kB 00:00 (36/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 1.1 MB/s | 45 kB 00:00 (37/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 9.2 MB/s | 392 kB 00:00 (38/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.7 MB/s | 92 kB 00:00 (39/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.2 MB/s | 51 kB 00:00 (40/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 3.4 MB/s | 229 kB 00:00 (41/399): perl-Text-ParseWords-3.30-460.el9.noa 372 kB/s | 18 kB 00:00 (42/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 12 MB/s | 1.2 MB 00:00 (43/399): perl-URI-5.09-3.el9.noarch.rpm 935 kB/s | 125 kB 00:00 (44/399): perl-libnet-3.13-4.el9.noarch.rpm 749 kB/s | 134 kB 00:00 (45/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 389 kB/s | 26 kB 00:00 (46/399): iptables-nft-services-1.8.8-6.el9_1.n 318 kB/s | 28 kB 00:00 (47/399): perl-Carp-1.50-460.el9.noarch.rpm 532 kB/s | 31 kB 00:00 (48/399): perl-Encode-3.08-462.el9.x86_64.rpm 16 MB/s | 1.7 MB 00:00 (49/399): perl-Mozilla-CA-20200520-6.el9.noarch 174 kB/s | 14 kB 00:00 (50/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 472 kB/s | 24 kB 00:00 (51/399): perl-Time-Local-1.300-7.el9.noarch.rp 946 kB/s | 37 kB 00:00 (52/399): python3-psutil-5.8.0-12.el9.x86_64.rp 5.2 MB/s | 218 kB 00:00 (53/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.1 MB/s | 73 kB 00:00 (54/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.9 MB/s | 76 kB 00:00 (55/399): perl-Pod-Escapes-1.07-460.el9.noarch. 463 kB/s | 22 kB 00:00 (56/399): sshpass-1.09-4.el9.x86_64.rpm 676 kB/s | 30 kB 00:00 (57/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.5 MB/s | 59 kB 00:00 (58/399): boost-log-1.75.0-8.el9.x86_64.rpm 7.8 MB/s | 410 kB 00:00 (59/399): boost-program-options-1.75.0-8.el9.x8 2.6 MB/s | 108 kB 00:00 (60/399): libburn-1.5.4-4.el9.x86_64.rpm 4.3 MB/s | 175 kB 00:00 (61/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 517 kB/s | 39 kB 00:00 (62/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 295 kB/s | 19 kB 00:00 (63/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 390 kB/s | 34 kB 00:00 (64/399): libisoburn-1.5.4-4.el9.x86_64.rpm 6.7 MB/s | 419 kB 00:00 (65/399): perl-File-Path-2.18-4.el9.noarch.rpm 769 kB/s | 38 kB 00:00 (66/399): perl-Digest-1.19-4.el9.noarch.rpm 394 kB/s | 29 kB 00:00 (67/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 2.3 MB/s | 92 kB 00:00 (68/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 930 kB/s | 43 kB 00:00 (69/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.5 MB/s | 77 kB 00:00 (70/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.0 MB/s | 58 kB 00:00 (71/399): perl-constant-1.33-461.el9.noarch.rpm 493 kB/s | 25 kB 00:00 (72/399): perl-podlators-4.14-460.el9.noarch.rp 2.3 MB/s | 118 kB 00:00 (73/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.0 MB/s | 112 kB 00:00 (74/399): python3-appdirs-1.4.4-4.el9.noarch.rp 688 kB/s | 27 kB 00:00 (75/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.8 MB/s | 163 kB 00:00 (76/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.4 MB/s | 96 kB 00:00 (77/399): python3-qrcode-core-6.1-12.el9.noarch 1.6 MB/s | 61 kB 00:00 (78/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.3 MB/s | 48 kB 00:00 (79/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.4 MB/s | 279 kB 00:00 (80/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.6 MB/s | 221 kB 00:00 (81/399): python3-augeas-0.5.0-25.el9.noarch.rp 669 kB/s | 31 kB 00:00 (82/399): python3-alembic-1.7.5-3.el9.noarch.rp 12 MB/s | 900 kB 00:00 (83/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 9.4 MB/s | 489 kB 00:00 (84/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 9.9 MB/s | 459 kB 00:00 (85/399): jq-1.6-14.el9.x86_64.rpm 3.8 MB/s | 190 kB 00:00 (86/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.4 MB/s | 59 kB 00:00 (87/399): perl-AutoLoader-5.74-480.el9.noarch.r 654 kB/s | 23 kB 00:00 (88/399): perl-B-1.80-480.el9.x86_64.rpm 4.5 MB/s | 185 kB 00:00 (89/399): perl-Class-Struct-0.66-480.el9.noarch 608 kB/s | 24 kB 00:00 (90/399): perl-Errno-1.30-480.el9.x86_64.rpm 458 kB/s | 17 kB 00:00 (91/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 602 kB/s | 23 kB 00:00 (92/399): perl-File-stat-1.09-480.el9.noarch.rp 499 kB/s | 19 kB 00:00 (93/399): perl-File-Basename-2.85-480.el9.noarc 363 kB/s | 19 kB 00:00 (94/399): perl-FileHandle-2.03-480.el9.noarch.r 454 kB/s | 17 kB 00:00 (95/399): perl-Getopt-Std-1.12-480.el9.noarch.r 474 kB/s | 17 kB 00:00 (96/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 677 kB/s | 25 kB 00:00 (97/399): perl-SelectSaver-1.02-480.el9.noarch. 367 kB/s | 13 kB 00:00 (98/399): perl-Symbol-1.08-480.el9.noarch.rpm 362 kB/s | 16 kB 00:00 (99/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.4 MB/s | 99 kB 00:00 (100/399): perl-interpreter-5.32.1-480.el9.x86_ 1.9 MB/s | 75 kB 00:00 (101/399): perl-overload-1.31-480.el9.noarch.rp 1.2 MB/s | 47 kB 00:00 (102/399): perl-libs-5.32.1-480.el9.x86_64.rpm 29 MB/s | 2.2 MB 00:00 (103/399): perl-overloading-0.02-480.el9.noarch 287 kB/s | 15 kB 00:00 (104/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 5.0 MB/s | 259 kB 00:00 (105/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 734 kB/s | 40 kB 00:00 (106/399): perl-IO-1.43-480.el9.x86_64.rpm 2.3 MB/s | 94 kB 00:00 (107/399): perl-NDBM_File-1.15-480.el9.x86_64.r 662 kB/s | 25 kB 00:00 (108/399): perl-base-2.27-480.el9.noarch.rpm 479 kB/s | 18 kB 00:00 (109/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 399 kB/s | 42 kB 00:00 (110/399): perl-if-0.60.800-480.el9.noarch.rpm 387 kB/s | 16 kB 00:00 (111/399): perl-subs-1.03-480.el9.noarch.rpm 322 kB/s | 13 kB 00:00 (112/399): perl-vars-1.05-480.el9.noarch.rpm 294 kB/s | 15 kB 00:00 (113/399): perl-mro-1.23-480.el9.x86_64.rpm 292 kB/s | 31 kB 00:00 (114/399): python3-mako-1.1.4-6.el9.noarch.rpm 2.9 MB/s | 176 kB 00:00 (115/399): ansible-freeipa-1.9.2-3.el9_2.noarch 6.6 MB/s | 452 kB 00:00 (116/399): ipa-client-common-4.10.1-12.el9_2.2. 1.0 MB/s | 44 kB 00:00 (117/399): rhel-system-roles-1.21.2-1.el9_2.noa 28 MB/s | 2.4 MB 00:00 (118/399): ipa-common-4.10.1-12.el9_2.2.noarch. 12 MB/s | 656 kB 00:00 (119/399): python3-ipaclient-4.10.1-12.el9_2.2. 10 MB/s | 648 kB 00:00 (120/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.2 MB/s | 57 kB 00:00 (121/399): python3-ipalib-4.10.1-12.el9_2.2.noa 8.8 MB/s | 663 kB 00:00 (122/399): ruby-default-gems-3.0.4-161.el9_2.2. 1.2 MB/s | 46 kB 00:00 (123/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 701 kB/s | 41 kB 00:00 (124/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 36 MB/s | 7.9 MB 00:00 (125/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 426 kB/s | 55 kB 00:00 (126/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 17 MB/s | 3.3 MB 00:00 (127/399): rubygem-io-console-0.5.7-161.el9_2.2 476 kB/s | 26 kB 00:00 (128/399): rubygem-bundler-2.2.33-161.el9_2.2.n 6.4 MB/s | 456 kB 00:00 (129/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.5 MB/s | 60 kB 00:00 (130/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 8.1 MB/s | 441 kB 00:00 (131/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 811 kB/s | 59 kB 00:00 (132/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.8 MB/s | 110 kB 00:00 (133/399): rubygems-3.2.33-161.el9_2.2.noarch.r 6.3 MB/s | 306 kB 00:00 (134/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 5.5 MB/s | 245 kB 00:00 (135/399): ansible-collection-ansible-netcommon 4.7 MB/s | 181 kB 00:00 (136/399): buildah-1.29.5-1.el9_2.x86_64.rpm 53 MB/s | 8.6 MB 00:00 (137/399): ansible-collection-ansible-posix-1.2 2.0 MB/s | 124 kB 00:00 (138/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 15 MB/s | 2.2 MB 00:00 (139/399): ansible-collection-ansible-utils-2.3 1.5 MB/s | 91 kB 00:00 (140/399): golang-github-vbatts-tar-split-0.11. 19 MB/s | 1.0 MB 00:00 (141/399): ansible-collection-community-general 14 MB/s | 1.3 MB 00:00 (142/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.7 MB/s | 77 kB 00:00 (143/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.7 MB/s | 162 kB 00:00 (144/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.5 MB/s | 178 kB 00:00 (145/399): puppet-fdio-18.2-1.20220727113954.6f 686 kB/s | 25 kB 00:00 (146/399): python3-ansible-runner-2.0.0a1-3.el9 3.2 MB/s | 122 kB 00:00 (147/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.1 MB/s | 44 kB 00:00 (148/399): python3-beautifulsoup4-4.9.3-2.el9os 4.8 MB/s | 204 kB 00:00 (149/399): python3-croniter-0.3.35-2.el9ost.noa 1.4 MB/s | 49 kB 00:00 (150/399): python3-daemon-2.3.0-1.el9ost.noarch 611 kB/s | 39 kB 00:00 (151/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 674 kB/s | 44 kB 00:00 (152/399): python3-docutils-0.16-6.el9ost.noarc 15 MB/s | 1.5 MB 00:00 (153/399): python3-gevent-21.1.2-2.el9ost.x86_6 22 MB/s | 1.6 MB 00:00 (154/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.0 MB/s | 107 kB 00:00 (155/399): python3-jeepney-0.6.0-2.el9ost.noarc 4.2 MB/s | 284 kB 00:00 (156/399): python3-jmespath-0.10.0-1.el9ost.noa 1.1 MB/s | 46 kB 00:00 (157/399): python3-logutils-0.3.5-15.el9ost.noa 1.3 MB/s | 47 kB 00:00 (158/399): python3-memcached-1.59-3.el9ost.noar 1.0 MB/s | 40 kB 00:00 (159/399): python3-lockfile-0.12.2-2.el9ost.noa 297 kB/s | 31 kB 00:00 (160/399): python3-migrate-0.13.0-1.el9ost.noar 5.1 MB/s | 224 kB 00:00 (161/399): python3-mimeparse-1.6.0-16.el9ost.no 398 kB/s | 16 kB 00:00 (162/399): python3-natsort-7.1.1-2.el9ost.noarc 1.1 MB/s | 59 kB 00:00 (163/399): python3-pecan-1.4.0-2.el9ost.noarch. 5.2 MB/s | 273 kB 00:00 (164/399): python3-passlib-1.7.4-3.el9ost.noarc 11 MB/s | 712 kB 00:00 (165/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.5 MB/s | 111 kB 00:00 (166/399): python3-pyperclip-1.8.0-3.el9ost.noa 660 kB/s | 25 kB 00:00 (167/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.3 MB/s | 90 kB 00:00 (168/399): python3-setproctitle-1.2.2-1.el9ost. 642 kB/s | 23 kB 00:00 (169/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.2 MB/s | 47 kB 00:00 (170/399): python3-tenacity-6.3.1-1.el9ost.noar 1.4 MB/s | 51 kB 00:00 (171/399): python3-sqlalchemy13-1.3.24-3.el9ost 25 MB/s | 1.7 MB 00:00 (172/399): python3-webtest-2.0.35-6.el9ost.noar 1.5 MB/s | 82 kB 00:00 (173/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 9.0 MB/s | 396 kB 00:00 (174/399): python3-zope-event-4.2.0-20.el9ost.n 5.0 MB/s | 205 kB 00:00 (175/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.8 MB/s | 243 kB 00:00 (176/399): python3-soupsieve-2.2-1.el9ost.noarc 327 kB/s | 67 kB 00:00 (177/399): rubygem-deep_merge-1.2.1-7.el9ost.no 413 kB/s | 14 kB 00:00 (178/399): rubygem-fast_gettext-1.2.0-9.el9ost. 943 kB/s | 34 kB 00:00 (179/399): python3-zope-interface-5.4.0-1.el9os 1.7 MB/s | 202 kB 00:00 (180/399): rubygem-multi_json-1.15.0-2.el9ost.n 586 kB/s | 22 kB 00:00 (181/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.3 MB/s | 90 kB 00:00 (182/399): rubygem-puppet-resource_api-1.8.13-1 567 kB/s | 34 kB 00:00 (183/399): rubygem-semantic_puppet-1.0.4-2.el9o 306 kB/s | 21 kB 00:00 (184/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 163 kB/s | 16 kB 00:00 (185/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 3.6 MB/s | 433 kB 00:00 (186/399): ansible-config_template-2.0.1-17.1.2 500 kB/s | 29 kB 00:00 (187/399): ansible-role-atos-hsm-1.0.1-17.1.202 210 kB/s | 17 kB 00:00 (188/399): ansible-role-chrony-1.3.1-17.1.20230 412 kB/s | 22 kB 00:00 (189/399): ansible-role-container-registry-1.4. 672 kB/s | 24 kB 00:00 (190/399): ansible-role-collectd-config-0.0.3-1 662 kB/s | 53 kB 00:00 (191/399): ansible-role-openstack-operations-0. 880 kB/s | 30 kB 00:00 (192/399): ansible-role-redhat-subscription-1.3 767 kB/s | 28 kB 00:00 (193/399): ansible-role-qdr-config-0.0.2-17.1.2 396 kB/s | 21 kB 00:00 (194/399): ansible-tripleo-ipa-0.3.1-17.1.20230 1.0 MB/s | 36 kB 00:00 (195/399): ansible-role-tripleo-modify-image-1. 656 kB/s | 27 kB 00:00 (196/399): ansible-role-thales-hsm-3.0.1-17.1.2 244 kB/s | 21 kB 00:00 (197/399): ansible-tripleo-ipsec-11.0.1-17.1.20 890 kB/s | 38 kB 00:00 (198/399): dib-utils-0.0.11-17.1.20230620173328 240 kB/s | 12 kB 00:00 (199/399): openstack-heat-agents-2.2.1-17.1.202 224 kB/s | 9.6 kB 00:00 (200/399): os-apply-config-13.1.1-17.1.20231020 1.5 MB/s | 54 kB 00:00 (201/399): os-collect-config-13.1.1-17.1.202310 1.3 MB/s | 50 kB 00:00 (202/399): os-refresh-config-13.1.1-17.1.202310 573 kB/s | 21 kB 00:00 (203/399): puppet-aodh-18.4.2-17.1.202306201512 1.7 MB/s | 62 kB 00:00 (204/399): puppet-auditd-2.2.1-17.1.20230620192 615 kB/s | 28 kB 00:00 (205/399): puppet-ceilometer-18.4.3-17.1.202309 1.8 MB/s | 70 kB 00:00 (206/399): puppet-archive-4.6.1-17.1.2023062018 559 kB/s | 44 kB 00:00 (207/399): puppet-certmonger-2.7.1-17.1.2023062 720 kB/s | 26 kB 00:00 (208/399): puppet-cinder-18.5.2-17.1.2023062105 2.9 MB/s | 120 kB 00:00 (209/399): puppet-collectd-13.0.1-17.1.20230620 3.5 MB/s | 135 kB 00:00 (210/399): puppet-corosync-8.0.1-17.1.202306211 1.7 MB/s | 68 kB 00:00 (211/399): puppet-designate-18.6.1-17.1.2023062 1.3 MB/s | 69 kB 00:00 (212/399): puppet-dns-8.2.1-17.1.20230621002045 908 kB/s | 36 kB 00:00 (213/399): puppet-etcd-1.12.3-17.1.202306201932 714 kB/s | 25 kB 00:00 (214/399): puppet-gnocchi-18.4.3-17.1.202306210 1.6 MB/s | 58 kB 00:00 (215/399): puppet-heat-18.4.1-17.1.202306211116 1.9 MB/s | 70 kB 00:00 (216/399): puppet-kmod-2.5.0-17.1.2023062019064 594 kB/s | 21 kB 00:00 (217/399): puppet-manila-18.5.2-17.1.2023110219 2.1 MB/s | 81 kB 00:00 (218/399): puppet-memcached-6.0.0-17.1.20230620 660 kB/s | 23 kB 00:00 (219/399): puppet-mysql-10.6.1-17.1.20230621022 2.6 MB/s | 99 kB 00:00 (220/399): puppet-neutron-18.6.1-17.1.202306210 5.1 MB/s | 196 kB 00:00 (221/399): puppet-nova-18.6.1-17.1.202306210904 4.7 MB/s | 200 kB 00:00 (222/399): puppet-nssdb-1.0.2-17.1.202306201856 268 kB/s | 12 kB 00:00 (223/399): puppet-octavia-18.5.1-17.1.202306210 1.9 MB/s | 76 kB 00:00 (224/399): puppet-openstack_extras-18.5.1-17.1. 1.3 MB/s | 48 kB 00:00 (225/399): puppet-openstacklib-18.5.2-17.1.2023 1.7 MB/s | 62 kB 00:00 (226/399): puppet-oslo-18.5.1-17.1.202306210523 1.3 MB/s | 48 kB 00:00 (227/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (228/399): puppet-qdr-7.4.1-17.1.20230620195605 816 kB/s | 31 kB 00:00 (229/399): puppet-rabbitmq-11.0.1-17.1.20230620 6.6 MB/s | 266 kB 00:00 (230/399): puppet-redis-6.1.1-17.1.202306201917 1.3 MB/s | 51 kB 00:00 (231/399): puppet-ssh-6.2.1-17.1.20230620190251 829 kB/s | 29 kB 00:00 (232/399): puppet-rsyslog-4.0.1-17.1.2023062020 807 kB/s | 58 kB 00:00 (233/399): puppet-stdlib-6.3.1-17.1.20230621000 2.8 MB/s | 160 kB 00:00 (234/399): puppet-swift-18.6.1-17.1.20230621052 1.7 MB/s | 115 kB 00:00 (235/399): puppet-vswitch-14.4.3-17.1.202306210 920 kB/s | 41 kB 00:00 (236/399): puppet-systemd-2.12.1-17.1.202306201 547 kB/s | 42 kB 00:00 (237/399): puppet-xinetd-3.3.1-17.1.20230620185 396 kB/s | 26 kB 00:00 (238/399): python-oslo-middleware-lang-4.2.1-17 270 kB/s | 13 kB 00:00 (239/399): python-oslo-log-lang-4.4.0-17.1.2023 136 kB/s | 14 kB 00:00 (240/399): python-oslo-cache-lang-2.7.1-17.1.20 125 kB/s | 19 kB 00:00 (241/399): python-oslo-policy-lang-3.7.1-17.1.2 223 kB/s | 14 kB 00:00 (242/399): python-oslo-versionedobjects-lang-2. 177 kB/s | 14 kB 00:00 (243/399): python3-aodhclient-2.2.0-17.1.202306 1.2 MB/s | 56 kB 00:00 (244/399): python-pycadf-common-3.1.1-17.1.2023 164 kB/s | 15 kB 00:00 (245/399): python3-GitPython-3.1.14-2.el9ost.no 2.6 MB/s | 238 kB 00:00 (246/399): python3-barbicanclient-5.3.0-17.1.20 2.8 MB/s | 127 kB 00:00 (247/399): python3-cinderclient-7.4.1-17.1.2023 4.4 MB/s | 218 kB 00:00 (248/399): python3-cliff-3.7.0-17.1.20230620172 2.5 MB/s | 95 kB 00:00 (249/399): python3-designateclient-4.2.1-17.1.2 2.4 MB/s | 92 kB 00:00 (250/399): python3-futurist-2.3.0-17.1.20230621 1.7 MB/s | 64 kB 00:00 (251/399): python3-heat-agent-2.2.1-17.1.202306 454 kB/s | 19 kB 00:00 (252/399): python3-heat-agent-ansible-2.2.1-17. 315 kB/s | 11 kB 00:00 (253/399): python3-heat-agent-apply-config-2.2. 265 kB/s | 9.9 kB 00:00 (254/399): python3-heat-agent-docker-cmd-2.2.1- 263 kB/s | 12 kB 00:00 (255/399): python3-heat-agent-hiera-2.2.1-17.1. 277 kB/s | 10 kB 00:00 (256/399): python3-heat-agent-json-file-2.2.1-1 291 kB/s | 9.8 kB 00:00 (257/399): python3-heat-agent-puppet-2.2.1-17.1 333 kB/s | 11 kB 00:00 (258/399): python3-heatclient-2.3.1-17.1.202306 4.1 MB/s | 158 kB 00:00 (259/399): python3-ironic-inspector-client-4.5. 1.8 MB/s | 67 kB 00:00 (260/399): python3-ironicclient-4.6.4-17.1.2023 8.6 MB/s | 342 kB 00:00 (261/399): python3-keystoneclient-4.3.0-17.1.20 5.8 MB/s | 239 kB 00:00 (262/399): python3-magnumclient-3.4.1-17.1.2023 3.3 MB/s | 121 kB 00:00 (263/399): python3-keystonemiddleware-9.2.0-17. 1.1 MB/s | 92 kB 00:00 (264/399): python3-mistralclient-4.2.0-17.1.202 3.3 MB/s | 166 kB 00:00 (265/399): python3-neutronclient-7.3.1-17.1.202 7.2 MB/s | 298 kB 00:00 (266/399): python3-novaclient-17.4.1-17.1.20230 5.1 MB/s | 201 kB 00:00 (267/399): python3-os-client-config-2.1.0-17.1. 1.2 MB/s | 55 kB 00:00 (268/399): python3-os-service-types-1.7.0-17.1. 942 kB/s | 38 kB 00:00 (269/399): python3-os-traits-2.5.0-17.1.2023062 1.0 MB/s | 45 kB 00:00 (270/399): python3-osc-lib-2.3.1-17.1.202306202 1.9 MB/s | 78 kB 00:00 (271/399): python3-oslo-cache-2.7.1-17.1.202306 1.0 MB/s | 56 kB 00:00 (272/399): python3-oslo-context-3.2.1-17.1.2023 741 kB/s | 27 kB 00:00 (273/399): python3-oslo-log-4.4.0-17.1.20230620 1.7 MB/s | 64 kB 00:00 (274/399): python3-oslo-middleware-4.2.1-17.1.2 1.3 MB/s | 55 kB 00:00 (275/399): python3-oslo-policy-3.7.1-17.1.20230 2.0 MB/s | 76 kB 00:00 (276/399): python3-oslo-reports-2.2.0-17.1.2023 1.6 MB/s | 59 kB 00:00 (277/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.3 MB/s | 46 kB 00:00 (278/399): python3-oslo-serialization-4.1.1-17. 964 kB/s | 34 kB 00:00 (279/399): python3-oslo-upgradecheck-1.3.1-17.1 777 kB/s | 29 kB 00:00 (280/399): python3-oslo-versionedobjects-2.4.1- 1.0 MB/s | 79 kB 00:00 (281/399): python3-osprofiler-3.4.0-17.1.202306 1.7 MB/s | 130 kB 00:00 (282/399): python3-pycadf-3.1.1-17.1.2023062021 739 kB/s | 53 kB 00:00 (283/399): python3-requestsexceptions-1.4.0-17. 366 kB/s | 17 kB 00:00 (284/399): python3-saharaclient-3.3.0-17.1.2023 4.0 MB/s | 188 kB 00:00 (285/399): python3-shade-1.33.0-17.1.2023062022 9.3 MB/s | 523 kB 00:00 (286/399): python3-statsd-3.2.1-20.1.el9ost.noa 882 kB/s | 35 kB 00:00 (287/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.2 MB/s | 50 kB 00:00 (288/399): python3-swiftclient-3.11.1-17.1.2023 1.9 MB/s | 136 kB 00:00 (289/399): python3-troveclient-7.0.0-17.1.20230 6.1 MB/s | 344 kB 00:00 (290/399): python3-validations-libs-1.9.1-17.1. 3.3 MB/s | 137 kB 00:00 (291/399): python3-zaqarclient-2.4.0-17.1.20230 3.4 MB/s | 129 kB 00:00 (292/399): validations-common-1.9.1-17.1.202310 2.5 MB/s | 111 kB 00:00 (293/399): python3-paramiko-2.11.0-2.el9ost.noa 6.4 MB/s | 299 kB 00:00 (294/399): python3-werkzeug-2.0.1-7.el9ost.noar 8.4 MB/s | 427 kB 00:00 (295/399): ansible-pacemaker-1.0.4-17.1.2023121 553 kB/s | 21 kB 00:00 (296/399): python3-manilaclient-2.6.4-17.1.2024 13 MB/s | 528 kB 00:00 (297/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.0 MB/s | 83 kB 00:00 (298/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.4 MB/s | 230 kB 00:00 (299/399): ansible-role-metalsmith-deployment-1 614 kB/s | 21 kB 00:00 (300/399): openstack-selinux-0.8.37-17.1.202311 5.7 MB/s | 221 kB 00:00 (301/399): python-oslo-db-lang-8.5.2-17.1.20240 177 kB/s | 14 kB 00:00 (302/399): puppet-ironic-18.7.1-17.1.2024030521 1.3 MB/s | 121 kB 00:00 (303/399): python3-glanceclient-3.3.0-17.1.2024 1.8 MB/s | 143 kB 00:00 (304/399): python3-keystoneauth1-4.4.0-17.1.202 9.0 MB/s | 409 kB 00:00 (305/399): python3-neutron-lib-2.10.3-17.1.2023 8.0 MB/s | 375 kB 00:00 (306/399): python3-octaviaclient-2.3.1-17.1.202 1.8 MB/s | 91 kB 00:00 (307/399): python3-oslo-db-8.5.2-17.1.202408201 3.7 MB/s | 144 kB 00:00 (308/399): python3-metalsmith-1.4.4-17.1.202405 674 kB/s | 65 kB 00:00 (309/399): python3-oslo-messaging-12.7.3-17.1.2 5.1 MB/s | 216 kB 00:00 (310/399): python3-oslo-service-2.5.1-17.1.2024 1.7 MB/s | 71 kB 00:00 (311/399): python3-rhosp-openvswitch-3.3-1.el9o 217 kB/s | 8.3 kB 00:00 (312/399): python3-waitress-2.0.0-4.el9ost.noar 2.6 MB/s | 109 kB 00:00 (313/399): openstack-ansible-core-2.14.2-4.7.el 38 MB/s | 2.3 MB 00:00 (314/399): openstack-tripleo-validations-14.3.2 3.1 MB/s | 204 kB 00:00 (315/399): puppet-glance-18.6.1-17.1.2025022015 2.2 MB/s | 87 kB 00:00 (316/399): puppet-ovn-18.6.1-17.1.2024092509490 664 kB/s | 29 kB 00:00 (317/399): puppet-pacemaker-1.5.1-17.1.20250214 2.8 MB/s | 158 kB 00:00 (318/399): puppet-tripleo-14.2.3-17.1.202503201 4.5 MB/s | 239 kB 00:00 (319/399): python3-os-ken-1.4.1-17.1.2024120509 16 MB/s | 2.1 MB 00:00 (320/399): ansible-collection-containers-podman 2.0 MB/s | 243 kB 00:00 (321/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 6.6 MB/s | 351 kB 00:00 (322/399): ansible-collections-openstack-1.9.1- 1.2 MB/s | 146 kB 00:00 (323/399): hiera-3.6.0-6.el9ost.noarch.rpm 730 kB/s | 33 kB 00:00 (324/399): leatherman-1.12.6-5.el9ost.x86_64.rp 6.5 MB/s | 405 kB 00:00 (325/399): puppet-7.10.0-4.el9ost.noarch.rpm 270 kB/s | 11 kB 00:00 (326/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.5 MB/s | 92 kB 00:00 (327/399): facter-3.14.19-3.el9ost.x86_64.rpm 2.8 MB/s | 518 kB 00:00 (328/399): puppet-headless-7.10.0-4.el9ost.noar 14 MB/s | 1.4 MB 00:00 (329/399): python3-boto-2.45.0-8.1.el9ost.noarc 27 MB/s | 1.3 MB 00:00 (330/399): python3-cachetools-4.2.2-3.el9ost.no 843 kB/s | 33 kB 00:00 (331/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 6.8 MB/s | 284 kB 00:00 (332/399): python3-dogpile-cache-1.1.5-5.el9ost 2.4 MB/s | 89 kB 00:00 (333/399): python3-colorama-0.4.4-4.el9ost.noar 619 kB/s | 35 kB 00:00 (334/399): python3-extras-1.0.0-17.el9ost.noarc 394 kB/s | 21 kB 00:00 (335/399): python3-keyring-21.8.0-4.el9ost.noar 2.0 MB/s | 77 kB 00:00 (336/399): python3-fixtures-3.0.0-24.el9ost.noa 1.4 MB/s | 93 kB 00:00 (337/399): python3-kombu-5.0.2-3.el9ost.noarch. 5.4 MB/s | 313 kB 00:00 (338/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.0 MB/s | 87 kB 00:00 (339/399): python3-munch-2.5.0-6.el9ost.noarch. 588 kB/s | 25 kB 00:00 (340/399): python3-openstacksdk-0.55.1-17.1.202 13 MB/s | 735 kB 00:00 (341/399): python3-paste-3.5.0-5.el9ost.noarch. 11 MB/s | 776 kB 00:00 (342/399): python3-pystache-0.5.4-15.el9ost.noa 3.5 MB/s | 132 kB 00:00 (343/399): python3-repoze-lru-0.7-12.el9ost.noa 819 kB/s | 32 kB 00:00 (344/399): python3-paste-deploy-2.1.1-4.el9ost. 433 kB/s | 41 kB 00:00 (345/399): python3-routes-2.4.1-14.el9ost.noarc 4.9 MB/s | 188 kB 00:00 (346/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.5 MB/s | 57 kB 00:00 (347/399): python3-secretstorage-3.3.1-3.el9ost 1.0 MB/s | 36 kB 00:00 (348/399): python3-simplejson-3.17.5-3.el9ost.x 6.6 MB/s | 266 kB 00:00 (349/399): python3-tempita-0.5.1-27.el9ost.noar 1.1 MB/s | 36 kB 00:00 (350/399): python3-testtools-2.4.0-10.el9ost.no 8.5 MB/s | 333 kB 00:00 (351/399): python3-vine-5.0.0-5.el9ost.noarch.r 662 kB/s | 26 kB 00:00 (352/399): python3-warlock-1.3.3-7.el9ost.noarc 600 kB/s | 21 kB 00:00 (353/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.6 MB/s | 56 kB 00:00 (354/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.6 MB/s | 180 kB 00:00 (355/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 866 kB/s | 29 kB 00:00 (356/399): ruby-facter-3.14.19-3.el9ost.x86_64. 284 kB/s | 9.5 kB 00:00 (357/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 535 kB/s | 19 kB 00:00 (358/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 2.8 MB/s | 123 kB 00:00 (359/399): openstack-heat-api-16.1.1-17.1.20250 359 kB/s | 16 kB 00:00 (360/399): openstack-heat-engine-16.1.1-17.1.20 453 kB/s | 15 kB 00:00 (361/399): openstack-heat-monolith-16.1.1-17.1. 420 kB/s | 16 kB 00:00 (362/399): openstack-heat-common-16.1.1-17.1.20 21 MB/s | 1.6 MB 00:00 (363/399): python-openstackclient-lang-5.5.2-17 1.5 MB/s | 58 kB 00:00 (364/399): puppet-barbican-18.4.2-17.1.20250625 653 kB/s | 57 kB 00:00 (365/399): openstack-tripleo-common-15.4.1-17.1 771 kB/s | 48 kB 00:00 (366/399): python3-openstackclient-5.5.2-17.1.2 11 MB/s | 1.1 MB 00:00 (367/399): puppet-apache-6.5.2-17.1.20250811150 5.7 MB/s | 253 kB 00:00 (368/399): openstack-tripleo-common-containers- 726 kB/s | 74 kB 00:00 (369/399): puppet-firewall-3.4.1-17.1.202508041 1.2 MB/s | 73 kB 00:00 (370/399): puppet-concat-6.2.1-17.1.20250725131 416 kB/s | 44 kB 00:00 (371/399): puppet-haproxy-4.2.2-17.1.2025072511 703 kB/s | 55 kB 00:00 (372/399): puppet-inifile-4.2.1-17.1.2025080415 590 kB/s | 46 kB 00:00 (373/399): puppet-ipaclient-2.5.2-17.1.20250725 586 kB/s | 21 kB 00:00 (374/399): puppet-git-0.5.0-17.1.20250725114148 159 kB/s | 26 kB 00:00 (375/399): puppet-module-data-0.5.1-17.1.202507 384 kB/s | 16 kB 00:00 (376/399): puppet-keepalived-0.0.2-17.1.2025072 203 kB/s | 17 kB 00:00 (377/399): puppet-remote-10.0.0-17.1.2025072511 339 kB/s | 19 kB 00:00 (378/399): puppet-rsync-1.1.4-17.1.202508041515 739 kB/s | 28 kB 00:00 (379/399): puppet-sysctl-0.0.13-17.1.2025072511 555 kB/s | 19 kB 00:00 (380/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.5 MB/s | 53 kB 00:00 (381/399): puppet-snmp-3.9.1-17.1.2025072511575 630 kB/s | 38 kB 00:00 (382/399): python3-tripleo-common-15.4.1-17.1.2 4.9 MB/s | 198 kB 00:00 (383/399): python3-tripleoclient-16.5.1-17.1.20 12 MB/s | 552 kB 00:00 (384/399): tripleo-ansible-3.3.1-17.1.202508040 11 MB/s | 569 kB 00:00 (385/399): puppet-horizon-18.6.1-17.1.202510081 1.1 MB/s | 59 kB 00:00 (386/399): puppet-keystone-18.6.1-17.1.20251008 2.2 MB/s | 126 kB 00:00 (387/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.5 MB/s | 68 kB 00:00 (388/399): openstack-tripleo-heat-templates-14. 3.8 MB/s | 611 kB 00:00 (389/399): cephadm-18.2.1-361.el9cp.noarch.rpm 4.5 MB/s | 354 kB 00:00 (390/399): python3-openvswitch3.3-3.3.6-141.el9 5.5 MB/s | 383 kB 00:00 (391/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.4 MB/s | 136 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.7 MB/s | 156 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 634 kB/s | 30 kB 00:00 (394/399): util-linux-core-2.37.4-11.el9_2.x86_ 10 MB/s | 464 kB 00:00 (395/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.6 MB/s | 109 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 29 MB/s | 2.3 MB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.4 MB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 2.8 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 4.2 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 13 MB/s | 97 MB 00:07 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 113/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 114/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 115/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 116/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 117/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 118/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : 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 : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 169/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 170/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 171/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 172/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 173/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 174/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 175/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 176/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 177/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 178/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 179/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 180/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 181/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 182/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 184/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 185/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 186/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 187/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 188/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 189/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 190/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 191/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 192/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 193/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 194/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 195/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 196/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 197/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 198/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 199/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 200/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 201/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 202/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 203/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 204/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 205/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 206/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 207/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 208/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 209/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 210/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 211/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 212/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 213/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 214/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 215/408 Installing : python3-memcached-1.59-3.el9ost.noarch 216/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 217/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 218/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 219/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 220/408 Installing : python3-docutils-0.16-6.el9ost.noarch 221/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 222/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 223/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 224/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 225/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 226/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 227/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 228/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 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 : libburn-1.5.4-4.el9.x86_64 267/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 268/408 Installing : sshpass-1.09-4.el9.x86_64 269/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 270/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 271/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 272/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 273/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 274/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 275/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 276/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 277/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 278/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 279/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 280/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 281/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 282/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 283/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 284/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 285/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 286/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 287/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 288/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 289/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 290/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 291/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 292/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 293/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 294/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 295/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 296/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 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.20250804150825.df46d2a 311/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 312/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 313/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 314/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 315/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 316/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 317/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.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.20251008130751.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-rsyslog-4.0.1-17.1.20230620200132.2548a0d 329/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 330/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 331/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 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.20251008090800.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-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 354/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 355/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 356/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 357/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 358/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.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 : python3-heat-agent-puppet-2.2.1-17.1.20230620232 363/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 364/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 365/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 366/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 367/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 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.2025090814082 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.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.20250908140 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.20250728123209 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-Mozilla-CA-20200520-6.el9.noarch 49/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 50/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 51/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 52/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 53/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 54/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 55/408 Verifying : sshpass-1.09-4.el9.x86_64 56/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 57/408 Verifying : boost-log-1.75.0-8.el9.x86_64 58/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 59/408 Verifying : libburn-1.5.4-4.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 : augeas-libs-1.13.0-3.el9.x86_64 84/408 Verifying : jq-1.6-14.el9.x86_64 85/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 86/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 87/408 Verifying : perl-B-1.80-480.el9.x86_64 88/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 89/408 Verifying : perl-Errno-1.30-480.el9.x86_64 90/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 91/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 92/408 Verifying : perl-File-stat-1.09-480.el9.noarch 93/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 94/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 95/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 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-interpreter-4:5.32.1-480.el9.x86_64 100/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 101/408 Verifying : perl-overload-1.31-480.el9.noarch 102/408 Verifying : perl-overloading-0.02-480.el9.noarch 103/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 104/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 105/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 106/408 Verifying : perl-IO-1.43-480.el9.x86_64 107/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 108/408 Verifying : perl-base-2.27-480.el9.noarch 109/408 Verifying : perl-if-0.60.800-480.el9.noarch 110/408 Verifying : perl-mro-1.23-480.el9.x86_64 111/408 Verifying : perl-subs-1.03-480.el9.noarch 112/408 Verifying : perl-vars-1.05-480.el9.noarch 113/408 Verifying : python3-mako-1.1.4-6.el9.noarch 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-ansible-netcommon-2.2.0-1.2.e 137/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 138/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 139/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 140/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 141/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 142/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 143/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 144/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 145/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 146/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 147/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 148/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 149/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 150/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 151/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 152/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 153/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 154/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 155/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 156/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 157/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 158/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 159/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 160/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 161/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 162/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 163/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 164/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 165/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 166/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 167/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 168/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 169/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 170/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 171/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 172/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 173/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 174/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 175/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 176/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 177/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 178/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 179/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 180/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 181/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 182/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 183/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 184/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 185/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 186/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 187/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 188/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 189/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 190/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 191/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 192/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 193/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 194/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 195/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 196/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 197/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 198/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 199/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 200/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 201/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 202/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 203/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 204/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 205/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 206/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 207/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 208/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 209/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 210/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 211/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 212/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 213/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 214/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 215/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 216/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 217/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 218/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 219/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 220/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 221/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 222/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 223/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 224/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 225/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 226/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 227/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 228/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 229/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 230/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 231/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 232/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 233/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 234/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 235/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 236/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 237/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 238/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 239/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 240/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 241/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 242/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 243/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 244/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 245/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 246/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 247/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 248/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 249/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 250/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 251/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 252/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 257/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 258/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 259/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 260/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 261/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 262/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 263/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 264/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 265/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 266/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 267/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 268/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 269/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 270/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 271/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 272/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 273/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 274/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 275/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 276/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 277/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 278/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 279/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 280/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 281/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 282/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 283/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 284/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 285/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 286/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 287/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 288/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 289/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 290/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 291/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 292/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 293/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 294/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 295/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 296/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 297/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 298/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 299/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 300/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 301/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 302/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 303/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 304/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 305/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 306/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 307/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 308/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 309/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 310/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 311/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 312/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 313/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 314/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 315/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 316/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 317/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 318/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 319/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 320/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 321/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 322/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 323/408 Verifying : hiera-3.6.0-6.el9ost.noarch 324/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 325/408 Verifying : puppet-7.10.0-4.el9ost.noarch 326/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 327/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 328/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 329/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 330/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 331/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 332/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 333/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 334/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 335/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 336/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 337/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 338/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 339/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 340/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 341/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 342/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 343/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 344/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 345/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 346/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 347/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 348/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 349/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 350/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 351/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 352/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 353/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 354/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 355/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 356/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 357/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 358/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 359/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 360/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 361/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 362/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 363/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 364/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 365/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 366/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 367/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 368/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 369/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 370/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 371/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 372/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 373/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 374/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 375/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 376/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 377/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 378/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 379/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 380/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 381/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 382/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 383/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 384/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 385/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 386/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 387/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 388/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 389/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251015110812.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.20250811150836.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.20250725131333.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.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.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.20250725114653.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.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.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.20250725115430.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.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.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.20250725113328.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.20250725113408.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.6-141.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.20250908140822.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.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.20250804050821.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=False + OCTAVIA_ENABLED=False + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=True + TELEMETRY_ENABLED=True + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-11-30T07:13:41.735570 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 5.4382e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-11-30 07:13:45.618597 | fa163e9f-d340-1ab4-bd50-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-11-30 07:13:45.656954 | fa163e9f-d340-1ab4-bd50-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-11-30 07:13:45.657702 | fa163e9f-d340-1ab4-bd50-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.052745 | 0.04s 2025-11-30 07:13:45.661650 | fa163e9f-d340-1ab4-bd50-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-11-30 07:13:45.710086 | fa163e9f-d340-1ab4-bd50-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-11-30 07:13:45.711102 | fa163e9f-d340-1ab4-bd50-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.106139 | 0.05s 2025-11-30 07:13:45.717148 | fa163e9f-d340-1ab4-bd50-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-11-30 07:13:45.803957 | fa163e9f-d340-1ab4-bd50-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-11-30 07:13:45.805041 | fa163e9f-d340-1ab4-bd50-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.200078 | 0.09s 2025-11-30 07:13:45.811400 | fa163e9f-d340-1ab4-bd50-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-11-30 07:13:46.177849 | fa163e9f-d340-1ab4-bd50-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-11-30 07:13:46.179286 | fa163e9f-d340-1ab4-bd50-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.574320 | 0.37s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-11-30 07:13:46.204941 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:13:46.205570 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:13:46.206134 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.601178 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:13:46.206677 | UUID | Info | Host | Task Name | Run Time 2025-11-30 07:13:46.207373 | fa163e9f-d340-1ab4-bd50-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.37s 2025-11-30 07:13:46.207875 | fa163e9f-d340-1ab4-bd50-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-11-30 07:13:46.208582 | fa163e9f-d340-1ab4-bd50-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.05s 2025-11-30 07:13:46.209109 | fa163e9f-d340-1ab4-bd50-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-11-30 07:13:46.209659 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-11-30 07:13:48.651864 | fa163e9f-d340-336a-ceb8-000000000005 | TASK | set ssh key path facts 2025-11-30 07:13:48.686974 | fa163e9f-d340-336a-ceb8-000000000005 | OK | set ssh key path facts | undercloud 2025-11-30 07:13:48.687544 | fa163e9f-d340-336a-ceb8-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.050798 | 0.03s 2025-11-30 07:13:48.690720 | fa163e9f-d340-336a-ceb8-000000000006 | TASK | stat private key 2025-11-30 07:13:49.022386 | fa163e9f-d340-336a-ceb8-000000000006 | OK | stat private key | undercloud 2025-11-30 07:13:49.023656 | fa163e9f-d340-336a-ceb8-000000000006 | TIMING | stat private key | undercloud | 0:00:00.386898 | 0.33s 2025-11-30 07:13:49.030831 | fa163e9f-d340-336a-ceb8-000000000007 | TASK | stat public key 2025-11-30 07:13:49.252034 | fa163e9f-d340-336a-ceb8-000000000007 | OK | stat public key | undercloud 2025-11-30 07:13:49.253400 | fa163e9f-d340-336a-ceb8-000000000007 | TIMING | stat public key | undercloud | 0:00:00.616642 | 0.22s 2025-11-30 07:13:49.260409 | fa163e9f-d340-336a-ceb8-000000000008 | TASK | create private key if it does not exist 2025-11-30 07:13:49.839434 | fa163e9f-d340-336a-ceb8-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-11-30 07:13:49.840656 | fa163e9f-d340-336a-ceb8-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.203898 | 0.58s 2025-11-30 07:13:49.847133 | fa163e9f-d340-336a-ceb8-000000000009 | TASK | create public key if it does not exist 2025-11-30 07:13:50.069700 | fa163e9f-d340-336a-ceb8-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-11-30 07:13:50.071080 | fa163e9f-d340-336a-ceb8-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.434292 | 0.22s PLAY [allovercloud] ************************************************************ 2025-11-30 07:13:50.124335 | fa163e9f-d340-336a-ceb8-000000000023 | TASK | Get local private key 2025-11-30 07:13:50.446132 | fa163e9f-d340-336a-ceb8-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e9f-d340-336a-ceb8-000000000023') missing from stats 2025-11-30 07:13:50.457837 | fa163e9f-d340-336a-ceb8-000000000024 | TASK | Get local public key 2025-11-30 07:13:50.671126 | fa163e9f-d340-336a-ceb8-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e9f-d340-336a-ceb8-000000000024') missing from stats 2025-11-30 07:13:50.692430 | fa163e9f-d340-336a-ceb8-000000000012 | TASK | create user ceph-admin 2025-11-30 07:13:51.188336 | fa163e9f-d340-336a-ceb8-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-11-30 07:13:51.189572 | fa163e9f-d340-336a-ceb8-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.552811 | 0.50s 2025-11-30 07:13:51.199221 | fa163e9f-d340-336a-ceb8-000000000013 | TASK | grant admin rights to user ceph-admin 2025-11-30 07:13:51.793941 | fa163e9f-d340-336a-ceb8-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-11-30 07:13:51.795206 | fa163e9f-d340-336a-ceb8-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.158447 | 0.59s 2025-11-30 07:13:51.804400 | fa163e9f-d340-336a-ceb8-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-11-30 07:13:52.158125 | fa163e9f-d340-336a-ceb8-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-11-30 07:13:52.159183 | fa163e9f-d340-336a-ceb8-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.522425 | 0.35s 2025-11-30 07:13:52.167965 | fa163e9f-d340-336a-ceb8-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-11-30 07:13:52.382464 | fa163e9f-d340-336a-ceb8-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-11-30 07:13:52.383576 | fa163e9f-d340-336a-ceb8-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.746817 | 0.21s 2025-11-30 07:13:52.392936 | fa163e9f-d340-336a-ceb8-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-11-30 07:13:52.566491 | fa163e9f-d340-336a-ceb8-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-11-30 07:13:52.567546 | fa163e9f-d340-336a-ceb8-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.930790 | 0.17s 2025-11-30 07:13:52.576180 | fa163e9f-d340-336a-ceb8-000000000017 | TASK | get remote ceph-admin public key 2025-11-30 07:13:52.634451 | fa163e9f-d340-336a-ceb8-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-11-30 07:13:52.635598 | fa163e9f-d340-336a-ceb8-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:03.998838 | 0.06s 2025-11-30 07:13:52.644556 | fa163e9f-d340-336a-ceb8-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-11-30 07:13:52.728396 | fa163e9f-d340-336a-ceb8-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-11-30 07:13:52.729138 | fa163e9f-d340-336a-ceb8-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.092388 | 0.04s 2025-11-30 07:13:52.735120 | fa163e9f-d340-336a-ceb8-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-11-30 07:13:53.106750 | fa163e9f-d340-336a-ceb8-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-11-30 07:13:53.107891 | fa163e9f-d340-336a-ceb8-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.471133 | 0.37s 2025-11-30 07:13:53.116309 | fa163e9f-d340-336a-ceb8-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-11-30 07:13:53.601834 | fa163e9f-d340-336a-ceb8-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-11-30 07:13:53.603095 | fa163e9f-d340-336a-ceb8-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:04.966336 | 0.49s 2025-11-30 07:13:53.611624 | fa163e9f-d340-336a-ceb8-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-11-30 07:13:54.076831 | fa163e9f-d340-336a-ceb8-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-11-30 07:13:54.078157 | fa163e9f-d340-336a-ceb8-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.441391 | 0.47s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-11-30 07:13:54.107269 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:13:54.107847 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:13:54.108468 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.471721 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:13:54.108951 | UUID | Info | Host | Task Name | Run Time 2025-11-30 07:13:54.109583 | fa163e9f-d340-336a-ceb8-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.59s 2025-11-30 07:13:54.110200 | fa163e9f-d340-336a-ceb8-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.58s 2025-11-30 07:13:54.110742 | fa163e9f-d340-336a-ceb8-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.50s 2025-11-30 07:13:54.111378 | fa163e9f-d340-336a-ceb8-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.49s 2025-11-30 07:13:54.111939 | fa163e9f-d340-336a-ceb8-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.47s 2025-11-30 07:13:54.112554 | fa163e9f-d340-336a-ceb8-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.37s 2025-11-30 07:13:54.113179 | fa163e9f-d340-336a-ceb8-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.35s 2025-11-30 07:13:54.113714 | fa163e9f-d340-336a-ceb8-000000000006 | SUMMARY | undercloud | stat private key | 0.33s 2025-11-30 07:13:54.114280 | fa163e9f-d340-336a-ceb8-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.22s 2025-11-30 07:13:54.114836 | fa163e9f-d340-336a-ceb8-000000000007 | SUMMARY | undercloud | stat public key | 0.22s 2025-11-30 07:13:54.115447 | fa163e9f-d340-336a-ceb8-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.21s 2025-11-30 07:13:54.115962 | fa163e9f-d340-336a-ceb8-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.17s 2025-11-30 07:13:54.116508 | fa163e9f-d340-336a-ceb8-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-11-30 07:13:54.117000 | fa163e9f-d340-336a-ceb8-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.04s 2025-11-30 07:13:54.117550 | fa163e9f-d340-336a-ceb8-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2025-11-30 07:13:54.118011 | fa163e9f-d340-336a-ceb8-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-11-30 07:13:54.118558 | fa163e9f-d340-336a-ceb8-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-11-30 07:13:54.119112 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-11-30 07:13:56.549372 | fa163e9f-d340-350f-aa22-000000000039 | TASK | Gathering Facts 2025-11-30 07:13:57.100002 | fa163e9f-d340-350f-aa22-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-11-30 07:13:57.101758 | fa163e9f-d340-350f-aa22-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.565049 | 0.55s 2025-11-30 07:13:57.125542 | fa163e9f-d340-350f-aa22-000000000039 | OK | Gathering Facts | undercloud 2025-11-30 07:13:57.126829 | fa163e9f-d340-350f-aa22-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.590134 | 0.57s 2025-11-30 07:13:57.159281 | fa163e9f-d340-350f-aa22-00000000000a | TASK | Load distro-specific variables 2025-11-30 07:13:57.237739 | fa163e9f-d340-350f-aa22-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.701027 | 0.08s 2025-11-30 07:13:57.249261 | fa163e9f-d340-350f-aa22-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.712568 | 0.08s 2025-11-30 07:13:57.267906 | 131924fe-6e8b-4841-96c2-8797e562a63c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-30 07:13:57.268636 | 131924fe-6e8b-4841-96c2-8797e562a63c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-30 07:13:57.290150 | fa163e9f-d340-350f-aa22-000000000052 | TASK | Load distro-specific variables 2025-11-30 07:13:57.394806 | fa163e9f-d340-350f-aa22-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-30 07:13:57.396335 | fa163e9f-d340-350f-aa22-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.859630 | 0.10s 2025-11-30 07:13:57.405256 | fa163e9f-d340-350f-aa22-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-30 07:13:57.406276 | fa163e9f-d340-350f-aa22-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.869585 | 0.11s 2025-11-30 07:13:57.407409 | fa163e9f-d340-350f-aa22-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.870705 | 0.12s 2025-11-30 07:13:57.412659 | fa163e9f-d340-350f-aa22-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.875968 | 0.11s 2025-11-30 07:13:57.420691 | fa163e9f-d340-350f-aa22-00000000000b | TASK | Install chronyd 2025-11-30 07:13:57.490576 | fa163e9f-d340-350f-aa22-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.953860 | 0.07s 2025-11-30 07:13:57.512346 | fa163e9f-d340-350f-aa22-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.975652 | 0.08s 2025-11-30 07:13:57.533260 | 006a60eb-7069-4276-92dc-1dd485c1a723 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-11-30 07:13:57.533997 | 006a60eb-7069-4276-92dc-1dd485c1a723 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-11-30 07:13:57.560732 | fa163e9f-d340-350f-aa22-0000000000a2 | TASK | Load distro-specific variables 2025-11-30 07:13:57.635794 | fa163e9f-d340-350f-aa22-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.099078 | 0.07s 2025-11-30 07:13:57.647448 | fa163e9f-d340-350f-aa22-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.110755 | 0.08s 2025-11-30 07:13:57.663033 | e573669e-1268-4b87-b375-c2a8514bd127 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-30 07:13:57.663791 | e573669e-1268-4b87-b375-c2a8514bd127 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-30 07:13:57.685517 | fa163e9f-d340-350f-aa22-000000000102 | TASK | Load distro-specific variables 2025-11-30 07:13:57.803224 | fa163e9f-d340-350f-aa22-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-30 07:13:57.804841 | fa163e9f-d340-350f-aa22-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.268137 | 0.12s 2025-11-30 07:13:57.816735 | fa163e9f-d340-350f-aa22-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-30 07:13:57.817949 | fa163e9f-d340-350f-aa22-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.281259 | 0.12s 2025-11-30 07:13:57.823107 | fa163e9f-d340-350f-aa22-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.286402 | 0.14s 2025-11-30 07:13:57.824611 | fa163e9f-d340-350f-aa22-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.287915 | 0.13s 2025-11-30 07:13:57.834377 | fa163e9f-d340-350f-aa22-0000000000a3 | TASK | Check for NTP service 2025-11-30 07:13:58.209360 | fa163e9f-d340-350f-aa22-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-11-30 07:13:58.216587 | fa163e9f-d340-350f-aa22-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.679894 | 0.37s 2025-11-30 07:13:58.217226 | fa163e9f-d340-350f-aa22-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-11-30 07:13:58.217660 | fa163e9f-d340-350f-aa22-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.680956 | 0.38s 2025-11-30 07:13:58.222367 | fa163e9f-d340-350f-aa22-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-11-30 07:13:58.305585 | fa163e9f-d340-350f-aa22-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-11-30 07:13:58.307170 | fa163e9f-d340-350f-aa22-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.770453 | 0.08s 2025-11-30 07:13:58.310823 | fa163e9f-d340-350f-aa22-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-11-30 07:13:58.311780 | fa163e9f-d340-350f-aa22-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.775084 | 0.08s 2025-11-30 07:13:58.324622 | fa163e9f-d340-350f-aa22-0000000000a5 | TASK | Install chronyd package 2025-11-30 07:14:01.296229 | fa163e9f-d340-350f-aa22-0000000000a5 | OK | Install chronyd package | undercloud 2025-11-30 07:14:01.297707 | fa163e9f-d340-350f-aa22-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.760997 | 2.96s 2025-11-30 07:14:02.876241 | fa163e9f-d340-350f-aa22-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-11-30 07:14:02.877260 | fa163e9f-d340-350f-aa22-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.340566 | 4.55s 2025-11-30 07:14:02.885230 | fa163e9f-d340-350f-aa22-00000000000c | TASK | Upgrade chronyd 2025-11-30 07:14:02.963955 | fa163e9f-d340-350f-aa22-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-11-30 07:14:02.965258 | fa163e9f-d340-350f-aa22-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.428555 | 0.08s 2025-11-30 07:14:02.977343 | fa163e9f-d340-350f-aa22-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-11-30 07:14:03.155794 | fa163e9f-d340-350f-aa22-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.619097 | 0.26s 2025-11-30 07:14:03.164290 | fa163e9f-d340-350f-aa22-00000000000d | TASK | Configure chronyd 2025-11-30 07:14:03.243698 | fa163e9f-d340-350f-aa22-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.706990 | 0.08s 2025-11-30 07:14:03.255443 | fa163e9f-d340-350f-aa22-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.718751 | 0.08s 2025-11-30 07:14:03.274402 | 2841e2b3-bd84-44d1-837b-35a450310ab0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-11-30 07:14:03.275159 | 2841e2b3-bd84-44d1-837b-35a450310ab0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-11-30 07:14:03.307675 | fa163e9f-d340-350f-aa22-000000000162 | TASK | Load distro-specific variables 2025-11-30 07:14:03.386606 | fa163e9f-d340-350f-aa22-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.849894 | 0.08s 2025-11-30 07:14:03.392536 | fa163e9f-d340-350f-aa22-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.855845 | 0.07s 2025-11-30 07:14:03.408136 | 2f80d4a6-0d67-473f-a017-72cb6a3436ff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-30 07:14:03.408876 | 2f80d4a6-0d67-473f-a017-72cb6a3436ff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-30 07:14:03.423991 | fa163e9f-d340-350f-aa22-0000000001fa | TASK | Load distro-specific variables 2025-11-30 07:14:03.523158 | fa163e9f-d340-350f-aa22-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-30 07:14:03.524569 | fa163e9f-d340-350f-aa22-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.987869 | 0.09s 2025-11-30 07:14:03.529668 | fa163e9f-d340-350f-aa22-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-30 07:14:03.530493 | fa163e9f-d340-350f-aa22-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.993800 | 0.11s 2025-11-30 07:14:03.540334 | fa163e9f-d340-350f-aa22-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.003643 | 0.10s 2025-11-30 07:14:03.541445 | fa163e9f-d340-350f-aa22-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.004754 | 0.12s 2025-11-30 07:14:03.550664 | fa163e9f-d340-350f-aa22-000000000163 | TASK | Install chrony configuration file 2025-11-30 07:14:04.340464 | fa163e9f-d340-350f-aa22-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-11-30 07:14:04.341895 | fa163e9f-d340-350f-aa22-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.805194 | 0.79s 2025-11-30 07:14:04.353405 | fa163e9f-d340-350f-aa22-000000000163 | OK | Install chrony configuration file | undercloud 2025-11-30 07:14:04.354206 | fa163e9f-d340-350f-aa22-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.817515 | 0.79s 2025-11-30 07:14:04.362511 | fa163e9f-d340-350f-aa22-00000000000e | TASK | Run chronyd 2025-11-30 07:14:04.464162 | fa163e9f-d340-350f-aa22-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.927453 | 0.10s 2025-11-30 07:14:04.465261 | fa163e9f-d340-350f-aa22-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.928572 | 0.09s 2025-11-30 07:14:04.484439 | 9486e8fc-5ad7-4533-a896-9b9c8a86bf6e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-11-30 07:14:04.485195 | 9486e8fc-5ad7-4533-a896-9b9c8a86bf6e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-11-30 07:14:04.522387 | fa163e9f-d340-350f-aa22-000000000233 | TASK | Load distro-specific variables 2025-11-30 07:14:04.595948 | fa163e9f-d340-350f-aa22-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.059239 | 0.07s 2025-11-30 07:14:04.632403 | fa163e9f-d340-350f-aa22-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.095709 | 0.10s 2025-11-30 07:14:04.646413 | cec58c09-76e7-42d2-af71-d1d9988c9bab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-30 07:14:04.647126 | cec58c09-76e7-42d2-af71-d1d9988c9bab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-30 07:14:04.664504 | fa163e9f-d340-350f-aa22-0000000002ee | TASK | Load distro-specific variables 2025-11-30 07:14:04.778575 | fa163e9f-d340-350f-aa22-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-30 07:14:04.779552 | fa163e9f-d340-350f-aa22-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.242859 | 0.11s 2025-11-30 07:14:04.788332 | fa163e9f-d340-350f-aa22-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-30 07:14:04.789158 | fa163e9f-d340-350f-aa22-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.252466 | 0.11s 2025-11-30 07:14:04.790620 | fa163e9f-d340-350f-aa22-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.253928 | 0.12s 2025-11-30 07:14:04.795872 | fa163e9f-d340-350f-aa22-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.259180 | 0.12s 2025-11-30 07:14:04.803982 | fa163e9f-d340-350f-aa22-000000000234 | TASK | Ensure chronyd is running 2025-11-30 07:14:05.415515 | fa163e9f-d340-350f-aa22-000000000234 | OK | Ensure chronyd is running | undercloud 2025-11-30 07:14:05.417477 | fa163e9f-d340-350f-aa22-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.880743 | 0.60s 2025-11-30 07:14:05.419957 | fa163e9f-d340-350f-aa22-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-11-30 07:14:05.421239 | fa163e9f-d340-350f-aa22-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.884549 | 0.62s 2025-11-30 07:14:05.431935 | fa163e9f-d340-350f-aa22-000000000235 | TASK | Force chronyd restart 2025-11-30 07:14:05.523947 | fa163e9f-d340-350f-aa22-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-11-30 07:14:05.525366 | fa163e9f-d340-350f-aa22-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:08.988660 | 0.08s 2025-11-30 07:14:05.915328 | fa163e9f-d340-350f-aa22-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-11-30 07:14:05.916813 | fa163e9f-d340-350f-aa22-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.380118 | 0.48s 2025-11-30 07:14:05.926092 | fa163e9f-d340-350f-aa22-00000000000f | TASK | Enable online service 2025-11-30 07:14:06.008495 | fa163e9f-d340-350f-aa22-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.471795 | 0.08s 2025-11-30 07:14:06.021222 | fa163e9f-d340-350f-aa22-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.484530 | 0.08s 2025-11-30 07:14:06.038896 | 6fdd7dc0-4805-472f-9d6c-e5f80565541f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-11-30 07:14:06.039609 | 6fdd7dc0-4805-472f-9d6c-e5f80565541f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-11-30 07:14:06.095752 | fa163e9f-d340-350f-aa22-000000000338 | TASK | Create chrony-online.service unit file 2025-11-30 07:14:06.546595 | fa163e9f-d340-350f-aa22-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-11-30 07:14:06.548004 | fa163e9f-d340-350f-aa22-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.011302 | 0.45s 2025-11-30 07:14:06.569587 | fa163e9f-d340-350f-aa22-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-11-30 07:14:06.570564 | fa163e9f-d340-350f-aa22-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.033871 | 0.46s 2025-11-30 07:14:06.579733 | fa163e9f-d340-350f-aa22-000000000339 | TASK | Enable chrony-online.service 2025-11-30 07:14:07.986230 | fa163e9f-d340-350f-aa22-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-11-30 07:14:07.988152 | fa163e9f-d340-350f-aa22-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.451448 | 1.41s 2025-11-30 07:14:08.000879 | fa163e9f-d340-350f-aa22-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-11-30 07:14:08.002148 | fa163e9f-d340-350f-aa22-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.465457 | 1.41s 2025-11-30 07:14:08.011464 | fa163e9f-d340-350f-aa22-000000000010 | TASK | Sync chronyc 2025-11-30 07:14:08.080621 | fa163e9f-d340-350f-aa22-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.543895 | 0.07s 2025-11-30 07:14:08.093193 | fa163e9f-d340-350f-aa22-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.556492 | 0.07s 2025-11-30 07:14:08.110258 | 17cf21b9-672a-4907-8f72-f674e0e6a8b5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-11-30 07:14:08.111042 | 17cf21b9-672a-4907-8f72-f674e0e6a8b5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-11-30 07:14:08.156100 | fa163e9f-d340-350f-aa22-00000000042a | TASK | Force NTP sync 2025-11-30 07:14:08.405587 | fa163e9f-d340-350f-aa22-00000000042a | CHANGED | Force NTP sync | undercloud 2025-11-30 07:14:08.406919 | fa163e9f-d340-350f-aa22-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.870215 | 0.24s 2025-11-30 07:14:08.428246 | fa163e9f-d340-350f-aa22-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-11-30 07:14:08.428945 | fa163e9f-d340-350f-aa22-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.892255 | 0.27s 2025-11-30 07:14:08.436632 | fa163e9f-d340-350f-aa22-00000000042b | TASK | Ensure system is NTP time synced 2025-11-30 07:14:18.724646 | fa163e9f-d340-350f-aa22-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-11-30 07:14:18.730576 | fa163e9f-d340-350f-aa22-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.193873 | 10.28s 2025-11-30 07:14:18.731563 | fa163e9f-d340-350f-aa22-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-11-30 07:14:18.732256 | fa163e9f-d340-350f-aa22-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.195567 | 10.29s 2025-11-30 07:14:18.752396 | fa163e9f-d340-350f-aa22-00000000002c | TASK | Set timezone 2025-11-30 07:14:19.202645 | fa163e9f-d340-350f-aa22-00000000002c | OK | Set timezone | undercloud 2025-11-30 07:14:19.204105 | fa163e9f-d340-350f-aa22-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.667403 | 0.44s 2025-11-30 07:14:19.215259 | fa163e9f-d340-350f-aa22-00000000002c | OK | Set timezone | standalone.localdomain 2025-11-30 07:14:19.215988 | fa163e9f-d340-350f-aa22-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.679298 | 0.46s 2025-11-30 07:14:19.225353 | fa163e9f-d340-350f-aa22-00000000002d | TASK | Restart time services 2025-11-30 07:14:19.263673 | fa163e9f-d340-350f-aa22-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-11-30 07:14:19.269733 | fa163e9f-d340-350f-aa22-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-11-30 07:14:19.274435 | fa163e9f-d340-350f-aa22-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-11-30 07:14:19.283248 | fa163e9f-d340-350f-aa22-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-11-30 07:14:19.288421 | fa163e9f-d340-350f-aa22-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.751711 | 0.06s 2025-11-30 07:14:19.289607 | fa163e9f-d340-350f-aa22-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.752917 | 0.05s 2025-11-30 07:14:19.330887 | fa163e9f-d340-350f-aa22-000000000012 | HANDLER | Restart chronyd 2025-11-30 07:14:19.789301 | fa163e9f-d340-350f-aa22-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-11-30 07:14:19.791339 | fa163e9f-d340-350f-aa22-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:23.254629 | 0.46s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2025-11-30 07:14:19.810989 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:14:19.811555 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:14:19.812141 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.275451 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:14:19.812649 | UUID | Info | Host | Task Name | Run Time 2025-11-30 07:14:19.813186 | fa163e9f-d340-350f-aa22-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.29s 2025-11-30 07:14:19.813680 | fa163e9f-d340-350f-aa22-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.28s 2025-11-30 07:14:19.814201 | fa163e9f-d340-350f-aa22-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.55s 2025-11-30 07:14:19.814689 | fa163e9f-d340-350f-aa22-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 2.96s 2025-11-30 07:14:19.815210 | fa163e9f-d340-350f-aa22-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.41s 2025-11-30 07:14:19.815709 | fa163e9f-d340-350f-aa22-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.41s 2025-11-30 07:14:19.816286 | fa163e9f-d340-350f-aa22-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.79s 2025-11-30 07:14:19.816785 | fa163e9f-d340-350f-aa22-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.79s 2025-11-30 07:14:19.817312 | fa163e9f-d340-350f-aa22-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.62s 2025-11-30 07:14:19.817803 | fa163e9f-d340-350f-aa22-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.60s 2025-11-30 07:14:19.818325 | fa163e9f-d340-350f-aa22-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.57s 2025-11-30 07:14:19.818816 | fa163e9f-d340-350f-aa22-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.55s 2025-11-30 07:14:19.819654 | fa163e9f-d340-350f-aa22-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.48s 2025-11-30 07:14:19.820258 | fa163e9f-d340-350f-aa22-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.46s 2025-11-30 07:14:19.820842 | fa163e9f-d340-350f-aa22-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.46s 2025-11-30 07:14:19.821397 | fa163e9f-d340-350f-aa22-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.46s 2025-11-30 07:14:19.821962 | fa163e9f-d340-350f-aa22-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.45s 2025-11-30 07:14:19.822615 | fa163e9f-d340-350f-aa22-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.44s 2025-11-30 07:14:19.823205 | fa163e9f-d340-350f-aa22-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.38s 2025-11-30 07:14:19.823768 | fa163e9f-d340-350f-aa22-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.37s 2025-11-30 07:14:19.824355 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-11-30 07:14:20.731939 | fa163e9f-d340-ac5a-2505-000000000005 | SKIPPED | fail | undercloud 2025-11-30 07:14:20.732849 | fa163e9f-d340-ac5a-2505-000000000005 | TIMING | fail | undercloud | 0:00:00.070435 | 0.06s 2025-11-30 07:14:20.793226 | fa163e9f-d340-ac5a-2505-000000000006 | SKIPPED | fail | undercloud 2025-11-30 07:14:20.794707 | fa163e9f-d340-ac5a-2505-000000000006 | TIMING | fail | undercloud | 0:00:00.132280 | 0.06s 2025-11-30 07:14:20.802834 | fa163e9f-d340-ac5a-2505-000000000008 | TASK | Ensure working_dir is provided 2025-11-30 07:14:20.840406 | fa163e9f-d340-ac5a-2505-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-11-30 07:14:20.841500 | fa163e9f-d340-ac5a-2505-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.179081 | 0.04s 2025-11-30 07:14:20.860888 | fa163e9f-d340-ac5a-2505-00000000000a | TASK | ensure ceph_spec_path is defined 2025-11-30 07:14:20.898837 | fa163e9f-d340-ac5a-2505-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-11-30 07:14:20.899886 | fa163e9f-d340-ac5a-2505-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.237467 | 0.04s 2025-11-30 07:14:20.907091 | fa163e9f-d340-ac5a-2505-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-11-30 07:14:20.945564 | fa163e9f-d340-ac5a-2505-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-11-30 07:14:20.946731 | fa163e9f-d340-ac5a-2505-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.284308 | 0.04s 2025-11-30 07:14:20.954998 | fa163e9f-d340-ac5a-2505-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-11-30 07:14:21.001891 | fa163e9f-d340-ac5a-2505-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-11-30 07:14:21.003156 | fa163e9f-d340-ac5a-2505-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.340735 | 0.05s 2025-11-30 07:14:21.010920 | fa163e9f-d340-ac5a-2505-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-11-30 07:14:21.068272 | fa163e9f-d340-ac5a-2505-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-11-30 07:14:21.069357 | fa163e9f-d340-ac5a-2505-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.406937 | 0.06s 2025-11-30 07:14:21.076820 | fa163e9f-d340-ac5a-2505-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-11-30 07:14:21.183870 | fa163e9f-d340-ac5a-2505-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'mon', '_admin', 'osd'], 'service_type': 'host'} 2025-11-30 07:14:21.185508 | fa163e9f-d340-ac5a-2505-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.523078 | 0.11s 2025-11-30 07:14:21.198835 | fa163e9f-d340-ac5a-2505-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-11-30 07:14:21.213800 | fa163e9f-d340-ac5a-2505-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-11-30 07:14:21.225983 | fa163e9f-d340-ac5a-2505-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-11-30 07:14:21.232704 | fa163e9f-d340-ac5a-2505-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.570253 | 0.15s 2025-11-30 07:14:21.241165 | fa163e9f-d340-ac5a-2505-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-11-30 07:14:21.359436 | fa163e9f-d340-ac5a-2505-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'mon', '_admin', 'osd'], 'service_type': 'host'} 2025-11-30 07:14:21.373960 | fa163e9f-d340-ac5a-2505-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-11-30 07:14:21.388867 | fa163e9f-d340-ac5a-2505-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-11-30 07:14:21.401237 | fa163e9f-d340-ac5a-2505-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-11-30 07:14:21.407253 | fa163e9f-d340-ac5a-2505-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.744822 | 0.16s 2025-11-30 07:14:21.415334 | fa163e9f-d340-ac5a-2505-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-11-30 07:14:21.462646 | fa163e9f-d340-ac5a-2505-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-11-30 07:14:21.463749 | fa163e9f-d340-ac5a-2505-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.801330 | 0.05s 2025-11-30 07:14:21.471499 | fa163e9f-d340-ac5a-2505-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-11-30 07:14:21.500431 | fa163e9f-d340-ac5a-2505-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-11-30 07:14:21.501719 | fa163e9f-d340-ac5a-2505-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.839297 | 0.03s 2025-11-30 07:14:21.502597 | fa163e9f-d340-ac5a-2505-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.840186 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-11-30 07:14:21.551386 | fa163e9f-d340-ac5a-2505-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-11-30 07:14:21.589297 | fa163e9f-d340-ac5a-2505-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-11-30 07:14:21.590228 | fa163e9f-d340-ac5a-2505-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.927812 | 0.04s 2025-11-30 07:14:21.595505 | fa163e9f-d340-ac5a-2505-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-11-30 07:14:21.763332 | fa163e9f-d340-ac5a-2505-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-11-30 07:14:21.764499 | fa163e9f-d340-ac5a-2505-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.102079 | 0.17s 2025-11-30 07:14:21.773128 | fa163e9f-d340-ac5a-2505-000000000019 | TASK | Set IP address of first monitor 2025-11-30 07:14:21.799206 | fa163e9f-d340-ac5a-2505-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-11-30 07:14:21.800370 | fa163e9f-d340-ac5a-2505-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.137949 | 0.03s 2025-11-30 07:14:21.821942 | fa163e9f-d340-ac5a-2505-000000000020 | TASK | Gather distribution facts if they don't exist 2025-11-30 07:14:21.868866 | fa163e9f-d340-ac5a-2505-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-11-30 07:14:21.870033 | fa163e9f-d340-ac5a-2505-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.207613 | 0.05s 2025-11-30 07:14:21.880832 | fa163e9f-d340-ac5a-2505-000000000021 | TASK | Install cephadm package 2025-11-30 07:14:24.888949 | fa163e9f-d340-ac5a-2505-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-11-30 07:14:24.890257 | fa163e9f-d340-ac5a-2505-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.227838 | 3.01s 2025-11-30 07:14:24.899595 | fa163e9f-d340-ac5a-2505-000000000022 | TASK | Stat cephadm file 2025-11-30 07:14:25.285494 | fa163e9f-d340-ac5a-2505-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-11-30 07:14:25.286955 | fa163e9f-d340-ac5a-2505-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.624534 | 0.39s 2025-11-30 07:14:25.296902 | fa163e9f-d340-ac5a-2505-000000000023 | TASK | Fail if cephadm is not available 2025-11-30 07:14:25.315406 | fa163e9f-d340-ac5a-2505-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-11-30 07:14:25.316569 | fa163e9f-d340-ac5a-2505-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.654150 | 0.02s 2025-11-30 07:14:25.327118 | fa163e9f-d340-ac5a-2505-000000000024 | TASK | List Ceph daemon instances on this host 2025-11-30 07:14:26.163162 | fa163e9f-d340-ac5a-2505-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-11-30 07:14:26.164540 | fa163e9f-d340-ac5a-2505-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.502117 | 0.84s 2025-11-30 07:14:26.174671 | fa163e9f-d340-ac5a-2505-000000000026 | TASK | Set list of found FSIDs 2025-11-30 07:14:26.276931 | fa163e9f-d340-ac5a-2505-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-11-30 07:14:26.278125 | fa163e9f-d340-ac5a-2505-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.615704 | 0.10s 2025-11-30 07:14:26.287016 | fa163e9f-d340-ac5a-2505-000000000027 | TASK | Fail if >1 FSID was discovered 2025-11-30 07:14:26.365575 | fa163e9f-d340-ac5a-2505-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-11-30 07:14:26.366773 | fa163e9f-d340-ac5a-2505-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.704344 | 0.08s 2025-11-30 07:14:26.375773 | fa163e9f-d340-ac5a-2505-000000000028 | TASK | Set FSID to the discovered value 2025-11-30 07:14:26.483157 | fa163e9f-d340-ac5a-2505-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-11-30 07:14:26.484390 | fa163e9f-d340-ac5a-2505-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.821968 | 0.11s 2025-11-30 07:14:26.494504 | fa163e9f-d340-ac5a-2505-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-11-30 07:14:26.612830 | fa163e9f-d340-ac5a-2505-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-11-30 07:14:26.614152 | fa163e9f-d340-ac5a-2505-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.951730 | 0.12s 2025-11-30 07:14:26.624132 | fa163e9f-d340-ac5a-2505-00000000002b | TASK | Set first monitor IP if it was not passed 2025-11-30 07:14:26.712256 | fa163e9f-d340-ac5a-2505-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-11-30 07:14:26.713519 | fa163e9f-d340-ac5a-2505-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.051099 | 0.09s 2025-11-30 07:14:26.723684 | fa163e9f-d340-ac5a-2505-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-11-30 07:14:27.059429 | fa163e9f-d340-ac5a-2505-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-11-30 07:14:27.060778 | fa163e9f-d340-ac5a-2505-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.398355 | 0.34s 2025-11-30 07:14:27.070158 | fa163e9f-d340-ac5a-2505-00000000002d | TASK | Ensure specs directory exists 2025-11-30 07:14:27.291419 | fa163e9f-d340-ac5a-2505-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-11-30 07:14:27.292763 | fa163e9f-d340-ac5a-2505-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.630340 | 0.22s 2025-11-30 07:14:27.306727 | fa163e9f-d340-ac5a-2505-00000000002e | TASK | Stat spec file on ansible host 2025-11-30 07:14:27.561081 | fa163e9f-d340-ac5a-2505-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e9f-d340-ac5a-2505-00000000002e') missing from stats 2025-11-30 07:14:27.573827 | fa163e9f-d340-ac5a-2505-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-11-30 07:14:28.155382 | fa163e9f-d340-ac5a-2505-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-11-30 07:14:28.156357 | fa163e9f-d340-ac5a-2505-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.493944 | 0.58s 2025-11-30 07:14:28.165409 | fa163e9f-d340-ac5a-2505-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-11-30 07:14:28.444445 | fa163e9f-d340-ac5a-2505-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e9f-d340-ac5a-2505-000000000031') missing from stats 2025-11-30 07:14:28.449758 | fa163e9f-d340-ac5a-2505-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-11-30 07:14:28.902388 | fa163e9f-d340-ac5a-2505-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-11-30 07:14:28.903654 | fa163e9f-d340-ac5a-2505-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.241235 | 0.45s 2025-11-30 07:14:28.925979 | fa163e9f-d340-ac5a-2505-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-11-30 07:14:29.033350 | fa163e9f-d340-ac5a-2505-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-11-30 07:14:29.034585 | fa163e9f-d340-ac5a-2505-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.372165 | 0.11s 2025-11-30 07:14:29.050388 | fa163e9f-d340-ac5a-2505-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-11-30 07:14:29.139786 | fa163e9f-d340-ac5a-2505-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-11-30 07:14:29.140937 | fa163e9f-d340-ac5a-2505-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.478514 | 0.09s 2025-11-30 07:14:29.149749 | fa163e9f-d340-ac5a-2505-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-11-30 07:14:29.401852 | fa163e9f-d340-ac5a-2505-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-11-30 07:14:29.402958 | fa163e9f-d340-ac5a-2505-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.740542 | 0.25s 2025-11-30 07:14:29.579775 | fa163e9f-d340-ac5a-2505-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-11-30 07:14:29.580455 | fa163e9f-d340-ac5a-2505-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.918048 | 0.43s 2025-11-30 07:14:29.602522 | fa163e9f-d340-ac5a-2505-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.940099 | 0.45s 2025-11-30 07:14:29.612702 | fa163e9f-d340-ac5a-2505-000000000065 | TASK | Fail if necessary files are missing 2025-11-30 07:14:29.695965 | fa163e9f-d340-ac5a-2505-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2622, 'inode': 352322991, 'dev': 64516, 'nlink': 1, 'atime': 1764486833.5635056, 'mtime': 1764486833.4005015, 'ctime': 1764486833.5655057, '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': 'f5969d9b4cb239e7f7de29d348e9c89f911a899f', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3334705188', '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-11-30 07:14:29.702814 | fa163e9f-d340-ac5a-2505-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': 377491144, 'dev': 64516, 'nlink': 1, 'atime': 1764486834.037518, 'mtime': 1764486833.8965144, 'ctime': 1764486834.039518, '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': '6f67d4c77635bcdde3695aa18641f981d54f5d3d', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2660889532', '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-11-30 07:14:29.715335 | fa163e9f-d340-ac5a-2505-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.052906 | 0.10s 2025-11-30 07:14:29.726205 | fa163e9f-d340-ac5a-2505-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-11-30 07:14:29.957210 | fa163e9f-d340-ac5a-2505-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-11-30 07:14:29.958605 | fa163e9f-d340-ac5a-2505-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.296184 | 0.23s 2025-11-30 07:14:29.968226 | fa163e9f-d340-ac5a-2505-000000000068 | TASK | Run cephadm bootstrap 2025-11-30 07:15:36.781739 | fa163e9f-d340-ac5a-2505-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-11-30 07:15:36.784538 | fa163e9f-d340-ac5a-2505-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:16.122115 | 66.81s 2025-11-30 07:15:36.794417 | fa163e9f-d340-ac5a-2505-000000000069 | TASK | Show results of bootstrap 2025-11-30 07:15:36.852199 | fa163e9f-d340-ac5a-2505-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-11-30 07:15:36.853374 | fa163e9f-d340-ac5a-2505-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:16.190951 | 0.06s 2025-11-30 07:15:36.862703 | fa163e9f-d340-ac5a-2505-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-11-30 07:15:36.909609 | fa163e9f-d340-ac5a-2505-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:16.247177 | 0.05s 2025-11-30 07:15:36.922107 | c8ea6602-e3ce-488e-97a9-dd4483564bbd | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-11-30 07:15:36.937999 | fa163e9f-d340-ac5a-2505-00000000020b | TASK | Set ceph CLI 2025-11-30 07:15:37.111322 | fa163e9f-d340-ac5a-2505-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-11-30 07:15:37.112746 | fa163e9f-d340-ac5a-2505-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:16.450325 | 0.17s 2025-11-30 07:15:37.121926 | fa163e9f-d340-ac5a-2505-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-11-30 07:15:38.028538 | fa163e9f-d340-ac5a-2505-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-11-30 07:15:38.029969 | fa163e9f-d340-ac5a-2505-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:17.367548 | 0.91s 2025-11-30 07:15:38.039421 | fa163e9f-d340-ac5a-2505-00000000006c | TASK | Set the default container image in ceph configuration 2025-11-30 07:15:39.263145 | fa163e9f-d340-ac5a-2505-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-11-30 07:15:39.264520 | fa163e9f-d340-ac5a-2505-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:18.602098 | 1.22s 2025-11-30 07:15:39.274122 | fa163e9f-d340-ac5a-2505-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-11-30 07:15:39.320750 | fa163e9f-d340-ac5a-2505-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-11-30 07:15:39.321962 | fa163e9f-d340-ac5a-2505-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:18.659541 | 0.05s 2025-11-30 07:15:39.339238 | fa163e9f-d340-ac5a-2505-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-11-30 07:15:39.387435 | fa163e9f-d340-ac5a-2505-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-11-30 07:15:39.388617 | fa163e9f-d340-ac5a-2505-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:18.726195 | 0.05s 2025-11-30 07:15:39.397825 | fa163e9f-d340-ac5a-2505-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-11-30 07:15:39.428669 | fa163e9f-d340-ac5a-2505-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-11-30 07:15:39.429839 | fa163e9f-d340-ac5a-2505-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:18.767418 | 0.03s 2025-11-30 07:15:39.439594 | fa163e9f-d340-ac5a-2505-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-11-30 07:15:39.513990 | fa163e9f-d340-ac5a-2505-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-11-30 07:15:39.518853 | fa163e9f-d340-ac5a-2505-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.856414 | 0.08s 2025-11-30 07:15:39.525472 | fa163e9f-d340-ac5a-2505-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-11-30 07:15:39.527159 | fa163e9f-d340-ac5a-2505-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.864743 | 0.09s 2025-11-30 07:15:39.532960 | fa163e9f-d340-ac5a-2505-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-11-30 07:15:39.534580 | fa163e9f-d340-ac5a-2505-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.872162 | 0.09s 2025-11-30 07:15:39.540713 | fa163e9f-d340-ac5a-2505-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-11-30 07:15:39.542589 | fa163e9f-d340-ac5a-2505-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.880173 | 0.10s 2025-11-30 07:15:39.552018 | fa163e9f-d340-ac5a-2505-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.889594 | 0.11s 2025-11-30 07:15:39.570823 | fa163e9f-d340-ac5a-2505-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-11-30 07:15:39.702822 | fa163e9f-d340-ac5a-2505-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-11-30 07:15:39.764126 | fa163e9f-d340-ac5a-2505-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-11-30 07:15:39.824027 | fa163e9f-d340-ac5a-2505-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-11-30 07:15:39.889438 | fa163e9f-d340-ac5a-2505-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-11-30 07:15:39.950306 | fa163e9f-d340-ac5a-2505-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-11-30 07:15:40.011265 | fa163e9f-d340-ac5a-2505-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-11-30 07:15:40.072179 | fa163e9f-d340-ac5a-2505-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-11-30 07:15:40.129944 | fa163e9f-d340-ac5a-2505-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-11-30 07:15:40.136794 | fa163e9f-d340-ac5a-2505-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:19.474362 | 0.56s 2025-11-30 07:15:40.146702 | fa163e9f-d340-ac5a-2505-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-11-30 07:15:41.104776 | fa163e9f-d340-ac5a-2505-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-11-30 07:15:41.107699 | fa163e9f-d340-ac5a-2505-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.445269 | 0.96s 2025-11-30 07:15:41.962285 | fa163e9f-d340-ac5a-2505-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-11-30 07:15:41.964015 | fa163e9f-d340-ac5a-2505-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.301598 | 1.82s 2025-11-30 07:15:43.006116 | fa163e9f-d340-ac5a-2505-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-11-30 07:15:43.007430 | fa163e9f-d340-ac5a-2505-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.345013 | 2.86s 2025-11-30 07:15:43.908554 | fa163e9f-d340-ac5a-2505-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-11-30 07:15:43.909757 | fa163e9f-d340-ac5a-2505-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.247341 | 3.76s 2025-11-30 07:15:43.920738 | fa163e9f-d340-ac5a-2505-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.258313 | 3.77s 2025-11-30 07:15:43.939582 | fa163e9f-d340-ac5a-2505-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-11-30 07:15:44.192154 | fa163e9f-d340-ac5a-2505-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-11-30 07:15:44.193699 | fa163e9f-d340-ac5a-2505-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:23.531276 | 0.25s 2025-11-30 07:15:44.203587 | fa163e9f-d340-ac5a-2505-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:23.541164 | 0.26s 2025-11-30 07:15:44.213872 | fa163e9f-d340-ac5a-2505-0000000000a7 | TASK | Fail if spec file is missing 2025-11-30 07:15:44.289813 | fa163e9f-d340-ac5a-2505-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': 989858130, 'dev': 64516, 'nlink': 1, 'atime': 1764486868.1218352, 'mtime': 1764486867.8158271, 'ctime': 1764486868.1248353, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': '6ff552aaff9f807d630cbf2c3e4abc4bf2c16a1a', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '4943394', '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-11-30 07:15:44.301901 | fa163e9f-d340-ac5a-2505-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:23.639480 | 0.09s 2025-11-30 07:15:44.308883 | fa163e9f-d340-ac5a-2505-0000000000a8 | TASK | Get ceph_cli 2025-11-30 07:15:44.335034 | fa163e9f-d340-ac5a-2505-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:23.672619 | 0.03s 2025-11-30 07:15:44.342137 | efb0912e-980a-44ff-b7de-26ccbf525686 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-11-30 07:15:44.352756 | fa163e9f-d340-ac5a-2505-000000000270 | TASK | Set ceph CLI 2025-11-30 07:15:44.581792 | fa163e9f-d340-ac5a-2505-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-11-30 07:15:44.583027 | fa163e9f-d340-ac5a-2505-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:23.920604 | 0.23s 2025-11-30 07:15:44.592484 | fa163e9f-d340-ac5a-2505-0000000000a9 | TASK | Get the ceph orchestrator status 2025-11-30 07:15:45.729404 | fa163e9f-d340-ac5a-2505-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-11-30 07:15:45.730350 | fa163e9f-d340-ac5a-2505-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:25.067936 | 1.14s 2025-11-30 07:15:45.737245 | fa163e9f-d340-ac5a-2505-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-11-30 07:15:45.783535 | fa163e9f-d340-ac5a-2505-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-11-30 07:15:45.784402 | fa163e9f-d340-ac5a-2505-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:25.121987 | 0.05s 2025-11-30 07:15:45.791852 | fa163e9f-d340-ac5a-2505-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-11-30 07:15:45.809237 | fa163e9f-d340-ac5a-2505-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:25.146819 | 0.02s 2025-11-30 07:15:45.825783 | 3cd6e75f-84ea-49b7-a775-3d094847ce44 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-11-30 07:15:45.840386 | fa163e9f-d340-ac5a-2505-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-11-30 07:15:45.885752 | fa163e9f-d340-ac5a-2505-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-11-30 07:15:45.886701 | fa163e9f-d340-ac5a-2505-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:25.224287 | 0.05s 2025-11-30 07:15:45.892729 | fa163e9f-d340-ac5a-2505-0000000002a8 | TASK | set cephadm debug level 2025-11-30 07:15:45.927997 | fa163e9f-d340-ac5a-2505-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-11-30 07:15:45.928779 | fa163e9f-d340-ac5a-2505-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:25.266367 | 0.04s 2025-11-30 07:15:45.934641 | fa163e9f-d340-ac5a-2505-0000000002a9 | TASK | enforce minimum ceph clients version 2025-11-30 07:15:46.013223 | fa163e9f-d340-ac5a-2505-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-11-30 07:15:46.014438 | fa163e9f-d340-ac5a-2505-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:25.352016 | 0.08s 2025-11-30 07:15:46.024381 | fa163e9f-d340-ac5a-2505-0000000002aa | TASK | set container image base in ceph configuration 2025-11-30 07:15:46.991863 | fa163e9f-d340-ac5a-2505-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-11-30 07:15:46.992895 | fa163e9f-d340-ac5a-2505-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:26.330477 | 0.97s 2025-11-30 07:15:46.999375 | fa163e9f-d340-ac5a-2505-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-11-30 07:15:47.059290 | fa163e9f-d340-ac5a-2505-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-11-30 07:15:47.060211 | fa163e9f-d340-ac5a-2505-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:26.397794 | 0.06s 2025-11-30 07:15:47.066332 | fa163e9f-d340-ac5a-2505-0000000002ad | TASK | set grafana container image in ceph configuration 2025-11-30 07:15:47.117116 | fa163e9f-d340-ac5a-2505-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-11-30 07:15:47.118951 | fa163e9f-d340-ac5a-2505-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:26.456533 | 0.05s 2025-11-30 07:15:47.125849 | fa163e9f-d340-ac5a-2505-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-11-30 07:15:47.162123 | fa163e9f-d340-ac5a-2505-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-11-30 07:15:47.163202 | fa163e9f-d340-ac5a-2505-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:26.500783 | 0.04s 2025-11-30 07:15:47.168971 | fa163e9f-d340-ac5a-2505-0000000002af | TASK | set prometheus container image in ceph configuration 2025-11-30 07:15:47.226579 | fa163e9f-d340-ac5a-2505-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-11-30 07:15:47.228314 | fa163e9f-d340-ac5a-2505-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:26.565898 | 0.06s 2025-11-30 07:15:47.235764 | fa163e9f-d340-ac5a-2505-0000000000ac | TASK | Apply spec 2025-11-30 07:15:48.716414 | fa163e9f-d340-ac5a-2505-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-11-30 07:15:48.717448 | fa163e9f-d340-ac5a-2505-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:28.055030 | 1.48s 2025-11-30 07:15:48.723932 | fa163e9f-d340-ac5a-2505-0000000000ad | TASK | Show results of spec apply 2025-11-30 07:15:48.779691 | fa163e9f-d340-ac5a-2505-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-11-30 07:15:48.780567 | fa163e9f-d340-ac5a-2505-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:28.118153 | 0.06s 2025-11-30 07:15:48.786938 | fa163e9f-d340-ac5a-2505-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-11-30 07:15:48.847218 | fa163e9f-d340-ac5a-2505-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:28.184794 | 0.06s 2025-11-30 07:15:48.855359 | a5930318-8505-4a5a-b634-1bb40c7e499b | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-11-30 07:15:48.875552 | fa163e9f-d340-ac5a-2505-000000000307 | TASK | Wait for expected number of osds to be running 2025-11-30 07:15:49.896312 | fa163e9f-d340-ac5a-2505-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-11-30 07:16:20.842331 | fa163e9f-d340-ac5a-2505-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-11-30 07:16:20.843673 | fa163e9f-d340-ac5a-2505-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:00.181246 | 31.97s 2025-11-30 07:16:20.861824 | fa163e9f-d340-ac5a-2505-0000000000c9 | TASK | Get ceph_cli 2025-11-30 07:16:20.888826 | fa163e9f-d340-ac5a-2505-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-11-30 07:16:20.890232 | fa163e9f-d340-ac5a-2505-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.227799 | 0.03s 2025-11-30 07:16:20.900622 | fa163e9f-d340-ac5a-2505-0000000000ca | TASK | Collect ceph config dump 2025-11-30 07:16:20.927687 | fa163e9f-d340-ac5a-2505-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-11-30 07:16:20.928847 | fa163e9f-d340-ac5a-2505-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:00.266417 | 0.03s 2025-11-30 07:16:20.939123 | fa163e9f-d340-ac5a-2505-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-11-30 07:16:20.979731 | fa163e9f-d340-ac5a-2505-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-11-30 07:16:20.980879 | fa163e9f-d340-ac5a-2505-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:00.318451 | 0.04s 2025-11-30 07:16:20.990529 | fa163e9f-d340-ac5a-2505-0000000000cc | TASK | Create pool 2025-11-30 07:16:21.029929 | fa163e9f-d340-ac5a-2505-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:00.367507 | 0.04s 2025-11-30 07:16:21.039844 | fa163e9f-d340-ac5a-2505-0000000000cd | TASK | Enable application on Ceph pools 2025-11-30 07:16:21.110192 | fa163e9f-d340-ac5a-2505-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:00.447761 | 0.07s 2025-11-30 07:16:21.121026 | fa163e9f-d340-ac5a-2505-0000000000cf | TASK | Get the RBD ceph_cli 2025-11-30 07:16:21.161967 | fa163e9f-d340-ac5a-2505-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-11-30 07:16:21.163417 | fa163e9f-d340-ac5a-2505-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:00.500985 | 0.04s 2025-11-30 07:16:21.174888 | fa163e9f-d340-ac5a-2505-0000000000d0 | TASK | Set trash interval 2025-11-30 07:16:21.264429 | fa163e9f-d340-ac5a-2505-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-11-30 07:16:21.275661 | fa163e9f-d340-ac5a-2505-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:00.613230 | 0.10s 2025-11-30 07:16:21.293655 | fa163e9f-d340-ac5a-2505-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-11-30 07:16:21.352669 | fa163e9f-d340-ac5a-2505-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:00.690235 | 0.06s 2025-11-30 07:16:21.364370 | fa163e9f-d340-ac5a-2505-0000000000e9 | TASK | Get ceph_cli 2025-11-30 07:16:21.402488 | fa163e9f-d340-ac5a-2505-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-11-30 07:16:21.403888 | fa163e9f-d340-ac5a-2505-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.741462 | 0.04s 2025-11-30 07:16:21.413393 | fa163e9f-d340-ac5a-2505-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-11-30 07:16:21.490088 | fa163e9f-d340-ac5a-2505-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:00.827647 | 0.08s 2025-11-30 07:16:21.500779 | fa163e9f-d340-ac5a-2505-0000000000f9 | TASK | Get ceph_cli 2025-11-30 07:16:21.539569 | fa163e9f-d340-ac5a-2505-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-11-30 07:16:21.540279 | fa163e9f-d340-ac5a-2505-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.877866 | 0.04s 2025-11-30 07:16:21.545993 | fa163e9f-d340-ac5a-2505-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-11-30 07:16:21.591721 | fa163e9f-d340-ac5a-2505-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-11-30 07:16:21.592890 | fa163e9f-d340-ac5a-2505-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:00.930467 | 0.05s 2025-11-30 07:16:21.601565 | fa163e9f-d340-ac5a-2505-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-11-30 07:16:21.642589 | fa163e9f-d340-ac5a-2505-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-11-30 07:16:21.643757 | fa163e9f-d340-ac5a-2505-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:00.981334 | 0.04s 2025-11-30 07:16:21.652842 | fa163e9f-d340-ac5a-2505-0000000000fc | TASK | Extract mons_json 2025-11-30 07:16:21.691705 | fa163e9f-d340-ac5a-2505-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-11-30 07:16:21.692773 | fa163e9f-d340-ac5a-2505-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:01.030352 | 0.04s 2025-11-30 07:16:21.701408 | fa163e9f-d340-ac5a-2505-0000000000fd | TASK | Build mons_list 2025-11-30 07:16:21.742581 | fa163e9f-d340-ac5a-2505-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-11-30 07:16:21.743801 | fa163e9f-d340-ac5a-2505-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:01.081378 | 0.04s 2025-11-30 07:16:21.752555 | fa163e9f-d340-ac5a-2505-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-11-30 07:16:21.790767 | fa163e9f-d340-ac5a-2505-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-11-30 07:16:21.791826 | fa163e9f-d340-ac5a-2505-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:01.129405 | 0.04s 2025-11-30 07:16:21.801113 | fa163e9f-d340-ac5a-2505-0000000000ff | TASK | Verify the keyring 2025-11-30 07:16:21.868394 | fa163e9f-d340-ac5a-2505-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:01.205961 | 0.07s 2025-11-30 07:16:21.883175 | fa163e9f-d340-ac5a-2505-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-11-30 07:16:21.929542 | fa163e9f-d340-ac5a-2505-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-11-30 07:16:21.931104 | fa163e9f-d340-ac5a-2505-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:01.268679 | 0.05s 2025-11-30 07:16:21.948240 | fa163e9f-d340-ac5a-2505-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-11-30 07:16:21.977441 | fa163e9f-d340-ac5a-2505-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-11-30 07:16:21.978481 | fa163e9f-d340-ac5a-2505-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:01.316053 | 0.03s 2025-11-30 07:16:21.989103 | fa163e9f-d340-ac5a-2505-00000000011c | TASK | Get ceph_cli 2025-11-30 07:16:22.013868 | fa163e9f-d340-ac5a-2505-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.351435 | 0.02s 2025-11-30 07:16:22.026068 | 0ba38aa7-4208-400f-af78-aa16fe8179b0 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-11-30 07:16:22.039659 | fa163e9f-d340-ac5a-2505-0000000003c0 | TASK | Set ceph CLI 2025-11-30 07:16:22.209260 | fa163e9f-d340-ac5a-2505-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-11-30 07:16:22.210747 | fa163e9f-d340-ac5a-2505-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:01.548324 | 0.17s 2025-11-30 07:16:22.219808 | fa163e9f-d340-ac5a-2505-00000000011d | TASK | Get the ceph orchestrator status 2025-11-30 07:16:23.046303 | fa163e9f-d340-ac5a-2505-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-11-30 07:16:23.048914 | fa163e9f-d340-ac5a-2505-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:02.386490 | 0.83s 2025-11-30 07:16:23.059652 | fa163e9f-d340-ac5a-2505-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-11-30 07:16:23.119968 | fa163e9f-d340-ac5a-2505-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-11-30 07:16:23.120788 | fa163e9f-d340-ac5a-2505-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:02.458376 | 0.06s 2025-11-30 07:16:23.125434 | fa163e9f-d340-ac5a-2505-000000000120 | TASK | Show the deployed daemons 2025-11-30 07:16:23.980256 | fa163e9f-d340-ac5a-2505-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-11-30 07:16:23.981793 | fa163e9f-d340-ac5a-2505-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:03.319369 | 0.86s 2025-11-30 07:16:23.992028 | fa163e9f-d340-ac5a-2505-000000000121 | TASK | Deployed daemons 2025-11-30 07:16:24.054842 | fa163e9f-d340-ac5a-2505-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-11-30 07:16:24.056124 | fa163e9f-d340-ac5a-2505-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:03.393703 | 0.06s 2025-11-30 07:16:24.064630 | fa163e9f-d340-ac5a-2505-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-11-30 07:16:24.961467 | fa163e9f-d340-ac5a-2505-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-11-30 07:16:24.962851 | fa163e9f-d340-ac5a-2505-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:04.300439 | 0.90s 2025-11-30 07:16:24.967945 | fa163e9f-d340-ac5a-2505-000000000123 | TASK | Ceph cluster status 2025-11-30 07:16:25.003680 | fa163e9f-d340-ac5a-2505-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 55dae5e5-7ec8-55ff-b761-b30fedcc71d6", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 83s)", " mgr: standalone.gtoast(active, since 67s)", " osd: 1 osds: 1 up (since 13s), 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-11-30 07:16:25.005767 | fa163e9f-d340-ac5a-2505-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:04.343344 | 0.04s 2025-11-30 07:16:25.027727 | fa163e9f-d340-ac5a-2505-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-11-30 07:16:25.615701 | fa163e9f-d340-ac5a-2505-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e9f-d340-ac5a-2505-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-11-30 07:16:25.637011 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:16:25.637394 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:16:25.638227 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:04.975820 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:16:25.638644 | UUID | Info | Host | Task Name | Run Time 2025-11-30 07:16:25.639200 | fa163e9f-d340-ac5a-2505-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 66.81s 2025-11-30 07:16:25.639763 | fa163e9f-d340-ac5a-2505-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.97s 2025-11-30 07:16:25.640318 | fa163e9f-d340-ac5a-2505-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.77s 2025-11-30 07:16:25.640932 | fa163e9f-d340-ac5a-2505-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.01s 2025-11-30 07:16:25.641921 | fa163e9f-d340-ac5a-2505-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.48s 2025-11-30 07:16:25.642508 | fa163e9f-d340-ac5a-2505-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.22s 2025-11-30 07:16:25.643117 | fa163e9f-d340-ac5a-2505-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.14s 2025-11-30 07:16:25.643415 | fa163e9f-d340-ac5a-2505-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.97s 2025-11-30 07:16:25.644180 | fa163e9f-d340-ac5a-2505-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.91s 2025-11-30 07:16:25.644960 | fa163e9f-d340-ac5a-2505-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.90s 2025-11-30 07:16:25.645273 | fa163e9f-d340-ac5a-2505-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.86s 2025-11-30 07:16:25.645818 | fa163e9f-d340-ac5a-2505-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.84s 2025-11-30 07:16:25.646388 | fa163e9f-d340-ac5a-2505-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.83s 2025-11-30 07:16:25.646962 | fa163e9f-d340-ac5a-2505-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.58s 2025-11-30 07:16:25.647614 | fa163e9f-d340-ac5a-2505-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.56s 2025-11-30 07:16:25.648223 | fa163e9f-d340-ac5a-2505-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.45s 2025-11-30 07:16:25.648996 | fa163e9f-d340-ac5a-2505-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.45s 2025-11-30 07:16:25.649322 | fa163e9f-d340-ac5a-2505-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.39s 2025-11-30 07:16:25.649866 | fa163e9f-d340-ac5a-2505-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.34s 2025-11-30 07:16:25.650455 | fa163e9f-d340-ac5a-2505-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.26s 2025-11-30 07:16:25.650992 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=True + OCTAVIA_ENABLED=False + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + 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 DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' False = true ']' + '[' false = true ']' + '[' True = true ']' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-11-30 07:16:28.646 40057 INFO migrate.versioning.api [-] 72 -> 73...  2025-11-30 07:16:28.673 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.673 40057 INFO migrate.versioning.api [-] 73 -> 74...  2025-11-30 07:16:28.677 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.677 40057 INFO migrate.versioning.api [-] 74 -> 75...  2025-11-30 07:16:28.679 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.679 40057 INFO migrate.versioning.api [-] 75 -> 76...  2025-11-30 07:16:28.681 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.681 40057 INFO migrate.versioning.api [-] 76 -> 77...  2025-11-30 07:16:28.682 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.682 40057 INFO migrate.versioning.api [-] 77 -> 78...  2025-11-30 07:16:28.684 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.684 40057 INFO migrate.versioning.api [-] 78 -> 79...  2025-11-30 07:16:28.710 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.710 40057 INFO migrate.versioning.api [-] 79 -> 80...  2025-11-30 07:16:28.728 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.728 40057 INFO migrate.versioning.api [-] 80 -> 81...  2025-11-30 07:16:28.730 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.730 40057 INFO migrate.versioning.api [-] 81 -> 82...  2025-11-30 07:16:28.731 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.732 40057 INFO migrate.versioning.api [-] 82 -> 83...  2025-11-30 07:16:28.733 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.733 40057 INFO migrate.versioning.api [-] 83 -> 84...  2025-11-30 07:16:28.735 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.735 40057 INFO migrate.versioning.api [-] 84 -> 85...  2025-11-30 07:16:28.737 40057 INFO migrate.versioning.api [-] done 2025-11-30 07:16:28.737 40057 INFO migrate.versioning.api [-] 85 -> 86...  2025-11-30 07:16:28.760 40057 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-11-30 07:16:36Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:36Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:36Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:37Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:37Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-11-30 07:16:37Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:16:37Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:37Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:37Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-11-30 07:16:38Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:38Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-11-30 07:16:38Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:38Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-11-30 07:16:39Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:39Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-11-30 07:16:39Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:39Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-11-30 07:16:39Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:16:39Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:39Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:39Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-11-30 07:16:40Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:40Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-11-30 07:16:40Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:16:40Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:40Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:40Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:40Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-11-30 07:16:40Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:16:41Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-11-30 07:16:41Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:41Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:41Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-11-30 07:16:41Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:41Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-11-30 07:16:41Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-11-30 07:16:42Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-11-30 07:16:42Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:42Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:42Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:42Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-11-30 07:16:42Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:42Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:43Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:43Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-11-30 07:16:43Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:43Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-11-30 07:16:43Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:16:43Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:43Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-11-30 07:16:43Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-11-30 07:16:44Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:44Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-11-30 07:16:44Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:44Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-11-30 07:16:45Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:45Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-11-30 07:16:45Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:16:46Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-11-30 07:16:47Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:47Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:47Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:47Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:47Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:47Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:47Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:47Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-11-30 07:16:47Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-11-30 07:16:47Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-11-30 07:16:48Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-11-30 07:16:48Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-11-30 07:16:48Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-11-30 07:16:48Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-11-30 07:16:48Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:48Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:48Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:48Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-30 07:16:48Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:16:49Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-11-30 07:16:49Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:49Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:49Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-11-30 07:16:50Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-11-30 07:16:51Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:51Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-11-30 07:16:51Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:51Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:51Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:52Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:53Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:53Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:53Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:53Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:16:53Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:16:54Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-11-30 07:16:55Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:55Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:55Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:56Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:56Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:56Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:56Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-30 07:16:56Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:16:56Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_COMPLETE state changed 2025-11-30 07:16:57Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:57Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-30 07:16:58Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:58Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:16:58Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:16:58Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:58Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:16:58Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:16:59Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:16:59Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:16:59Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-11-30 07:17:00Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:01Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:17:01Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:02Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-11-30 07:17:02Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:04Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-11-30 07:17:04Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:05Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-11-30 07:17:05Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:05Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:05Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:05Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:06Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:06Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-30 07:17:06Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:06Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-30 07:17:07Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:07Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-30 07:17:07Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:07Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_COMPLETE state changed 2025-11-30 07:17:07Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:08Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-11-30 07:17:09Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:10Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-11-30 07:17:10Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:10Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:10Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:10Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:10Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:10Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-30 07:17:11Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:11Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-30 07:17:11Z [standalone.StandaloneServiceChain.ServiceChain.6.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:11Z [standalone.StandaloneServiceChain.ServiceChain.6.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-11-30 07:17:11Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:11Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-30 07:17:11Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:12Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_COMPLETE state changed 2025-11-30 07:17:12Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:13Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-11-30 07:17:14Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:14Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:14Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:14Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:14Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:14Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-30 07:17:14Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:14Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-30 07:17:15Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:15Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-30 07:17:15Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:16Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_COMPLETE state changed 2025-11-30 07:17:16Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:17Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-11-30 07:17:17Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:17Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:17Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:17Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:17Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:17Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-30 07:17:17Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:17Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-30 07:17:18Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:18Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-30 07:17:18Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:19Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_COMPLETE state changed 2025-11-30 07:17:19Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:20Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-11-30 07:17:21Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:21Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:21Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:22Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:22Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:17:22Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:24Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-30 07:17:25Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:25Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:25Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:17:25Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:25Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-30 07:17:25Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:26Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:26Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:26Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-30 07:17:27Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBase]: CREATE_COMPLETE state changed 2025-11-30 07:17:27Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:28Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-11-30 07:17:28Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:28Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:28Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:29Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:30Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:17:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:31Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:31Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:31Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:31Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:32Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:32Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:32Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:32Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-30 07:17:32Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:32Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:17:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-30 07:17:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:34Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:34Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:34Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:34Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-30 07:17:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:17:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:17:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_COMPLETE state changed 2025-11-30 07:17:37Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:37Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-11-30 07:17:38Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:38Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:39Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:40Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:40Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:41Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:41Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:41Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-11-30 07:17:41Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:42Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:42Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:17:42Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:42Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:43Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:43Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-30 07:17:43Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:44Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:44Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:17:44Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:44Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-11-30 07:17:45Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:45Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:45Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:46Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:46Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:17:47Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:47Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:17:48Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:48Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:49Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:49Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:49Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:50Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:50Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:50Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:50Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-30 07:17:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-30 07:17:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:52Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:52Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:52Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:52Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:17:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-30 07:17:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:17:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-30 07:17:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:55Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_COMPLETE state changed 2025-11-30 07:17:55Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:17:55Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-11-30 07:17:56Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:57Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:57Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:57Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:17:58Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:59Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:59Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:17:59Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:17:59Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:18:00Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:00Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:18:01Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:01Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:01Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-11-30 07:18:01Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:02Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-11-30 07:18:02Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:03Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-11-30 07:18:03Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:04Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-11-30 07:18:04Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:04Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:05Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:06Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:06Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:06Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:18:06Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:07Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-11-30 07:18:07Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:08Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-11-30 07:18:08Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:08Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:08Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:08Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:09Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:10Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:10Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-30 07:18:10Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:18:11Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:12Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:13Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-30 07:18:13Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:14Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:18:14Z [RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:14Z [RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:14Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:15Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-30 07:18:15Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:15Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-11-30 07:18:16Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:16Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:16Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:17Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:17Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:17Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:18:17Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:17Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:17Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:18Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:18Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:18Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-30 07:18:18Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:19Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:19Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:19Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:19Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:19Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-30 07:18:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-30 07:18:21Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:21Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-30 07:18:22Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:18:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:18:24Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-11-30 07:18:25Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:26Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-11-30 07:18:27Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:27Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:27Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:28Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:28Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-30 07:18:28Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-30 07:18:29Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:29Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:29Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:30Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:30Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:30Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:30Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-30 07:18:31Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:31Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:31Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:18:31Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:31Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-30 07:18:32Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:33Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:33Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-11-30 07:18:34Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:18:34Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:35Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_COMPLETE state changed 2025-11-30 07:18:35Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:36Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-11-30 07:18:37Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:37Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:37Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:38Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:38Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:38Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatApiLogging]: CREATE_COMPLETE state changed 2025-11-30 07:18:39Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:40Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:40Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:18:41Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:41Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:41Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatBase]: CREATE_COMPLETE state changed 2025-11-30 07:18:41Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:41Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-30 07:18:41Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:42Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-30 07:18:42Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:43Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-11-30 07:18:43Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:43Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:43Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:44Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:44Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:45Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-11-30 07:18:45Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:45Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-30 07:18:45Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:45Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:46Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-30 07:18:46Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:47Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:18:47Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:47Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:48Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatBase]: CREATE_COMPLETE state changed 2025-11-30 07:18:48Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:48Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-11-30 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:49Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:50Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:50Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-11-30 07:18:51Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:51Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:51Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:18:52Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:53Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:53Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:18:54Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatBase]: CREATE_COMPLETE state changed 2025-11-30 07:18:54Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:55Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-11-30 07:18:56Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:56Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:56Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:56Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:18:57Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:58Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:18:58Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:18:59Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-11-30 07:18:59Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-11-30 07:18:59Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:18:59Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:00Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:00Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:00Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:00Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:01Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-11-30 07:19:02Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:02Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:02Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:02Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:02Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:03Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-11-30 07:19:03Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:03Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:03Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:04Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:04Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:04Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:04Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:04Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:04Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:05Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:05Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_COMPLETE state changed 2025-11-30 07:19:06Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:06Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:06Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:19:06Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:06Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-30 07:19:06Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:07Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:07Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:07Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-30 07:19:07Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:08Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-11-30 07:19:09Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:09Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:09Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:10Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:10Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:19:10Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:10Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:10Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-30 07:19:10Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:11Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:11Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-30 07:19:12Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:12Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:12Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:13Z [standalone.StandaloneServiceChain.ServiceChain.27.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:14Z [standalone.StandaloneServiceChain.ServiceChain.27.ManilaBase]: CREATE_COMPLETE state changed 2025-11-30 07:19:14Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:15Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-11-30 07:19:15Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:16Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-11-30 07:19:17Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:17Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:17Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:17Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:18Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:19Z [standalone.StandaloneServiceChain.ServiceChain.29.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:19Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:20Z [standalone.StandaloneServiceChain.ServiceChain.29.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:20Z [standalone.StandaloneServiceChain.ServiceChain.29.ManilaBase]: CREATE_COMPLETE state changed 2025-11-30 07:19:21Z [standalone.StandaloneServiceChain.ServiceChain.29.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:19:21Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:22Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-11-30 07:19:22Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:22Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:22Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:22Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:22Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:23Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:24Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:24Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:24Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:24Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:24Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:19:25Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:25Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:25Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:26Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:26Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:26Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:27Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:27Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:28Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:28Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:28Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-11-30 07:19:28Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:30Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:30Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:31Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:19:31Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:32Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-11-30 07:19:32Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:32Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-11-30 07:19:33Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:33Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:33Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:33Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:34Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:35Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:35Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:36Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-11-30 07:19:37Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:37Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:37Z [standalone.StandaloneServiceChain.ServiceChain.32.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:38Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:38Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:38Z [standalone.StandaloneServiceChain.ServiceChain.32.MysqlBase]: CREATE_COMPLETE state changed 2025-11-30 07:19:39Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:40Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:40Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:41Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-11-30 07:19:41Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:42Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-11-30 07:19:42Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:43Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:43Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:43Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:43Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:43Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:43Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:44Z [standalone.StandaloneServiceChain.ServiceChain.34.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:44Z [standalone.StandaloneServiceChain.ServiceChain.34.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-30 07:19:44Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-30 07:19:45Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:46Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:46Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:19:47Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:47Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:47Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:48Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:49Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronBase]: CREATE_COMPLETE state changed 2025-11-30 07:19:49Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:50Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-11-30 07:19:50Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:50Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:50Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:50Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:50Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:50Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:50Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:51Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:51Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:52Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-11-30 07:19:52Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:52Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-11-30 07:19:53Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:53Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_COMPLETE state changed 2025-11-30 07:19:53Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:54Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-11-30 07:19:55Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:55Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:19:55Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:56Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:56Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:19:57Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:57Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronBase]: CREATE_COMPLETE state changed 2025-11-30 07:19:58Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:58Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:19:58Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-30 07:19:58Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:19:59Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-11-30 07:19:59Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-11-30 07:19:59Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:00Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:01Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:01Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronBase]: CREATE_COMPLETE state changed 2025-11-30 07:20:02Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:02Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:02Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-30 07:20:03Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:04Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:20:04Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:05Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-11-30 07:20:05Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:05Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:05Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:05Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:05Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:05Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:05Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:06Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:06Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE state changed 2025-11-30 07:20:07Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:07Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-30 07:20:08Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:08Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:08Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:20:09Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:10Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:10Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-30 07:20:11Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:11Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:11Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:20:11Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:11Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:11Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:12Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:12Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:12Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_COMPLETE state changed 2025-11-30 07:20:12Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:12Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-30 07:20:12Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:13Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-30 07:20:13Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:14Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-11-30 07:20:15Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:15Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:15Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:15Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:15Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:15Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:15Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:15Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:16Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:16Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:16Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-30 07:20:16Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:17Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:17Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-30 07:20:17Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_COMPLETE state changed 2025-11-30 07:20:18Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:18Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:20:19Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:19Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:19Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:20:19Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:19Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:19Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:20Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:20Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE state changed 2025-11-30 07:20:21Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-30 07:20:21Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:22Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-11-30 07:20:23Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:23Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:23Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:23Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:23Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:23Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:23Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:24Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:24Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_COMPLETE state changed 2025-11-30 07:20:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:25Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-30 07:20:26Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:26Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:20:27Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:27Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:20:28Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:28Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:28Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-30 07:20:28Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:28Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-30 07:20:28Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:29Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-30 07:20:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:30Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:30Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:30Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-11-30 07:20:30Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:31Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-11-30 07:20:31Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:31Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:32Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:33Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:33Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:20:34Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:34Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:20:35Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:35Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:35Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-30 07:20:35Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:35Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:35Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:36Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:36Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE state changed 2025-11-30 07:20:37Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:37Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:37Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:37Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-30 07:20:37Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:37Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:37Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:38Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:38Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-30 07:20:38Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:39Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE state changed 2025-11-30 07:20:39Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:40Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-11-30 07:20:40Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:40Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:40Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:41Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:42Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-11-30 07:20:42Z [standalone.StandaloneServiceChain.ServiceChain.42.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:43Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:20:43Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:43Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:44Z [standalone.StandaloneServiceChain.ServiceChain.42.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-30 07:20:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-30 07:20:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:46Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-11-30 07:20:46Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_COMPLETE state changed 2025-11-30 07:20:46Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:46Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-11-30 07:20:47Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:47Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:47Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:47Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:47Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:47Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:47Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:48Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:48Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:48Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-11-30 07:20:49Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:50Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:50Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:50Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-11-30 07:20:50Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:50Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:50Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:51Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:51Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-11-30 07:20:52Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:20:52Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:53Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-11-30 07:20:54Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:54Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:54Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:55Z [standalone.StandaloneServiceChain.ServiceChain.44.SshdBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:55Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:20:56Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:56Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:56Z [standalone.StandaloneServiceChain.ServiceChain.44.SshdBase]: CREATE_COMPLETE state changed 2025-11-30 07:20:56Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:57Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-11-30 07:20:57Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:57Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:58Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:58Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:20:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:20:58Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-30 07:20:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-30 07:20:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:20:59Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:00Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:21:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-11-30 07:21:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:01Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:21:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-11-30 07:21:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-30 07:21:03Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:03Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-11-30 07:21:04Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:04Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:04Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:04Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:05Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:06Z [standalone.StandaloneServiceChain.ServiceChain.46.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:06Z [standalone.StandaloneServiceChain.ServiceChain.46.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:06Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:21:06Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:07Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-11-30 07:21:07Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:07Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:08Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:08Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:09Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:10Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:21:10Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:11Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-11-30 07:21:11Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:11Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:11Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:12Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:12Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronBase]: CREATE_COMPLETE state changed 2025-11-30 07:21:13Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:13Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:13Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-30 07:21:14Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:15Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:21:15Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:16Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-11-30 07:21:17Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:18Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-11-30 07:21:18Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:18Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:18Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:19Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:21:19Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:20Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-11-30 07:21:20Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:20Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:20Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:20Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:21Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:23Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:23Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:23Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:21:23Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:23Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:24Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:25Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:25Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:25Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:21:25Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:25Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:26Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:27Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:21:27Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:28Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-11-30 07:21:28Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:29Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_COMPLETE state changed 2025-11-30 07:21:29Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:29Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-11-30 07:21:30Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:31Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-11-30 07:21:31Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:32Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:32Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:33Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:33Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-11-30 07:21:34Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:34Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:34Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:21:34Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:34Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:34Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:35Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:35Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:35Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_COMPLETE state changed 2025-11-30 07:21:35Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:35Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-30 07:21:35Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:36Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:36Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:36Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-30 07:21:36Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:37Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-11-30 07:21:37Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:38Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-11-30 07:21:38Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:40Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-11-30 07:21:40Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:41Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-11-30 07:21:41Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:42Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-11-30 07:21:43Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:43Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:43Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:44Z [standalone.StandaloneServiceChain.ServiceChain.58.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:44Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:21:45Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:45Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:45Z [standalone.StandaloneServiceChain.ServiceChain.58.SwiftBase]: CREATE_COMPLETE state changed 2025-11-30 07:21:46Z [standalone.StandaloneServiceChain.ServiceChain.58.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:46Z [standalone.StandaloneServiceChain.ServiceChain.58.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-30 07:21:46Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:47Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-11-30 07:21:47Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:47Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:47Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:47Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:47Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:48Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-11-30 07:21:49Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:49Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:49Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:49Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:50Z [standalone.StandaloneServiceChain.ServiceChain.60.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:51Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:51Z [standalone.StandaloneServiceChain.ServiceChain.60.SwiftBase]: CREATE_COMPLETE state changed 2025-11-30 07:21:52Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-30 07:21:52Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:53Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-11-30 07:21:53Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:54Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-11-30 07:21:55Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:56Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-11-30 07:21:56Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:57Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-11-30 07:21:57Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:57Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:21:58Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:21:59Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-11-30 07:21:59Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:59Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:21:59Z [standalone.StandaloneServiceChain.ServiceChain.65.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:21:59Z [standalone.StandaloneServiceChain.ServiceChain.65.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:22:00Z [standalone.StandaloneServiceChain.ServiceChain.65.Podman]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:01Z [standalone.StandaloneServiceChain.ServiceChain.65.Podman]: CREATE_COMPLETE state changed 2025-11-30 07:22:01Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:02Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-11-30 07:22:02Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:02Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:22:02Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:02Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-30 07:22:02Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:03Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-11-30 07:22:03Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:04Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-11-30 07:22:05Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:06Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:06Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:06Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:06Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:07Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-11-30 07:22:07Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:07Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:07Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:07Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-11-30 07:22:07Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:07Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:07Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:08Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-30 07:22:08Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:08Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:08Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:08Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-11-30 07:22:08Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:08Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:08Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:09Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:09Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:09Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:09Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:09Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-11-30 07:22:09Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:09Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-11-30 07:22:09Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:09Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-11-30 07:22:10Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:10Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-11-30 07:22:10Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:10Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:10Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:10Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:10Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:11Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-11-30 07:22:11Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:11Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:11Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:11Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:11Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:11Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-11-30 07:22:11Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:12Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:12Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:12Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:12Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:12Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:12Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:12Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-11-30 07:22:12Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:13Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-11-30 07:22:13Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:13Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:13Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:13Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-11-30 07:22:14Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:14Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-30 07:22:14Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:14Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:14Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:14Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:14Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:15Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-11-30 07:22:15Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:15Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-11-30 07:22:15Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:15Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:15Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:15Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-11-30 07:22:16Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-30 07:22:16Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-11-30 07:22:16Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:16Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:16Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:16Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-11-30 07:22:16Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-30 07:22:16Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:16Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:22:16Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-11-30 07:22:16Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:17Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-11-30 07:22:17Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:17Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:22:18Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:18Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:22:18Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:18Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-11-30 07:22:19Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:19Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-11-30 07:22:19Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:20Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-11-30 07:22:20Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:21Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:22:21Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:22:21Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:22:21Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:22:21Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:22:21Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:21Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:21Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:21Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:21Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-11-30 07:22:21Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:22Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-11-30 07:22:22Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-11-30 07:22:22Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-11-30 07:22:22Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-11-30 07:22:22Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-11-30 07:22:22Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:22Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-11-30 07:22:23Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:23Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:22:23Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:23Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-30 07:22:23Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:23Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-11-30 07:22:24Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-11-30 07:22:24Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:25Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-11-30 07:22:25Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-11-30 07:22:25Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-11-30 07:22:26Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:26Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:26Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:26Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:26Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:26Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:26Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:26Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-11-30 07:22:26Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-11-30 07:22:26Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-11-30 07:22:26Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-30 07:22:26Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-11-30 07:22:26Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-11-30 07:22:26Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-11-30 07:22:26Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:26Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:26Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-11-30 07:22:26Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:26Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:22:26Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-30 07:22:27Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:27Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-11-30 07:22:27Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:28Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:28Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-30 07:22:28Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:28Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:28Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-11-30 07:22:28Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-11-30 07:22:28Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:28Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-11-30 07:22:28Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-11-30 07:22:29Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:29Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:30Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:30Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:31Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:31Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:32Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:32Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:33Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:33Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:34Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-30 07:22:34Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-30 07:22:34Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-30 07:22:35Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-11-30 07:22:35Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/ffa147cd-60f5-4ce2-a10f-bdf5c40e9ad1 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-11-30 07:22:53.580791 | fa163e9f-d340-873a-c15e-000000000006 | TASK | External deployment step 0 2025-11-30 07:22:53.605491 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-000000000006') missing from stats 2025-11-30 07:22:53.654472 | fa163e9f-d340-873a-c15e-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.124446 | 0.03s 2025-11-30 07:22:53.659414 | 3ca62f22-0536-42f1-9286-98df06d48275 | INCLUDED | /root/standalone-ansible-jjfrgkhd/external_deploy_steps_tasks_step0.yaml | undercloud 2025-11-30 07:22:53.673652 | fa163e9f-d340-873a-c15e-00000000011a | TASK | create ovn mac address for Standalone role nodes 2025-11-30 07:22:54.511694 | fa163e9f-d340-873a-c15e-00000000011a | OK | create ovn mac address for Standalone role nodes | undercloud 2025-11-30 07:22:54.513095 | fa163e9f-d340-873a-c15e-00000000011a | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:00.983060 | 0.84s PLAY [Check if required variables are defined] ********************************* 2025-11-30 07:22:54.593134 | fa163e9f-d340-873a-c15e-000000000126 | TASK | Gathering Facts 2025-11-30 07:22:55.174925 | fa163e9f-d340-873a-c15e-000000000126 | OK | Gathering Facts | localhost 2025-11-30 07:22:55.176621 | fa163e9f-d340-873a-c15e-000000000126 | TIMING | Gathering Facts | localhost | 0:00:01.646584 | 0.58s 2025-11-30 07:22:55.235455 | fa163e9f-d340-873a-c15e-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-11-30 07:22:55.236547 | fa163e9f-d340-873a-c15e-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:01.706513 | 0.04s 2025-11-30 07:22:55.283783 | fa163e9f-d340-873a-c15e-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-11-30 07:22:55.284824 | fa163e9f-d340-873a-c15e-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:01.754790 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-11-30 07:22:55.398923 | fa163e9f-d340-873a-c15e-00000000014e | TASK | Gathering Facts 2025-11-30 07:22:55.409105 | fa163e9f-d340-873a-c15e-00000000014e | TASK | Gathering Facts 2025-11-30 07:22:55.746754 | fa163e9f-d340-873a-c15e-00000000014e | OK | Gathering Facts | undercloud 2025-11-30 07:22:55.748497 | fa163e9f-d340-873a-c15e-00000000014e | TIMING | Gathering Facts | undercloud | 0:00:02.218460 | 0.35s 2025-11-30 07:22:55.772268 | fa163e9f-d340-873a-c15e-00000000014e | OK | Gathering Facts | standalone 2025-11-30 07:22:55.773412 | fa163e9f-d340-873a-c15e-00000000014e | TIMING | Gathering Facts | standalone | 0:00:02.243383 | 0.36s 2025-11-30 07:22:55.790773 | fa163e9f-d340-873a-c15e-000000000012 | TASK | Set legacy facts 2025-11-30 07:22:55.826498 | fa163e9f-d340-873a-c15e-000000000012 | OK | Set legacy facts | undercloud 2025-11-30 07:22:55.827461 | fa163e9f-d340-873a-c15e-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:02.297427 | 0.04s 2025-11-30 07:22:55.864205 | fa163e9f-d340-873a-c15e-000000000012 | TASK | Set legacy facts 2025-11-30 07:22:55.898570 | fa163e9f-d340-873a-c15e-000000000012 | OK | Set legacy facts | standalone 2025-11-30 07:22:55.899657 | fa163e9f-d340-873a-c15e-000000000012 | TIMING | Set legacy facts | standalone | 0:00:02.369623 | 0.03s PLAY [Load global variables] *************************************************** 2025-11-30 07:22:56.070442 | fa163e9f-d340-873a-c15e-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-11-30 07:22:56.071455 | fa163e9f-d340-873a-c15e-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:02.541422 | 0.03s 2025-11-30 07:22:56.092336 | fa163e9f-d340-873a-c15e-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-11-30 07:22:56.092785 | fa163e9f-d340-873a-c15e-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:02.562762 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-11-30 07:22:56.166374 | fa163e9f-d340-873a-c15e-000000000018 | TASK | Include Service VIP vars 2025-11-30 07:22:56.192666 | fa163e9f-d340-873a-c15e-000000000018 | IGNORED | Include Service VIP vars | undercloud | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-jjfrgkhd/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2025-11-30 07:22:56.193750 | fa163e9f-d340-873a-c15e-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:02.663719 | 0.03s 2025-11-30 07:22:56.204800 | fa163e9f-d340-873a-c15e-000000000018 | IGNORED | Include Service VIP vars | standalone | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-jjfrgkhd/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2025-11-30 07:22:56.205229 | fa163e9f-d340-873a-c15e-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:02.675208 | 0.03s 2025-11-30 07:22:56.208804 | fa163e9f-d340-873a-c15e-000000000019 | TASK | Include OVN bridge MAC address variables 2025-11-30 07:22:56.236983 | fa163e9f-d340-873a-c15e-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-11-30 07:22:56.242335 | fa163e9f-d340-873a-c15e-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:02.712308 | 0.03s 2025-11-30 07:22:56.242697 | fa163e9f-d340-873a-c15e-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-11-30 07:22:56.243001 | fa163e9f-d340-873a-c15e-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:02.712980 | 0.02s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-11-30 07:22:56.321436 | fa163e9f-d340-873a-c15e-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-11-30 07:22:56.909935 | fa163e9f-d340-873a-c15e-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e9f-d340-873a-c15e-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-11-30 07:22:56.962411 | fa163e9f-d340-873a-c15e-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-11-30 07:22:56.992086 | fa163e9f-d340-873a-c15e-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-11-30 07:22:56.993067 | fa163e9f-d340-873a-c15e-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:03.463009 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-11-30 07:22:57.058925 | fa163e9f-d340-873a-c15e-000000000023 | TASK | Set selinux state 2025-11-30 07:22:57.607823 | fa163e9f-d340-873a-c15e-000000000023 | OK | Set selinux state | standalone 2025-11-30 07:22:57.609166 | fa163e9f-d340-873a-c15e-000000000023 | TIMING | Set selinux state | standalone | 0:00:04.079131 | 0.55s PLAY [Generate /etc/hosts] ***************************************************** 2025-11-30 07:22:57.754431 | fa163e9f-d340-873a-c15e-000000000026 | TASK | Configure Hosts Entries 2025-11-30 07:22:57.786495 | fa163e9f-d340-873a-c15e-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:04.256444 | 0.03s 2025-11-30 07:22:57.802485 | fa163e9f-d340-873a-c15e-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:04.272455 | 0.02s 2025-11-30 07:22:57.861860 | fa163e9f-d340-873a-c15e-0000000001df | TASK | Create temporary file for hosts 2025-11-30 07:22:58.207274 | fa163e9f-d340-873a-c15e-0000000001df | CHANGED | Create temporary file for hosts | undercloud 2025-11-30 07:22:58.208576 | fa163e9f-d340-873a-c15e-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:04.678537 | 0.35s 2025-11-30 07:22:58.209436 | fa163e9f-d340-873a-c15e-0000000001df | CHANGED | Create temporary file for hosts | standalone 2025-11-30 07:22:58.210109 | fa163e9f-d340-873a-c15e-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:04.680080 | 0.33s 2025-11-30 07:22:58.228695 | fa163e9f-d340-873a-c15e-0000000001e0 | TASK | Prepare temporary /etc/hosts 2025-11-30 07:22:58.625363 | fa163e9f-d340-873a-c15e-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-11-30 07:22:58.626736 | fa163e9f-d340-873a-c15e-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.096700 | 0.38s 2025-11-30 07:22:58.627733 | fa163e9f-d340-873a-c15e-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-11-30 07:22:58.628464 | fa163e9f-d340-873a-c15e-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.098433 | 0.40s 2025-11-30 07:22:58.646717 | fa163e9f-d340-873a-c15e-0000000001e1 | TASK | Remove old Heat hosts configuration (if present) 2025-11-30 07:22:58.999754 | fa163e9f-d340-873a-c15e-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-11-30 07:22:59.003190 | fa163e9f-d340-873a-c15e-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:05.473151 | 0.35s 2025-11-30 07:22:59.004423 | fa163e9f-d340-873a-c15e-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-11-30 07:22:59.005347 | fa163e9f-d340-873a-c15e-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:05.475314 | 0.34s 2025-11-30 07:22:59.023848 | fa163e9f-d340-873a-c15e-0000000001e2 | TASK | Render out the hosts entries 2025-11-30 07:22:59.144643 | fa163e9f-d340-873a-c15e-0000000001e2 | OK | Render out the hosts entries | undercloud 2025-11-30 07:22:59.145831 | fa163e9f-d340-873a-c15e-0000000001e2 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:05.615793 | 0.12s 2025-11-30 07:22:59.163972 | fa163e9f-d340-873a-c15e-0000000001e3 | TASK | Prepare new /etc/hosts 2025-11-30 07:22:59.446227 | fa163e9f-d340-873a-c15e-0000000001e3 | CHANGED | Prepare new /etc/hosts | undercloud 2025-11-30 07:22:59.447716 | fa163e9f-d340-873a-c15e-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:05.917673 | 0.28s 2025-11-30 07:22:59.469336 | fa163e9f-d340-873a-c15e-0000000001e3 | CHANGED | Prepare new /etc/hosts | standalone 2025-11-30 07:22:59.470146 | fa163e9f-d340-873a-c15e-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:05.940115 | 0.28s 2025-11-30 07:22:59.488524 | fa163e9f-d340-873a-c15e-0000000001e4 | TASK | Update /etc/hosts contents (if changed) 2025-11-30 07:22:59.841068 | fa163e9f-d340-873a-c15e-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-11-30 07:22:59.842634 | fa163e9f-d340-873a-c15e-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:06.312590 | 0.35s 2025-11-30 07:22:59.853803 | fa163e9f-d340-873a-c15e-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-11-30 07:22:59.854545 | fa163e9f-d340-873a-c15e-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:06.324517 | 0.35s 2025-11-30 07:22:59.872492 | fa163e9f-d340-873a-c15e-0000000001e5 | TASK | Clean up temporary hosts file 2025-11-30 07:23:00.237027 | fa163e9f-d340-873a-c15e-0000000001e5 | CHANGED | Clean up temporary hosts file | undercloud 2025-11-30 07:23:00.239019 | fa163e9f-d340-873a-c15e-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:06.708980 | 0.37s 2025-11-30 07:23:00.280734 | fa163e9f-d340-873a-c15e-0000000001e5 | CHANGED | Clean up temporary hosts file | standalone 2025-11-30 07:23:00.281574 | fa163e9f-d340-873a-c15e-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:06.751544 | 0.39s PLAY [Common roles for TripleO servers] **************************************** 2025-11-30 07:23:00.405140 | fa163e9f-d340-873a-c15e-00000000002a | TASK | Common roles for TripleO servers 2025-11-30 07:23:00.431352 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-00000000002a') missing from stats 2025-11-30 07:23:00.512308 | fa163e9f-d340-873a-c15e-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:06.982261 | 0.02s 2025-11-30 07:23:00.573242 | fa163e9f-d340-873a-c15e-000000000242 | TASK | Gather variables for each operating system 2025-11-30 07:23:00.689521 | fa163e9f-d340-873a-c15e-000000000242 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-30 07:23:00.691214 | fa163e9f-d340-873a-c15e-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.161166 | 0.12s 2025-11-30 07:23:00.700641 | fa163e9f-d340-873a-c15e-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.170605 | 0.13s 2025-11-30 07:23:00.720507 | fa163e9f-d340-873a-c15e-000000000244 | TASK | Check release version package is installed 2025-11-30 07:23:01.018890 | fa163e9f-d340-873a-c15e-000000000244 | CHANGED | Check release version package is installed | standalone 2025-11-30 07:23:01.019826 | fa163e9f-d340-873a-c15e-000000000244 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:07.489796 | 0.30s 2025-11-30 07:23:01.040654 | fa163e9f-d340-873a-c15e-000000000245 | TASK | Deploy release version package 2025-11-30 07:23:05.060413 | fa163e9f-d340-873a-c15e-000000000245 | CHANGED | Deploy release version package | standalone 2025-11-30 07:23:05.061870 | fa163e9f-d340-873a-c15e-000000000245 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:11.531832 | 4.02s 2025-11-30 07:23:05.086158 | fa163e9f-d340-873a-c15e-000000000247 | TASK | Include packages tasks 2025-11-30 07:23:05.113177 | fa163e9f-d340-873a-c15e-000000000247 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:11.583124 | 0.03s 2025-11-30 07:23:05.137848 | 07a73c16-0454-4ed7-a23b-33cc4490d35c | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-11-30 07:23:05.168113 | fa163e9f-d340-873a-c15e-00000000029b | TASK | Gather facts if they don't exist 2025-11-30 07:23:05.215422 | fa163e9f-d340-873a-c15e-00000000029b | SKIPPED | Gather facts if they don't exist | standalone 2025-11-30 07:23:05.216595 | fa163e9f-d340-873a-c15e-00000000029b | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:11.686553 | 0.05s 2025-11-30 07:23:05.240834 | fa163e9f-d340-873a-c15e-00000000029c | TASK | Gather variables for each operating system 2025-11-30 07:23:05.356374 | fa163e9f-d340-873a-c15e-00000000029c | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-30 07:23:05.362174 | fa163e9f-d340-873a-c15e-00000000029c | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:11.832137 | 0.12s 2025-11-30 07:23:05.386721 | fa163e9f-d340-873a-c15e-00000000029e | TASK | Check required packages to bootstrap TripleO is installed 2025-11-30 07:23:05.639149 | fa163e9f-d340-873a-c15e-00000000029e | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-30 07:23:05.640517 | fa163e9f-d340-873a-c15e-00000000029e | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:12.110480 | 0.25s 2025-11-30 07:23:05.665248 | fa163e9f-d340-873a-c15e-00000000029f | TASK | Deploy required packages to bootstrap TripleO 2025-11-30 07:23:11.075387 | fa163e9f-d340-873a-c15e-00000000029f | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-11-30 07:23:11.077077 | fa163e9f-d340-873a-c15e-00000000029f | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:17.547011 | 5.41s 2025-11-30 07:23:11.101972 | fa163e9f-d340-873a-c15e-0000000002a0 | TASK | Ensure packages are actually well installed 2025-11-30 07:23:12.114145 | fa163e9f-d340-873a-c15e-0000000002a0 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-30 07:23:12.115583 | fa163e9f-d340-873a-c15e-0000000002a0 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:18.585543 | 1.01s 2025-11-30 07:23:12.139926 | fa163e9f-d340-873a-c15e-000000000248 | TASK | Enable openvswitch service if installed 2025-11-30 07:23:13.069469 | fa163e9f-d340-873a-c15e-000000000248 | CHANGED | Enable openvswitch service if installed | standalone 2025-11-30 07:23:13.071431 | fa163e9f-d340-873a-c15e-000000000248 | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:19.541392 | 0.93s 2025-11-30 07:23:13.097754 | fa163e9f-d340-873a-c15e-000000000249 | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-11-30 07:23:13.321360 | fa163e9f-d340-873a-c15e-000000000249 | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-11-30 07:23:13.322438 | fa163e9f-d340-873a-c15e-000000000249 | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:19.792406 | 0.22s 2025-11-30 07:23:13.341980 | fa163e9f-d340-873a-c15e-00000000024b | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-11-30 07:23:13.612669 | fa163e9f-d340-873a-c15e-00000000024b | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-11-30 07:23:13.614169 | fa163e9f-d340-873a-c15e-00000000024b | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:20.084130 | 0.27s 2025-11-30 07:23:13.638330 | fa163e9f-d340-873a-c15e-00000000024c | TASK | Deploy network-scripts required for deprecated network service 2025-11-30 07:23:13.688187 | fa163e9f-d340-873a-c15e-00000000024c | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-11-30 07:23:13.689429 | fa163e9f-d340-873a-c15e-00000000024c | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:20.159390 | 0.05s 2025-11-30 07:23:13.715085 | fa163e9f-d340-873a-c15e-00000000024d | TASK | Ensure network service is enabled 2025-11-30 07:23:14.125579 | fa163e9f-d340-873a-c15e-00000000024d | OK | Ensure network service is enabled | standalone 2025-11-30 07:23:14.127406 | fa163e9f-d340-873a-c15e-00000000024d | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:20.597368 | 0.41s 2025-11-30 07:23:14.145739 | fa163e9f-d340-873a-c15e-00000000024f | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-11-30 07:23:14.456898 | fa163e9f-d340-873a-c15e-00000000024f | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-30 07:23:14.458294 | fa163e9f-d340-873a-c15e-00000000024f | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:20.928255 | 0.31s 2025-11-30 07:23:14.483232 | fa163e9f-d340-873a-c15e-000000000250 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-11-30 07:23:14.718945 | fa163e9f-d340-873a-c15e-000000000250 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-30 07:23:14.720412 | fa163e9f-d340-873a-c15e-000000000250 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:21.190373 | 0.24s 2025-11-30 07:23:14.746008 | fa163e9f-d340-873a-c15e-000000000251 | TASK | Reload NetworkManager 2025-11-30 07:23:15.145782 | fa163e9f-d340-873a-c15e-000000000251 | CHANGED | Reload NetworkManager | standalone 2025-11-30 07:23:15.147595 | fa163e9f-d340-873a-c15e-000000000251 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:21.617554 | 0.40s 2025-11-30 07:23:15.173414 | fa163e9f-d340-873a-c15e-000000000253 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-11-30 07:23:15.471928 | fa163e9f-d340-873a-c15e-000000000253 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-11-30 07:23:15.473277 | fa163e9f-d340-873a-c15e-000000000253 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:21.943239 | 0.30s 2025-11-30 07:23:15.497814 | fa163e9f-d340-873a-c15e-000000000254 | TASK | Check if /usr/bin/ansible-playbook exists 2025-11-30 07:23:15.821324 | fa163e9f-d340-873a-c15e-000000000254 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-11-30 07:23:15.822602 | fa163e9f-d340-873a-c15e-000000000254 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:22.292566 | 0.32s 2025-11-30 07:23:15.846883 | fa163e9f-d340-873a-c15e-000000000255 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-11-30 07:23:16.037392 | fa163e9f-d340-873a-c15e-000000000255 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-11-30 07:23:16.038372 | fa163e9f-d340-873a-c15e-000000000255 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:22.508340 | 0.19s 2025-11-30 07:23:16.058411 | fa163e9f-d340-873a-c15e-000000000256 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-11-30 07:23:16.287806 | fa163e9f-d340-873a-c15e-000000000256 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-11-30 07:23:16.289207 | fa163e9f-d340-873a-c15e-000000000256 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:22.759167 | 0.23s 2025-11-30 07:23:16.357672 | fa163e9f-d340-873a-c15e-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:22.827627 | 0.02s 2025-11-30 07:23:16.436594 | fa163e9f-d340-873a-c15e-00000000034f | TASK | Create temporary file for ssh_known_hosts 2025-11-30 07:23:16.665697 | fa163e9f-d340-873a-c15e-00000000034f | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-11-30 07:23:16.666635 | fa163e9f-d340-873a-c15e-00000000034f | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:23.136606 | 0.23s 2025-11-30 07:23:16.685332 | fa163e9f-d340-873a-c15e-000000000350 | TASK | Check for ssh_known_hosts file 2025-11-30 07:23:16.894613 | fa163e9f-d340-873a-c15e-000000000350 | OK | Check for ssh_known_hosts file | standalone 2025-11-30 07:23:16.895811 | fa163e9f-d340-873a-c15e-000000000350 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:23.365774 | 0.21s 2025-11-30 07:23:16.919398 | fa163e9f-d340-873a-c15e-000000000351 | TASK | Create a temporary copy of ssh_known_hosts 2025-11-30 07:23:16.946486 | fa163e9f-d340-873a-c15e-000000000351 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-11-30 07:23:16.947753 | fa163e9f-d340-873a-c15e-000000000351 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:23.417714 | 0.03s 2025-11-30 07:23:16.972252 | fa163e9f-d340-873a-c15e-000000000352 | TASK | Write temporary file 2025-11-30 07:23:16.998893 | fa163e9f-d340-873a-c15e-000000000352 | SKIPPED | Write temporary file | standalone 2025-11-30 07:23:17.000159 | fa163e9f-d340-873a-c15e-000000000352 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:23.470113 | 0.03s 2025-11-30 07:23:17.024284 | fa163e9f-d340-873a-c15e-000000000353 | TASK | Set ssh_known_hosts fact 2025-11-30 07:23:17.103825 | fa163e9f-d340-873a-c15e-000000000353 | OK | Set ssh_known_hosts fact | standalone 2025-11-30 07:23:17.105135 | fa163e9f-d340-873a-c15e-000000000353 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:23.575098 | 0.08s 2025-11-30 07:23:17.129974 | fa163e9f-d340-873a-c15e-000000000354 | TASK | Add host keys to temporary ssh_known_hosts 2025-11-30 07:23:17.353334 | fa163e9f-d340-873a-c15e-000000000354 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-11-30 07:23:17.354858 | fa163e9f-d340-873a-c15e-000000000354 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:23.824819 | 0.22s 2025-11-30 07:23:17.378881 | fa163e9f-d340-873a-c15e-000000000355 | TASK | In-place update of /etc/ssh_known_hosts 2025-11-30 07:23:17.602325 | fa163e9f-d340-873a-c15e-000000000355 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-11-30 07:23:17.603319 | fa163e9f-d340-873a-c15e-000000000355 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:24.073289 | 0.22s 2025-11-30 07:23:17.627958 | fa163e9f-d340-873a-c15e-000000000356 | TASK | Remove temp file 2025-11-30 07:23:17.894794 | fa163e9f-d340-873a-c15e-000000000356 | CHANGED | Remove temp file | standalone 2025-11-30 07:23:17.896372 | fa163e9f-d340-873a-c15e-000000000356 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:24.366333 | 0.27s PLAY [Deploy step tasks for step 0] ******************************************** 2025-11-30 07:23:18.073138 | fa163e9f-d340-873a-c15e-000000000034 | TASK | Deploy step tasks for step 0 2025-11-30 07:23:18.134151 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-000000000034') missing from stats 2025-11-30 07:23:18.159857 | fa163e9f-d340-873a-c15e-000000000035 | TASK | Ensure /var/log/journal exists 2025-11-30 07:23:18.398896 | fa163e9f-d340-873a-c15e-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-11-30 07:23:18.400276 | fa163e9f-d340-873a-c15e-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:24.870241 | 0.24s 2025-11-30 07:23:18.424275 | fa163e9f-d340-873a-c15e-000000000036 | TASK | Check cloud-init status 2025-11-30 07:23:18.655102 | fa163e9f-d340-873a-c15e-000000000036 | CHANGED | Check cloud-init status | standalone 2025-11-30 07:23:18.656438 | fa163e9f-d340-873a-c15e-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:25.126400 | 0.23s 2025-11-30 07:23:18.680863 | fa163e9f-d340-873a-c15e-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-11-30 07:23:18.912226 | fa163e9f-d340-873a-c15e-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-11-30 07:23:18.913491 | fa163e9f-d340-873a-c15e-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:25.383457 | 0.23s 2025-11-30 07:23:18.937502 | fa163e9f-d340-873a-c15e-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-11-30 07:23:19.275087 | fa163e9f-d340-873a-c15e-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-11-30 07:23:19.276429 | fa163e9f-d340-873a-c15e-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:25.746396 | 0.34s 2025-11-30 07:23:19.302339 | fa163e9f-d340-873a-c15e-000000000039 | TASK | Create /var/lib/container-puppet 2025-11-30 07:23:19.532880 | fa163e9f-d340-873a-c15e-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-11-30 07:23:19.534232 | fa163e9f-d340-873a-c15e-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:26.004196 | 0.23s 2025-11-30 07:23:19.558452 | fa163e9f-d340-873a-c15e-00000000003a | TASK | Write container-puppet.sh 2025-11-30 07:23:20.033387 | fa163e9f-d340-873a-c15e-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-11-30 07:23:20.034672 | fa163e9f-d340-873a-c15e-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:26.504639 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-30 07:23:20.099342 | fa163e9f-d340-873a-c15e-00000000003b | TIMING | include_tasks | standalone | 0:00:26.569298 | 0.04s 2025-11-30 07:23:20.118245 | 54805613-3839-4ba1-a75c-13b5d9198a5d | INCLUDED | /root/standalone-ansible-jjfrgkhd/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-11-30 07:23:20.150086 | fa163e9f-d340-873a-c15e-000000000404 | TASK | Configure tuned before reboot 2025-11-30 07:23:20.201243 | fa163e9f-d340-873a-c15e-000000000404 | TIMING | Configure tuned before reboot | standalone | 0:00:26.671203 | 0.05s 2025-11-30 07:23:20.257911 | fa163e9f-d340-873a-c15e-000000000443 | TASK | Gather variables for each operating system 2025-11-30 07:23:20.376183 | fa163e9f-d340-873a-c15e-000000000443 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-30 07:23:20.377514 | fa163e9f-d340-873a-c15e-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:26.847476 | 0.12s 2025-11-30 07:23:20.383406 | fa163e9f-d340-873a-c15e-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:26.853367 | 0.12s 2025-11-30 07:23:20.469268 | fa163e9f-d340-873a-c15e-000000000444 | TIMING | tuned : include_tasks | standalone | 0:00:26.939223 | 0.06s 2025-11-30 07:23:20.491300 | d81ec633-85cb-48ef-904f-28d78935d581 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-30 07:23:20.527208 | fa163e9f-d340-873a-c15e-00000000046d | TASK | Check tuned package is installed 2025-11-30 07:23:20.791253 | fa163e9f-d340-873a-c15e-00000000046d | CHANGED | Check tuned package is installed | standalone 2025-11-30 07:23:20.792575 | fa163e9f-d340-873a-c15e-00000000046d | TIMING | tuned : Check tuned package is installed | standalone | 0:00:27.262541 | 0.26s 2025-11-30 07:23:20.817864 | fa163e9f-d340-873a-c15e-00000000046e | TASK | Install tuned 2025-11-30 07:23:27.312714 | fa163e9f-d340-873a-c15e-00000000046e | CHANGED | Install tuned | standalone 2025-11-30 07:23:27.314198 | fa163e9f-d340-873a-c15e-00000000046e | TIMING | tuned : Install tuned | standalone | 0:00:33.784162 | 6.49s 2025-11-30 07:23:27.340284 | fa163e9f-d340-873a-c15e-00000000046f | TASK | Restart tuned 2025-11-30 07:23:29.183214 | fa163e9f-d340-873a-c15e-00000000046f | CHANGED | Restart tuned | standalone 2025-11-30 07:23:29.185015 | fa163e9f-d340-873a-c15e-00000000046f | TIMING | tuned : Restart tuned | standalone | 0:00:35.654981 | 1.84s 2025-11-30 07:23:29.211503 | fa163e9f-d340-873a-c15e-000000000445 | TASK | Check for tuned-adm 2025-11-30 07:23:29.438113 | fa163e9f-d340-873a-c15e-000000000445 | OK | Check for tuned-adm | standalone 2025-11-30 07:23:29.439531 | fa163e9f-d340-873a-c15e-000000000445 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:35.909496 | 0.23s 2025-11-30 07:23:29.499476 | fa163e9f-d340-873a-c15e-000000000446 | TIMING | tuned : include_tasks | standalone | 0:00:35.969434 | 0.03s 2025-11-30 07:23:29.531788 | da2cdff7-9a4f-4d27-9661-7f2707fec3e8 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-30 07:23:29.568078 | fa163e9f-d340-873a-c15e-0000000004a4 | TASK | Ensure profile directory exists 2025-11-30 07:23:29.636630 | fa163e9f-d340-873a-c15e-0000000004a4 | SKIPPED | Ensure profile directory exists | standalone 2025-11-30 07:23:29.637730 | fa163e9f-d340-873a-c15e-0000000004a4 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:36.107694 | 0.07s 2025-11-30 07:23:29.662880 | fa163e9f-d340-873a-c15e-0000000004a5 | TASK | Create custom tuned profile 2025-11-30 07:23:29.723983 | fa163e9f-d340-873a-c15e-0000000004a5 | SKIPPED | Create custom tuned profile | standalone 2025-11-30 07:23:29.725020 | fa163e9f-d340-873a-c15e-0000000004a5 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:36.194986 | 0.06s 2025-11-30 07:23:29.749472 | fa163e9f-d340-873a-c15e-0000000004a6 | TASK | Check tuned active profile 2025-11-30 07:23:30.090680 | fa163e9f-d340-873a-c15e-0000000004a6 | OK | Check tuned active profile | standalone 2025-11-30 07:23:30.092149 | fa163e9f-d340-873a-c15e-0000000004a6 | TIMING | tuned : Check tuned active profile | standalone | 0:00:36.562112 | 0.34s 2025-11-30 07:23:30.118603 | fa163e9f-d340-873a-c15e-0000000004a7 | TASK | Check Tuned Configuration file exists 2025-11-30 07:23:30.341082 | fa163e9f-d340-873a-c15e-0000000004a7 | OK | Check Tuned Configuration file exists | standalone 2025-11-30 07:23:30.342753 | fa163e9f-d340-873a-c15e-0000000004a7 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:36.812712 | 0.22s 2025-11-30 07:23:30.366766 | fa163e9f-d340-873a-c15e-0000000004a8 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-30 07:23:30.437287 | fa163e9f-d340-873a-c15e-0000000004a8 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-30 07:23:30.438239 | fa163e9f-d340-873a-c15e-0000000004a8 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:36.908210 | 0.07s 2025-11-30 07:23:30.459219 | fa163e9f-d340-873a-c15e-0000000004a9 | TASK | Configure isolated cores for profile throughput-performance 2025-11-30 07:23:30.527817 | fa163e9f-d340-873a-c15e-0000000004a9 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-30 07:23:30.528771 | fa163e9f-d340-873a-c15e-0000000004a9 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:36.998742 | 0.07s 2025-11-30 07:23:30.548631 | fa163e9f-d340-873a-c15e-0000000004aa | TASK | Enable tuned profile 2025-11-30 07:23:31.928337 | fa163e9f-d340-873a-c15e-0000000004aa | CHANGED | Enable tuned profile | standalone 2025-11-30 07:23:31.929802 | fa163e9f-d340-873a-c15e-0000000004aa | TIMING | tuned : Enable tuned profile | standalone | 0:00:38.399761 | 1.38s 2025-11-30 07:23:31.977238 | fa163e9f-d340-873a-c15e-000000000405 | TASK | Configure kernel args and reboot 2025-11-30 07:23:32.027883 | fa163e9f-d340-873a-c15e-000000000405 | TIMING | Configure kernel args and reboot | standalone | 0:00:38.497841 | 0.05s 2025-11-30 07:23:32.173198 | fa163e9f-d340-873a-c15e-000000000557 | TASK | Get the command line args of the node 2025-11-30 07:23:32.402699 | fa163e9f-d340-873a-c15e-000000000557 | CHANGED | Get the command line args of the node | standalone 2025-11-30 07:23:32.404012 | fa163e9f-d340-873a-c15e-000000000557 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:38.873977 | 0.23s 2025-11-30 07:23:32.429197 | fa163e9f-d340-873a-c15e-000000000559 | TASK | Check if node has a nova.conf 2025-11-30 07:23:32.650407 | fa163e9f-d340-873a-c15e-000000000559 | OK | Check if node has a nova.conf | standalone 2025-11-30 07:23:32.651710 | fa163e9f-d340-873a-c15e-000000000559 | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:39.121674 | 0.22s 2025-11-30 07:23:32.676806 | fa163e9f-d340-873a-c15e-00000000055b | TASK | Warn operator about workload protection 2025-11-30 07:23:32.715574 | fa163e9f-d340-873a-c15e-00000000055b | SKIPPED | Warn operator about workload protection | standalone 2025-11-30 07:23:32.716717 | fa163e9f-d340-873a-c15e-00000000055b | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:39.186682 | 0.04s 2025-11-30 07:23:32.741926 | fa163e9f-d340-873a-c15e-00000000055c | TASK | Setting defer reboot fact 2025-11-30 07:23:32.783348 | fa163e9f-d340-873a-c15e-00000000055c | SKIPPED | Setting defer reboot fact | standalone 2025-11-30 07:23:32.784551 | fa163e9f-d340-873a-c15e-00000000055c | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:39.254516 | 0.04s 2025-11-30 07:23:32.808741 | fa163e9f-d340-873a-c15e-00000000055e | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-11-30 07:23:32.836912 | fa163e9f-d340-873a-c15e-00000000055e | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:39.306873 | 0.03s 2025-11-30 07:23:32.865374 | fa163e9f-d340-873a-c15e-000000000563 | TASK | Find hugepages in cmdline 2025-11-30 07:23:32.914802 | fa163e9f-d340-873a-c15e-000000000563 | SKIPPED | Find hugepages in cmdline | standalone 2025-11-30 07:23:32.916025 | fa163e9f-d340-873a-c15e-000000000563 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:39.385987 | 0.05s 2025-11-30 07:23:32.942369 | fa163e9f-d340-873a-c15e-000000000564 | TASK | Finding human-readable hugepages in cmdline 2025-11-30 07:23:32.985224 | fa163e9f-d340-873a-c15e-000000000564 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-11-30 07:23:32.986476 | fa163e9f-d340-873a-c15e-000000000564 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:39.456441 | 0.04s 2025-11-30 07:23:33.011447 | fa163e9f-d340-873a-c15e-000000000568 | TASK | Find desired default hugepage size 2025-11-30 07:23:33.061167 | fa163e9f-d340-873a-c15e-000000000568 | SKIPPED | Find desired default hugepage size | standalone 2025-11-30 07:23:33.062404 | fa163e9f-d340-873a-c15e-000000000568 | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:39.532366 | 0.05s 2025-11-30 07:23:33.087752 | fa163e9f-d340-873a-c15e-00000000056a | TASK | Storing non-configured hugepages 2025-11-30 07:23:33.118624 | fa163e9f-d340-873a-c15e-00000000056a | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:39.588578 | 0.03s 2025-11-30 07:23:33.145450 | fa163e9f-d340-873a-c15e-00000000056c | TASK | Validating against hugepages config received from TripleO 2025-11-30 07:23:33.188112 | fa163e9f-d340-873a-c15e-00000000056c | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-11-30 07:23:33.189376 | fa163e9f-d340-873a-c15e-00000000056c | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:39.659341 | 0.04s 2025-11-30 07:23:33.215155 | fa163e9f-d340-873a-c15e-00000000056d | TASK | Determining the default hugepagesz 2025-11-30 07:23:33.257507 | fa163e9f-d340-873a-c15e-00000000056d | SKIPPED | Determining the default hugepagesz | standalone 2025-11-30 07:23:33.258670 | fa163e9f-d340-873a-c15e-00000000056d | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:39.728633 | 0.04s 2025-11-30 07:23:33.284757 | fa163e9f-d340-873a-c15e-00000000056e | TASK | Determining if any hugepage configuration needs to be re-written 2025-11-30 07:23:33.335156 | fa163e9f-d340-873a-c15e-00000000056e | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-11-30 07:23:33.336601 | fa163e9f-d340-873a-c15e-00000000056e | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:39.806564 | 0.05s 2025-11-30 07:23:33.362909 | fa163e9f-d340-873a-c15e-00000000056f | TASK | Making sure that we have a default hugepagesz 2025-11-30 07:23:33.405449 | fa163e9f-d340-873a-c15e-00000000056f | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-11-30 07:23:33.406713 | fa163e9f-d340-873a-c15e-00000000056f | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:39.876677 | 0.04s 2025-11-30 07:23:33.432354 | fa163e9f-d340-873a-c15e-000000000571 | TASK | Warn about possible modifications 2025-11-30 07:23:33.472858 | fa163e9f-d340-873a-c15e-000000000571 | SKIPPED | Warn about possible modifications | standalone 2025-11-30 07:23:33.474034 | fa163e9f-d340-873a-c15e-000000000571 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:39.943999 | 0.04s 2025-11-30 07:23:33.499702 | fa163e9f-d340-873a-c15e-000000000572 | TASK | Remove hugepage settings from kernelargs 2025-11-30 07:23:33.542111 | fa163e9f-d340-873a-c15e-000000000572 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-11-30 07:23:33.543270 | fa163e9f-d340-873a-c15e-000000000572 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:40.013234 | 0.04s 2025-11-30 07:23:33.569421 | fa163e9f-d340-873a-c15e-000000000573 | TASK | Cleaning up whitespaces 2025-11-30 07:23:33.608470 | fa163e9f-d340-873a-c15e-000000000573 | SKIPPED | Cleaning up whitespaces | standalone 2025-11-30 07:23:33.609731 | fa163e9f-d340-873a-c15e-000000000573 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:40.079695 | 0.04s 2025-11-30 07:23:33.635736 | fa163e9f-d340-873a-c15e-000000000575 | TASK | Check if the kernelargs entry is already present in the file 2025-11-30 07:23:34.028609 | fa163e9f-d340-873a-c15e-000000000575 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-11-30 07:23:34.029957 | fa163e9f-d340-873a-c15e-000000000575 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:40.499924 | 0.39s 2025-11-30 07:23:34.054987 | fa163e9f-d340-873a-c15e-000000000577 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-11-30 07:23:34.114642 | fa163e9f-d340-873a-c15e-000000000577 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-11-30 07:23:34.115693 | fa163e9f-d340-873a-c15e-000000000577 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:40.585657 | 0.06s 2025-11-30 07:23:34.142481 | fa163e9f-d340-873a-c15e-000000000578 | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-11-30 07:23:34.203263 | fa163e9f-d340-873a-c15e-000000000578 | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-11-30 07:23:34.204423 | fa163e9f-d340-873a-c15e-000000000578 | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:40.674388 | 0.06s 2025-11-30 07:23:34.230030 | fa163e9f-d340-873a-c15e-000000000579 | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-11-30 07:23:34.289587 | fa163e9f-d340-873a-c15e-000000000579 | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-11-30 07:23:34.290625 | fa163e9f-d340-873a-c15e-000000000579 | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:40.760589 | 0.06s 2025-11-30 07:23:34.315458 | fa163e9f-d340-873a-c15e-00000000057a | TASK | Generate grub config 2025-11-30 07:23:34.375652 | fa163e9f-d340-873a-c15e-00000000057a | SKIPPED | Generate grub config | standalone 2025-11-30 07:23:34.376852 | fa163e9f-d340-873a-c15e-00000000057a | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:40.846817 | 0.06s 2025-11-30 07:23:34.402126 | fa163e9f-d340-873a-c15e-00000000057e | TASK | Get the block device that /boot is on 2025-11-30 07:23:34.463513 | fa163e9f-d340-873a-c15e-00000000057e | SKIPPED | Get the block device that /boot is on | standalone 2025-11-30 07:23:34.464728 | fa163e9f-d340-873a-c15e-00000000057e | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:40.934694 | 0.06s 2025-11-30 07:23:34.489727 | fa163e9f-d340-873a-c15e-00000000057f | TASK | Get the mount point that /boot is in 2025-11-30 07:23:34.549839 | fa163e9f-d340-873a-c15e-00000000057f | SKIPPED | Get the mount point that /boot is in | standalone 2025-11-30 07:23:34.550983 | fa163e9f-d340-873a-c15e-00000000057f | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:41.020949 | 0.06s 2025-11-30 07:23:34.576344 | fa163e9f-d340-873a-c15e-000000000580 | TASK | Set facts for EFI grub.cfg generation 2025-11-30 07:23:34.637912 | fa163e9f-d340-873a-c15e-000000000580 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-11-30 07:23:34.639179 | fa163e9f-d340-873a-c15e-000000000580 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:41.109143 | 0.06s 2025-11-30 07:23:34.664042 | fa163e9f-d340-873a-c15e-000000000581 | TASK | Executed script to fix grub-menu 2025-11-30 07:23:34.725468 | fa163e9f-d340-873a-c15e-000000000581 | SKIPPED | Executed script to fix grub-menu | standalone 2025-11-30 07:23:34.726501 | fa163e9f-d340-873a-c15e-000000000581 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:41.196465 | 0.06s 2025-11-30 07:23:34.751897 | fa163e9f-d340-873a-c15e-000000000582 | TASK | Check grub config paths 2025-11-30 07:23:34.823794 | fa163e9f-d340-873a-c15e-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-11-30 07:23:34.839747 | fa163e9f-d340-873a-c15e-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-11-30 07:23:34.846667 | fa163e9f-d340-873a-c15e-000000000582 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:41.316624 | 0.09s 2025-11-30 07:23:34.873813 | fa163e9f-d340-873a-c15e-000000000583 | TASK | Write EFI grub.cfg 2025-11-30 07:23:34.950826 | fa163e9f-d340-873a-c15e-000000000583 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-11-30 07:23:34.979242 | fa163e9f-d340-873a-c15e-000000000583 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-11-30 07:23:34.987701 | fa163e9f-d340-873a-c15e-000000000583 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:41.457659 | 0.11s 2025-11-30 07:23:35.013853 | fa163e9f-d340-873a-c15e-000000000584 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-11-30 07:23:35.075174 | fa163e9f-d340-873a-c15e-000000000584 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-11-30 07:23:35.076371 | fa163e9f-d340-873a-c15e-000000000584 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:41.546336 | 0.06s 2025-11-30 07:23:35.101809 | fa163e9f-d340-873a-c15e-000000000585 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-11-30 07:23:35.161786 | fa163e9f-d340-873a-c15e-000000000585 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-11-30 07:23:35.162852 | fa163e9f-d340-873a-c15e-000000000585 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:41.632817 | 0.06s 2025-11-30 07:23:35.188582 | fa163e9f-d340-873a-c15e-000000000586 | TASK | Execute grub2-mkconfig 2025-11-30 07:23:35.250283 | fa163e9f-d340-873a-c15e-000000000586 | SKIPPED | Execute grub2-mkconfig | standalone 2025-11-30 07:23:35.251484 | fa163e9f-d340-873a-c15e-000000000586 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:41.721448 | 0.06s 2025-11-30 07:23:35.278435 | fa163e9f-d340-873a-c15e-000000000587 | TASK | Check for active tuned profile 2025-11-30 07:23:35.338285 | fa163e9f-d340-873a-c15e-000000000587 | SKIPPED | Check for active tuned profile | standalone 2025-11-30 07:23:35.339304 | fa163e9f-d340-873a-c15e-000000000587 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:41.809269 | 0.06s 2025-11-30 07:23:35.363823 | fa163e9f-d340-873a-c15e-000000000588 | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-11-30 07:23:35.423798 | fa163e9f-d340-873a-c15e-000000000588 | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-11-30 07:23:35.424952 | fa163e9f-d340-873a-c15e-000000000588 | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:41.894916 | 0.06s 2025-11-30 07:23:35.452116 | fa163e9f-d340-873a-c15e-000000000589 | TASK | Set reboot required fact 2025-11-30 07:23:35.505475 | fa163e9f-d340-873a-c15e-000000000589 | SKIPPED | Set reboot required fact | standalone 2025-11-30 07:23:35.506535 | fa163e9f-d340-873a-c15e-000000000589 | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:41.976495 | 0.05s 2025-11-30 07:23:35.531739 | fa163e9f-d340-873a-c15e-00000000058b | TASK | Apply DPDK workarounds 2025-11-30 07:23:35.570628 | fa163e9f-d340-873a-c15e-00000000058b | SKIPPED | Apply DPDK workarounds | standalone 2025-11-30 07:23:35.571839 | fa163e9f-d340-873a-c15e-00000000058b | TIMING | Apply DPDK workarounds | standalone | 0:00:42.041804 | 0.04s 2025-11-30 07:23:35.597365 | fa163e9f-d340-873a-c15e-00000000058d | TASK | Ensure /etc/modules-load.d exists 2025-11-30 07:23:35.636378 | fa163e9f-d340-873a-c15e-00000000058d | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-11-30 07:23:35.637530 | fa163e9f-d340-873a-c15e-00000000058d | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:42.107487 | 0.04s 2025-11-30 07:23:35.664138 | fa163e9f-d340-873a-c15e-00000000058e | TASK | Load modules 2025-11-30 07:23:35.708732 | fa163e9f-d340-873a-c15e-00000000058e | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-11-30 07:23:35.715415 | fa163e9f-d340-873a-c15e-00000000058e | TIMING | tripleo_kernel : Load modules | standalone | 0:00:42.185379 | 0.05s 2025-11-30 07:23:35.740971 | fa163e9f-d340-873a-c15e-000000000590 | TASK | Persist modules via modules-load.d 2025-11-30 07:23:35.783078 | fa163e9f-d340-873a-c15e-000000000590 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-11-30 07:23:35.790818 | fa163e9f-d340-873a-c15e-000000000590 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:42.260780 | 0.05s 2025-11-30 07:23:35.816750 | fa163e9f-d340-873a-c15e-000000000592 | TASK | Drop module persistence 2025-11-30 07:23:35.859852 | fa163e9f-d340-873a-c15e-000000000592 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-11-30 07:23:35.868432 | fa163e9f-d340-873a-c15e-000000000592 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:42.338395 | 0.05s 2025-11-30 07:23:35.893713 | fa163e9f-d340-873a-c15e-000000000594 | TASK | Set modules persistence via /etc/modules 2025-11-30 07:23:35.936930 | fa163e9f-d340-873a-c15e-000000000594 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-11-30 07:23:35.943371 | fa163e9f-d340-873a-c15e-000000000594 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:42.413332 | 0.05s 2025-11-30 07:23:35.968439 | fa163e9f-d340-873a-c15e-000000000596 | TASK | Modules reload 2025-11-30 07:23:36.007534 | fa163e9f-d340-873a-c15e-000000000596 | SKIPPED | Modules reload | standalone 2025-11-30 07:23:36.008833 | fa163e9f-d340-873a-c15e-000000000596 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:42.478796 | 0.04s 2025-11-30 07:23:36.034070 | fa163e9f-d340-873a-c15e-000000000598 | TASK | Reboot tasks 2025-11-30 07:23:36.084822 | fa163e9f-d340-873a-c15e-000000000598 | SKIPPED | Reboot tasks | standalone 2025-11-30 07:23:36.085875 | fa163e9f-d340-873a-c15e-000000000598 | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:42.555842 | 0.05s 2025-11-30 07:23:36.110742 | fa163e9f-d340-873a-c15e-000000000599 | TASK | Skipping reboot for deployed node 2025-11-30 07:23:36.161965 | fa163e9f-d340-873a-c15e-000000000599 | SKIPPED | Skipping reboot for deployed node | standalone 2025-11-30 07:23:36.163023 | fa163e9f-d340-873a-c15e-000000000599 | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:42.632988 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-11-30 07:23:36.343246 | fa163e9f-d340-873a-c15e-00000000003f | TASK | Server pre-network deployments 2025-11-30 07:23:36.369280 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-00000000003f') missing from stats 2025-11-30 07:23:36.389257 | fa163e9f-d340-873a-c15e-000000000043 | TASK | Hiera config 2025-11-30 07:23:36.415087 | fa163e9f-d340-873a-c15e-000000000043 | TIMING | Hiera config | standalone | 0:00:42.885054 | 0.02s 2025-11-30 07:23:36.454559 | fa163e9f-d340-873a-c15e-00000000070f | TASK | Create /etc/puppet/hieradata 2025-11-30 07:23:36.682696 | fa163e9f-d340-873a-c15e-00000000070f | CHANGED | Create /etc/puppet/hieradata | standalone 2025-11-30 07:23:36.683980 | fa163e9f-d340-873a-c15e-00000000070f | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:43.153946 | 0.23s 2025-11-30 07:23:36.709609 | fa163e9f-d340-873a-c15e-000000000710 | TASK | Write hiera config 2025-11-30 07:23:37.186269 | fa163e9f-d340-873a-c15e-000000000710 | CHANGED | Write hiera config | standalone 2025-11-30 07:23:37.187617 | fa163e9f-d340-873a-c15e-000000000710 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:43.657583 | 0.48s 2025-11-30 07:23:37.238192 | fa163e9f-d340-873a-c15e-000000000044 | TASK | Hiera symlink 2025-11-30 07:23:37.460284 | fa163e9f-d340-873a-c15e-000000000044 | CHANGED | Hiera symlink | standalone 2025-11-30 07:23:37.462182 | fa163e9f-d340-873a-c15e-000000000044 | TIMING | Hiera symlink | standalone | 0:00:43.932146 | 0.22s 2025-11-30 07:23:37.486610 | fa163e9f-d340-873a-c15e-000000000045 | TASK | Hieradata from vars 2025-11-30 07:23:37.506430 | fa163e9f-d340-873a-c15e-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:43.976393 | 0.02s 2025-11-30 07:23:37.564902 | fa163e9f-d340-873a-c15e-00000000076a | TASK | Copy overcloud.json to all_nodes.json 2025-11-30 07:23:38.052276 | fa163e9f-d340-873a-c15e-00000000076a | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-11-30 07:23:38.053522 | fa163e9f-d340-873a-c15e-00000000076a | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:44.523488 | 0.49s 2025-11-30 07:23:38.078162 | fa163e9f-d340-873a-c15e-00000000076b | TASK | Render hieradata from template 2025-11-30 07:23:38.606245 | fa163e9f-d340-873a-c15e-00000000076b | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-11-30 07:23:38.608095 | fa163e9f-d340-873a-c15e-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:45.078059 | 0.53s 2025-11-30 07:23:39.141518 | fa163e9f-d340-873a-c15e-00000000076b | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-11-30 07:23:39.142488 | fa163e9f-d340-873a-c15e-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:45.612456 | 1.06s 2025-11-30 07:23:39.734190 | fa163e9f-d340-873a-c15e-00000000076b | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-11-30 07:23:39.735334 | fa163e9f-d340-873a-c15e-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.205301 | 1.66s 2025-11-30 07:23:40.189594 | fa163e9f-d340-873a-c15e-00000000076b | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-11-30 07:23:40.190685 | fa163e9f-d340-873a-c15e-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.660650 | 2.11s 2025-11-30 07:23:40.735466 | fa163e9f-d340-873a-c15e-00000000076b | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-11-30 07:23:40.737404 | fa163e9f-d340-873a-c15e-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.207370 | 2.66s 2025-11-30 07:23:41.157965 | fa163e9f-d340-873a-c15e-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_names 2025-11-30 07:23:41.159088 | fa163e9f-d340-873a-c15e-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.629055 | 3.08s 2025-11-30 07:23:41.659682 | fa163e9f-d340-873a-c15e-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-11-30 07:23:41.660999 | fa163e9f-d340-873a-c15e-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.130963 | 3.58s 2025-11-30 07:23:42.124641 | fa163e9f-d340-873a-c15e-00000000076b | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-11-30 07:23:42.125779 | fa163e9f-d340-873a-c15e-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.595743 | 4.05s 2025-11-30 07:23:42.594353 | fa163e9f-d340-873a-c15e-00000000076b | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-11-30 07:23:42.594959 | fa163e9f-d340-873a-c15e-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.064936 | 4.52s 2025-11-30 07:23:43.092212 | fa163e9f-d340-873a-c15e-00000000076b | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-30 07:23:43.092787 | fa163e9f-d340-873a-c15e-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.562763 | 5.01s 2025-11-30 07:23:43.096742 | fa163e9f-d340-873a-c15e-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.566720 | 5.02s 2025-11-30 07:23:43.130032 | fa163e9f-d340-873a-c15e-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-11-30 07:23:43.156692 | fa163e9f-d340-873a-c15e-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:49.626652 | 0.03s 2025-11-30 07:23:43.222553 | fa163e9f-d340-873a-c15e-00000000080f | TASK | Check for hieradata file 2025-11-30 07:23:43.444180 | fa163e9f-d340-873a-c15e-00000000080f | OK | Check for hieradata file | standalone 2025-11-30 07:23:43.445394 | fa163e9f-d340-873a-c15e-00000000080f | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:49.915360 | 0.22s 2025-11-30 07:23:43.470090 | fa163e9f-d340-873a-c15e-000000000811 | TASK | Get existing data 2025-11-30 07:23:43.519000 | fa163e9f-d340-873a-c15e-000000000811 | SKIPPED | Get existing data | standalone 2025-11-30 07:23:43.520029 | fa163e9f-d340-873a-c15e-000000000811 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:49.989994 | 0.05s 2025-11-30 07:23:43.543959 | fa163e9f-d340-873a-c15e-000000000812 | TASK | Set data fact 2025-11-30 07:23:43.592744 | fa163e9f-d340-873a-c15e-000000000812 | SKIPPED | Set data fact | standalone 2025-11-30 07:23:43.593754 | fa163e9f-d340-873a-c15e-000000000812 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:50.063720 | 0.05s 2025-11-30 07:23:43.617569 | fa163e9f-d340-873a-c15e-000000000814 | TASK | Write ansible hieradata file 2025-11-30 07:23:44.114849 | fa163e9f-d340-873a-c15e-000000000814 | CHANGED | Write ansible hieradata file | standalone 2025-11-30 07:23:44.116197 | fa163e9f-d340-873a-c15e-000000000814 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:50.586161 | 0.50s 2025-11-30 07:23:44.212038 | fa163e9f-d340-873a-c15e-000000000047 | TIMING | include_tasks | standalone | 0:00:50.681997 | 0.05s PLAY [Server network deployments] ********************************************** 2025-11-30 07:23:44.369749 | fa163e9f-d340-873a-c15e-00000000004b | TASK | Network Configuration 2025-11-30 07:23:44.395997 | fa163e9f-d340-873a-c15e-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e9f-d340-873a-c15e-00000000004b') missing from stats 2025-11-30 07:23:44.417752 | fa163e9f-d340-873a-c15e-00000000004c | TASK | Check NetworkConfig script existence 2025-11-30 07:23:44.444083 | fa163e9f-d340-873a-c15e-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-11-30 07:23:44.444918 | fa163e9f-d340-873a-c15e-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:50.914889 | 0.03s 2025-11-30 07:23:44.464127 | fa163e9f-d340-873a-c15e-000000000052 | TASK | Gather SELinux fact if needed 2025-11-30 07:23:44.502102 | fa163e9f-d340-873a-c15e-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-11-30 07:23:44.502913 | fa163e9f-d340-873a-c15e-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:50.972887 | 0.04s 2025-11-30 07:23:44.521698 | fa163e9f-d340-873a-c15e-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-11-30 07:23:45.159547 | fa163e9f-d340-873a-c15e-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-11-30 07:23:45.160776 | fa163e9f-d340-873a-c15e-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:51.630742 | 0.64s 2025-11-30 07:23:45.185819 | fa163e9f-d340-873a-c15e-000000000054 | TASK | Ensure requirements are satisfied 2025-11-30 07:23:45.214516 | fa163e9f-d340-873a-c15e-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:51.684472 | 0.03s 2025-11-30 07:23:45.272980 | fa163e9f-d340-873a-c15e-0000000008ad | TASK | Gather facts if they don't exist 2025-11-30 07:23:45.308990 | fa163e9f-d340-873a-c15e-0000000008ad | SKIPPED | Gather facts if they don't exist | standalone 2025-11-30 07:23:45.309808 | fa163e9f-d340-873a-c15e-0000000008ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:51.779780 | 0.04s 2025-11-30 07:23:45.335826 | fa163e9f-d340-873a-c15e-0000000008ae | TASK | Gather variables for each operating system 2025-11-30 07:23:45.459892 | fa163e9f-d340-873a-c15e-0000000008ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-30 07:23:45.471999 | fa163e9f-d340-873a-c15e-0000000008ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:51.941960 | 0.13s 2025-11-30 07:23:45.498028 | fa163e9f-d340-873a-c15e-0000000008b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-30 07:23:45.805422 | fa163e9f-d340-873a-c15e-0000000008b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-30 07:23:45.806837 | fa163e9f-d340-873a-c15e-0000000008b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:52.276803 | 0.31s 2025-11-30 07:23:45.832347 | fa163e9f-d340-873a-c15e-0000000008b1 | TASK | Deploy required packages to bootstrap TripleO 2025-11-30 07:23:45.864324 | fa163e9f-d340-873a-c15e-0000000008b1 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-11-30 07:23:45.865406 | fa163e9f-d340-873a-c15e-0000000008b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:52.335366 | 0.03s 2025-11-30 07:23:45.890239 | fa163e9f-d340-873a-c15e-0000000008b2 | TASK | Ensure packages are actually well installed 2025-11-30 07:23:46.877261 | fa163e9f-d340-873a-c15e-0000000008b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-30 07:23:46.878626 | fa163e9f-d340-873a-c15e-0000000008b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:53.348590 | 0.99s 2025-11-30 07:23:46.926775 | fa163e9f-d340-873a-c15e-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-11-30 07:23:47.167374 | fa163e9f-d340-873a-c15e-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-30 07:23:47.168736 | fa163e9f-d340-873a-c15e-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:53.638700 | 0.24s 2025-11-30 07:23:47.189206 | fa163e9f-d340-873a-c15e-000000000057 | TASK | Reload NetworkManager 2025-11-30 07:23:47.591557 | fa163e9f-d340-873a-c15e-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-11-30 07:23:47.593432 | fa163e9f-d340-873a-c15e-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:54.063395 | 0.40s 2025-11-30 07:23:47.619168 | fa163e9f-d340-873a-c15e-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-11-30 07:23:47.858265 | fa163e9f-d340-873a-c15e-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-11-30 07:23:47.859610 | fa163e9f-d340-873a-c15e-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:54.329574 | 0.24s 2025-11-30 07:23:47.884525 | fa163e9f-d340-873a-c15e-00000000005a | TASK | Check for previous run of NetworkConfig 2025-11-30 07:23:48.114097 | fa163e9f-d340-873a-c15e-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-11-30 07:23:48.115378 | fa163e9f-d340-873a-c15e-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:54.585342 | 0.23s 2025-11-30 07:23:48.140006 | fa163e9f-d340-873a-c15e-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-11-30 07:23:48.167526 | fa163e9f-d340-873a-c15e-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-11-30 07:23:48.168600 | fa163e9f-d340-873a-c15e-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:54.638564 | 0.03s 2025-11-30 07:23:48.193348 | fa163e9f-d340-873a-c15e-00000000005c | TASK | Ensure we get cloud-init 2025-11-30 07:23:48.432371 | fa163e9f-d340-873a-c15e-00000000005c | OK | Ensure we get cloud-init | standalone 2025-11-30 07:23:48.433652 | fa163e9f-d340-873a-c15e-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:54.903618 | 0.24s 2025-11-30 07:23:48.458208 | fa163e9f-d340-873a-c15e-00000000005e | TASK | Create /etc/os-net-config directory 2025-11-30 07:23:48.688842 | fa163e9f-d340-873a-c15e-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-11-30 07:23:48.690193 | fa163e9f-d340-873a-c15e-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:55.160157 | 0.23s 2025-11-30 07:23:48.714761 | fa163e9f-d340-873a-c15e-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-11-30 07:23:49.103209 | fa163e9f-d340-873a-c15e-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-11-30 07:23:49.103975 | fa163e9f-d340-873a-c15e-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:55.573948 | 0.39s 2025-11-30 07:23:49.120636 | fa163e9f-d340-873a-c15e-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-11-30 07:23:49.186460 | fa163e9f-d340-873a-c15e-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-11-30 07:23:49.186972 | fa163e9f-d340-873a-c15e-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:55.656946 | 0.07s 2025-11-30 07:23:49.203596 | fa163e9f-d340-873a-c15e-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-11-30 07:23:49.452421 | fa163e9f-d340-873a-c15e-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-11-30 07:23:49.453747 | fa163e9f-d340-873a-c15e-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:55.923712 | 0.25s 2025-11-30 07:23:49.478790 | fa163e9f-d340-873a-c15e-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-11-30 07:23:49.549301 | fa163e9f-d340-873a-c15e-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:56.019261 | 0.07s 2025-11-30 07:23:49.574545 | 5ca60946-da41-4545-ba81-5f03aa88dc04 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-11-30 07:23:49.605665 | fa163e9f-d340-873a-c15e-0000000008f7 | TASK | Set nic_config_file fact 2025-11-30 07:23:49.687235 | fa163e9f-d340-873a-c15e-0000000008f7 | OK | Set nic_config_file fact | standalone 2025-11-30 07:23:49.688447 | fa163e9f-d340-873a-c15e-0000000008f7 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:56.158412 | 0.08s 2025-11-30 07:23:49.714278 | fa163e9f-d340-873a-c15e-0000000008f8 | TASK | Render overidden network config 2025-11-30 07:23:49.804750 | fa163e9f-d340-873a-c15e-0000000008f8 | SKIPPED | Render overidden network config | standalone 2025-11-30 07:23:49.805872 | fa163e9f-d340-873a-c15e-0000000008f8 | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:56.275836 | 0.09s 2025-11-30 07:23:49.831445 | fa163e9f-d340-873a-c15e-0000000008f9 | TASK | Render network_config 2025-11-30 07:23:49.902302 | fa163e9f-d340-873a-c15e-0000000008f9 | SKIPPED | Render network_config | standalone 2025-11-30 07:23:49.903539 | fa163e9f-d340-873a-c15e-0000000008f9 | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:56.373503 | 0.07s 2025-11-30 07:23:49.928628 | fa163e9f-d340-873a-c15e-0000000008fa | TASK | Render network_config from template 2025-11-30 07:23:50.471960 | fa163e9f-d340-873a-c15e-0000000008fa | CHANGED | Render network_config from template | standalone 2025-11-30 07:23:50.473261 | fa163e9f-d340-873a-c15e-0000000008fa | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:56.943227 | 0.54s 2025-11-30 07:23:50.498222 | fa163e9f-d340-873a-c15e-0000000008fb | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=570379239638.42910 2025-11-30 07:23:54.575510 | fa163e9f-d340-873a-c15e-0000000008fb | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-11-30 07:23:54.577450 | fa163e9f-d340-873a-c15e-0000000008fb | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:01.047416 | 4.08s 2025-11-30 07:23:54.604692 | fa163e9f-d340-873a-c15e-000000000064 | TASK | Write rc of NetworkConfig script 2025-11-30 07:23:55.110750 | fa163e9f-d340-873a-c15e-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-11-30 07:23:55.112015 | fa163e9f-d340-873a-c15e-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:01.581979 | 0.51s 2025-11-30 07:23:55.136752 | fa163e9f-d340-873a-c15e-000000000065 | TASK | Disable cloud-init network config 2025-11-30 07:23:55.609274 | fa163e9f-d340-873a-c15e-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-11-30 07:23:55.609997 | fa163e9f-d340-873a-c15e-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:02.079969 | 0.47s 2025-11-30 07:23:55.627367 | fa163e9f-d340-873a-c15e-000000000066 | TASK | Ensure network service is enabled 2025-11-30 07:23:57.048147 | fa163e9f-d340-873a-c15e-000000000066 | OK | Ensure network service is enabled | standalone 2025-11-30 07:23:57.050077 | fa163e9f-d340-873a-c15e-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:03.520008 | 1.42s PLAY [Server network validation] *********************************************** 2025-11-30 07:23:57.224855 | fa163e9f-d340-873a-c15e-000000000096 | TASK | Basic Network Validation 2025-11-30 07:23:57.250175 | fa163e9f-d340-873a-c15e-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:03.720139 | 0.02s 2025-11-30 07:23:57.290303 | fa163e9f-d340-873a-c15e-000000000933 | TASK | Collect default network fact 2025-11-30 07:23:58.844307 | fa163e9f-d340-873a-c15e-000000000933 | OK | Collect default network fact | standalone 2025-11-30 07:23:58.845454 | fa163e9f-d340-873a-c15e-000000000933 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.315420 | 1.55s 2025-11-30 07:23:58.869838 | fa163e9f-d340-873a-c15e-000000000934 | TASK | Check Default IPv4 Gateway availability 2025-11-30 07:23:58.897004 | fa163e9f-d340-873a-c15e-000000000934 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-11-30 07:23:58.898158 | fa163e9f-d340-873a-c15e-000000000934 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.368121 | 0.03s 2025-11-30 07:23:58.922718 | fa163e9f-d340-873a-c15e-000000000935 | TASK | Check all networks Gateway availability 2025-11-30 07:23:58.950535 | fa163e9f-d340-873a-c15e-000000000935 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.420491 | 0.03s 2025-11-30 07:23:58.975193 | fa163e9f-d340-873a-c15e-000000000937 | TASK | Check Controllers availability 2025-11-30 07:23:59.043255 | fa163e9f-d340-873a-c15e-000000000937 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-11-30 07:23:59.054789 | fa163e9f-d340-873a-c15e-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-11-30 07:23:59.065513 | fa163e9f-d340-873a-c15e-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-11-30 07:23:59.076031 | fa163e9f-d340-873a-c15e-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-11-30 07:23:59.086439 | fa163e9f-d340-873a-c15e-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-11-30 07:23:59.092429 | fa163e9f-d340-873a-c15e-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-11-30 07:23:59.104183 | fa163e9f-d340-873a-c15e-000000000937 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.574147 | 0.13s 2025-11-30 07:23:59.128294 | fa163e9f-d340-873a-c15e-000000000939 | TASK | Verify the configured FQDN vs /etc/hosts 2025-11-30 07:23:59.157193 | fa163e9f-d340-873a-c15e-000000000939 | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-11-30 07:23:59.158294 | fa163e9f-d340-873a-c15e-000000000939 | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.628252 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-11-30 07:23:59.338334 | fa163e9f-d340-873a-c15e-00000000009a | TASK | Server pre deployments 2025-11-30 07:23:59.365778 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-00000000009a') missing from stats 2025-11-30 07:23:59.385696 | fa163e9f-d340-873a-c15e-00000000009e | TASK | Hiera config 2025-11-30 07:23:59.413143 | fa163e9f-d340-873a-c15e-00000000009e | TIMING | Hiera config | standalone | 0:01:05.883100 | 0.03s 2025-11-30 07:23:59.457944 | fa163e9f-d340-873a-c15e-00000000098c | TASK | Create /etc/puppet/hieradata 2025-11-30 07:23:59.686272 | fa163e9f-d340-873a-c15e-00000000098c | OK | Create /etc/puppet/hieradata | standalone 2025-11-30 07:23:59.687669 | fa163e9f-d340-873a-c15e-00000000098c | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:06.157633 | 0.23s 2025-11-30 07:23:59.712244 | fa163e9f-d340-873a-c15e-00000000098d | TASK | Write hiera config 2025-11-30 07:24:00.187702 | fa163e9f-d340-873a-c15e-00000000098d | OK | Write hiera config | standalone 2025-11-30 07:24:00.188949 | fa163e9f-d340-873a-c15e-00000000098d | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.658915 | 0.48s 2025-11-30 07:24:00.235088 | fa163e9f-d340-873a-c15e-00000000009f | TASK | Hiera symlink 2025-11-30 07:24:00.464851 | fa163e9f-d340-873a-c15e-00000000009f | OK | Hiera symlink | standalone 2025-11-30 07:24:00.466200 | fa163e9f-d340-873a-c15e-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.936165 | 0.23s 2025-11-30 07:24:00.490756 | fa163e9f-d340-873a-c15e-0000000000a0 | TASK | Hieradata from vars 2025-11-30 07:24:00.518784 | fa163e9f-d340-873a-c15e-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.988743 | 0.03s 2025-11-30 07:24:00.581551 | fa163e9f-d340-873a-c15e-0000000009e7 | TASK | Copy overcloud.json to all_nodes.json 2025-11-30 07:24:01.055525 | fa163e9f-d340-873a-c15e-0000000009e7 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-11-30 07:24:01.056850 | fa163e9f-d340-873a-c15e-0000000009e7 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.526815 | 0.47s 2025-11-30 07:24:01.082654 | fa163e9f-d340-873a-c15e-0000000009e8 | TASK | Render hieradata from template 2025-11-30 07:24:01.555644 | fa163e9f-d340-873a-c15e-0000000009e8 | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-11-30 07:24:01.558533 | fa163e9f-d340-873a-c15e-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.028491 | 0.47s 2025-11-30 07:24:02.129472 | fa163e9f-d340-873a-c15e-0000000009e8 | OK | Render hieradata from template | standalone | item=vip_data 2025-11-30 07:24:02.130270 | fa163e9f-d340-873a-c15e-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.600242 | 1.05s 2025-11-30 07:24:02.738615 | fa163e9f-d340-873a-c15e-0000000009e8 | OK | Render hieradata from template | standalone | item=net_ip_map 2025-11-30 07:24:02.739774 | fa163e9f-d340-873a-c15e-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.209740 | 1.66s 2025-11-30 07:24:03.202644 | fa163e9f-d340-873a-c15e-0000000009e8 | OK | Render hieradata from template | standalone | item=cloud_domain 2025-11-30 07:24:03.205398 | fa163e9f-d340-873a-c15e-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.675365 | 2.12s 2025-11-30 07:24:03.669746 | fa163e9f-d340-873a-c15e-0000000009e8 | OK | Render hieradata from template | standalone | item=fqdn 2025-11-30 07:24:03.670865 | fa163e9f-d340-873a-c15e-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.140831 | 2.59s 2025-11-30 07:24:04.124607 | fa163e9f-d340-873a-c15e-0000000009e8 | OK | Render hieradata from template | standalone | item=service_names 2025-11-30 07:24:04.127313 | fa163e9f-d340-873a-c15e-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.597278 | 3.04s 2025-11-30 07:24:04.577540 | fa163e9f-d340-873a-c15e-0000000009e8 | OK | Render hieradata from template | standalone | item=service_configs 2025-11-30 07:24:04.579623 | fa163e9f-d340-873a-c15e-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.049590 | 3.50s 2025-11-30 07:24:05.010200 | fa163e9f-d340-873a-c15e-0000000009e8 | OK | Render hieradata from template | standalone | item=extraconfig 2025-11-30 07:24:05.011262 | fa163e9f-d340-873a-c15e-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.481230 | 3.93s 2025-11-30 07:24:05.471727 | fa163e9f-d340-873a-c15e-0000000009e8 | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-11-30 07:24:05.473687 | fa163e9f-d340-873a-c15e-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.943655 | 4.39s 2025-11-30 07:24:05.901542 | fa163e9f-d340-873a-c15e-0000000009e8 | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-30 07:24:05.902726 | fa163e9f-d340-873a-c15e-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.372694 | 4.82s 2025-11-30 07:24:05.911797 | fa163e9f-d340-873a-c15e-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.381766 | 4.83s 2025-11-30 07:24:05.961081 | fa163e9f-d340-873a-c15e-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-11-30 07:24:05.989588 | fa163e9f-d340-873a-c15e-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.459547 | 0.03s 2025-11-30 07:24:06.055875 | fa163e9f-d340-873a-c15e-000000000a8c | TASK | Check for hieradata file 2025-11-30 07:24:06.284354 | fa163e9f-d340-873a-c15e-000000000a8c | OK | Check for hieradata file | standalone 2025-11-30 07:24:06.285733 | fa163e9f-d340-873a-c15e-000000000a8c | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.755693 | 0.23s 2025-11-30 07:24:06.310660 | fa163e9f-d340-873a-c15e-000000000a8e | TASK | Get existing data 2025-11-30 07:24:06.361222 | fa163e9f-d340-873a-c15e-000000000a8e | SKIPPED | Get existing data | standalone 2025-11-30 07:24:06.362845 | fa163e9f-d340-873a-c15e-000000000a8e | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.832801 | 0.05s 2025-11-30 07:24:06.389591 | fa163e9f-d340-873a-c15e-000000000a8f | TASK | Set data fact 2025-11-30 07:24:06.439924 | fa163e9f-d340-873a-c15e-000000000a8f | SKIPPED | Set data fact | standalone 2025-11-30 07:24:06.441142 | fa163e9f-d340-873a-c15e-000000000a8f | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.911104 | 0.05s 2025-11-30 07:24:06.465588 | fa163e9f-d340-873a-c15e-000000000a91 | TASK | Write ansible hieradata file 2025-11-30 07:24:06.899933 | fa163e9f-d340-873a-c15e-000000000a91 | OK | Write ansible hieradata file | standalone 2025-11-30 07:24:06.901298 | fa163e9f-d340-873a-c15e-000000000a91 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.371261 | 0.43s 2025-11-30 07:24:06.987538 | fa163e9f-d340-873a-c15e-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.457493 | 0.04s PLAY [Host prep steps] ********************************************************* 2025-11-30 07:24:07.137789 | fa163e9f-d340-873a-c15e-0000000000a6 | TASK | Host prep steps 2025-11-30 07:24:07.164421 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000a6') missing from stats 2025-11-30 07:24:07.234876 | fa163e9f-d340-873a-c15e-0000000000a7 | TASK | Deploy Artifacts 2025-11-30 07:24:07.346716 | fa163e9f-d340-873a-c15e-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-11-30 07:24:07.347532 | fa163e9f-d340-873a-c15e-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.817503 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-30 07:24:07.394719 | fa163e9f-d340-873a-c15e-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.864689 | 0.03s 2025-11-30 07:24:07.579657 | 32d2d295-2d74-4dca-a49e-6b97a662dfca | INCLUDED | /root/standalone-ansible-jjfrgkhd/Standalone/host_prep_tasks.yaml | standalone 2025-11-30 07:24:07.632426 | fa163e9f-d340-873a-c15e-000000000b0c | TASK | Run firewall role 2025-11-30 07:24:07.657278 | fa163e9f-d340-873a-c15e-000000000b0c | TIMING | Run firewall role | standalone | 0:01:14.127247 | 0.02s 2025-11-30 07:24:07.706150 | fa163e9f-d340-873a-c15e-000000000c01 | TASK | Gather variables for each operating system 2025-11-30 07:24:07.823384 | fa163e9f-d340-873a-c15e-000000000c01 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-11-30 07:24:07.824613 | fa163e9f-d340-873a-c15e-000000000c01 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.294576 | 0.12s 2025-11-30 07:24:07.830110 | fa163e9f-d340-873a-c15e-000000000c01 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.300079 | 0.12s 2025-11-30 07:24:07.856012 | fa163e9f-d340-873a-c15e-000000000c02 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-11-30 07:24:10.717614 | fa163e9f-d340-873a-c15e-000000000c02 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-11-30 07:24:10.719009 | fa163e9f-d340-873a-c15e-000000000c02 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.188973 | 2.86s 2025-11-30 07:24:10.744297 | fa163e9f-d340-873a-c15e-000000000c06 | TASK | Create empty var for masquerade rules 2025-11-30 07:24:10.772618 | fa163e9f-d340-873a-c15e-000000000c06 | OK | Create empty var for masquerade rules | standalone 2025-11-30 07:24:10.773666 | fa163e9f-d340-873a-c15e-000000000c06 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.243631 | 0.03s 2025-11-30 07:24:10.798453 | fa163e9f-d340-873a-c15e-000000000c07 | TASK | Enable masquerade 2025-11-30 07:24:10.849533 | fa163e9f-d340-873a-c15e-000000000c07 | SKIPPED | Enable masquerade | standalone 2025-11-30 07:24:10.850566 | fa163e9f-d340-873a-c15e-000000000c07 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.320531 | 0.05s 2025-11-30 07:24:10.874151 | fa163e9f-d340-873a-c15e-000000000c08 | TASK | Set the default frontend firewall rules 2025-11-30 07:24:10.905630 | fa163e9f-d340-873a-c15e-000000000c08 | OK | Set the default frontend firewall rules | standalone 2025-11-30 07:24:10.906689 | fa163e9f-d340-873a-c15e-000000000c08 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.376654 | 0.03s 2025-11-30 07:24:10.931322 | fa163e9f-d340-873a-c15e-000000000c0b | TASK | Set frontend rule fact (non-ssl rules) 2025-11-30 07:24:10.981226 | fa163e9f-d340-873a-c15e-000000000c0b | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-11-30 07:24:10.982637 | fa163e9f-d340-873a-c15e-000000000c0b | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.452601 | 0.05s 2025-11-30 07:24:11.007639 | fa163e9f-d340-873a-c15e-000000000c0c | TASK | Set frontend rule fact (ssl rules) 2025-11-30 07:24:11.041115 | fa163e9f-d340-873a-c15e-000000000c0c | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-11-30 07:24:11.042138 | fa163e9f-d340-873a-c15e-000000000c0c | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.512103 | 0.03s 2025-11-30 07:24:11.066081 | fa163e9f-d340-873a-c15e-000000000c0e | TASK | Set frontend rule fact (non-ssl rules) 2025-11-30 07:24:11.096619 | fa163e9f-d340-873a-c15e-000000000c0e | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-11-30 07:24:11.097631 | fa163e9f-d340-873a-c15e-000000000c0e | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.567594 | 0.03s 2025-11-30 07:24:11.122019 | fa163e9f-d340-873a-c15e-000000000c0f | TASK | Set frontend rule fact (ssl rules) 2025-11-30 07:24:11.161010 | fa163e9f-d340-873a-c15e-000000000c0f | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-11-30 07:24:11.162005 | fa163e9f-d340-873a-c15e-000000000c0f | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.631975 | 0.04s 2025-11-30 07:24:11.181411 | fa163e9f-d340-873a-c15e-000000000c11 | TASK | Enable LOG rules 2025-11-30 07:24:11.210967 | fa163e9f-d340-873a-c15e-000000000c11 | SKIPPED | Enable LOG rules | standalone 2025-11-30 07:24:11.212087 | fa163e9f-d340-873a-c15e-000000000c11 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.682023 | 0.03s 2025-11-30 07:24:11.236020 | fa163e9f-d340-873a-c15e-000000000c12 | TASK | Set rule fact 2025-11-30 07:24:11.340890 | fa163e9f-d340-873a-c15e-000000000c12 | OK | Set rule fact | standalone 2025-11-30 07:24:11.343731 | fa163e9f-d340-873a-c15e-000000000c12 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.813693 | 0.11s 2025-11-30 07:24:11.372035 | fa163e9f-d340-873a-c15e-000000000c13 | TASK | Manage rules via nftables 2025-11-30 07:24:11.401292 | fa163e9f-d340-873a-c15e-000000000c13 | TIMING | Manage rules via nftables | standalone | 0:01:17.871252 | 0.03s 2025-11-30 07:24:11.485711 | fa163e9f-d340-873a-c15e-000000000ca1 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.955676 | 0.03s 2025-11-30 07:24:11.499554 | 0cd1c389-fdfe-4a28-ad91-8d3363bea2d1 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-11-30 07:24:11.524495 | fa163e9f-d340-873a-c15e-000000000cca | TASK | Ensure legacy iptables services are off 2025-11-30 07:24:11.917457 | fa163e9f-d340-873a-c15e-000000000cca | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-11-30 07:24:11.920786 | fa163e9f-d340-873a-c15e-000000000cca | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.390553 | 0.39s 2025-11-30 07:24:12.223723 | fa163e9f-d340-873a-c15e-000000000cca | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-11-30 07:24:12.224954 | fa163e9f-d340-873a-c15e-000000000cca | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.694925 | 0.70s 2025-11-30 07:24:12.233344 | fa163e9f-d340-873a-c15e-000000000cca | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.703304 | 0.71s 2025-11-30 07:24:12.262961 | fa163e9f-d340-873a-c15e-000000000ccb | TASK | Ensure nftables service is enabled and running 2025-11-30 07:24:12.996757 | fa163e9f-d340-873a-c15e-000000000ccb | CHANGED | Ensure nftables service is enabled and running | standalone 2025-11-30 07:24:12.998913 | fa163e9f-d340-873a-c15e-000000000ccb | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.468868 | 0.73s 2025-11-30 07:24:13.026839 | fa163e9f-d340-873a-c15e-000000000ccc | TASK | Empty nftables from anything that may lay around 2025-11-30 07:24:13.067692 | fa163e9f-d340-873a-c15e-000000000ccc | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-11-30 07:24:13.068810 | fa163e9f-d340-873a-c15e-000000000ccc | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.538774 | 0.04s 2025-11-30 07:24:13.122170 | fa163e9f-d340-873a-c15e-000000000ca2 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.592129 | 0.03s 2025-11-30 07:24:13.160504 | 8eca5605-ece5-46d5-8ea6-3d896431e5b2 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-11-30 07:24:13.195023 | fa163e9f-d340-873a-c15e-000000000cfb | TASK | Push empty ruleset 2025-11-30 07:24:13.672821 | fa163e9f-d340-873a-c15e-000000000cfb | CHANGED | Push empty ruleset | standalone 2025-11-30 07:24:13.674330 | fa163e9f-d340-873a-c15e-000000000cfb | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.144295 | 0.48s 2025-11-30 07:24:13.699939 | fa163e9f-d340-873a-c15e-000000000cfc | TASK | Load empty ruleset 2025-11-30 07:24:14.051736 | fa163e9f-d340-873a-c15e-000000000cfc | CHANGED | Load empty ruleset | standalone 2025-11-30 07:24:14.053180 | fa163e9f-d340-873a-c15e-000000000cfc | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.523144 | 0.35s 2025-11-30 07:24:14.078515 | fa163e9f-d340-873a-c15e-000000000cfe | TASK | Use default rules 2025-11-30 07:24:14.165023 | fa163e9f-d340-873a-c15e-000000000cfe | OK | Use default rules | standalone 2025-11-30 07:24:14.167642 | fa163e9f-d340-873a-c15e-000000000cfe | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.637606 | 0.09s 2025-11-30 07:24:14.195287 | fa163e9f-d340-873a-c15e-000000000cff | TASK | Enable LOG rules 2025-11-30 07:24:14.290773 | fa163e9f-d340-873a-c15e-000000000cff | OK | Enable LOG rules | standalone 2025-11-30 07:24:14.293752 | fa163e9f-d340-873a-c15e-000000000cff | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.763714 | 0.10s 2025-11-30 07:24:14.322017 | fa163e9f-d340-873a-c15e-000000000d01 | TASK | Get current nftables content 2025-11-30 07:24:14.560863 | fa163e9f-d340-873a-c15e-000000000d01 | CHANGED | Get current nftables content | standalone 2025-11-30 07:24:14.562299 | fa163e9f-d340-873a-c15e-000000000d01 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.032263 | 0.24s 2025-11-30 07:24:14.587638 | fa163e9f-d340-873a-c15e-000000000d03 | TASK | Generate chain jumps 2025-11-30 07:24:15.152902 | fa163e9f-d340-873a-c15e-000000000d03 | CHANGED | Generate chain jumps | standalone 2025-11-30 07:24:15.154343 | fa163e9f-d340-873a-c15e-000000000d03 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.624308 | 0.56s 2025-11-30 07:24:15.180039 | fa163e9f-d340-873a-c15e-000000000d04 | TASK | Generate chain jumps 2025-11-30 07:24:15.733130 | fa163e9f-d340-873a-c15e-000000000d04 | CHANGED | Generate chain jumps | standalone 2025-11-30 07:24:15.734955 | fa163e9f-d340-873a-c15e-000000000d04 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.204915 | 0.55s 2025-11-30 07:24:15.767673 | fa163e9f-d340-873a-c15e-000000000d05 | TASK | Generate nft flushes 2025-11-30 07:24:16.257570 | fa163e9f-d340-873a-c15e-000000000d05 | CHANGED | Generate nft flushes | standalone 2025-11-30 07:24:16.258917 | fa163e9f-d340-873a-c15e-000000000d05 | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.728881 | 0.49s 2025-11-30 07:24:16.284386 | fa163e9f-d340-873a-c15e-000000000d06 | TASK | Generate nft tripleo chains 2025-11-30 07:24:16.774125 | fa163e9f-d340-873a-c15e-000000000d06 | CHANGED | Generate nft tripleo chains | standalone 2025-11-30 07:24:16.775473 | fa163e9f-d340-873a-c15e-000000000d06 | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.245431 | 0.49s 2025-11-30 07:24:16.801374 | fa163e9f-d340-873a-c15e-000000000d07 | TASK | Generate nft ruleset in static file 2025-11-30 07:24:18.287995 | fa163e9f-d340-873a-c15e-000000000d07 | CHANGED | Generate nft ruleset in static file | standalone 2025-11-30 07:24:18.289311 | fa163e9f-d340-873a-c15e-000000000d07 | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:24.759276 | 1.49s 2025-11-30 07:24:18.314762 | fa163e9f-d340-873a-c15e-000000000d09 | TASK | Validate all of the generated content before loading 2025-11-30 07:24:18.843525 | fa163e9f-d340-873a-c15e-000000000d09 | CHANGED | Validate all of the generated content before loading | standalone 2025-11-30 07:24:18.844830 | fa163e9f-d340-873a-c15e-000000000d09 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.314793 | 0.53s 2025-11-30 07:24:18.870261 | fa163e9f-d340-873a-c15e-000000000d0a | TASK | Ensure we load our different nft rulesets on boot 2025-11-30 07:24:19.141159 | fa163e9f-d340-873a-c15e-000000000d0a | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-11-30 07:24:19.142514 | fa163e9f-d340-873a-c15e-000000000d0a | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.612478 | 0.27s 2025-11-30 07:24:19.196338 | fa163e9f-d340-873a-c15e-000000000ca3 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.666300 | 0.03s 2025-11-30 07:24:19.214613 | a929dfd7-3b62-4338-a3cd-c2e3b52d92eb | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-11-30 07:24:19.268272 | fa163e9f-d340-873a-c15e-000000000d72 | TASK | Inject our custom chains in nftables 2025-11-30 07:24:19.531431 | fa163e9f-d340-873a-c15e-000000000d72 | CHANGED | Inject our custom chains in nftables | standalone 2025-11-30 07:24:19.532949 | fa163e9f-d340-873a-c15e-000000000d72 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.002913 | 0.26s 2025-11-30 07:24:19.558297 | fa163e9f-d340-873a-c15e-000000000d73 | TASK | Reload custom nftables ruleset files 2025-11-30 07:24:19.861140 | fa163e9f-d340-873a-c15e-000000000d73 | CHANGED | Reload custom nftables ruleset files | standalone 2025-11-30 07:24:19.862490 | fa163e9f-d340-873a-c15e-000000000d73 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.332455 | 0.30s 2025-11-30 07:24:19.932760 | fa163e9f-d340-873a-c15e-000000000b0d | TASK | create persistent directories 2025-11-30 07:24:20.174206 | fa163e9f-d340-873a-c15e-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-11-30 07:24:20.175824 | fa163e9f-d340-873a-c15e-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.645795 | 0.24s 2025-11-30 07:24:20.383325 | fa163e9f-d340-873a-c15e-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-11-30 07:24:20.384385 | fa163e9f-d340-873a-c15e-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.854353 | 0.45s 2025-11-30 07:24:20.390984 | fa163e9f-d340-873a-c15e-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.860946 | 0.46s 2025-11-30 07:24:20.415607 | fa163e9f-d340-873a-c15e-000000000b0e | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-11-30 07:24:21.533133 | fa163e9f-d340-873a-c15e-000000000b0e | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-11-30 07:24:21.534770 | fa163e9f-d340-873a-c15e-000000000b0e | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:28.004735 | 1.12s 2025-11-30 07:24:21.558868 | fa163e9f-d340-873a-c15e-000000000b0f | TASK | create persistent directories 2025-11-30 07:24:21.821513 | fa163e9f-d340-873a-c15e-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-30 07:24:21.823716 | fa163e9f-d340-873a-c15e-000000000b0f | TIMING | create persistent directories | standalone | 0:01:28.293676 | 0.26s 2025-11-30 07:24:22.037867 | fa163e9f-d340-873a-c15e-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-11-30 07:24:22.039507 | fa163e9f-d340-873a-c15e-000000000b0f | TIMING | create persistent directories | standalone | 0:01:28.509475 | 0.48s 2025-11-30 07:24:22.050256 | fa163e9f-d340-873a-c15e-000000000b0f | TIMING | create persistent directories | standalone | 0:01:28.520218 | 0.49s 2025-11-30 07:24:22.075591 | fa163e9f-d340-873a-c15e-000000000b10 | TASK | create fcontext entry for cinder data 2025-11-30 07:24:23.398829 | fa163e9f-d340-873a-c15e-000000000b10 | CHANGED | create fcontext entry for cinder data | standalone 2025-11-30 07:24:23.400409 | fa163e9f-d340-873a-c15e-000000000b10 | TIMING | create fcontext entry for cinder data | standalone | 0:01:29.870374 | 1.32s 2025-11-30 07:24:23.424591 | fa163e9f-d340-873a-c15e-000000000b11 | TASK | create persistent directories 2025-11-30 07:24:23.691881 | fa163e9f-d340-873a-c15e-000000000b11 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-30 07:24:23.693581 | fa163e9f-d340-873a-c15e-000000000b11 | TIMING | create persistent directories | standalone | 0:01:30.163537 | 0.27s 2025-11-30 07:24:23.913520 | fa163e9f-d340-873a-c15e-000000000b11 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-11-30 07:24:23.914614 | fa163e9f-d340-873a-c15e-000000000b11 | TIMING | create persistent directories | standalone | 0:01:30.384579 | 0.49s 2025-11-30 07:24:23.924621 | fa163e9f-d340-873a-c15e-000000000b11 | TIMING | create persistent directories | standalone | 0:01:30.394582 | 0.50s 2025-11-30 07:24:23.950881 | fa163e9f-d340-873a-c15e-000000000b12 | TASK | ensure ceph configurations exist 2025-11-30 07:24:24.173480 | fa163e9f-d340-873a-c15e-000000000b12 | CHANGED | ensure ceph configurations exist | standalone 2025-11-30 07:24:24.174783 | fa163e9f-d340-873a-c15e-000000000b12 | TIMING | ensure ceph configurations exist | standalone | 0:01:30.644747 | 0.22s 2025-11-30 07:24:24.199152 | fa163e9f-d340-873a-c15e-000000000b13 | TASK | create persistent directories 2025-11-30 07:24:24.434816 | fa163e9f-d340-873a-c15e-000000000b13 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-30 07:24:24.436439 | fa163e9f-d340-873a-c15e-000000000b13 | TIMING | create persistent directories | standalone | 0:01:30.906395 | 0.24s 2025-11-30 07:24:24.443524 | fa163e9f-d340-873a-c15e-000000000b13 | TIMING | create persistent directories | standalone | 0:01:30.913489 | 0.24s 2025-11-30 07:24:24.467918 | fa163e9f-d340-873a-c15e-000000000b15 | TASK | Create cinder image conversion directory 2025-11-30 07:24:24.497779 | fa163e9f-d340-873a-c15e-000000000b15 | SKIPPED | Create cinder image conversion directory | standalone 2025-11-30 07:24:24.498841 | fa163e9f-d340-873a-c15e-000000000b15 | TIMING | Create cinder image conversion directory | standalone | 0:01:30.968806 | 0.03s 2025-11-30 07:24:24.522682 | fa163e9f-d340-873a-c15e-000000000b16 | TASK | Mount cinder's image conversion NFS share 2025-11-30 07:24:24.552764 | fa163e9f-d340-873a-c15e-000000000b16 | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-11-30 07:24:24.553868 | fa163e9f-d340-873a-c15e-000000000b16 | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:31.023830 | 0.03s 2025-11-30 07:24:24.578417 | fa163e9f-d340-873a-c15e-000000000b18 | TASK | cinder_configure_lvm fact 2025-11-30 07:24:24.606014 | fa163e9f-d340-873a-c15e-000000000b18 | OK | cinder_configure_lvm fact | standalone 2025-11-30 07:24:24.607127 | fa163e9f-d340-873a-c15e-000000000b18 | TIMING | cinder_configure_lvm fact | standalone | 0:01:31.077093 | 0.03s 2025-11-30 07:24:24.630779 | fa163e9f-d340-873a-c15e-000000000b1a | TASK | ensure LVM rpm dependencies are installed 2025-11-30 07:24:24.658594 | fa163e9f-d340-873a-c15e-000000000b1a | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-11-30 07:24:24.659622 | fa163e9f-d340-873a-c15e-000000000b1a | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:31.129587 | 0.03s 2025-11-30 07:24:24.683012 | fa163e9f-d340-873a-c15e-000000000b1b | TASK | cinder create LVM volume group dd 2025-11-30 07:24:24.710379 | fa163e9f-d340-873a-c15e-000000000b1b | SKIPPED | cinder create LVM volume group dd | standalone 2025-11-30 07:24:24.711407 | fa163e9f-d340-873a-c15e-000000000b1b | TIMING | cinder create LVM volume group dd | standalone | 0:01:31.181372 | 0.03s 2025-11-30 07:24:24.734730 | fa163e9f-d340-873a-c15e-000000000b1c | TASK | Get or create LVM loopback device 2025-11-30 07:24:24.765921 | fa163e9f-d340-873a-c15e-000000000b1c | SKIPPED | Get or create LVM loopback device | standalone 2025-11-30 07:24:24.766967 | fa163e9f-d340-873a-c15e-000000000b1c | TIMING | Get or create LVM loopback device | standalone | 0:01:31.236934 | 0.03s 2025-11-30 07:24:24.790291 | fa163e9f-d340-873a-c15e-000000000b1d | TASK | Create LVM volume group 2025-11-30 07:24:24.818852 | fa163e9f-d340-873a-c15e-000000000b1d | SKIPPED | Create LVM volume group | standalone 2025-11-30 07:24:24.819912 | fa163e9f-d340-873a-c15e-000000000b1d | TIMING | Create LVM volume group | standalone | 0:01:31.289878 | 0.03s 2025-11-30 07:24:24.844096 | fa163e9f-d340-873a-c15e-000000000b1e | TASK | cinder create service to run losetup for LVM on startup 2025-11-30 07:24:24.872157 | fa163e9f-d340-873a-c15e-000000000b1e | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-11-30 07:24:24.873191 | fa163e9f-d340-873a-c15e-000000000b1e | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:31.343155 | 0.03s 2025-11-30 07:24:24.897766 | fa163e9f-d340-873a-c15e-000000000b1f | TASK | cinder enable the LVM losetup service 2025-11-30 07:24:24.925625 | fa163e9f-d340-873a-c15e-000000000b1f | SKIPPED | cinder enable the LVM losetup service | standalone 2025-11-30 07:24:24.926685 | fa163e9f-d340-873a-c15e-000000000b1f | TIMING | cinder enable the LVM losetup service | standalone | 0:01:31.396650 | 0.03s 2025-11-30 07:24:24.951386 | fa163e9f-d340-873a-c15e-000000000b21 | TASK | allow logrotate to read inside containers 2025-11-30 07:24:25.874755 | fa163e9f-d340-873a-c15e-000000000b21 | CHANGED | allow logrotate to read inside containers | standalone 2025-11-30 07:24:25.876259 | fa163e9f-d340-873a-c15e-000000000b21 | TIMING | allow logrotate to read inside containers | standalone | 0:01:32.346226 | 0.92s 2025-11-30 07:24:25.900358 | fa163e9f-d340-873a-c15e-000000000b22 | TASK | authorize httpd to listen on registry ports 2025-11-30 07:24:28.141982 | fa163e9f-d340-873a-c15e-000000000b22 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-11-30 07:24:28.143695 | fa163e9f-d340-873a-c15e-000000000b22 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:34.613660 | 2.24s 2025-11-30 07:24:28.198881 | fa163e9f-d340-873a-c15e-000000000b24 | OK | set_fact | standalone 2025-11-30 07:24:28.200250 | fa163e9f-d340-873a-c15e-000000000b24 | TIMING | set_fact | standalone | 0:01:34.670209 | 0.03s 2025-11-30 07:24:28.252404 | fa163e9f-d340-873a-c15e-000000000b25 | TIMING | include_role : tripleo_image_serve | standalone | 0:01:34.722361 | 0.03s 2025-11-30 07:24:28.308636 | fa163e9f-d340-873a-c15e-000000000eab | TASK | ensure apache is installed 2025-11-30 07:24:34.280336 | fa163e9f-d340-873a-c15e-000000000eab | CHANGED | ensure apache is installed | standalone 2025-11-30 07:24:34.281843 | fa163e9f-d340-873a-c15e-000000000eab | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:40.751808 | 5.97s 2025-11-30 07:24:34.306782 | fa163e9f-d340-873a-c15e-000000000eac | TASK | create image data directory 2025-11-30 07:24:34.558014 | fa163e9f-d340-873a-c15e-000000000eac | CHANGED | create image data directory | standalone 2025-11-30 07:24:34.559374 | fa163e9f-d340-873a-c15e-000000000eac | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:41.029339 | 0.25s 2025-11-30 07:24:34.583698 | fa163e9f-d340-873a-c15e-000000000ead | TASK | create /v2/ response file 2025-11-30 07:24:35.067598 | fa163e9f-d340-873a-c15e-000000000ead | CHANGED | create /v2/ response file | standalone 2025-11-30 07:24:35.068893 | fa163e9f-d340-873a-c15e-000000000ead | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:41.538857 | 0.48s 2025-11-30 07:24:35.093966 | fa163e9f-d340-873a-c15e-000000000eae | TASK | Add listen line 2025-11-30 07:24:35.452954 | fa163e9f-d340-873a-c15e-000000000eae | CHANGED | Add listen line | standalone 2025-11-30 07:24:35.454226 | fa163e9f-d340-873a-c15e-000000000eae | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:41.924191 | 0.36s 2025-11-30 07:24:35.478712 | fa163e9f-d340-873a-c15e-000000000eaf | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-11-30 07:24:35.943091 | fa163e9f-d340-873a-c15e-000000000eaf | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-11-30 07:24:35.944481 | fa163e9f-d340-873a-c15e-000000000eaf | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:42.414444 | 0.46s 2025-11-30 07:24:35.969357 | fa163e9f-d340-873a-c15e-000000000eb0 | TASK | Image-Serve | restart httpd 2025-11-30 07:24:36.951933 | fa163e9f-d340-873a-c15e-000000000eb0 | CHANGED | Image-Serve | restart httpd | standalone 2025-11-30 07:24:36.953743 | fa163e9f-d340-873a-c15e-000000000eb0 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:43.423706 | 0.98s 2025-11-30 07:24:37.003277 | fa163e9f-d340-873a-c15e-000000000b27 | TASK | create persistent logs directory 2025-11-30 07:24:37.254303 | fa163e9f-d340-873a-c15e-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-11-30 07:24:37.256697 | fa163e9f-d340-873a-c15e-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:43.726658 | 0.25s 2025-11-30 07:24:37.429785 | fa163e9f-d340-873a-c15e-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-11-30 07:24:37.430896 | fa163e9f-d340-873a-c15e-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:43.900865 | 0.43s 2025-11-30 07:24:37.437527 | fa163e9f-d340-873a-c15e-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:43.907497 | 0.43s 2025-11-30 07:24:37.462275 | fa163e9f-d340-873a-c15e-000000000b28 | TASK | Mount NFS on host 2025-11-30 07:24:37.489250 | fa163e9f-d340-873a-c15e-000000000b28 | SKIPPED | Mount NFS on host | standalone 2025-11-30 07:24:37.490323 | fa163e9f-d340-873a-c15e-000000000b28 | TIMING | Mount NFS on host | standalone | 0:01:43.960288 | 0.03s 2025-11-30 07:24:37.514073 | fa163e9f-d340-873a-c15e-000000000b29 | TASK | Mount Node Staging Location 2025-11-30 07:24:37.542433 | fa163e9f-d340-873a-c15e-000000000b29 | SKIPPED | Mount Node Staging Location | standalone 2025-11-30 07:24:37.543525 | fa163e9f-d340-873a-c15e-000000000b29 | TIMING | Mount Node Staging Location | standalone | 0:01:44.013424 | 0.03s 2025-11-30 07:24:37.567981 | fa163e9f-d340-873a-c15e-000000000b2a | TASK | ensure /var/lib/glance exists 2025-11-30 07:24:37.799910 | fa163e9f-d340-873a-c15e-000000000b2a | CHANGED | ensure /var/lib/glance exists | standalone 2025-11-30 07:24:37.801326 | fa163e9f-d340-873a-c15e-000000000b2a | TIMING | ensure /var/lib/glance exists | standalone | 0:01:44.271292 | 0.23s 2025-11-30 07:24:37.825480 | fa163e9f-d340-873a-c15e-000000000b2b | TASK | get parameters 2025-11-30 07:24:37.863986 | fa163e9f-d340-873a-c15e-000000000b2b | OK | get parameters | standalone 2025-11-30 07:24:37.865029 | fa163e9f-d340-873a-c15e-000000000b2b | TIMING | get parameters | standalone | 0:01:44.334995 | 0.04s 2025-11-30 07:24:37.889115 | fa163e9f-d340-873a-c15e-000000000b2d | TASK | get DeployedSSLCertificatePath attributes 2025-11-30 07:24:37.931464 | fa163e9f-d340-873a-c15e-000000000b2d | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-11-30 07:24:37.932786 | fa163e9f-d340-873a-c15e-000000000b2d | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:44.402732 | 0.04s 2025-11-30 07:24:37.956885 | fa163e9f-d340-873a-c15e-000000000b2e | TASK | set is_haproxy_bootstrap_node fact 2025-11-30 07:24:37.999891 | fa163e9f-d340-873a-c15e-000000000b2e | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-11-30 07:24:38.001183 | fa163e9f-d340-873a-c15e-000000000b2e | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:44.471144 | 0.04s 2025-11-30 07:24:38.025469 | fa163e9f-d340-873a-c15e-000000000b2f | TASK | get haproxy status 2025-11-30 07:24:38.068964 | fa163e9f-d340-873a-c15e-000000000b2f | SKIPPED | get haproxy status | standalone 2025-11-30 07:24:38.070199 | fa163e9f-d340-873a-c15e-000000000b2f | TIMING | get haproxy status | standalone | 0:01:44.540163 | 0.04s 2025-11-30 07:24:38.094357 | fa163e9f-d340-873a-c15e-000000000b30 | TASK | get pacemaker status 2025-11-30 07:24:38.143469 | fa163e9f-d340-873a-c15e-000000000b30 | SKIPPED | get pacemaker status | standalone 2025-11-30 07:24:38.144520 | fa163e9f-d340-873a-c15e-000000000b30 | TIMING | get pacemaker status | standalone | 0:01:44.614484 | 0.05s 2025-11-30 07:24:38.168686 | fa163e9f-d340-873a-c15e-000000000b31 | TASK | get docker status 2025-11-30 07:24:38.209971 | fa163e9f-d340-873a-c15e-000000000b31 | SKIPPED | get docker status | standalone 2025-11-30 07:24:38.211075 | fa163e9f-d340-873a-c15e-000000000b31 | TIMING | get docker status | standalone | 0:01:44.681010 | 0.04s 2025-11-30 07:24:38.235167 | fa163e9f-d340-873a-c15e-000000000b32 | TASK | get container_id 2025-11-30 07:24:38.276901 | fa163e9f-d340-873a-c15e-000000000b32 | SKIPPED | get container_id | standalone 2025-11-30 07:24:38.278000 | fa163e9f-d340-873a-c15e-000000000b32 | TIMING | get container_id | standalone | 0:01:44.747965 | 0.04s 2025-11-30 07:24:38.302560 | fa163e9f-d340-873a-c15e-000000000b33 | TASK | get pcs resource name for haproxy container 2025-11-30 07:24:38.345185 | fa163e9f-d340-873a-c15e-000000000b33 | SKIPPED | get pcs resource name for haproxy container | standalone 2025-11-30 07:24:38.346449 | fa163e9f-d340-873a-c15e-000000000b33 | TIMING | get pcs resource name for haproxy container | standalone | 0:01:44.816412 | 0.04s 2025-11-30 07:24:38.371043 | fa163e9f-d340-873a-c15e-000000000b34 | TASK | remove DeployedSSLCertificatePath if is dir 2025-11-30 07:24:38.421276 | fa163e9f-d340-873a-c15e-000000000b34 | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-11-30 07:24:38.422453 | fa163e9f-d340-873a-c15e-000000000b34 | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:44.892418 | 0.05s 2025-11-30 07:24:38.445829 | fa163e9f-d340-873a-c15e-000000000b35 | TASK | push certificate content 2025-11-30 07:24:38.493916 | fa163e9f-d340-873a-c15e-000000000b35 | SKIPPED | push certificate content | standalone 2025-11-30 07:24:38.494973 | fa163e9f-d340-873a-c15e-000000000b35 | TIMING | push certificate content | standalone | 0:01:44.964937 | 0.05s 2025-11-30 07:24:38.519305 | fa163e9f-d340-873a-c15e-000000000b37 | TASK | set certificate ownership 2025-11-30 07:24:38.568453 | fa163e9f-d340-873a-c15e-000000000b37 | SKIPPED | set certificate ownership | standalone 2025-11-30 07:24:38.569696 | fa163e9f-d340-873a-c15e-000000000b37 | TIMING | set certificate ownership | standalone | 0:01:45.039661 | 0.05s 2025-11-30 07:24:38.593852 | fa163e9f-d340-873a-c15e-000000000b38 | TASK | reload haproxy if enabled 2025-11-30 07:24:38.644740 | fa163e9f-d340-873a-c15e-000000000b38 | SKIPPED | reload haproxy if enabled | standalone 2025-11-30 07:24:38.645815 | fa163e9f-d340-873a-c15e-000000000b38 | TIMING | reload haproxy if enabled | standalone | 0:01:45.115781 | 0.05s 2025-11-30 07:24:38.669214 | fa163e9f-d340-873a-c15e-000000000b39 | TASK | restart pacemaker resource for haproxy 2025-11-30 07:24:38.718296 | fa163e9f-d340-873a-c15e-000000000b39 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-11-30 07:24:38.719377 | fa163e9f-d340-873a-c15e-000000000b39 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:45.189340 | 0.05s 2025-11-30 07:24:38.743591 | fa163e9f-d340-873a-c15e-000000000b3b | TASK | copy certificate, chgrp, restart haproxy 2025-11-30 07:24:38.792986 | fa163e9f-d340-873a-c15e-000000000b3b | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-11-30 07:24:38.794318 | fa163e9f-d340-873a-c15e-000000000b3b | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:45.264281 | 0.05s 2025-11-30 07:24:38.820351 | fa163e9f-d340-873a-c15e-000000000b3d | TASK | create persistent directories 2025-11-30 07:24:39.096894 | fa163e9f-d340-873a-c15e-000000000b3d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-11-30 07:24:39.100023 | fa163e9f-d340-873a-c15e-000000000b3d | TIMING | create persistent directories | standalone | 0:01:45.569979 | 0.28s 2025-11-30 07:24:39.333340 | fa163e9f-d340-873a-c15e-000000000b3d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-11-30 07:24:39.335152 | fa163e9f-d340-873a-c15e-000000000b3d | TIMING | create persistent directories | standalone | 0:01:45.805116 | 0.51s 2025-11-30 07:24:39.345970 | fa163e9f-d340-873a-c15e-000000000b3d | TIMING | create persistent directories | standalone | 0:01:45.815930 | 0.52s 2025-11-30 07:24:39.370927 | fa163e9f-d340-873a-c15e-000000000b3e | TASK | Run puppet on the host to apply IPtables rules 2025-11-30 07:24:44.509368 | fa163e9f-d340-873a-c15e-000000000b3e | OK | Run puppet on the host to apply IPtables rules | standalone 2025-11-30 07:24:44.510332 | fa163e9f-d340-873a-c15e-000000000b3e | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:50.980304 | 5.14s 2025-11-30 07:24:44.529351 | fa163e9f-d340-873a-c15e-000000000b3f | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-11-30 07:24:44.608461 | fa163e9f-d340-873a-c15e-000000000b3f | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.61 seconds", "Notice: Applied catalog in 0.21 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 50", " Total: 50", "Time:", " Transaction evaluation: 0.21", " Catalog application: 0.21", " Config retrieval: 0.67", " Last run: 1764487484", " Total: 0.21", "Version:", " Config: 1764487483", " 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-11-30 07:24:44.609765 | fa163e9f-d340-873a-c15e-000000000b3f | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:51.079731 | 0.08s 2025-11-30 07:24:44.633949 | fa163e9f-d340-873a-c15e-000000000b40 | TASK | create persistent directories 2025-11-30 07:24:44.875398 | fa163e9f-d340-873a-c15e-000000000b40 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-30 07:24:44.876507 | fa163e9f-d340-873a-c15e-000000000b40 | TIMING | create persistent directories | standalone | 0:01:51.346477 | 0.24s 2025-11-30 07:24:45.051347 | fa163e9f-d340-873a-c15e-000000000b40 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-11-30 07:24:45.053123 | fa163e9f-d340-873a-c15e-000000000b40 | TIMING | create persistent directories | standalone | 0:01:51.523090 | 0.42s 2025-11-30 07:24:45.063803 | fa163e9f-d340-873a-c15e-000000000b40 | TIMING | create persistent directories | standalone | 0:01:51.533765 | 0.43s 2025-11-30 07:24:45.084937 | fa163e9f-d340-873a-c15e-000000000b41 | TASK | create persistent directories 2025-11-30 07:24:45.327791 | fa163e9f-d340-873a-c15e-000000000b41 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-30 07:24:45.329302 | fa163e9f-d340-873a-c15e-000000000b41 | TIMING | create persistent directories | standalone | 0:01:51.799263 | 0.24s 2025-11-30 07:24:45.573223 | fa163e9f-d340-873a-c15e-000000000b41 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-11-30 07:24:45.573868 | fa163e9f-d340-873a-c15e-000000000b41 | TIMING | create persistent directories | standalone | 0:01:52.043843 | 0.49s 2025-11-30 07:24:45.578851 | fa163e9f-d340-873a-c15e-000000000b41 | TIMING | create persistent directories | standalone | 0:01:52.048811 | 0.49s 2025-11-30 07:24:45.606505 | fa163e9f-d340-873a-c15e-000000000b42 | TASK | create persistent directories 2025-11-30 07:24:45.858017 | fa163e9f-d340-873a-c15e-000000000b42 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-30 07:24:45.860113 | fa163e9f-d340-873a-c15e-000000000b42 | TIMING | create persistent directories | standalone | 0:01:52.330030 | 0.25s 2025-11-30 07:24:45.870514 | fa163e9f-d340-873a-c15e-000000000b42 | TIMING | create persistent directories | standalone | 0:01:52.340473 | 0.26s 2025-11-30 07:24:45.895309 | fa163e9f-d340-873a-c15e-000000000b43 | TASK | create persistent directories 2025-11-30 07:24:46.157797 | fa163e9f-d340-873a-c15e-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-11-30 07:24:46.159352 | fa163e9f-d340-873a-c15e-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.629323 | 0.26s 2025-11-30 07:24:46.377246 | fa163e9f-d340-873a-c15e-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-11-30 07:24:46.378325 | fa163e9f-d340-873a-c15e-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.848292 | 0.48s 2025-11-30 07:24:46.601395 | fa163e9f-d340-873a-c15e-000000000b43 | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-11-30 07:24:46.602110 | fa163e9f-d340-873a-c15e-000000000b43 | TIMING | create persistent directories | standalone | 0:01:53.072085 | 0.71s 2025-11-30 07:24:46.826691 | fa163e9f-d340-873a-c15e-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-11-30 07:24:46.827808 | fa163e9f-d340-873a-c15e-000000000b43 | TIMING | create persistent directories | standalone | 0:01:53.297775 | 0.93s 2025-11-30 07:24:46.836348 | fa163e9f-d340-873a-c15e-000000000b43 | TIMING | create persistent directories | standalone | 0:01:53.306300 | 0.94s 2025-11-30 07:24:46.864694 | fa163e9f-d340-873a-c15e-000000000b44 | TASK | ensure /var/tmp/horizon exists on boot 2025-11-30 07:24:47.321659 | fa163e9f-d340-873a-c15e-000000000b44 | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-11-30 07:24:47.322786 | fa163e9f-d340-873a-c15e-000000000b44 | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:53.792755 | 0.46s 2025-11-30 07:24:47.341897 | fa163e9f-d340-873a-c15e-000000000b45 | TASK | create fcontext entry for iscsi 2025-11-30 07:24:48.597894 | fa163e9f-d340-873a-c15e-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-30 07:24:48.598932 | fa163e9f-d340-873a-c15e-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:55.068905 | 1.26s 2025-11-30 07:24:49.875339 | fa163e9f-d340-873a-c15e-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-30 07:24:49.876775 | fa163e9f-d340-873a-c15e-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:56.346740 | 2.53s 2025-11-30 07:24:51.148035 | fa163e9f-d340-873a-c15e-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-30 07:24:51.148940 | fa163e9f-d340-873a-c15e-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:57.618915 | 3.81s 2025-11-30 07:24:51.156566 | fa163e9f-d340-873a-c15e-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:57.626533 | 3.81s 2025-11-30 07:24:51.176210 | fa163e9f-d340-873a-c15e-000000000b46 | TASK | create persistent directories 2025-11-30 07:24:51.405720 | fa163e9f-d340-873a-c15e-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-30 07:24:51.407992 | fa163e9f-d340-873a-c15e-000000000b46 | TIMING | create persistent directories | standalone | 0:01:57.877952 | 0.23s 2025-11-30 07:24:51.582452 | fa163e9f-d340-873a-c15e-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-30 07:24:51.583720 | fa163e9f-d340-873a-c15e-000000000b46 | TIMING | create persistent directories | standalone | 0:01:58.053687 | 0.41s 2025-11-30 07:24:51.784530 | fa163e9f-d340-873a-c15e-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-30 07:24:51.785578 | fa163e9f-d340-873a-c15e-000000000b46 | TIMING | create persistent directories | standalone | 0:01:58.255547 | 0.61s 2025-11-30 07:24:51.792349 | fa163e9f-d340-873a-c15e-000000000b46 | TIMING | create persistent directories | standalone | 0:01:58.262316 | 0.62s 2025-11-30 07:24:51.818440 | fa163e9f-d340-873a-c15e-000000000b47 | TASK | stat /lib/systemd/system/iscsid.socket 2025-11-30 07:24:52.039189 | fa163e9f-d340-873a-c15e-000000000b47 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-11-30 07:24:52.041751 | fa163e9f-d340-873a-c15e-000000000b47 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:01:58.511710 | 0.22s 2025-11-30 07:24:52.067646 | fa163e9f-d340-873a-c15e-000000000b48 | TASK | Stop and disable iscsid.socket service 2025-11-30 07:24:52.095660 | fa163e9f-d340-873a-c15e-000000000b48 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-11-30 07:24:52.096825 | fa163e9f-d340-873a-c15e-000000000b48 | TIMING | Stop and disable iscsid.socket service | standalone | 0:01:58.566789 | 0.03s 2025-11-30 07:24:52.122276 | fa163e9f-d340-873a-c15e-000000000b49 | TASK | Check if iscsi.service is enabled 2025-11-30 07:24:52.363652 | fa163e9f-d340-873a-c15e-000000000b49 | CHANGED | Check if iscsi.service is enabled | standalone 2025-11-30 07:24:52.365006 | fa163e9f-d340-873a-c15e-000000000b49 | TIMING | Check if iscsi.service is enabled | standalone | 0:01:58.834972 | 0.24s 2025-11-30 07:24:52.389774 | fa163e9f-d340-873a-c15e-000000000b4a | TASK | Stop iscsi.service 2025-11-30 07:24:52.429987 | fa163e9f-d340-873a-c15e-000000000b4a | SKIPPED | Stop iscsi.service | standalone 2025-11-30 07:24:52.431159 | fa163e9f-d340-873a-c15e-000000000b4a | TIMING | Stop iscsi.service | standalone | 0:01:58.901122 | 0.04s 2025-11-30 07:24:52.483411 | fa163e9f-d340-873a-c15e-000000000b4b | TIMING | include_role : tripleo_kernel | standalone | 0:01:58.953371 | 0.03s 2025-11-30 07:24:52.577169 | fa163e9f-d340-873a-c15e-000000000ffe | TASK | Install additional packages 2025-11-30 07:24:52.602550 | fa163e9f-d340-873a-c15e-000000000ffe | TIMING | tripleo_kernel : Install additional packages | standalone | 0:01:59.072521 | 0.02s 2025-11-30 07:24:52.619309 | fa163e9f-d340-873a-c15e-000000000fff | TASK | Remove dracut-config-generic 2025-11-30 07:24:56.441955 | fa163e9f-d340-873a-c15e-000000000fff | CHANGED | Remove dracut-config-generic | standalone 2025-11-30 07:24:56.443260 | fa163e9f-d340-873a-c15e-000000000fff | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:02.913225 | 3.82s 2025-11-30 07:24:56.467893 | fa163e9f-d340-873a-c15e-000000001000 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-11-30 07:24:56.686765 | fa163e9f-d340-873a-c15e-000000001000 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-11-30 07:24:56.688028 | fa163e9f-d340-873a-c15e-000000001000 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:03.157992 | 0.22s 2025-11-30 07:24:56.712357 | fa163e9f-d340-873a-c15e-000000001001 | TASK | Write list of modules to load at boot 2025-11-30 07:24:57.199392 | fa163e9f-d340-873a-c15e-000000001001 | CHANGED | Write list of modules to load at boot | standalone 2025-11-30 07:24:57.200745 | fa163e9f-d340-873a-c15e-000000001001 | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:03.670708 | 0.49s 2025-11-30 07:24:57.225634 | fa163e9f-d340-873a-c15e-000000001002 | TASK | Modules reload 2025-11-30 07:24:57.701754 | fa163e9f-d340-873a-c15e-000000001002 | CHANGED | Modules reload | standalone 2025-11-30 07:24:57.703561 | fa163e9f-d340-873a-c15e-000000001002 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:04.173524 | 0.48s 2025-11-30 07:24:57.729035 | fa163e9f-d340-873a-c15e-000000001003 | TASK | Set default sysctl options 2025-11-30 07:24:58.170008 | fa163e9f-d340-873a-c15e-000000001003 | CHANGED | Set default sysctl options | standalone 2025-11-30 07:24:58.171488 | fa163e9f-d340-873a-c15e-000000001003 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:04.641451 | 0.44s 2025-11-30 07:24:58.196306 | fa163e9f-d340-873a-c15e-000000001004 | TASK | Set extra sysctl options 2025-11-30 07:24:58.584773 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-11-30 07:24:58.585556 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.055529 | 0.39s 2025-11-30 07:24:58.824963 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-11-30 07:24:58.826964 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.296926 | 0.63s 2025-11-30 07:24:59.020066 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-11-30 07:24:59.021755 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.491723 | 0.82s 2025-11-30 07:24:59.217484 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-11-30 07:24:59.218427 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.688395 | 1.02s 2025-11-30 07:24:59.451033 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-11-30 07:24:59.452629 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.922596 | 1.25s 2025-11-30 07:24:59.695190 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-11-30 07:24:59.696344 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.166310 | 1.50s 2025-11-30 07:24:59.906949 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-11-30 07:24:59.907830 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.377798 | 1.71s 2025-11-30 07:25:00.150310 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-11-30 07:25:00.151240 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.621207 | 1.95s 2025-11-30 07:25:00.365356 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-11-30 07:25:00.366256 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.836224 | 2.17s 2025-11-30 07:25:00.590254 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-11-30 07:25:00.591491 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.061452 | 2.39s 2025-11-30 07:25:00.769677 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-11-30 07:25:00.770683 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.240653 | 2.57s 2025-11-30 07:25:00.991519 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-11-30 07:25:00.992538 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.462506 | 2.79s 2025-11-30 07:25:01.230658 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-11-30 07:25:01.232328 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.702296 | 3.03s 2025-11-30 07:25:01.467957 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-11-30 07:25:01.469763 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.939730 | 3.27s 2025-11-30 07:25:01.680688 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-11-30 07:25:01.681762 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.151730 | 3.48s 2025-11-30 07:25:01.893922 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-11-30 07:25:01.895503 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.365471 | 3.70s 2025-11-30 07:25:02.100605 | fa163e9f-d340-873a-c15e-000000001004 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-11-30 07:25:02.101577 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.571545 | 3.90s 2025-11-30 07:25:02.110632 | fa163e9f-d340-873a-c15e-000000001004 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.580590 | 3.91s 2025-11-30 07:25:02.140127 | fa163e9f-d340-873a-c15e-000000001006 | TASK | Sysctl reload 2025-11-30 07:25:02.599845 | fa163e9f-d340-873a-c15e-000000001006 | CHANGED | Sysctl reload | standalone 2025-11-30 07:25:02.602716 | fa163e9f-d340-873a-c15e-000000001006 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:09.072672 | 0.46s 2025-11-30 07:25:02.653017 | fa163e9f-d340-873a-c15e-000000000b4c | TASK | create persistent directories 2025-11-30 07:25:02.880893 | fa163e9f-d340-873a-c15e-000000000b4c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-11-30 07:25:02.882450 | fa163e9f-d340-873a-c15e-000000000b4c | TIMING | create persistent directories | standalone | 0:02:09.352410 | 0.23s 2025-11-30 07:25:03.049173 | fa163e9f-d340-873a-c15e-000000000b4c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-11-30 07:25:03.050904 | fa163e9f-d340-873a-c15e-000000000b4c | TIMING | create persistent directories | standalone | 0:02:09.520870 | 0.40s 2025-11-30 07:25:03.064846 | fa163e9f-d340-873a-c15e-000000000b4c | TIMING | create persistent directories | standalone | 0:02:09.534800 | 0.41s 2025-11-30 07:25:03.090543 | fa163e9f-d340-873a-c15e-000000000b4d | TASK | Check if file certs_valid exist 2025-11-30 07:25:03.306296 | fa163e9f-d340-873a-c15e-000000000b4d | OK | Check if file certs_valid exist | standalone 2025-11-30 07:25:03.307738 | fa163e9f-d340-873a-c15e-000000000b4d | TIMING | Check if file certs_valid exist | standalone | 0:02:09.777702 | 0.22s 2025-11-30 07:25:03.332246 | fa163e9f-d340-873a-c15e-000000000b4e | TASK | Check if file cert9.db exist 2025-11-30 07:25:03.544898 | fa163e9f-d340-873a-c15e-000000000b4e | OK | Check if file cert9.db exist | standalone 2025-11-30 07:25:03.546372 | fa163e9f-d340-873a-c15e-000000000b4e | TIMING | Check if file cert9.db exist | standalone | 0:02:10.016325 | 0.21s 2025-11-30 07:25:03.578279 | fa163e9f-d340-873a-c15e-000000000b4f | TASK | Check if file key4.db exist 2025-11-30 07:25:03.775848 | fa163e9f-d340-873a-c15e-000000000b4f | OK | Check if file key4.db exist | standalone 2025-11-30 07:25:03.777358 | fa163e9f-d340-873a-c15e-000000000b4f | TIMING | Check if file key4.db exist | standalone | 0:02:10.247320 | 0.20s 2025-11-30 07:25:03.830895 | fa163e9f-d340-873a-c15e-000000000b50 | SKIPPED | fail | standalone 2025-11-30 07:25:03.832167 | fa163e9f-d340-873a-c15e-000000000b50 | TIMING | fail | standalone | 0:02:10.302130 | 0.03s 2025-11-30 07:25:03.856627 | fa163e9f-d340-873a-c15e-000000000b51 | TASK | Create persistent directories 2025-11-30 07:25:04.093657 | fa163e9f-d340-873a-c15e-000000000b51 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-30 07:25:04.095392 | fa163e9f-d340-873a-c15e-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:10.565351 | 0.24s 2025-11-30 07:25:04.279826 | fa163e9f-d340-873a-c15e-000000000b51 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-11-30 07:25:04.281741 | fa163e9f-d340-873a-c15e-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:10.751707 | 0.42s 2025-11-30 07:25:04.292162 | fa163e9f-d340-873a-c15e-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:10.762123 | 0.43s 2025-11-30 07:25:04.316801 | fa163e9f-d340-873a-c15e-000000000b52 | TASK | create persistent directories 2025-11-30 07:25:04.561727 | fa163e9f-d340-873a-c15e-000000000b52 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-30 07:25:04.563270 | fa163e9f-d340-873a-c15e-000000000b52 | TIMING | create persistent directories | standalone | 0:02:11.033232 | 0.25s 2025-11-30 07:25:04.572752 | fa163e9f-d340-873a-c15e-000000000b52 | TIMING | create persistent directories | standalone | 0:02:11.042715 | 0.25s 2025-11-30 07:25:04.597362 | fa163e9f-d340-873a-c15e-000000000b53 | TASK | create persistent directories 2025-11-30 07:25:04.859389 | fa163e9f-d340-873a-c15e-000000000b53 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-30 07:25:04.861485 | fa163e9f-d340-873a-c15e-000000000b53 | TIMING | create persistent directories | standalone | 0:02:11.331447 | 0.26s 2025-11-30 07:25:05.079775 | fa163e9f-d340-873a-c15e-000000000b53 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-11-30 07:25:05.081002 | fa163e9f-d340-873a-c15e-000000000b53 | TIMING | create persistent directories | standalone | 0:02:11.550967 | 0.48s 2025-11-30 07:25:05.087568 | fa163e9f-d340-873a-c15e-000000000b53 | TIMING | create persistent directories | standalone | 0:02:11.557529 | 0.49s 2025-11-30 07:25:05.112206 | fa163e9f-d340-873a-c15e-000000000b54 | TASK | create persistent directories 2025-11-30 07:25:05.341291 | fa163e9f-d340-873a-c15e-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-11-30 07:25:05.343316 | fa163e9f-d340-873a-c15e-000000000b54 | TIMING | create persistent directories | standalone | 0:02:11.813279 | 0.23s 2025-11-30 07:25:05.353598 | fa163e9f-d340-873a-c15e-000000000b54 | TIMING | create persistent directories | standalone | 0:02:11.823557 | 0.24s 2025-11-30 07:25:05.379906 | fa163e9f-d340-873a-c15e-000000000b55 | TASK | create persistent directories 2025-11-30 07:25:05.645773 | fa163e9f-d340-873a-c15e-000000000b55 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-11-30 07:25:05.647071 | fa163e9f-d340-873a-c15e-000000000b55 | TIMING | create persistent directories | standalone | 0:02:12.117024 | 0.27s 2025-11-30 07:25:05.870129 | fa163e9f-d340-873a-c15e-000000000b55 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-11-30 07:25:05.871019 | fa163e9f-d340-873a-c15e-000000000b55 | TIMING | create persistent directories | standalone | 0:02:12.340991 | 0.49s 2025-11-30 07:25:06.144760 | fa163e9f-d340-873a-c15e-000000000b55 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-11-30 07:25:06.146091 | fa163e9f-d340-873a-c15e-000000000b55 | TIMING | create persistent directories | standalone | 0:02:12.616059 | 0.76s 2025-11-30 07:25:06.153272 | fa163e9f-d340-873a-c15e-000000000b55 | TIMING | create persistent directories | standalone | 0:02:12.623230 | 0.77s 2025-11-30 07:25:06.179567 | fa163e9f-d340-873a-c15e-000000000b56 | TASK | create persistent directories 2025-11-30 07:25:06.419315 | fa163e9f-d340-873a-c15e-000000000b56 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-30 07:25:06.421620 | fa163e9f-d340-873a-c15e-000000000b56 | TIMING | create persistent directories | standalone | 0:02:12.891578 | 0.24s 2025-11-30 07:25:06.625147 | fa163e9f-d340-873a-c15e-000000000b56 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-11-30 07:25:06.626742 | fa163e9f-d340-873a-c15e-000000000b56 | TIMING | create persistent directories | standalone | 0:02:13.096710 | 0.45s 2025-11-30 07:25:06.637334 | fa163e9f-d340-873a-c15e-000000000b56 | TIMING | create persistent directories | standalone | 0:02:13.107302 | 0.46s 2025-11-30 07:25:06.662892 | fa163e9f-d340-873a-c15e-000000000b57 | TASK | create persistent directories 2025-11-30 07:25:06.869770 | fa163e9f-d340-873a-c15e-000000000b57 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-30 07:25:06.870699 | fa163e9f-d340-873a-c15e-000000000b57 | TIMING | create persistent directories | standalone | 0:02:13.340670 | 0.21s 2025-11-30 07:25:06.874529 | fa163e9f-d340-873a-c15e-000000000b57 | TIMING | create persistent directories | standalone | 0:02:13.344485 | 0.21s 2025-11-30 07:25:06.892433 | fa163e9f-d340-873a-c15e-000000000b58 | TASK | creating directory 2025-11-30 07:25:07.111842 | fa163e9f-d340-873a-c15e-000000000b58 | CHANGED | creating directory | standalone 2025-11-30 07:25:07.113232 | fa163e9f-d340-873a-c15e-000000000b58 | TIMING | creating directory | standalone | 0:02:13.583196 | 0.22s 2025-11-30 07:25:07.138560 | fa163e9f-d340-873a-c15e-000000000b59 | TASK | derive pci passthrough whitelist 2025-11-30 07:25:07.726978 | fa163e9f-d340-873a-c15e-000000000b59 | CHANGED | derive pci passthrough whitelist | standalone 2025-11-30 07:25:07.728337 | fa163e9f-d340-873a-c15e-000000000b59 | TIMING | derive pci passthrough whitelist | standalone | 0:02:14.198300 | 0.59s 2025-11-30 07:25:07.753102 | fa163e9f-d340-873a-c15e-000000000b5a | TASK | run derive_pci_passthrough_whitelist.py 2025-11-30 07:25:08.564903 | fa163e9f-d340-873a-c15e-000000000b5a | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-11-30 07:25:08.566286 | fa163e9f-d340-873a-c15e-000000000b5a | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:15.036252 | 0.81s 2025-11-30 07:25:08.589954 | fa163e9f-d340-873a-c15e-000000000b5b | TASK | create /run/netns with temp namespace 2025-11-30 07:25:08.820996 | fa163e9f-d340-873a-c15e-000000000b5b | CHANGED | create /run/netns with temp namespace | standalone 2025-11-30 07:25:08.822461 | fa163e9f-d340-873a-c15e-000000000b5b | TIMING | create /run/netns with temp namespace | standalone | 0:02:15.292398 | 0.23s 2025-11-30 07:25:08.846507 | fa163e9f-d340-873a-c15e-000000000b5c | TASK | remove temp namespace 2025-11-30 07:25:09.075599 | fa163e9f-d340-873a-c15e-000000000b5c | CHANGED | remove temp namespace | standalone 2025-11-30 07:25:09.076892 | fa163e9f-d340-873a-c15e-000000000b5c | TIMING | remove temp namespace | standalone | 0:02:15.546857 | 0.23s 2025-11-30 07:25:09.102367 | fa163e9f-d340-873a-c15e-000000000b5d | TASK | create /var/lib/neutron 2025-11-30 07:25:09.321910 | fa163e9f-d340-873a-c15e-000000000b5d | CHANGED | create /var/lib/neutron | standalone 2025-11-30 07:25:09.323344 | fa163e9f-d340-873a-c15e-000000000b5d | TIMING | create /var/lib/neutron | standalone | 0:02:15.793309 | 0.22s 2025-11-30 07:25:09.348897 | fa163e9f-d340-873a-c15e-000000000b5e | TASK | set conditions 2025-11-30 07:25:09.377438 | fa163e9f-d340-873a-c15e-000000000b5e | OK | set conditions | standalone 2025-11-30 07:25:09.378991 | fa163e9f-d340-873a-c15e-000000000b5e | TIMING | set conditions | standalone | 0:02:15.848956 | 0.03s 2025-11-30 07:25:09.403348 | fa163e9f-d340-873a-c15e-000000000b5f | TASK | create kill_scripts directory within /var/lib/neutron 2025-11-30 07:25:09.633546 | fa163e9f-d340-873a-c15e-000000000b5f | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-11-30 07:25:09.635336 | fa163e9f-d340-873a-c15e-000000000b5f | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:16.105302 | 0.23s 2025-11-30 07:25:09.660169 | fa163e9f-d340-873a-c15e-000000000b60 | TASK | create dnsmasq dhcp kill script 2025-11-30 07:25:10.198902 | fa163e9f-d340-873a-c15e-000000000b60 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-11-30 07:25:10.200324 | fa163e9f-d340-873a-c15e-000000000b60 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:16.670288 | 0.54s 2025-11-30 07:25:10.224414 | fa163e9f-d340-873a-c15e-000000000b61 | TASK | create haproxy kill script 2025-11-30 07:25:10.726777 | fa163e9f-d340-873a-c15e-000000000b61 | CHANGED | create haproxy kill script | standalone 2025-11-30 07:25:10.728208 | fa163e9f-d340-873a-c15e-000000000b61 | TIMING | create haproxy kill script | standalone | 0:02:17.198173 | 0.50s 2025-11-30 07:25:10.752974 | fa163e9f-d340-873a-c15e-000000000b62 | TASK | create persistent directories 2025-11-30 07:25:11.014558 | fa163e9f-d340-873a-c15e-000000000b62 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-30 07:25:11.016700 | fa163e9f-d340-873a-c15e-000000000b62 | TIMING | create persistent directories | standalone | 0:02:17.486663 | 0.26s 2025-11-30 07:25:11.231547 | fa163e9f-d340-873a-c15e-000000000b62 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-11-30 07:25:11.233480 | fa163e9f-d340-873a-c15e-000000000b62 | TIMING | create persistent directories | standalone | 0:02:17.703445 | 0.48s 2025-11-30 07:25:11.243956 | fa163e9f-d340-873a-c15e-000000000b62 | TIMING | create persistent directories | standalone | 0:02:17.713918 | 0.49s 2025-11-30 07:25:11.269129 | fa163e9f-d340-873a-c15e-000000000b63 | TASK | create persistent directories 2025-11-30 07:25:11.510697 | fa163e9f-d340-873a-c15e-000000000b63 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-30 07:25:11.513083 | fa163e9f-d340-873a-c15e-000000000b63 | TIMING | create persistent directories | standalone | 0:02:17.983010 | 0.24s 2025-11-30 07:25:11.522761 | fa163e9f-d340-873a-c15e-000000000b63 | TIMING | create persistent directories | standalone | 0:02:17.992724 | 0.25s 2025-11-30 07:25:11.547733 | fa163e9f-d340-873a-c15e-000000000b64 | TASK | create persistent directories 2025-11-30 07:25:11.805775 | fa163e9f-d340-873a-c15e-000000000b64 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-30 07:25:11.807750 | fa163e9f-d340-873a-c15e-000000000b64 | TIMING | create persistent directories | standalone | 0:02:18.277702 | 0.26s 2025-11-30 07:25:12.027591 | fa163e9f-d340-873a-c15e-000000000b64 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-11-30 07:25:12.028621 | fa163e9f-d340-873a-c15e-000000000b64 | TIMING | create persistent directories | standalone | 0:02:18.498589 | 0.48s 2025-11-30 07:25:12.035265 | fa163e9f-d340-873a-c15e-000000000b64 | TIMING | create persistent directories | standalone | 0:02:18.505225 | 0.49s 2025-11-30 07:25:12.064958 | fa163e9f-d340-873a-c15e-000000000b65 | TASK | Check for /var/lib/nova/instances directory exitance 2025-11-30 07:25:12.295084 | fa163e9f-d340-873a-c15e-000000000b65 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-11-30 07:25:12.296614 | fa163e9f-d340-873a-c15e-000000000b65 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:18.766572 | 0.23s 2025-11-30 07:25:12.321728 | fa163e9f-d340-873a-c15e-000000000b66 | TASK | create persistent directories 2025-11-30 07:25:12.605271 | fa163e9f-d340-873a-c15e-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-30 07:25:12.607708 | fa163e9f-d340-873a-c15e-000000000b66 | TIMING | create persistent directories | standalone | 0:02:19.077663 | 0.28s 2025-11-30 07:25:12.836990 | fa163e9f-d340-873a-c15e-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-11-30 07:25:12.838935 | fa163e9f-d340-873a-c15e-000000000b66 | TIMING | create persistent directories | standalone | 0:02:19.308903 | 0.52s 2025-11-30 07:25:13.040889 | fa163e9f-d340-873a-c15e-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-11-30 07:25:13.041629 | fa163e9f-d340-873a-c15e-000000000b66 | TIMING | create persistent directories | standalone | 0:02:19.511603 | 0.72s 2025-11-30 07:25:13.254820 | fa163e9f-d340-873a-c15e-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-30 07:25:13.256591 | fa163e9f-d340-873a-c15e-000000000b66 | TIMING | create persistent directories | standalone | 0:02:19.726558 | 0.93s 2025-11-30 07:25:13.470958 | fa163e9f-d340-873a-c15e-000000000b66 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-11-30 07:25:13.471993 | fa163e9f-d340-873a-c15e-000000000b66 | TIMING | create persistent directories | standalone | 0:02:19.941960 | 1.15s 2025-11-30 07:25:13.478841 | fa163e9f-d340-873a-c15e-000000000b66 | TIMING | create persistent directories | standalone | 0:02:19.948805 | 1.16s 2025-11-30 07:25:13.499585 | fa163e9f-d340-873a-c15e-000000000b67 | TASK | ensure /run/nova is present upon reboot 2025-11-30 07:25:13.960795 | fa163e9f-d340-873a-c15e-000000000b67 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-11-30 07:25:13.962253 | fa163e9f-d340-873a-c15e-000000000b67 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:20.432217 | 0.46s 2025-11-30 07:25:13.987732 | fa163e9f-d340-873a-c15e-000000000b68 | TASK | create tempfiles 2025-11-30 07:25:14.320472 | fa163e9f-d340-873a-c15e-000000000b68 | CHANGED | create tempfiles | standalone 2025-11-30 07:25:14.321737 | fa163e9f-d340-873a-c15e-000000000b68 | TIMING | create tempfiles | standalone | 0:02:20.791703 | 0.33s 2025-11-30 07:25:14.345726 | fa163e9f-d340-873a-c15e-000000000b69 | TASK | Mount Nova NFS Share 2025-11-30 07:25:14.372700 | fa163e9f-d340-873a-c15e-000000000b69 | SKIPPED | Mount Nova NFS Share | standalone 2025-11-30 07:25:14.373900 | fa163e9f-d340-873a-c15e-000000000b69 | TIMING | Mount Nova NFS Share | standalone | 0:02:20.843865 | 0.03s 2025-11-30 07:25:14.398488 | fa163e9f-d340-873a-c15e-000000000b6b | TASK | check systemd-container package installed or not 2025-11-30 07:25:14.425725 | fa163e9f-d340-873a-c15e-000000000b6b | SKIPPED | check systemd-container package installed or not | standalone 2025-11-30 07:25:14.426816 | fa163e9f-d340-873a-c15e-000000000b6b | TIMING | check systemd-container package installed or not | standalone | 0:02:20.896778 | 0.03s 2025-11-30 07:25:14.450803 | fa163e9f-d340-873a-c15e-000000000b6c | TASK | get latest package from downloaded package versions 2025-11-30 07:25:14.478779 | fa163e9f-d340-873a-c15e-000000000b6c | SKIPPED | get latest package from downloaded package versions | standalone 2025-11-30 07:25:14.479821 | fa163e9f-d340-873a-c15e-000000000b6c | TIMING | get latest package from downloaded package versions | standalone | 0:02:20.949784 | 0.03s 2025-11-30 07:25:14.503778 | fa163e9f-d340-873a-c15e-000000000b6d | TASK | Install systemd-container package on boot 2025-11-30 07:25:14.532370 | fa163e9f-d340-873a-c15e-000000000b6d | SKIPPED | Install systemd-container package on boot | standalone 2025-11-30 07:25:14.533442 | fa163e9f-d340-873a-c15e-000000000b6d | TIMING | Install systemd-container package on boot | standalone | 0:02:21.003406 | 0.03s 2025-11-30 07:25:14.557813 | fa163e9f-d340-873a-c15e-000000000b6e | TASK | enable install-systemd-container on compute boot 2025-11-30 07:25:14.587875 | fa163e9f-d340-873a-c15e-000000000b6e | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-11-30 07:25:14.589050 | fa163e9f-d340-873a-c15e-000000000b6e | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:21.059009 | 0.03s 2025-11-30 07:25:14.613480 | fa163e9f-d340-873a-c15e-000000000b6f | TASK | check if install-systemd-container service exists 2025-11-30 07:25:14.640320 | fa163e9f-d340-873a-c15e-000000000b6f | SKIPPED | check if install-systemd-container service exists | standalone 2025-11-30 07:25:14.641479 | fa163e9f-d340-873a-c15e-000000000b6f | TIMING | check if install-systemd-container service exists | standalone | 0:02:21.111444 | 0.03s 2025-11-30 07:25:14.665539 | fa163e9f-d340-873a-c15e-000000000b70 | TASK | disable and mask install-systemd-container on compute boot 2025-11-30 07:25:14.692828 | fa163e9f-d340-873a-c15e-000000000b70 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-11-30 07:25:14.693979 | fa163e9f-d340-873a-c15e-000000000b70 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:21.163943 | 0.03s 2025-11-30 07:25:14.718236 | fa163e9f-d340-873a-c15e-000000000b72 | TASK | is Nova Resume Guests State On Host Boot enabled 2025-11-30 07:25:14.746852 | fa163e9f-d340-873a-c15e-000000000b72 | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-11-30 07:25:14.748031 | fa163e9f-d340-873a-c15e-000000000b72 | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:21.217997 | 0.03s 2025-11-30 07:25:14.773302 | fa163e9f-d340-873a-c15e-000000000b74 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-11-30 07:25:14.801720 | fa163e9f-d340-873a-c15e-000000000b74 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-11-30 07:25:14.802795 | fa163e9f-d340-873a-c15e-000000000b74 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:21.272759 | 0.03s 2025-11-30 07:25:14.826838 | fa163e9f-d340-873a-c15e-000000000b75 | TASK | Making sure virt-guest-shutdown.target is present 2025-11-30 07:25:14.855517 | fa163e9f-d340-873a-c15e-000000000b75 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-30 07:25:14.856553 | fa163e9f-d340-873a-c15e-000000000b75 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:21.326518 | 0.03s 2025-11-30 07:25:14.880633 | fa163e9f-d340-873a-c15e-000000000b76 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-11-30 07:25:14.909388 | fa163e9f-d340-873a-c15e-000000000b76 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-30 07:25:14.910541 | fa163e9f-d340-873a-c15e-000000000b76 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:21.380506 | 0.03s 2025-11-30 07:25:14.934738 | fa163e9f-d340-873a-c15e-000000000b78 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-11-30 07:25:14.965102 | fa163e9f-d340-873a-c15e-000000000b78 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-11-30 07:25:14.966141 | fa163e9f-d340-873a-c15e-000000000b78 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:21.436107 | 0.03s 2025-11-30 07:25:14.989684 | fa163e9f-d340-873a-c15e-000000000b79 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-11-30 07:25:15.018507 | fa163e9f-d340-873a-c15e-000000000b79 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-11-30 07:25:15.019585 | fa163e9f-d340-873a-c15e-000000000b79 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:21.489548 | 0.03s 2025-11-30 07:25:15.044363 | fa163e9f-d340-873a-c15e-000000000b7a | TASK | Making sure virt-guest-shutdown.target is present 2025-11-30 07:25:15.089998 | fa163e9f-d340-873a-c15e-000000000b7a | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-30 07:25:15.090812 | fa163e9f-d340-873a-c15e-000000000b7a | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:21.560783 | 0.04s 2025-11-30 07:25:15.109933 | fa163e9f-d340-873a-c15e-000000000b7b | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-11-30 07:25:15.141667 | fa163e9f-d340-873a-c15e-000000000b7b | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-30 07:25:15.142425 | fa163e9f-d340-873a-c15e-000000000b7b | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:21.612397 | 0.03s 2025-11-30 07:25:15.160881 | fa163e9f-d340-873a-c15e-000000000b7d | TASK | Do we prepend nova startup with a delay 2025-11-30 07:25:15.190182 | fa163e9f-d340-873a-c15e-000000000b7d | OK | Do we prepend nova startup with a delay | standalone 2025-11-30 07:25:15.191303 | fa163e9f-d340-873a-c15e-000000000b7d | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:21.661268 | 0.03s 2025-11-30 07:25:15.215756 | fa163e9f-d340-873a-c15e-000000000b7e | TASK | install nova-compute delay wrapper script 2025-11-30 07:25:15.266519 | fa163e9f-d340-873a-c15e-000000000b7e | SKIPPED | install nova-compute delay wrapper script | standalone 2025-11-30 07:25:15.267660 | fa163e9f-d340-873a-c15e-000000000b7e | TIMING | install nova-compute delay wrapper script | standalone | 0:02:21.737624 | 0.05s 2025-11-30 07:25:15.291927 | fa163e9f-d340-873a-c15e-000000000b7f | TASK | Is irqbalance enabled 2025-11-30 07:25:15.324282 | fa163e9f-d340-873a-c15e-000000000b7f | OK | Is irqbalance enabled | standalone 2025-11-30 07:25:15.325466 | fa163e9f-d340-873a-c15e-000000000b7f | TIMING | Is irqbalance enabled | standalone | 0:02:21.795430 | 0.03s 2025-11-30 07:25:15.351225 | fa163e9f-d340-873a-c15e-000000000b80 | TASK | disable irqbalance service on compute 2025-11-30 07:25:15.380973 | fa163e9f-d340-873a-c15e-000000000b80 | SKIPPED | disable irqbalance service on compute | standalone 2025-11-30 07:25:15.382328 | fa163e9f-d340-873a-c15e-000000000b80 | TIMING | disable irqbalance service on compute | standalone | 0:02:21.852291 | 0.03s 2025-11-30 07:25:15.407004 | fa163e9f-d340-873a-c15e-000000000b81 | TASK | create persistent directories 2025-11-30 07:25:15.659959 | fa163e9f-d340-873a-c15e-000000000b81 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-11-30 07:25:15.662184 | fa163e9f-d340-873a-c15e-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.132146 | 0.25s 2025-11-30 07:25:15.672509 | fa163e9f-d340-873a-c15e-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.142478 | 0.26s 2025-11-30 07:25:15.698218 | fa163e9f-d340-873a-c15e-000000000b82 | TASK | create libvirt persistent data directories 2025-11-30 07:25:15.954659 | fa163e9f-d340-873a-c15e-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-11-30 07:25:15.957037 | fa163e9f-d340-873a-c15e-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:22.426985 | 0.26s 2025-11-30 07:25:16.188829 | fa163e9f-d340-873a-c15e-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-11-30 07:25:16.189677 | fa163e9f-d340-873a-c15e-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:22.659648 | 0.49s 2025-11-30 07:25:16.411958 | fa163e9f-d340-873a-c15e-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-11-30 07:25:16.413788 | fa163e9f-d340-873a-c15e-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:22.883754 | 0.71s 2025-11-30 07:25:16.652113 | fa163e9f-d340-873a-c15e-000000000b82 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-30 07:25:16.654171 | fa163e9f-d340-873a-c15e-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:23.124137 | 0.95s 2025-11-30 07:25:16.859394 | fa163e9f-d340-873a-c15e-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-11-30 07:25:16.860732 | fa163e9f-d340-873a-c15e-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:23.330706 | 1.16s 2025-11-30 07:25:17.080830 | fa163e9f-d340-873a-c15e-000000000b82 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-30 07:25:17.082461 | fa163e9f-d340-873a-c15e-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:23.552429 | 1.38s 2025-11-30 07:25:17.279088 | fa163e9f-d340-873a-c15e-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-11-30 07:25:17.280550 | fa163e9f-d340-873a-c15e-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:23.750523 | 1.58s 2025-11-30 07:25:17.508666 | fa163e9f-d340-873a-c15e-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-11-30 07:25:17.510348 | fa163e9f-d340-873a-c15e-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:23.980316 | 1.81s 2025-11-30 07:25:17.522538 | fa163e9f-d340-873a-c15e-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:23.992505 | 1.82s 2025-11-30 07:25:17.548910 | fa163e9f-d340-873a-c15e-000000000b83 | TASK | ensure qemu group is present on the host 2025-11-30 07:25:18.009343 | fa163e9f-d340-873a-c15e-000000000b83 | CHANGED | ensure qemu group is present on the host | standalone 2025-11-30 07:25:18.010648 | fa163e9f-d340-873a-c15e-000000000b83 | TIMING | ensure qemu group is present on the host | standalone | 0:02:24.480606 | 0.46s 2025-11-30 07:25:18.038040 | fa163e9f-d340-873a-c15e-000000000b84 | TASK | ensure qemu user is present on the host 2025-11-30 07:25:18.547468 | fa163e9f-d340-873a-c15e-000000000b84 | CHANGED | ensure qemu user is present on the host | standalone 2025-11-30 07:25:18.548929 | fa163e9f-d340-873a-c15e-000000000b84 | TIMING | ensure qemu user is present on the host | standalone | 0:02:25.018893 | 0.51s 2025-11-30 07:25:18.575165 | fa163e9f-d340-873a-c15e-000000000b85 | TASK | create directory for vhost-user sockets with qemu ownership 2025-11-30 07:25:18.805033 | fa163e9f-d340-873a-c15e-000000000b85 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-11-30 07:25:18.806615 | fa163e9f-d340-873a-c15e-000000000b85 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:25.276582 | 0.23s 2025-11-30 07:25:18.829179 | fa163e9f-d340-873a-c15e-000000000b86 | TASK | check if libvirt is installed 2025-11-30 07:25:19.054445 | fa163e9f-d340-873a-c15e-000000000b86 | CHANGED | check if libvirt is installed | standalone 2025-11-30 07:25:19.055830 | fa163e9f-d340-873a-c15e-000000000b86 | TIMING | check if libvirt is installed | standalone | 0:02:25.525793 | 0.22s 2025-11-30 07:25:19.080971 | fa163e9f-d340-873a-c15e-000000000b87 | TASK | make sure libvirt services are disabled and masked 2025-11-30 07:25:19.121524 | fa163e9f-d340-873a-c15e-000000000b87 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-11-30 07:25:19.128101 | fa163e9f-d340-873a-c15e-000000000b87 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-11-30 07:25:19.133761 | fa163e9f-d340-873a-c15e-000000000b87 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:25.603722 | 0.05s 2025-11-30 07:25:19.159165 | fa163e9f-d340-873a-c15e-000000000b88 | TASK | ensure /run/libvirt is present upon reboot 2025-11-30 07:25:19.590294 | fa163e9f-d340-873a-c15e-000000000b88 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-11-30 07:25:19.591738 | fa163e9f-d340-873a-c15e-000000000b88 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:26.061675 | 0.43s 2025-11-30 07:25:19.616650 | fa163e9f-d340-873a-c15e-000000000b89 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-11-30 07:25:20.539744 | fa163e9f-d340-873a-c15e-000000000b89 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-11-30 07:25:20.541705 | fa163e9f-d340-873a-c15e-000000000b89 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:27.011665 | 0.92s 2025-11-30 07:25:20.567793 | fa163e9f-d340-873a-c15e-000000000b8a | TASK | remove gnutls-qemu.config 2025-11-30 07:25:20.823730 | fa163e9f-d340-873a-c15e-000000000b8a | OK | remove gnutls-qemu.config | standalone 2025-11-30 07:25:20.824726 | fa163e9f-d340-873a-c15e-000000000b8a | TIMING | remove gnutls-qemu.config | standalone | 0:02:27.294697 | 0.26s 2025-11-30 07:25:20.844185 | fa163e9f-d340-873a-c15e-000000000b8b | TASK | update crypto policies 2025-11-30 07:25:20.871312 | fa163e9f-d340-873a-c15e-000000000b8b | SKIPPED | update crypto policies | standalone 2025-11-30 07:25:20.872666 | fa163e9f-d340-873a-c15e-000000000b8b | TIMING | update crypto policies | standalone | 0:02:27.342627 | 0.03s 2025-11-30 07:25:20.898527 | fa163e9f-d340-873a-c15e-000000000b8c | TASK | Create libvirt persistent data directories 2025-11-30 07:25:21.137551 | fa163e9f-d340-873a-c15e-000000000b8c | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-11-30 07:25:21.139836 | fa163e9f-d340-873a-c15e-000000000b8c | TIMING | Create libvirt persistent data directories | standalone | 0:02:27.609797 | 0.24s 2025-11-30 07:25:21.149795 | fa163e9f-d340-873a-c15e-000000000b8c | TIMING | Create libvirt persistent data directories | standalone | 0:02:27.619759 | 0.25s 2025-11-30 07:25:21.174682 | fa163e9f-d340-873a-c15e-000000000b8d | TASK | create persistent directories 2025-11-30 07:25:21.431546 | fa163e9f-d340-873a-c15e-000000000b8d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-30 07:25:21.433792 | fa163e9f-d340-873a-c15e-000000000b8d | TIMING | create persistent directories | standalone | 0:02:27.903738 | 0.26s 2025-11-30 07:25:21.628831 | fa163e9f-d340-873a-c15e-000000000b8d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-30 07:25:21.630759 | fa163e9f-d340-873a-c15e-000000000b8d | TIMING | create persistent directories | standalone | 0:02:28.100727 | 0.45s 2025-11-30 07:25:21.641452 | fa163e9f-d340-873a-c15e-000000000b8d | TIMING | create persistent directories | standalone | 0:02:28.111421 | 0.47s 2025-11-30 07:25:21.666133 | fa163e9f-d340-873a-c15e-000000000b8e | TASK | Copy in cleanup script 2025-11-30 07:25:22.080483 | fa163e9f-d340-873a-c15e-000000000b8e | CHANGED | Copy in cleanup script | standalone 2025-11-30 07:25:22.081509 | fa163e9f-d340-873a-c15e-000000000b8e | TIMING | Copy in cleanup script | standalone | 0:02:28.551480 | 0.41s 2025-11-30 07:25:22.100833 | fa163e9f-d340-873a-c15e-000000000b8f | TASK | Copy in cleanup service 2025-11-30 07:25:22.573411 | fa163e9f-d340-873a-c15e-000000000b8f | CHANGED | Copy in cleanup service | standalone 2025-11-30 07:25:22.574437 | fa163e9f-d340-873a-c15e-000000000b8f | TIMING | Copy in cleanup service | standalone | 0:02:29.044408 | 0.47s 2025-11-30 07:25:22.593738 | fa163e9f-d340-873a-c15e-000000000b90 | TASK | Enabling the cleanup service 2025-11-30 07:25:23.208395 | fa163e9f-d340-873a-c15e-000000000b90 | CHANGED | Enabling the cleanup service | standalone 2025-11-30 07:25:23.211264 | fa163e9f-d340-873a-c15e-000000000b90 | TIMING | Enabling the cleanup service | standalone | 0:02:29.681221 | 0.62s 2025-11-30 07:25:23.237153 | fa163e9f-d340-873a-c15e-000000000b91 | TASK | create persistent directories 2025-11-30 07:25:23.491845 | fa163e9f-d340-873a-c15e-000000000b91 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-30 07:25:23.494177 | fa163e9f-d340-873a-c15e-000000000b91 | TIMING | create persistent directories | standalone | 0:02:29.964139 | 0.26s 2025-11-30 07:25:23.683550 | fa163e9f-d340-873a-c15e-000000000b91 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-30 07:25:23.685346 | fa163e9f-d340-873a-c15e-000000000b91 | TIMING | create persistent directories | standalone | 0:02:30.155311 | 0.45s 2025-11-30 07:25:23.696457 | fa163e9f-d340-873a-c15e-000000000b91 | TIMING | create persistent directories | standalone | 0:02:30.166418 | 0.46s 2025-11-30 07:25:23.722189 | fa163e9f-d340-873a-c15e-000000000b92 | TASK | set conditions 2025-11-30 07:25:23.754190 | fa163e9f-d340-873a-c15e-000000000b92 | OK | set conditions | standalone 2025-11-30 07:25:23.755374 | fa163e9f-d340-873a-c15e-000000000b92 | TIMING | set conditions | standalone | 0:02:30.225338 | 0.03s 2025-11-30 07:25:23.807885 | fa163e9f-d340-873a-c15e-000000000b93 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:30.277845 | 0.03s 2025-11-30 07:25:23.886707 | fa163e9f-d340-873a-c15e-000000001268 | TASK | Gather variables for each operating system 2025-11-30 07:25:24.023905 | fa163e9f-d340-873a-c15e-000000001268 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:30.493858 | 0.14s 2025-11-30 07:25:24.049747 | fa163e9f-d340-873a-c15e-000000001269 | TASK | Set packages facts 2025-11-30 07:25:24.098540 | fa163e9f-d340-873a-c15e-000000001269 | OK | Set packages facts | standalone 2025-11-30 07:25:24.099740 | fa163e9f-d340-873a-c15e-000000001269 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:30.569705 | 0.05s 2025-11-30 07:25:24.125203 | fa163e9f-d340-873a-c15e-00000000126a | TASK | Manage package 2025-11-30 07:25:24.184695 | fa163e9f-d340-873a-c15e-00000000126a | SKIPPED | Manage package | standalone | item=[]: absent 2025-11-30 07:25:24.200443 | fa163e9f-d340-873a-c15e-00000000126a | SKIPPED | Manage package | standalone | item=[]: installed 2025-11-30 07:25:24.217130 | fa163e9f-d340-873a-c15e-00000000126a | SKIPPED | Manage package | standalone | item=[]: latest 2025-11-30 07:25:28.620621 | fa163e9f-d340-873a-c15e-00000000126a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:35.090574 | 4.49s 2025-11-30 07:25:28.628748 | fa163e9f-d340-873a-c15e-00000000126a | SKIPPED | Manage package | standalone | item=[]: removed 2025-11-30 07:25:28.635895 | fa163e9f-d340-873a-c15e-00000000126a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:35.105855 | 4.51s 2025-11-30 07:25:28.686592 | fa163e9f-d340-873a-c15e-000000000b94 | TASK | create fcontext for rabbitmq data 2025-11-30 07:25:29.942555 | fa163e9f-d340-873a-c15e-000000000b94 | CHANGED | create fcontext for rabbitmq data | standalone 2025-11-30 07:25:29.943784 | fa163e9f-d340-873a-c15e-000000000b94 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:36.413754 | 1.26s 2025-11-30 07:25:29.963176 | fa163e9f-d340-873a-c15e-000000000b95 | TASK | create persistent directories 2025-11-30 07:25:30.222912 | fa163e9f-d340-873a-c15e-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-11-30 07:25:30.225242 | fa163e9f-d340-873a-c15e-000000000b95 | TIMING | create persistent directories | standalone | 0:02:36.695203 | 0.26s 2025-11-30 07:25:30.450621 | fa163e9f-d340-873a-c15e-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-11-30 07:25:30.452425 | fa163e9f-d340-873a-c15e-000000000b95 | TIMING | create persistent directories | standalone | 0:02:36.922391 | 0.49s 2025-11-30 07:25:30.463004 | fa163e9f-d340-873a-c15e-000000000b95 | TIMING | create persistent directories | standalone | 0:02:36.932965 | 0.50s 2025-11-30 07:25:30.488082 | fa163e9f-d340-873a-c15e-000000000b96 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-11-30 07:25:30.770213 | fa163e9f-d340-873a-c15e-000000000b96 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-11-30 07:25:30.771528 | fa163e9f-d340-873a-c15e-000000000b96 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:37.241493 | 0.28s 2025-11-30 07:25:30.796166 | fa163e9f-d340-873a-c15e-000000000b97 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-11-30 07:25:30.823685 | fa163e9f-d340-873a-c15e-000000000b97 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-11-30 07:25:30.824738 | fa163e9f-d340-873a-c15e-000000000b97 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:37.294702 | 0.03s 2025-11-30 07:25:30.849206 | fa163e9f-d340-873a-c15e-000000000b98 | TASK | Remove existing entries from logind conf 2025-11-30 07:25:31.071314 | fa163e9f-d340-873a-c15e-000000000b98 | CHANGED | Remove existing entries from logind conf | standalone 2025-11-30 07:25:31.072636 | fa163e9f-d340-873a-c15e-000000000b98 | TIMING | Remove existing entries from logind conf | standalone | 0:02:37.542601 | 0.22s 2025-11-30 07:25:31.096582 | fa163e9f-d340-873a-c15e-000000000b99 | TASK | Make sure systemd-logind ignores power off 2025-11-30 07:25:31.326438 | fa163e9f-d340-873a-c15e-000000000b99 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-11-30 07:25:31.327499 | fa163e9f-d340-873a-c15e-000000000b99 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:37.797470 | 0.23s 2025-11-30 07:25:31.347298 | fa163e9f-d340-873a-c15e-000000000b9a | TASK | Restart systemd-logind 2025-11-30 07:25:31.830799 | fa163e9f-d340-873a-c15e-000000000b9a | CHANGED | Restart systemd-logind | standalone 2025-11-30 07:25:31.832281 | fa163e9f-d340-873a-c15e-000000000b9a | TIMING | Restart systemd-logind | standalone | 0:02:38.302252 | 0.48s 2025-11-30 07:25:31.854447 | fa163e9f-d340-873a-c15e-000000000b9b | 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-11-30 07:25:31.925974 | fa163e9f-d340-873a-c15e-000000000b9b | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-11-30 07:25:31.927010 | fa163e9f-d340-873a-c15e-000000000b9b | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:38.396974 | 0.07s 2025-11-30 07:25:31.951966 | fa163e9f-d340-873a-c15e-000000000b9c | 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-11-30 07:25:32.014618 | fa163e9f-d340-873a-c15e-000000000b9c | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-11-30 07:25:32.015464 | fa163e9f-d340-873a-c15e-000000000b9c | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:38.485425 | 0.06s 2025-11-30 07:25:32.040650 | fa163e9f-d340-873a-c15e-000000000b9d | TASK | create persistent logs directory 2025-11-30 07:25:32.285141 | fa163e9f-d340-873a-c15e-000000000b9d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-11-30 07:25:32.286614 | fa163e9f-d340-873a-c15e-000000000b9d | TIMING | create persistent logs directory | standalone | 0:02:38.756576 | 0.24s 2025-11-30 07:25:32.495931 | fa163e9f-d340-873a-c15e-000000000b9d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-11-30 07:25:32.497492 | fa163e9f-d340-873a-c15e-000000000b9d | TIMING | create persistent logs directory | standalone | 0:02:38.967460 | 0.46s 2025-11-30 07:25:32.508347 | fa163e9f-d340-873a-c15e-000000000b9d | TIMING | create persistent logs directory | standalone | 0:02:38.978316 | 0.47s 2025-11-30 07:25:32.532287 | fa163e9f-d340-873a-c15e-000000000b9f | TASK | Set login facts 2025-11-30 07:25:32.561129 | fa163e9f-d340-873a-c15e-000000000b9f | OK | Set login facts | standalone 2025-11-30 07:25:32.562146 | fa163e9f-d340-873a-c15e-000000000b9f | TIMING | Set login facts | standalone | 0:02:39.032112 | 0.03s 2025-11-30 07:25:32.585563 | fa163e9f-d340-873a-c15e-000000000ba0 | TASK | Convert logins json to dict 2025-11-30 07:25:32.627530 | fa163e9f-d340-873a-c15e-000000000ba0 | SKIPPED | Convert logins json to dict | standalone 2025-11-30 07:25:32.628530 | fa163e9f-d340-873a-c15e-000000000ba0 | TIMING | Convert logins json to dict | standalone | 0:02:39.098494 | 0.04s 2025-11-30 07:25:32.651794 | fa163e9f-d340-873a-c15e-000000000ba1 | TASK | Set registry logins 2025-11-30 07:25:32.700774 | fa163e9f-d340-873a-c15e-000000000ba1 | SKIPPED | Set registry logins | standalone 2025-11-30 07:25:32.701822 | fa163e9f-d340-873a-c15e-000000000ba1 | TIMING | Set registry logins | standalone | 0:02:39.171785 | 0.05s 2025-11-30 07:25:32.726542 | fa163e9f-d340-873a-c15e-000000000ba2 | TASK | Run podman install 2025-11-30 07:25:32.754439 | fa163e9f-d340-873a-c15e-000000000ba2 | TIMING | Run podman install | standalone | 0:02:39.224401 | 0.03s 2025-11-30 07:25:32.832398 | fa163e9f-d340-873a-c15e-000000001352 | TASK | Gather variables for each operating system 2025-11-30 07:25:33.000688 | fa163e9f-d340-873a-c15e-000000001352 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-11-30 07:25:33.003754 | fa163e9f-d340-873a-c15e-000000001352 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:39.473716 | 0.17s 2025-11-30 07:25:33.012806 | fa163e9f-d340-873a-c15e-000000001352 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:39.482776 | 0.18s 2025-11-30 07:25:33.037512 | fa163e9f-d340-873a-c15e-000000001354 | TASK | ensure podman and deps are installed 2025-11-30 07:25:35.886104 | fa163e9f-d340-873a-c15e-000000001354 | OK | ensure podman and deps are installed | standalone 2025-11-30 07:25:35.887604 | fa163e9f-d340-873a-c15e-000000001354 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:42.357569 | 2.85s 2025-11-30 07:25:35.913538 | fa163e9f-d340-873a-c15e-000000001355 | TASK | Ensure we get the ansible interfaces facts 2025-11-30 07:25:36.424771 | fa163e9f-d340-873a-c15e-000000001355 | OK | Ensure we get the ansible interfaces facts | standalone 2025-11-30 07:25:36.425926 | fa163e9f-d340-873a-c15e-000000001355 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:42.895892 | 0.51s 2025-11-30 07:25:36.450110 | fa163e9f-d340-873a-c15e-000000001356 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-11-30 07:25:36.478398 | fa163e9f-d340-873a-c15e-000000001356 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-11-30 07:25:36.479623 | fa163e9f-d340-873a-c15e-000000001356 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:42.949587 | 0.03s 2025-11-30 07:25:36.504357 | fa163e9f-d340-873a-c15e-000000001358 | TASK | Make sure /etc/cni/net.d folder exists 2025-11-30 07:25:36.541833 | fa163e9f-d340-873a-c15e-000000001358 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-11-30 07:25:36.543103 | fa163e9f-d340-873a-c15e-000000001358 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:43.013029 | 0.04s 2025-11-30 07:25:36.568075 | fa163e9f-d340-873a-c15e-000000001359 | TASK | Update default network configuration if possible 2025-11-30 07:25:36.607897 | fa163e9f-d340-873a-c15e-000000001359 | SKIPPED | Update default network configuration if possible | standalone 2025-11-30 07:25:36.609148 | fa163e9f-d340-873a-c15e-000000001359 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:43.079106 | 0.04s 2025-11-30 07:25:36.633789 | fa163e9f-d340-873a-c15e-00000000135b | TASK | Make sure /etc/containers/networks exists 2025-11-30 07:25:36.866972 | fa163e9f-d340-873a-c15e-00000000135b | OK | Make sure /etc/containers/networks exists | standalone 2025-11-30 07:25:36.867820 | fa163e9f-d340-873a-c15e-00000000135b | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:43.337794 | 0.23s 2025-11-30 07:25:36.893232 | fa163e9f-d340-873a-c15e-00000000135c | TASK | Get current podman network 2025-11-30 07:25:37.189976 | fa163e9f-d340-873a-c15e-00000000135c | CHANGED | Get current podman network | standalone 2025-11-30 07:25:37.190971 | fa163e9f-d340-873a-c15e-00000000135c | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:43.660941 | 0.30s 2025-11-30 07:25:37.211483 | fa163e9f-d340-873a-c15e-00000000135d | TASK | Update the default network configuration 2025-11-30 07:25:37.787843 | fa163e9f-d340-873a-c15e-00000000135d | CHANGED | Update the default network configuration | standalone 2025-11-30 07:25:37.789139 | fa163e9f-d340-873a-c15e-00000000135d | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:44.259103 | 0.58s 2025-11-30 07:25:37.813516 | fa163e9f-d340-873a-c15e-00000000135e | TASK | Write containers registries.conf 2025-11-30 07:25:38.405589 | fa163e9f-d340-873a-c15e-00000000135e | CHANGED | Write containers registries.conf | standalone 2025-11-30 07:25:38.407013 | fa163e9f-d340-873a-c15e-00000000135e | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:44.876976 | 0.59s 2025-11-30 07:25:38.432750 | fa163e9f-d340-873a-c15e-00000000135f | TASK | Write containers.conf 2025-11-30 07:25:38.681677 | fa163e9f-d340-873a-c15e-00000000135f | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-11-30 07:25:38.684671 | fa163e9f-d340-873a-c15e-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:45.154617 | 0.25s 2025-11-30 07:25:38.892702 | fa163e9f-d340-873a-c15e-00000000135f | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-11-30 07:25:38.893715 | fa163e9f-d340-873a-c15e-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:45.363683 | 0.46s 2025-11-30 07:25:39.145986 | fa163e9f-d340-873a-c15e-00000000135f | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-11-30 07:25:39.147422 | fa163e9f-d340-873a-c15e-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:45.617388 | 0.71s 2025-11-30 07:25:39.351410 | fa163e9f-d340-873a-c15e-00000000135f | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-11-30 07:25:39.353561 | fa163e9f-d340-873a-c15e-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:45.823526 | 0.92s 2025-11-30 07:25:39.364595 | fa163e9f-d340-873a-c15e-00000000135f | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:45.834557 | 0.93s 2025-11-30 07:25:39.390971 | fa163e9f-d340-873a-c15e-000000001360 | TASK | Enable podman.socket service 2025-11-30 07:25:39.422916 | fa163e9f-d340-873a-c15e-000000001360 | SKIPPED | Enable podman.socket service | standalone 2025-11-30 07:25:39.424004 | fa163e9f-d340-873a-c15e-000000001360 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:45.893967 | 0.03s 2025-11-30 07:25:39.470594 | fa163e9f-d340-873a-c15e-000000000ba3 | TASK | Run podman login 2025-11-30 07:25:39.498830 | fa163e9f-d340-873a-c15e-000000000ba3 | TIMING | Run podman login | standalone | 0:02:45.968791 | 0.03s 2025-11-30 07:25:39.575695 | fa163e9f-d340-873a-c15e-000000001460 | TASK | Perform container registry login(s) with podman 2025-11-30 07:25:39.602817 | fa163e9f-d340-873a-c15e-000000001460 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:46.072778 | 0.03s 2025-11-30 07:25:39.639658 | fa163e9f-d340-873a-c15e-000000000ba5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-11-30 07:25:40.117148 | fa163e9f-d340-873a-c15e-000000000ba5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-11-30 07:25:40.118490 | fa163e9f-d340-873a-c15e-000000000ba5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:46.588425 | 0.48s 2025-11-30 07:25:40.142338 | fa163e9f-d340-873a-c15e-000000000ba6 | TASK | Ensure rsyslog is installed 2025-11-30 07:25:43.022084 | fa163e9f-d340-873a-c15e-000000000ba6 | OK | Ensure rsyslog is installed | standalone 2025-11-30 07:25:43.023460 | fa163e9f-d340-873a-c15e-000000000ba6 | TIMING | Ensure rsyslog is installed | standalone | 0:02:49.493425 | 2.88s 2025-11-30 07:25:43.047937 | fa163e9f-d340-873a-c15e-000000000ba7 | TASK | Ensure rsyslog is enabled and started 2025-11-30 07:25:43.359387 | fa163e9f-d340-873a-c15e-000000000ba7 | OK | Ensure rsyslog is enabled and started | standalone 2025-11-30 07:25:43.361138 | fa163e9f-d340-873a-c15e-000000000ba7 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:49.831101 | 0.31s 2025-11-30 07:25:43.414198 | fa163e9f-d340-873a-c15e-000000000ba8 | TIMING | include_role : tripleo_sshd | standalone | 0:02:49.884160 | 0.03s 2025-11-30 07:25:43.497889 | fa163e9f-d340-873a-c15e-000000001569 | TASK | Gather variables for each operating system 2025-11-30 07:25:43.615556 | fa163e9f-d340-873a-c15e-000000001569 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-11-30 07:25:43.616769 | fa163e9f-d340-873a-c15e-000000001569 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:50.086732 | 0.12s 2025-11-30 07:25:43.622477 | fa163e9f-d340-873a-c15e-000000001569 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:50.092447 | 0.12s 2025-11-30 07:25:43.647308 | fa163e9f-d340-873a-c15e-00000000156b | TASK | Install the OpenSSH server 2025-11-30 07:25:46.483208 | fa163e9f-d340-873a-c15e-00000000156b | OK | Install the OpenSSH server | standalone 2025-11-30 07:25:46.484628 | fa163e9f-d340-873a-c15e-00000000156b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:02:52.954593 | 2.84s 2025-11-30 07:25:46.509181 | fa163e9f-d340-873a-c15e-00000000156c | TASK | Start sshd 2025-11-30 07:25:46.537665 | fa163e9f-d340-873a-c15e-00000000156c | SKIPPED | Start sshd | standalone 2025-11-30 07:25:46.538799 | fa163e9f-d340-873a-c15e-00000000156c | TIMING | tripleo_sshd : Start sshd | standalone | 0:02:53.008763 | 0.03s 2025-11-30 07:25:46.563463 | fa163e9f-d340-873a-c15e-00000000156d | TASK | PasswordAuthentication notice 2025-11-30 07:25:46.593159 | fa163e9f-d340-873a-c15e-00000000156d | SKIPPED | PasswordAuthentication notice | standalone 2025-11-30 07:25:46.594328 | fa163e9f-d340-873a-c15e-00000000156d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:02:53.064293 | 0.03s 2025-11-30 07:25:46.618622 | fa163e9f-d340-873a-c15e-00000000156e | TASK | PasswordAuthentication duplication notice 2025-11-30 07:25:46.648150 | fa163e9f-d340-873a-c15e-00000000156e | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-11-30 07:25:46.649496 | fa163e9f-d340-873a-c15e-00000000156e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:02:53.119453 | 0.03s 2025-11-30 07:25:46.675341 | fa163e9f-d340-873a-c15e-00000000156f | TASK | Motd duplication notice 2025-11-30 07:25:46.714665 | fa163e9f-d340-873a-c15e-00000000156f | 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-11-30 07:25:46.715934 | fa163e9f-d340-873a-c15e-00000000156f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:02:53.185897 | 0.04s 2025-11-30 07:25:46.742808 | fa163e9f-d340-873a-c15e-000000001570 | TASK | Configure the banner text 2025-11-30 07:25:46.773231 | fa163e9f-d340-873a-c15e-000000001570 | SKIPPED | Configure the banner text | standalone 2025-11-30 07:25:46.774461 | fa163e9f-d340-873a-c15e-000000001570 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:02:53.244424 | 0.03s 2025-11-30 07:25:46.798903 | fa163e9f-d340-873a-c15e-000000001571 | TASK | Configure the motd banner 2025-11-30 07:25:46.828810 | fa163e9f-d340-873a-c15e-000000001571 | SKIPPED | Configure the motd banner | standalone 2025-11-30 07:25:46.829897 | fa163e9f-d340-873a-c15e-000000001571 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:02:53.299860 | 0.03s 2025-11-30 07:25:46.855040 | fa163e9f-d340-873a-c15e-000000001572 | TASK | Update sshd configuration options from vars 2025-11-30 07:25:46.894310 | fa163e9f-d340-873a-c15e-000000001572 | OK | Update sshd configuration options from vars | standalone 2025-11-30 07:25:46.895456 | fa163e9f-d340-873a-c15e-000000001572 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:02:53.365421 | 0.04s 2025-11-30 07:25:46.919790 | fa163e9f-d340-873a-c15e-000000001573 | TASK | Adjust ssh server configuration 2025-11-30 07:25:47.492403 | fa163e9f-d340-873a-c15e-000000001573 | CHANGED | Adjust ssh server configuration | standalone 2025-11-30 07:25:47.493838 | fa163e9f-d340-873a-c15e-000000001573 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:02:53.963804 | 0.57s 2025-11-30 07:25:47.519716 | fa163e9f-d340-873a-c15e-000000001574 | TASK | Restart sshd 2025-11-30 07:25:48.940114 | fa163e9f-d340-873a-c15e-000000001574 | CHANGED | Restart sshd | standalone 2025-11-30 07:25:48.942280 | fa163e9f-d340-873a-c15e-000000001574 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:02:55.412245 | 1.42s 2025-11-30 07:25:48.990022 | fa163e9f-d340-873a-c15e-000000000ba9 | TASK | create persistent directories 2025-11-30 07:25:49.259450 | fa163e9f-d340-873a-c15e-000000000ba9 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-30 07:25:49.260960 | fa163e9f-d340-873a-c15e-000000000ba9 | TIMING | create persistent directories | standalone | 0:02:55.730922 | 0.27s 2025-11-30 07:25:49.489415 | fa163e9f-d340-873a-c15e-000000000ba9 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-11-30 07:25:49.490465 | fa163e9f-d340-873a-c15e-000000000ba9 | TIMING | create persistent directories | standalone | 0:02:55.960434 | 0.50s 2025-11-30 07:25:49.704105 | fa163e9f-d340-873a-c15e-000000000ba9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-30 07:25:49.705347 | fa163e9f-d340-873a-c15e-000000000ba9 | TIMING | create persistent directories | standalone | 0:02:56.175313 | 0.71s 2025-11-30 07:25:49.712653 | fa163e9f-d340-873a-c15e-000000000ba9 | TIMING | create persistent directories | standalone | 0:02:56.182612 | 0.72s 2025-11-30 07:25:49.737734 | fa163e9f-d340-873a-c15e-000000000baa | TASK | create persistent directories 2025-11-30 07:25:49.993863 | fa163e9f-d340-873a-c15e-000000000baa | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-30 07:25:49.995496 | fa163e9f-d340-873a-c15e-000000000baa | TIMING | create persistent directories | standalone | 0:02:56.465456 | 0.26s 2025-11-30 07:25:50.216803 | fa163e9f-d340-873a-c15e-000000000baa | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-11-30 07:25:50.218111 | fa163e9f-d340-873a-c15e-000000000baa | TIMING | create persistent directories | standalone | 0:02:56.688076 | 0.48s 2025-11-30 07:25:50.407851 | fa163e9f-d340-873a-c15e-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-30 07:25:50.408944 | fa163e9f-d340-873a-c15e-000000000baa | TIMING | create persistent directories | standalone | 0:02:56.878907 | 0.67s 2025-11-30 07:25:50.415910 | fa163e9f-d340-873a-c15e-000000000baa | TIMING | create persistent directories | standalone | 0:02:56.885867 | 0.68s 2025-11-30 07:25:50.440919 | fa163e9f-d340-873a-c15e-000000000bab | TASK | Set swift_use_local_disks fact 2025-11-30 07:25:50.471216 | fa163e9f-d340-873a-c15e-000000000bab | OK | Set swift_use_local_disks fact | standalone 2025-11-30 07:25:50.472765 | fa163e9f-d340-873a-c15e-000000000bab | TIMING | Set swift_use_local_disks fact | standalone | 0:02:56.942728 | 0.03s 2025-11-30 07:25:50.498928 | fa163e9f-d340-873a-c15e-000000000bac | TASK | Set use_node_data_lookup fact 2025-11-30 07:25:50.530407 | fa163e9f-d340-873a-c15e-000000000bac | OK | Set use_node_data_lookup fact | standalone 2025-11-30 07:25:50.531528 | fa163e9f-d340-873a-c15e-000000000bac | TIMING | Set use_node_data_lookup fact | standalone | 0:02:57.001492 | 0.03s 2025-11-30 07:25:50.555672 | fa163e9f-d340-873a-c15e-000000000bad | TASK | Create Swift d1 directory if needed 2025-11-30 07:25:50.785874 | fa163e9f-d340-873a-c15e-000000000bad | CHANGED | Create Swift d1 directory if needed | standalone 2025-11-30 07:25:50.787221 | fa163e9f-d340-873a-c15e-000000000bad | TIMING | Create Swift d1 directory if needed | standalone | 0:02:57.257182 | 0.23s 2025-11-30 07:25:50.811780 | fa163e9f-d340-873a-c15e-000000000bae | TASK | Set fact for SwiftRawDisks 2025-11-30 07:25:50.839939 | fa163e9f-d340-873a-c15e-000000000bae | OK | Set fact for SwiftRawDisks | standalone 2025-11-30 07:25:50.841197 | fa163e9f-d340-873a-c15e-000000000bae | TIMING | Set fact for SwiftRawDisks | standalone | 0:02:57.311157 | 0.03s 2025-11-30 07:25:50.865816 | fa163e9f-d340-873a-c15e-000000000baf | TASK | Get hiera swift::storage::disks::args 2025-11-30 07:25:50.894243 | fa163e9f-d340-873a-c15e-000000000baf | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-11-30 07:25:50.895353 | fa163e9f-d340-873a-c15e-000000000baf | TIMING | Get hiera swift::storage::disks::args | standalone | 0:02:57.365318 | 0.03s 2025-11-30 07:25:50.919412 | fa163e9f-d340-873a-c15e-000000000bb0 | TASK | Set fact for swift_raw_disks 2025-11-30 07:25:50.948146 | fa163e9f-d340-873a-c15e-000000000bb0 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-11-30 07:25:50.949201 | fa163e9f-d340-873a-c15e-000000000bb0 | TIMING | Set fact for swift_raw_disks | standalone | 0:02:57.419166 | 0.03s 2025-11-30 07:25:50.972903 | fa163e9f-d340-873a-c15e-000000000bb1 | TASK | Format SwiftRawDisks 2025-11-30 07:25:50.993208 | fa163e9f-d340-873a-c15e-000000000bb1 | TIMING | Format SwiftRawDisks | standalone | 0:02:57.463163 | 0.02s 2025-11-30 07:25:51.018558 | fa163e9f-d340-873a-c15e-000000000bb2 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-11-30 07:25:51.046624 | fa163e9f-d340-873a-c15e-000000000bb2 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-11-30 07:25:51.047681 | fa163e9f-d340-873a-c15e-000000000bb2 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:02:57.517645 | 0.03s 2025-11-30 07:25:51.071452 | fa163e9f-d340-873a-c15e-000000000bb3 | TASK | Mount devices defined in SwiftRawDisks 2025-11-30 07:25:51.099280 | fa163e9f-d340-873a-c15e-000000000bb3 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:02:57.569240 | 0.03s 2025-11-30 07:25:51.123769 | fa163e9f-d340-873a-c15e-000000000bb4 | TASK | Check for NTP service 2025-11-30 07:25:51.370150 | fa163e9f-d340-873a-c15e-000000000bb4 | CHANGED | Check for NTP service | standalone 2025-11-30 07:25:51.371500 | fa163e9f-d340-873a-c15e-000000000bb4 | TIMING | Check for NTP service | standalone | 0:02:57.841466 | 0.25s 2025-11-30 07:25:51.395388 | fa163e9f-d340-873a-c15e-000000000bb5 | TASK | Disable NTP before configuring Chrony 2025-11-30 07:25:51.445800 | fa163e9f-d340-873a-c15e-000000000bb5 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-30 07:25:51.446908 | fa163e9f-d340-873a-c15e-000000000bb5 | TIMING | Disable NTP before configuring Chrony | standalone | 0:02:57.916871 | 0.05s 2025-11-30 07:25:51.471877 | fa163e9f-d340-873a-c15e-000000000bb6 | TASK | Install, Configure and Run Chrony 2025-11-30 07:25:51.501173 | fa163e9f-d340-873a-c15e-000000000bb6 | TIMING | Install, Configure and Run Chrony | standalone | 0:02:57.971128 | 0.03s 2025-11-30 07:25:51.601337 | fa163e9f-d340-873a-c15e-0000000016f5 | TASK | Load distro-specific variables 2025-11-30 07:25:51.626761 | fa163e9f-d340-873a-c15e-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:58.096732 | 0.02s 2025-11-30 07:25:51.634572 | 33b259fa-5ff1-479f-8e66-4e85e6717b7f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-30 07:25:51.655020 | fa163e9f-d340-873a-c15e-0000000017d2 | TASK | Load distro-specific variables 2025-11-30 07:25:51.706901 | fa163e9f-d340-873a-c15e-0000000017d2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-30 07:25:51.708366 | fa163e9f-d340-873a-c15e-0000000017d2 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:58.178326 | 0.05s 2025-11-30 07:25:51.714409 | fa163e9f-d340-873a-c15e-0000000017d2 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:58.184374 | 0.06s 2025-11-30 07:25:51.741236 | fa163e9f-d340-873a-c15e-0000000016f6 | TASK | Install chronyd 2025-11-30 07:25:51.772444 | fa163e9f-d340-873a-c15e-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:02:58.242402 | 0.03s 2025-11-30 07:25:51.795892 | 86ac59de-bd87-4c71-a2c9-a164beeab7f5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-11-30 07:25:51.827157 | fa163e9f-d340-873a-c15e-00000000180b | TASK | Load distro-specific variables 2025-11-30 07:25:51.853573 | fa163e9f-d340-873a-c15e-00000000180b | TIMING | chrony : Load distro-specific variables | standalone | 0:02:58.323540 | 0.03s 2025-11-30 07:25:51.863678 | 34932af4-b0fe-42c2-86f2-fd32a00367e1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-30 07:25:51.887406 | fa163e9f-d340-873a-c15e-000000001852 | TASK | Load distro-specific variables 2025-11-30 07:25:51.942388 | fa163e9f-d340-873a-c15e-000000001852 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-30 07:25:51.943728 | fa163e9f-d340-873a-c15e-000000001852 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:58.413689 | 0.06s 2025-11-30 07:25:51.949565 | fa163e9f-d340-873a-c15e-000000001852 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:58.419529 | 0.06s 2025-11-30 07:25:51.974387 | fa163e9f-d340-873a-c15e-00000000180c | TASK | Check for NTP service 2025-11-30 07:25:52.226396 | fa163e9f-d340-873a-c15e-00000000180c | CHANGED | Check for NTP service | standalone 2025-11-30 07:25:52.227691 | fa163e9f-d340-873a-c15e-00000000180c | TIMING | chrony : Check for NTP service | standalone | 0:02:58.697654 | 0.25s 2025-11-30 07:25:52.252942 | fa163e9f-d340-873a-c15e-00000000180d | TASK | Disable NTP before configuring Chrony 2025-11-30 07:25:52.292033 | fa163e9f-d340-873a-c15e-00000000180d | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-30 07:25:52.293351 | fa163e9f-d340-873a-c15e-00000000180d | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:02:58.763313 | 0.04s 2025-11-30 07:25:52.318661 | fa163e9f-d340-873a-c15e-00000000180e | TASK | Install chronyd package 2025-11-30 07:25:55.098700 | fa163e9f-d340-873a-c15e-00000000180e | OK | Install chronyd package | standalone 2025-11-30 07:25:55.100128 | fa163e9f-d340-873a-c15e-00000000180e | TIMING | chrony : Install chronyd package | standalone | 0:03:01.570091 | 2.78s 2025-11-30 07:25:55.125001 | fa163e9f-d340-873a-c15e-0000000016f7 | TASK | Upgrade chronyd 2025-11-30 07:25:55.154938 | fa163e9f-d340-873a-c15e-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2025-11-30 07:25:55.156182 | fa163e9f-d340-873a-c15e-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:01.626144 | 0.03s 2025-11-30 07:25:55.180736 | fa163e9f-d340-873a-c15e-0000000016f8 | TASK | Configure chronyd 2025-11-30 07:25:55.209269 | fa163e9f-d340-873a-c15e-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:01.679222 | 0.03s 2025-11-30 07:25:55.228392 | cbcfdb1d-1f3d-4746-b833-534d761bf91b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-11-30 07:25:55.266464 | fa163e9f-d340-873a-c15e-00000000188b | TASK | Load distro-specific variables 2025-11-30 07:25:55.291359 | fa163e9f-d340-873a-c15e-00000000188b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.761325 | 0.02s 2025-11-30 07:25:55.301429 | 13899214-7ac8-49bb-b4c4-25543acc358e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-30 07:25:55.323502 | fa163e9f-d340-873a-c15e-0000000018f7 | TASK | Load distro-specific variables 2025-11-30 07:25:55.378984 | fa163e9f-d340-873a-c15e-0000000018f7 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-30 07:25:55.381207 | fa163e9f-d340-873a-c15e-0000000018f7 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.851166 | 0.06s 2025-11-30 07:25:55.391293 | fa163e9f-d340-873a-c15e-0000000018f7 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:01.861254 | 0.07s 2025-11-30 07:25:55.415946 | fa163e9f-d340-873a-c15e-00000000188c | TASK | Install chrony configuration file 2025-11-30 07:25:55.954700 | fa163e9f-d340-873a-c15e-00000000188c | OK | Install chrony configuration file | standalone 2025-11-30 07:25:55.955948 | fa163e9f-d340-873a-c15e-00000000188c | TIMING | chrony : Install chrony configuration file | standalone | 0:03:02.425913 | 0.54s 2025-11-30 07:25:55.981661 | fa163e9f-d340-873a-c15e-0000000016f9 | TASK | Run chronyd 2025-11-30 07:25:56.012140 | fa163e9f-d340-873a-c15e-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:02.482100 | 0.03s 2025-11-30 07:25:56.032300 | e76be496-15fa-4ea4-bad3-7ed98a62defa | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-11-30 07:25:56.073177 | fa163e9f-d340-873a-c15e-00000000191a | TASK | Load distro-specific variables 2025-11-30 07:25:56.099205 | fa163e9f-d340-873a-c15e-00000000191a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:02.569171 | 0.03s 2025-11-30 07:25:56.109128 | 59f715e2-743d-46e6-9b13-553268c688a4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-30 07:25:56.132037 | fa163e9f-d340-873a-c15e-00000000199e | TASK | Load distro-specific variables 2025-11-30 07:25:56.189214 | fa163e9f-d340-873a-c15e-00000000199e | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-30 07:25:56.191440 | fa163e9f-d340-873a-c15e-00000000199e | TIMING | chrony : Load distro-specific variables | standalone | 0:03:02.661401 | 0.06s 2025-11-30 07:25:56.201568 | fa163e9f-d340-873a-c15e-00000000199e | TIMING | chrony : Load distro-specific variables | standalone | 0:03:02.671527 | 0.07s 2025-11-30 07:25:56.226208 | fa163e9f-d340-873a-c15e-00000000191b | TASK | Ensure chronyd is running 2025-11-30 07:25:56.627213 | fa163e9f-d340-873a-c15e-00000000191b | OK | Ensure chronyd is running | standalone 2025-11-30 07:25:56.629026 | fa163e9f-d340-873a-c15e-00000000191b | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:03.098992 | 0.40s 2025-11-30 07:25:56.655479 | fa163e9f-d340-873a-c15e-00000000191c | TASK | Force chronyd restart 2025-11-30 07:25:56.696775 | fa163e9f-d340-873a-c15e-00000000191c | SKIPPED | Force chronyd restart | standalone 2025-11-30 07:25:56.697943 | fa163e9f-d340-873a-c15e-00000000191c | TIMING | chrony : Force chronyd restart | standalone | 0:03:03.167907 | 0.04s 2025-11-30 07:25:56.723348 | fa163e9f-d340-873a-c15e-0000000016fa | TASK | Enable online service 2025-11-30 07:25:56.750432 | fa163e9f-d340-873a-c15e-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:03.220386 | 0.03s 2025-11-30 07:25:56.769103 | 93a2b4c7-af41-4160-b35a-d0fc3fb98ae1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-11-30 07:25:56.813336 | fa163e9f-d340-873a-c15e-0000000019cb | TASK | Create chrony-online.service unit file 2025-11-30 07:25:57.233662 | fa163e9f-d340-873a-c15e-0000000019cb | OK | Create chrony-online.service unit file | standalone 2025-11-30 07:25:57.234966 | fa163e9f-d340-873a-c15e-0000000019cb | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:03.704931 | 0.42s 2025-11-30 07:25:57.259964 | fa163e9f-d340-873a-c15e-0000000019cc | TASK | Enable chrony-online.service 2025-11-30 07:25:57.848634 | fa163e9f-d340-873a-c15e-0000000019cc | CHANGED | Enable chrony-online.service | standalone 2025-11-30 07:25:57.850500 | fa163e9f-d340-873a-c15e-0000000019cc | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:04.320464 | 0.59s 2025-11-30 07:25:57.876305 | fa163e9f-d340-873a-c15e-0000000016fb | TASK | Sync chronyc 2025-11-30 07:25:57.906014 | fa163e9f-d340-873a-c15e-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:04.375968 | 0.03s 2025-11-30 07:25:57.924549 | d362b097-ae3f-48f3-918d-bf8b0b12a49b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-11-30 07:25:57.971164 | fa163e9f-d340-873a-c15e-000000001a71 | TASK | Force NTP sync 2025-11-30 07:25:58.222181 | fa163e9f-d340-873a-c15e-000000001a71 | CHANGED | Force NTP sync | standalone 2025-11-30 07:25:58.223536 | fa163e9f-d340-873a-c15e-000000001a71 | TIMING | chrony : Force NTP sync | standalone | 0:03:04.693500 | 0.25s 2025-11-30 07:25:58.248501 | fa163e9f-d340-873a-c15e-000000001a72 | TASK | Ensure system is NTP time synced 2025-11-30 07:25:58.478732 | fa163e9f-d340-873a-c15e-000000001a72 | CHANGED | Ensure system is NTP time synced | standalone 2025-11-30 07:25:58.479508 | fa163e9f-d340-873a-c15e-000000001a72 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:04.949481 | 0.23s 2025-11-30 07:25:58.511645 | fa163e9f-d340-873a-c15e-000000000bb7 | TASK | Force NTP sync 2025-11-30 07:25:58.738857 | fa163e9f-d340-873a-c15e-000000000bb7 | CHANGED | Force NTP sync | standalone 2025-11-30 07:25:58.740264 | fa163e9f-d340-873a-c15e-000000000bb7 | TIMING | Force NTP sync | standalone | 0:03:05.210228 | 0.23s 2025-11-30 07:25:58.764122 | fa163e9f-d340-873a-c15e-000000000bb8 | TASK | Ensure system is NTP time synced 2025-11-30 07:25:58.998447 | fa163e9f-d340-873a-c15e-000000000bb8 | CHANGED | Ensure system is NTP time synced | standalone 2025-11-30 07:25:58.999745 | fa163e9f-d340-873a-c15e-000000000bb8 | TIMING | Ensure system is NTP time synced | standalone | 0:03:05.469710 | 0.23s 2025-11-30 07:25:59.024401 | fa163e9f-d340-873a-c15e-000000000bb9 | TASK | Run timezone role 2025-11-30 07:25:59.052218 | fa163e9f-d340-873a-c15e-000000000bb9 | TIMING | Run timezone role | standalone | 0:03:05.522173 | 0.03s 2025-11-30 07:25:59.148853 | fa163e9f-d340-873a-c15e-000000001c2a | TASK | Set timezone 2025-11-30 07:25:59.675352 | fa163e9f-d340-873a-c15e-000000001c2a | OK | Set timezone | standalone 2025-11-30 07:25:59.676609 | fa163e9f-d340-873a-c15e-000000001c2a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:06.146574 | 0.53s 2025-11-30 07:25:59.700616 | fa163e9f-d340-873a-c15e-000000001c2b | TASK | Restart time services 2025-11-30 07:25:59.740499 | fa163e9f-d340-873a-c15e-000000001c2b | SKIPPED | Restart time services | standalone | item=rsyslog 2025-11-30 07:25:59.747479 | fa163e9f-d340-873a-c15e-000000001c2b | SKIPPED | Restart time services | standalone | item=crond 2025-11-30 07:25:59.753785 | fa163e9f-d340-873a-c15e-000000001c2b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:06.223741 | 0.05s 2025-11-30 07:25:59.806638 | fa163e9f-d340-873a-c15e-000000000bba | TASK | install tmpwatch on the host 2025-11-30 07:26:02.667291 | fa163e9f-d340-873a-c15e-000000000bba | OK | install tmpwatch on the host | standalone 2025-11-30 07:26:02.668632 | fa163e9f-d340-873a-c15e-000000000bba | TIMING | install tmpwatch on the host | standalone | 0:03:09.138595 | 2.86s 2025-11-30 07:26:02.692131 | fa163e9f-d340-873a-c15e-000000000bbb | TASK | Notice - ctlplane subnet is set 2025-11-30 07:26:02.721621 | fa163e9f-d340-873a-c15e-000000000bbb | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-11-30 07:26:02.722840 | fa163e9f-d340-873a-c15e-000000000bbb | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:09.192805 | 0.03s 2025-11-30 07:26:02.775238 | fa163e9f-d340-873a-c15e-000000000bbc | TIMING | include_role : tuned | standalone | 0:03:09.245197 | 0.03s 2025-11-30 07:26:02.875668 | fa163e9f-d340-873a-c15e-000000001e4e | TASK | Gather variables for each operating system 2025-11-30 07:26:02.991803 | fa163e9f-d340-873a-c15e-000000001e4e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-30 07:26:02.994203 | fa163e9f-d340-873a-c15e-000000001e4e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:09.464163 | 0.12s 2025-11-30 07:26:03.004515 | fa163e9f-d340-873a-c15e-000000001e4e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:09.474478 | 0.13s 2025-11-30 07:26:03.090930 | fa163e9f-d340-873a-c15e-000000001e4f | TIMING | tuned : include_tasks | standalone | 0:03:09.560884 | 0.06s 2025-11-30 07:26:03.112311 | 4687cc2c-addb-4168-b64c-8bd4108306c6 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-30 07:26:03.144901 | fa163e9f-d340-873a-c15e-000000001f77 | TASK | Check tuned package is installed 2025-11-30 07:26:03.409245 | fa163e9f-d340-873a-c15e-000000001f77 | CHANGED | Check tuned package is installed | standalone 2025-11-30 07:26:03.410614 | fa163e9f-d340-873a-c15e-000000001f77 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:09.880579 | 0.26s 2025-11-30 07:26:03.435615 | fa163e9f-d340-873a-c15e-000000001f78 | TASK | Install tuned 2025-11-30 07:26:03.466812 | fa163e9f-d340-873a-c15e-000000001f78 | SKIPPED | Install tuned | standalone 2025-11-30 07:26:03.467944 | fa163e9f-d340-873a-c15e-000000001f78 | TIMING | tuned : Install tuned | standalone | 0:03:09.937908 | 0.03s 2025-11-30 07:26:03.493026 | fa163e9f-d340-873a-c15e-000000001f79 | TASK | Restart tuned 2025-11-30 07:26:03.522451 | fa163e9f-d340-873a-c15e-000000001f79 | SKIPPED | Restart tuned | standalone 2025-11-30 07:26:03.523781 | fa163e9f-d340-873a-c15e-000000001f79 | TIMING | tuned : Restart tuned | standalone | 0:03:09.993742 | 0.03s 2025-11-30 07:26:03.549225 | fa163e9f-d340-873a-c15e-000000001e50 | TASK | Check for tuned-adm 2025-11-30 07:26:03.768478 | fa163e9f-d340-873a-c15e-000000001e50 | OK | Check for tuned-adm | standalone 2025-11-30 07:26:03.769682 | fa163e9f-d340-873a-c15e-000000001e50 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:10.239649 | 0.22s 2025-11-30 07:26:03.823413 | fa163e9f-d340-873a-c15e-000000001e51 | TIMING | tuned : include_tasks | standalone | 0:03:10.293369 | 0.03s 2025-11-30 07:26:03.850488 | 7c41aa51-ba47-472a-893e-09149edddbfe | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-30 07:26:03.884182 | fa163e9f-d340-873a-c15e-000000001fa4 | TASK | Ensure profile directory exists 2025-11-30 07:26:03.953339 | fa163e9f-d340-873a-c15e-000000001fa4 | SKIPPED | Ensure profile directory exists | standalone 2025-11-30 07:26:03.954446 | fa163e9f-d340-873a-c15e-000000001fa4 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:10.424410 | 0.07s 2025-11-30 07:26:03.979573 | fa163e9f-d340-873a-c15e-000000001fa5 | TASK | Create custom tuned profile 2025-11-30 07:26:04.041571 | fa163e9f-d340-873a-c15e-000000001fa5 | SKIPPED | Create custom tuned profile | standalone 2025-11-30 07:26:04.042712 | fa163e9f-d340-873a-c15e-000000001fa5 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:10.512676 | 0.06s 2025-11-30 07:26:04.067832 | fa163e9f-d340-873a-c15e-000000001fa6 | TASK | Check tuned active profile 2025-11-30 07:26:04.290844 | fa163e9f-d340-873a-c15e-000000001fa6 | OK | Check tuned active profile | standalone 2025-11-30 07:26:04.292209 | fa163e9f-d340-873a-c15e-000000001fa6 | TIMING | tuned : Check tuned active profile | standalone | 0:03:10.762174 | 0.22s 2025-11-30 07:26:04.317414 | fa163e9f-d340-873a-c15e-000000001fa7 | TASK | Check Tuned Configuration file exists 2025-11-30 07:26:04.591277 | fa163e9f-d340-873a-c15e-000000001fa7 | OK | Check Tuned Configuration file exists | standalone 2025-11-30 07:26:04.592419 | fa163e9f-d340-873a-c15e-000000001fa7 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:11.062387 | 0.27s 2025-11-30 07:26:04.616852 | fa163e9f-d340-873a-c15e-000000001fa8 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-30 07:26:04.676340 | fa163e9f-d340-873a-c15e-000000001fa8 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-30 07:26:04.677556 | fa163e9f-d340-873a-c15e-000000001fa8 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:11.147517 | 0.06s 2025-11-30 07:26:04.705182 | fa163e9f-d340-873a-c15e-000000001fa9 | TASK | Configure isolated cores for profile throughput-performance 2025-11-30 07:26:04.765684 | fa163e9f-d340-873a-c15e-000000001fa9 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-30 07:26:04.766960 | fa163e9f-d340-873a-c15e-000000001fa9 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:11.236923 | 0.06s 2025-11-30 07:26:04.792665 | fa163e9f-d340-873a-c15e-000000001faa | TASK | Enable tuned profile 2025-11-30 07:26:04.823732 | fa163e9f-d340-873a-c15e-000000001faa | SKIPPED | Enable tuned profile | standalone 2025-11-30 07:26:04.824878 | fa163e9f-d340-873a-c15e-000000001faa | TIMING | tuned : Enable tuned profile | standalone | 0:03:11.294840 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-11-30 07:26:04.998509 | fa163e9f-d340-873a-c15e-0000000000ac | TASK | Overcloud container setup tasks 2025-11-30 07:26:05.024249 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000ac') missing from stats 2025-11-30 07:26:05.044322 | fa163e9f-d340-873a-c15e-0000000000ad | TASK | Write config data 2025-11-30 07:26:05.107206 | fa163e9f-d340-873a-c15e-0000000000ad | TIMING | Write config data | standalone | 0:03:11.577160 | 0.06s 2025-11-30 07:26:05.150278 | 4e531e44-1403-40d1-9bd9-fc1833ca068a | INCLUDED | /root/standalone-ansible-jjfrgkhd/common_container_setup_tasks.yaml | standalone 2025-11-30 07:26:05.174958 | fa163e9f-d340-873a-c15e-000000002008 | TASK | Create and ensure setype for /var/log/containers directory 2025-11-30 07:26:05.405477 | fa163e9f-d340-873a-c15e-000000002008 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-11-30 07:26:05.406271 | fa163e9f-d340-873a-c15e-000000002008 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:11.876245 | 0.23s 2025-11-30 07:26:05.423114 | fa163e9f-d340-873a-c15e-000000002009 | TASK | Create ContainerLogStdoutPath directory 2025-11-30 07:26:05.661670 | fa163e9f-d340-873a-c15e-000000002009 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-11-30 07:26:05.663035 | fa163e9f-d340-873a-c15e-000000002009 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:12.132971 | 0.24s 2025-11-30 07:26:05.687602 | fa163e9f-d340-873a-c15e-00000000200a | TASK | Create /var/lib/tripleo-config directory 2025-11-30 07:26:05.908473 | fa163e9f-d340-873a-c15e-00000000200a | OK | Create /var/lib/tripleo-config directory | standalone 2025-11-30 07:26:05.909822 | fa163e9f-d340-873a-c15e-00000000200a | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:12.379787 | 0.22s 2025-11-30 07:26:05.934710 | fa163e9f-d340-873a-c15e-00000000200b | TASK | Clean old /var/lib/container-startup-configs.json file 2025-11-30 07:26:06.156536 | fa163e9f-d340-873a-c15e-00000000200b | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-11-30 07:26:06.157805 | fa163e9f-d340-873a-c15e-00000000200b | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:12.627769 | 0.22s 2025-11-30 07:26:06.181337 | fa163e9f-d340-873a-c15e-00000000200c | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-11-30 07:26:06.403055 | fa163e9f-d340-873a-c15e-00000000200c | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-11-30 07:26:06.404351 | fa163e9f-d340-873a-c15e-00000000200c | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:12.874316 | 0.22s 2025-11-30 07:26:06.429352 | fa163e9f-d340-873a-c15e-000000002010 | TASK | Create fcontext entry for container-config-scripts 2025-11-30 07:26:08.768522 | fa163e9f-d340-873a-c15e-000000002010 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-11-30 07:26:08.770321 | fa163e9f-d340-873a-c15e-000000002010 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:15.240283 | 2.34s 2025-11-30 07:26:08.796491 | fa163e9f-d340-873a-c15e-000000002011 | TASK | Create /var/lib/container-config-scripts 2025-11-30 07:26:09.037628 | fa163e9f-d340-873a-c15e-000000002011 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-11-30 07:26:09.038995 | fa163e9f-d340-873a-c15e-000000002011 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:15.508960 | 0.24s 2025-11-30 07:26:09.063792 | fa163e9f-d340-873a-c15e-000000002012 | TASK | Write container config scripts 2025-11-30 07:26:09.403201 | fa163e9f-d340-873a-c15e-000000002012 | CHANGED | Write container config scripts | standalone 2025-11-30 07:26:09.404460 | fa163e9f-d340-873a-c15e-000000002012 | TIMING | Write container config scripts | standalone | 0:03:15.874426 | 0.34s 2025-11-30 07:26:09.428443 | fa163e9f-d340-873a-c15e-000000002013 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-11-30 07:26:09.873448 | fa163e9f-d340-873a-c15e-000000002013 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-11-30 07:26:09.874914 | fa163e9f-d340-873a-c15e-000000002013 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:16.344877 | 0.45s 2025-11-30 07:26:09.899850 | fa163e9f-d340-873a-c15e-000000002014 | TASK | Generate startup configs files per step and per container 2025-11-30 07:26:10.498650 | fa163e9f-d340-873a-c15e-000000002014 | CHANGED | Generate startup configs files per step and per container | standalone 2025-11-30 07:26:10.506243 | fa163e9f-d340-873a-c15e-000000002014 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:16.976205 | 0.60s 2025-11-30 07:26:10.542532 | fa163e9f-d340-873a-c15e-000000002015 | TASK | Create /var/lib/kolla/config_files directory 2025-11-30 07:26:10.784933 | fa163e9f-d340-873a-c15e-000000002015 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-11-30 07:26:10.786517 | fa163e9f-d340-873a-c15e-000000002015 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:17.256483 | 0.24s 2025-11-30 07:26:10.811384 | fa163e9f-d340-873a-c15e-000000002016 | TASK | Create /var/lib/config-data directory 2025-11-30 07:26:11.031873 | fa163e9f-d340-873a-c15e-000000002016 | CHANGED | Create /var/lib/config-data directory | standalone 2025-11-30 07:26:11.033246 | fa163e9f-d340-873a-c15e-000000002016 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:17.503211 | 0.22s 2025-11-30 07:26:11.058171 | fa163e9f-d340-873a-c15e-000000002017 | TASK | Write container config json files 2025-11-30 07:26:11.563755 | fa163e9f-d340-873a-c15e-000000002017 | CHANGED | Write container config json files | standalone 2025-11-30 07:26:11.570273 | fa163e9f-d340-873a-c15e-000000002017 | TIMING | Write container config json files | standalone | 0:03:18.040235 | 0.51s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-11-30 07:26:11.734508 | fa163e9f-d340-873a-c15e-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-11-30 07:26:11.762993 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-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-11-30 07:26:11.825324 | fa163e9f-d340-873a-c15e-0000000000b2 | TIMING | include_tasks | standalone | 0:03:18.295280 | 0.04s 2025-11-30 07:26:11.838687 | 69f6a421-7ee4-4739-961f-e6f41f4bb33a | INCLUDED | /root/standalone-ansible-jjfrgkhd/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-11-30 07:26:11.977549 | fa163e9f-d340-873a-c15e-0000000000b6 | TASK | External deployment step 1 2025-11-30 07:26:12.005878 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000b6') missing from stats 2025-11-30 07:26:12.057806 | fa163e9f-d340-873a-c15e-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:18.527761 | 0.03s 2025-11-30 07:26:12.095495 | 8978109a-0683-47d8-8435-6f34ff92887c | INCLUDED | /root/standalone-ansible-jjfrgkhd/external_deploy_steps_tasks_step1.yaml | undercloud 2025-11-30 07:26:12.114185 | fa163e9f-d340-873a-c15e-00000000205c | TASK | Set some tripleo-ansible facts 2025-11-30 07:26:12.165414 | fa163e9f-d340-873a-c15e-00000000205c | OK | Set some tripleo-ansible facts | undercloud 2025-11-30 07:26:12.166632 | fa163e9f-d340-873a-c15e-00000000205c | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:18.636598 | 0.05s 2025-11-30 07:26:12.183739 | fa163e9f-d340-873a-c15e-00000000205e | TASK | Build disk list for cephadm 2025-11-30 07:26:12.234139 | fa163e9f-d340-873a-c15e-00000000205e | OK | Build disk list for cephadm | undercloud 2025-11-30 07:26:12.235400 | fa163e9f-d340-873a-c15e-00000000205e | TIMING | Build disk list for cephadm | undercloud | 0:03:18.705365 | 0.05s 2025-11-30 07:26:12.253750 | fa163e9f-d340-873a-c15e-000000002065 | TASK | Container image prepare 2025-11-30 07:26:13.285161 | fa163e9f-d340-873a-c15e-000000002065 | CHANGED | Container image prepare | undercloud 2025-11-30 07:26:13.287162 | fa163e9f-d340-873a-c15e-000000002065 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:19.757126 | 1.03s 2025-11-30 07:26:13.323055 | fa163e9f-d340-873a-c15e-00000000206c | TASK | Create /etc/openstack directory if it does not exist 2025-11-30 07:26:13.532867 | fa163e9f-d340-873a-c15e-00000000206c | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-11-30 07:26:13.534274 | fa163e9f-d340-873a-c15e-00000000206c | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:20.004239 | 0.21s 2025-11-30 07:26:13.551864 | fa163e9f-d340-873a-c15e-00000000206d | TASK | Configure /etc/openstack/clouds.yaml 2025-11-30 07:26:13.603409 | fa163e9f-d340-873a-c15e-00000000206d | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:20.073362 | 0.05s 2025-11-30 07:26:13.649415 | fa163e9f-d340-873a-c15e-000000002094 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-11-30 07:26:13.902097 | fa163e9f-d340-873a-c15e-000000002094 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-11-30 07:26:13.903458 | fa163e9f-d340-873a-c15e-000000002094 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:20.373422 | 0.25s 2025-11-30 07:26:13.923392 | fa163e9f-d340-873a-c15e-000000002095 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-11-30 07:26:14.371165 | fa163e9f-d340-873a-c15e-000000002095 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-11-30 07:26:14.372535 | fa163e9f-d340-873a-c15e-000000002095 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:20.842498 | 0.45s 2025-11-30 07:26:14.392914 | fa163e9f-d340-873a-c15e-000000002096 | TASK | Configure /etc/openstack/clouds.yaml 2025-11-30 07:26:14.444462 | fa163e9f-d340-873a-c15e-000000002096 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:20.914415 | 0.05s 2025-11-30 07:26:14.492265 | fa163e9f-d340-873a-c15e-0000000020d0 | TASK | Check for a configured destination 2025-11-30 07:26:14.556809 | fa163e9f-d340-873a-c15e-0000000020d0 | SKIPPED | Check for a configured destination | undercloud 2025-11-30 07:26:14.558035 | fa163e9f-d340-873a-c15e-0000000020d0 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:21.027960 | 0.06s 2025-11-30 07:26:14.584307 | fa163e9f-d340-873a-c15e-0000000020d1 | TASK | Generate /etc/openstack/clouds.yaml config 2025-11-30 07:26:15.077896 | fa163e9f-d340-873a-c15e-0000000020d1 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-11-30 07:26:15.079284 | fa163e9f-d340-873a-c15e-0000000020d1 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:21.549247 | 0.49s PLAY [Deploy step tasks for 1] ************************************************* 2025-11-30 07:26:15.245886 | fa163e9f-d340-873a-c15e-0000000000ba | TASK | Deploy step tasks for 1 2025-11-30 07:26:15.273781 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000ba') missing from stats 2025-11-30 07:26:15.298406 | fa163e9f-d340-873a-c15e-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-11-30 07:26:15.797588 | fa163e9f-d340-873a-c15e-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-11-30 07:26:15.798983 | fa163e9f-d340-873a-c15e-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:22.268948 | 0.50s 2025-11-30 07:26:15.823067 | fa163e9f-d340-873a-c15e-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-30 07:26:16.053200 | fa163e9f-d340-873a-c15e-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-30 07:26:16.054781 | fa163e9f-d340-873a-c15e-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:22.524745 | 0.23s 2025-11-30 07:26:16.080119 | fa163e9f-d340-873a-c15e-0000000000be | TASK | Write config data at the start of step 1 2025-11-30 07:26:16.153804 | fa163e9f-d340-873a-c15e-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:22.623748 | 0.07s 2025-11-30 07:26:16.197384 | 104eb309-025e-4888-8053-54c9fc971342 | INCLUDED | /root/standalone-ansible-jjfrgkhd/common_deploy_steps_tasks_step_1.yaml | standalone 2025-11-30 07:26:16.223632 | fa163e9f-d340-873a-c15e-00000000210f | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-11-30 07:26:16.254119 | fa163e9f-d340-873a-c15e-00000000210f | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-30 07:26:16.254979 | fa163e9f-d340-873a-c15e-00000000210f | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:22.724949 | 0.03s 2025-11-30 07:26:16.274678 | fa163e9f-d340-873a-c15e-000000002110 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-11-30 07:26:16.303519 | fa163e9f-d340-873a-c15e-000000002110 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-30 07:26:16.304748 | fa163e9f-d340-873a-c15e-000000002110 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:22.774712 | 0.03s 2025-11-30 07:26:16.329124 | fa163e9f-d340-873a-c15e-000000002111 | TASK | Write the puppet step_config manifest 2025-11-30 07:26:16.802273 | fa163e9f-d340-873a-c15e-000000002111 | CHANGED | Write the puppet step_config manifest | standalone 2025-11-30 07:26:16.803550 | fa163e9f-d340-873a-c15e-000000002111 | TIMING | Write the puppet step_config manifest | standalone | 0:03:23.273515 | 0.47s 2025-11-30 07:26:16.827372 | fa163e9f-d340-873a-c15e-000000002112 | TASK | Diff puppet step_config manifest changes for check mode 2025-11-30 07:26:16.858358 | fa163e9f-d340-873a-c15e-000000002112 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-30 07:26:16.859612 | fa163e9f-d340-873a-c15e-000000002112 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:23.329575 | 0.03s 2025-11-30 07:26:16.884436 | fa163e9f-d340-873a-c15e-000000002113 | TASK | Diff puppet step_config manifest changes for check mode 2025-11-30 07:26:16.916384 | fa163e9f-d340-873a-c15e-000000002113 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-30 07:26:16.917566 | fa163e9f-d340-873a-c15e-000000002113 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:23.387530 | 0.03s 2025-11-30 07:26:16.941710 | fa163e9f-d340-873a-c15e-000000002114 | TASK | Create /var/lib/container-puppet 2025-11-30 07:26:17.174163 | fa163e9f-d340-873a-c15e-000000002114 | OK | Create /var/lib/container-puppet | standalone 2025-11-30 07:26:17.175576 | fa163e9f-d340-873a-c15e-000000002114 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:23.645541 | 0.23s 2025-11-30 07:26:17.199790 | fa163e9f-d340-873a-c15e-000000002115 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-11-30 07:26:17.229838 | fa163e9f-d340-873a-c15e-000000002115 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-30 07:26:17.230926 | fa163e9f-d340-873a-c15e-000000002115 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:23.700890 | 0.03s 2025-11-30 07:26:17.255931 | fa163e9f-d340-873a-c15e-000000002116 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-11-30 07:26:17.285946 | fa163e9f-d340-873a-c15e-000000002116 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-30 07:26:17.287130 | fa163e9f-d340-873a-c15e-000000002116 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:23.757092 | 0.03s 2025-11-30 07:26:17.310521 | fa163e9f-d340-873a-c15e-000000002117 | TASK | Write container-puppet.json file 2025-11-30 07:26:17.894129 | fa163e9f-d340-873a-c15e-000000002117 | CHANGED | Write container-puppet.json file | standalone 2025-11-30 07:26:17.895393 | fa163e9f-d340-873a-c15e-000000002117 | TIMING | Write container-puppet.json file | standalone | 0:03:24.365358 | 0.58s 2025-11-30 07:26:17.919802 | fa163e9f-d340-873a-c15e-000000002118 | TASK | Diff container-puppet.json changes for check mode 2025-11-30 07:26:17.940237 | fa163e9f-d340-873a-c15e-000000002118 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-30 07:26:17.941337 | fa163e9f-d340-873a-c15e-000000002118 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:24.411303 | 0.02s 2025-11-30 07:26:17.965543 | fa163e9f-d340-873a-c15e-000000002119 | TASK | Diff container-puppet.json changes for check mode 2025-11-30 07:26:17.995653 | fa163e9f-d340-873a-c15e-000000002119 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-30 07:26:17.996809 | fa163e9f-d340-873a-c15e-000000002119 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:24.466774 | 0.03s 2025-11-30 07:26:18.020931 | fa163e9f-d340-873a-c15e-00000000211a | TASK | Ensure config hashes are up-to-date for container startup configs 2025-11-30 07:26:18.359506 | fa163e9f-d340-873a-c15e-00000000211a | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-11-30 07:26:18.360826 | fa163e9f-d340-873a-c15e-00000000211a | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:24.830788 | 0.34s 2025-11-30 07:26:18.385911 | fa163e9f-d340-873a-c15e-00000000211b | TASK | Set host puppet debugging fact string 2025-11-30 07:26:18.418823 | fa163e9f-d340-873a-c15e-00000000211b | SKIPPED | Set host puppet debugging fact string | standalone 2025-11-30 07:26:18.420107 | fa163e9f-d340-873a-c15e-00000000211b | TIMING | Set host puppet debugging fact string | standalone | 0:03:24.890069 | 0.03s 2025-11-30 07:26:18.445218 | fa163e9f-d340-873a-c15e-00000000211c | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-11-30 07:26:18.473966 | fa163e9f-d340-873a-c15e-00000000211c | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-11-30 07:26:18.475303 | fa163e9f-d340-873a-c15e-00000000211c | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:24.945267 | 0.03s 2025-11-30 07:26:18.500237 | fa163e9f-d340-873a-c15e-00000000211d | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-11-30 07:26:18.531765 | fa163e9f-d340-873a-c15e-00000000211d | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-11-30 07:26:18.532851 | fa163e9f-d340-873a-c15e-00000000211d | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:25.002815 | 0.03s 2025-11-30 07:26:18.557804 | fa163e9f-d340-873a-c15e-00000000211e | TASK | Create puppet check-mode files if they don't exist for check mode 2025-11-30 07:26:18.597845 | fa163e9f-d340-873a-c15e-00000000211e | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-11-30 07:26:18.598974 | fa163e9f-d340-873a-c15e-00000000211e | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:25.068937 | 0.04s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-30 07:26:18.665665 | fa163e9f-d340-873a-c15e-0000000000c0 | TIMING | include_tasks | standalone | 0:03:25.135618 | 0.04s 2025-11-30 07:26:18.787862 | 08431a18-2d9a-4150-9773-ac1f63337551 | INCLUDED | /root/standalone-ansible-jjfrgkhd/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-11-30 07:26:18.827313 | fa163e9f-d340-873a-c15e-000000002149 | TASK | Create dirs for certificates and keys 2025-11-30 07:26:18.871287 | fa163e9f-d340-873a-c15e-000000002149 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-11-30 07:26:18.894318 | fa163e9f-d340-873a-c15e-000000002149 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-11-30 07:26:18.901629 | fa163e9f-d340-873a-c15e-000000002149 | TIMING | Create dirs for certificates and keys | standalone | 0:03:25.371597 | 0.07s 2025-11-30 07:26:18.966839 | fa163e9f-d340-873a-c15e-00000000214a | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-30 07:26:18.968209 | fa163e9f-d340-873a-c15e-00000000214a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:25.438171 | 0.05s 2025-11-30 07:26:18.993494 | fa163e9f-d340-873a-c15e-000000002151 | TASK | Fail if container image is undefined 2025-11-30 07:26:19.052765 | fa163e9f-d340-873a-c15e-000000002151 | SKIPPED | Fail if container image is undefined | standalone 2025-11-30 07:26:19.053943 | fa163e9f-d340-873a-c15e-000000002151 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:25.523906 | 0.06s 2025-11-30 07:26:19.096096 | fa163e9f-d340-873a-c15e-000000002152 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-30 07:26:40.793682 | fa163e9f-d340-873a-c15e-000000002152 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-30 07:26:40.794914 | fa163e9f-d340-873a-c15e-000000002152 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:47.264885 | 21.70s 2025-11-30 07:26:40.835838 | fa163e9f-d340-873a-c15e-000000002153 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-30 07:26:41.191901 | fa163e9f-d340-873a-c15e-000000002153 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-30 07:26:41.193439 | fa163e9f-d340-873a-c15e-000000002153 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:47.663397 | 0.36s 2025-11-30 07:26:41.242104 | fa163e9f-d340-873a-c15e-000000002162 | TASK | Fail if container image is undefined 2025-11-30 07:26:41.305967 | fa163e9f-d340-873a-c15e-000000002162 | SKIPPED | Fail if container image is undefined | standalone 2025-11-30 07:26:41.307503 | fa163e9f-d340-873a-c15e-000000002162 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:47.777466 | 0.06s 2025-11-30 07:26:41.348478 | fa163e9f-d340-873a-c15e-000000002163 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-30 07:26:46.469294 | fa163e9f-d340-873a-c15e-000000002163 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-30 07:26:46.470698 | fa163e9f-d340-873a-c15e-000000002163 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:52.940663 | 5.12s 2025-11-30 07:26:46.522551 | fa163e9f-d340-873a-c15e-000000002164 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-30 07:26:46.834512 | fa163e9f-d340-873a-c15e-000000002164 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-30 07:26:46.835752 | fa163e9f-d340-873a-c15e-000000002164 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:53.305718 | 0.31s 2025-11-30 07:26:46.883286 | fa163e9f-d340-873a-c15e-00000000216f | TASK | Check if rsyslog exists 2025-11-30 07:26:47.140436 | fa163e9f-d340-873a-c15e-00000000216f | CHANGED | Check if rsyslog exists | standalone 2025-11-30 07:26:47.141947 | fa163e9f-d340-873a-c15e-00000000216f | TIMING | Check if rsyslog exists | standalone | 0:03:53.611911 | 0.26s 2025-11-30 07:26:47.168237 | fa163e9f-d340-873a-c15e-000000002171 | TASK | Forward logging to haproxy.log file 2025-11-30 07:26:47.420615 | fa163e9f-d340-873a-c15e-000000002171 | CHANGED | Forward logging to haproxy.log file | standalone 2025-11-30 07:26:47.422268 | fa163e9f-d340-873a-c15e-000000002171 | TIMING | Forward logging to haproxy.log file | standalone | 0:03:53.892233 | 0.25s 2025-11-30 07:26:47.448299 | fa163e9f-d340-873a-c15e-000000002172 | TASK | restart rsyslog service after logging conf change 2025-11-30 07:26:48.145884 | fa163e9f-d340-873a-c15e-000000002172 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-11-30 07:26:48.146864 | fa163e9f-d340-873a-c15e-000000002172 | TIMING | restart rsyslog service after logging conf change | standalone | 0:03:54.616838 | 0.70s 2025-11-30 07:26:48.165438 | fa163e9f-d340-873a-c15e-000000002179 | TASK | Fail if container image is undefined 2025-11-30 07:26:48.225930 | fa163e9f-d340-873a-c15e-000000002179 | SKIPPED | Fail if container image is undefined | standalone 2025-11-30 07:26:48.226584 | fa163e9f-d340-873a-c15e-000000002179 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:54.696558 | 0.06s 2025-11-30 07:26:48.251800 | fa163e9f-d340-873a-c15e-00000000217a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-30 07:26:53.507910 | fa163e9f-d340-873a-c15e-00000000217a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-30 07:26:53.509361 | fa163e9f-d340-873a-c15e-00000000217a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:03:59.979327 | 5.26s 2025-11-30 07:26:53.565546 | fa163e9f-d340-873a-c15e-00000000217b | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-30 07:26:53.881352 | fa163e9f-d340-873a-c15e-00000000217b | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-30 07:26:53.882741 | fa163e9f-d340-873a-c15e-00000000217b | 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:00.352704 | 0.32s 2025-11-30 07:26:53.931354 | fa163e9f-d340-873a-c15e-000000002185 | TASK | Run lvmfilter role 2025-11-30 07:26:53.980894 | fa163e9f-d340-873a-c15e-000000002185 | TIMING | Run lvmfilter role | standalone | 0:04:00.450850 | 0.05s 2025-11-30 07:26:54.058921 | fa163e9f-d340-873a-c15e-000000002284 | TASK | Check if lvm2 is installed 2025-11-30 07:26:54.297418 | fa163e9f-d340-873a-c15e-000000002284 | CHANGED | Check if lvm2 is installed | standalone 2025-11-30 07:26:54.298671 | fa163e9f-d340-873a-c15e-000000002284 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:00.768635 | 0.24s 2025-11-30 07:26:54.324078 | fa163e9f-d340-873a-c15e-000000002286 | TASK | collect ansible devices 2025-11-30 07:26:54.374407 | fa163e9f-d340-873a-c15e-000000002286 | SKIPPED | collect ansible devices | standalone 2025-11-30 07:26:54.375615 | fa163e9f-d340-873a-c15e-000000002286 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:00.845577 | 0.05s 2025-11-30 07:26:54.400558 | fa163e9f-d340-873a-c15e-000000002287 | TASK | collect in-use lvm2 devices list 2025-11-30 07:26:54.450721 | fa163e9f-d340-873a-c15e-000000002287 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-11-30 07:26:54.452162 | fa163e9f-d340-873a-c15e-000000002287 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:00.922117 | 0.05s 2025-11-30 07:26:54.477265 | fa163e9f-d340-873a-c15e-000000002288 | TASK | set allowed_devices 2025-11-30 07:26:54.527124 | fa163e9f-d340-873a-c15e-000000002288 | SKIPPED | set allowed_devices | standalone 2025-11-30 07:26:54.528344 | fa163e9f-d340-873a-c15e-000000002288 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:00.998307 | 0.05s 2025-11-30 07:26:54.554992 | fa163e9f-d340-873a-c15e-000000002289 | TASK | build lvm2 allow list 2025-11-30 07:26:54.604903 | fa163e9f-d340-873a-c15e-000000002289 | SKIPPED | build lvm2 allow list | standalone 2025-11-30 07:26:54.606117 | fa163e9f-d340-873a-c15e-000000002289 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:01.076080 | 0.05s 2025-11-30 07:26:54.632064 | fa163e9f-d340-873a-c15e-00000000228a | TASK | build lvm2 deny list 2025-11-30 07:26:54.682499 | fa163e9f-d340-873a-c15e-00000000228a | SKIPPED | build lvm2 deny list | standalone 2025-11-30 07:26:54.683752 | fa163e9f-d340-873a-c15e-00000000228a | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:01.153715 | 0.05s 2025-11-30 07:26:54.709407 | fa163e9f-d340-873a-c15e-00000000228b | TASK | build lvm2 filter 2025-11-30 07:26:54.760466 | fa163e9f-d340-873a-c15e-00000000228b | SKIPPED | build lvm2 filter | standalone 2025-11-30 07:26:54.761724 | fa163e9f-d340-873a-c15e-00000000228b | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:01.231687 | 0.05s 2025-11-30 07:26:54.785781 | fa163e9f-d340-873a-c15e-00000000228c | TASK | regenerate lvm config 2025-11-30 07:26:54.835460 | fa163e9f-d340-873a-c15e-00000000228c | SKIPPED | regenerate lvm config | standalone 2025-11-30 07:26:54.836627 | fa163e9f-d340-873a-c15e-00000000228c | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:01.306589 | 0.05s 2025-11-30 07:26:54.862854 | fa163e9f-d340-873a-c15e-00000000228d | TASK | copy new lvm.conf in place 2025-11-30 07:26:54.916195 | fa163e9f-d340-873a-c15e-00000000228d | SKIPPED | copy new lvm.conf in place | standalone 2025-11-30 07:26:54.917424 | fa163e9f-d340-873a-c15e-00000000228d | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:01.387385 | 0.05s 2025-11-30 07:26:54.968968 | fa163e9f-d340-873a-c15e-00000000218b | TASK | Fail if container image is undefined 2025-11-30 07:26:55.019629 | fa163e9f-d340-873a-c15e-00000000218b | SKIPPED | Fail if container image is undefined | standalone 2025-11-30 07:26:55.020644 | fa163e9f-d340-873a-c15e-00000000218b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:01.490613 | 0.05s 2025-11-30 07:26:55.065336 | fa163e9f-d340-873a-c15e-00000000218c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-30 07:27:03.787544 | fa163e9f-d340-873a-c15e-00000000218c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-30 07:27:03.789249 | fa163e9f-d340-873a-c15e-00000000218c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:10.259212 | 8.72s 2025-11-30 07:27:03.844234 | fa163e9f-d340-873a-c15e-00000000218d | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-30 07:27:04.194867 | fa163e9f-d340-873a-c15e-00000000218d | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-30 07:27:04.196047 | fa163e9f-d340-873a-c15e-00000000218d | 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:10.666015 | 0.35s 2025-11-30 07:27:04.293309 | fa163e9f-d340-873a-c15e-000000002198 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-30 07:27:04.294503 | fa163e9f-d340-873a-c15e-000000002198 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:10.764465 | 0.05s 2025-11-30 07:27:04.319568 | fa163e9f-d340-873a-c15e-00000000219f | TASK | Fail if container image is undefined 2025-11-30 07:27:04.382786 | fa163e9f-d340-873a-c15e-00000000219f | SKIPPED | Fail if container image is undefined | standalone 2025-11-30 07:27:04.383917 | fa163e9f-d340-873a-c15e-00000000219f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:10.853879 | 0.06s 2025-11-30 07:27:04.424405 | fa163e9f-d340-873a-c15e-0000000021a0 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-30 07:27:11.200242 | fa163e9f-d340-873a-c15e-0000000021a0 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-30 07:27:11.201751 | fa163e9f-d340-873a-c15e-0000000021a0 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:17.671715 | 6.78s 2025-11-30 07:27:11.258308 | fa163e9f-d340-873a-c15e-0000000021a1 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-30 07:27:11.607088 | fa163e9f-d340-873a-c15e-0000000021a1 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-30 07:27:11.608536 | fa163e9f-d340-873a-c15e-0000000021a1 | 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:18.078500 | 0.35s 2025-11-30 07:27:11.705812 | fa163e9f-d340-873a-c15e-0000000021ac | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-30 07:27:11.707117 | fa163e9f-d340-873a-c15e-0000000021ac | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:18.177081 | 0.05s 2025-11-30 07:27:11.731278 | fa163e9f-d340-873a-c15e-0000000021ae | TASK | install systemd-container for a greenfield 2025-11-30 07:27:33.451123 | fa163e9f-d340-873a-c15e-0000000021ae | CHANGED | install systemd-container for a greenfield | standalone 2025-11-30 07:27:33.452954 | fa163e9f-d340-873a-c15e-0000000021ae | TIMING | install systemd-container for a greenfield | standalone | 0:04:39.922918 | 21.72s 2025-11-30 07:27:33.478515 | fa163e9f-d340-873a-c15e-0000000021af | TASK | manage PMEM namespaces for vPMEM 2025-11-30 07:27:33.529479 | fa163e9f-d340-873a-c15e-0000000021af | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-11-30 07:27:33.530740 | fa163e9f-d340-873a-c15e-0000000021af | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:40.000703 | 0.05s 2025-11-30 07:27:33.555415 | fa163e9f-d340-873a-c15e-0000000021b1 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-11-30 07:27:33.829414 | fa163e9f-d340-873a-c15e-0000000021b1 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-11-30 07:27:33.830797 | fa163e9f-d340-873a-c15e-0000000021b1 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:40.300762 | 0.27s 2025-11-30 07:27:33.855529 | fa163e9f-d340-873a-c15e-0000000021b3 | TASK | is KSM enabled 2025-11-30 07:27:33.908609 | fa163e9f-d340-873a-c15e-0000000021b3 | OK | is KSM enabled | standalone 2025-11-30 07:27:33.909973 | fa163e9f-d340-873a-c15e-0000000021b3 | TIMING | is KSM enabled | standalone | 0:04:40.379937 | 0.05s 2025-11-30 07:27:33.935501 | fa163e9f-d340-873a-c15e-0000000021b5 | TASK | Check for ksm 2025-11-30 07:27:35.221078 | fa163e9f-d340-873a-c15e-0000000021b5 | CHANGED | Check for ksm | standalone 2025-11-30 07:27:35.222505 | fa163e9f-d340-873a-c15e-0000000021b5 | TIMING | Check for ksm | standalone | 0:04:41.692470 | 1.29s 2025-11-30 07:27:35.248460 | fa163e9f-d340-873a-c15e-0000000021b6 | TASK | disable KSM services 2025-11-30 07:27:35.337431 | fa163e9f-d340-873a-c15e-0000000021b6 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-11-30 07:27:35.370327 | fa163e9f-d340-873a-c15e-0000000021b6 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-11-30 07:27:35.376133 | fa163e9f-d340-873a-c15e-0000000021b6 | TIMING | disable KSM services | standalone | 0:04:41.846091 | 0.13s 2025-11-30 07:27:35.401784 | fa163e9f-d340-873a-c15e-0000000021b7 | TASK | delete PageKSM after disable ksm on compute 2025-11-30 07:27:35.441809 | fa163e9f-d340-873a-c15e-0000000021b7 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-11-30 07:27:35.442983 | fa163e9f-d340-873a-c15e-0000000021b7 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:41.912946 | 0.04s 2025-11-30 07:27:35.470073 | fa163e9f-d340-873a-c15e-0000000021b9 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-11-30 07:27:35.500420 | fa163e9f-d340-873a-c15e-0000000021b9 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-11-30 07:27:35.501566 | fa163e9f-d340-873a-c15e-0000000021b9 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:41.971529 | 0.03s 2025-11-30 07:27:35.526654 | fa163e9f-d340-873a-c15e-0000000021ba | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-11-30 07:27:35.557147 | fa163e9f-d340-873a-c15e-0000000021ba | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-11-30 07:27:35.558250 | fa163e9f-d340-873a-c15e-0000000021ba | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:42.028214 | 0.03s 2025-11-30 07:27:35.583412 | fa163e9f-d340-873a-c15e-0000000021bb | TASK | enable ksmtunded 2025-11-30 07:27:35.647412 | fa163e9f-d340-873a-c15e-0000000021bb | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-11-30 07:27:35.671355 | fa163e9f-d340-873a-c15e-0000000021bb | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-11-30 07:27:35.685465 | fa163e9f-d340-873a-c15e-0000000021bb | TIMING | enable ksmtunded | standalone | 0:04:42.155421 | 0.10s 2025-11-30 07:27:35.762490 | fa163e9f-d340-873a-c15e-0000000021bd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-30 07:27:35.763793 | fa163e9f-d340-873a-c15e-0000000021bd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:42.233751 | 0.05s 2025-11-30 07:27:35.789223 | fa163e9f-d340-873a-c15e-0000000021bf | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-30 07:27:35.861197 | fa163e9f-d340-873a-c15e-0000000021bf | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-30 07:27:35.862517 | fa163e9f-d340-873a-c15e-0000000021bf | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:42.332482 | 0.07s 2025-11-30 07:27:35.893583 | fa163e9f-d340-873a-c15e-0000000021c0 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-11-30 07:27:38.947823 | fa163e9f-d340-873a-c15e-0000000021c0 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-11-30 07:27:38.952972 | fa163e9f-d340-873a-c15e-0000000021c0 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:45.422935 | 3.06s 2025-11-30 07:27:38.987821 | fa163e9f-d340-873a-c15e-0000000021c2 | TASK | Fetch ovn-dbs-bundle 2025-11-30 07:27:39.058573 | fa163e9f-d340-873a-c15e-0000000021c2 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-11-30 07:27:39.059864 | fa163e9f-d340-873a-c15e-0000000021c2 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:45.529826 | 0.07s 2025-11-30 07:27:39.087690 | fa163e9f-d340-873a-c15e-0000000021c3 | TASK | Fetch ovn VIP 2025-11-30 07:27:39.150113 | fa163e9f-d340-873a-c15e-0000000021c3 | SKIPPED | Fetch ovn VIP | standalone 2025-11-30 07:27:39.151427 | fa163e9f-d340-873a-c15e-0000000021c3 | TIMING | Fetch ovn VIP | standalone | 0:04:45.621388 | 0.06s 2025-11-30 07:27:39.180640 | fa163e9f-d340-873a-c15e-0000000021c4 | TASK | Remove OVNDBs from pacemaker 2025-11-30 07:27:39.252509 | fa163e9f-d340-873a-c15e-0000000021c4 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-11-30 07:27:39.253634 | fa163e9f-d340-873a-c15e-0000000021c4 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:45.723597 | 0.07s 2025-11-30 07:27:39.281578 | fa163e9f-d340-873a-c15e-0000000021c5 | TASK | Remove OVNDBs VIP from pacemaker 2025-11-30 07:27:39.352162 | fa163e9f-d340-873a-c15e-0000000021c5 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-11-30 07:27:39.353450 | fa163e9f-d340-873a-c15e-0000000021c5 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:45.823411 | 0.07s 2025-11-30 07:27:39.381237 | fa163e9f-d340-873a-c15e-0000000021c6 | TASK | Clean up pacemaker remote nodes cache 2025-11-30 07:27:39.453126 | fa163e9f-d340-873a-c15e-0000000021c6 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-11-30 07:27:39.454396 | fa163e9f-d340-873a-c15e-0000000021c6 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:45.924353 | 0.07s 2025-11-30 07:27:39.483604 | fa163e9f-d340-873a-c15e-0000000021c7 | TASK | Remove pacemaker attributes 2025-11-30 07:27:39.550985 | fa163e9f-d340-873a-c15e-0000000021c7 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-11-30 07:27:39.562134 | fa163e9f-d340-873a-c15e-0000000021c7 | TIMING | Remove pacemaker attributes | standalone | 0:04:46.032091 | 0.08s 2025-11-30 07:27:39.630854 | fa163e9f-d340-873a-c15e-0000000021ca | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-30 07:27:39.632169 | fa163e9f-d340-873a-c15e-0000000021ca | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:46.102131 | 0.04s 2025-11-30 07:27:39.663261 | fa163e9f-d340-873a-c15e-0000000021cc | TASK | Configure OVN DBs and northd 2025-11-30 07:27:39.718379 | fa163e9f-d340-873a-c15e-0000000021cc | TIMING | Configure OVN DBs and northd | standalone | 0:04:46.188333 | 0.05s 2025-11-30 07:27:39.787812 | fa163e9f-d340-873a-c15e-00000000235c | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-11-30 07:27:40.068330 | fa163e9f-d340-873a-c15e-00000000235c | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-11-30 07:27:40.069349 | fa163e9f-d340-873a-c15e-00000000235c | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:46.539323 | 0.28s 2025-11-30 07:27:40.088727 | fa163e9f-d340-873a-c15e-00000000235d | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-30 07:27:40.134804 | fa163e9f-d340-873a-c15e-00000000235d | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-30 07:27:40.135585 | fa163e9f-d340-873a-c15e-00000000235d | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:46.605557 | 0.05s 2025-11-30 07:27:40.164529 | fa163e9f-d340-873a-c15e-00000000235e | TASK | check ovsdb-tool election-timer options 2025-11-30 07:27:40.416866 | fa163e9f-d340-873a-c15e-00000000235e | CHANGED | check ovsdb-tool election-timer options | standalone 2025-11-30 07:27:40.418264 | fa163e9f-d340-873a-c15e-00000000235e | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:46.888227 | 0.25s 2025-11-30 07:27:40.446487 | fa163e9f-d340-873a-c15e-00000000235f | TASK | set has_ovsdb_tool_election_timer fact 2025-11-30 07:27:40.518403 | fa163e9f-d340-873a-c15e-00000000235f | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-11-30 07:27:40.519639 | fa163e9f-d340-873a-c15e-00000000235f | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:46.989603 | 0.07s 2025-11-30 07:27:40.548725 | fa163e9f-d340-873a-c15e-000000002360 | TASK | render OVN cluster configuration 2025-11-30 07:27:41.129629 | fa163e9f-d340-873a-c15e-000000002360 | CHANGED | render OVN cluster configuration | standalone 2025-11-30 07:27:41.131071 | fa163e9f-d340-873a-c15e-000000002360 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:47.601035 | 0.58s 2025-11-30 07:27:41.160062 | fa163e9f-d340-873a-c15e-000000002361 | TASK | restart OVN northd and north and south databases 2025-11-30 07:27:41.206196 | fa163e9f-d340-873a-c15e-000000002361 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:47.676140 | 0.04s 2025-11-30 07:27:41.224128 | fa163e9f-d340-873a-c15e-000000002361 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:47.694096 | 0.06s 2025-11-30 07:27:41.235512 | fa163e9f-d340-873a-c15e-000000002361 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:47.705481 | 0.07s 2025-11-30 07:27:41.247873 | fa163e9f-d340-873a-c15e-000000002361 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:47.717837 | 0.09s 2025-11-30 07:27:41.272774 | 63701463-b70b-488b-9654-08377a712cc7 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-30 07:27:41.282743 | cd85f701-f617-4bce-a4cc-b3e7aefa6472 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-30 07:27:41.291457 | dd4e7ecf-5e7b-49ac-ba75-ac1100090d33 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-30 07:27:41.321121 | fa163e9f-d340-873a-c15e-000000002390 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-11-30 07:27:41.583724 | fa163e9f-d340-873a-c15e-000000002390 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-11-30 07:27:41.585116 | fa163e9f-d340-873a-c15e-000000002390 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:48.055079 | 0.26s 2025-11-30 07:27:41.615469 | fa163e9f-d340-873a-c15e-000000002391 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-11-30 07:27:41.668321 | fa163e9f-d340-873a-c15e-000000002391 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-11-30 07:27:41.669437 | fa163e9f-d340-873a-c15e-000000002391 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:48.139401 | 0.05s 2025-11-30 07:27:41.700181 | fa163e9f-d340-873a-c15e-000000002395 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-11-30 07:27:41.966145 | fa163e9f-d340-873a-c15e-000000002395 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-11-30 07:27:41.967539 | fa163e9f-d340-873a-c15e-000000002395 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:48.437500 | 0.27s 2025-11-30 07:27:41.998654 | fa163e9f-d340-873a-c15e-000000002396 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-11-30 07:27:42.049842 | fa163e9f-d340-873a-c15e-000000002396 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-11-30 07:27:42.050975 | fa163e9f-d340-873a-c15e-000000002396 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:48.520937 | 0.05s 2025-11-30 07:27:42.081568 | fa163e9f-d340-873a-c15e-00000000239a | TASK | check if tripleo_cluster_northd systemd service is active 2025-11-30 07:27:42.334655 | fa163e9f-d340-873a-c15e-00000000239a | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-11-30 07:27:42.335949 | fa163e9f-d340-873a-c15e-00000000239a | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:48.805914 | 0.25s 2025-11-30 07:27:42.366317 | fa163e9f-d340-873a-c15e-00000000239b | TASK | restart tripleo_cluster_northd systemd service 2025-11-30 07:27:42.406516 | fa163e9f-d340-873a-c15e-00000000239b | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-11-30 07:27:42.407592 | fa163e9f-d340-873a-c15e-00000000239b | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:48.877556 | 0.04s 2025-11-30 07:27:42.499793 | fa163e9f-d340-873a-c15e-0000000021ce | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-30 07:27:42.500932 | fa163e9f-d340-873a-c15e-0000000021ce | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:48.970894 | 0.04s 2025-11-30 07:27:42.578765 | fa163e9f-d340-873a-c15e-0000000021d0 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-30 07:27:42.580053 | fa163e9f-d340-873a-c15e-0000000021d0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:49.050015 | 0.05s 2025-11-30 07:27:42.609147 | fa163e9f-d340-873a-c15e-0000000021d7 | TASK | Fail if container image is undefined 2025-11-30 07:27:42.673679 | fa163e9f-d340-873a-c15e-0000000021d7 | SKIPPED | Fail if container image is undefined | standalone 2025-11-30 07:27:42.674929 | fa163e9f-d340-873a-c15e-0000000021d7 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:49.144891 | 0.06s 2025-11-30 07:27:42.719255 | fa163e9f-d340-873a-c15e-0000000021d8 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-30 07:27:49.318409 | fa163e9f-d340-873a-c15e-0000000021d8 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-30 07:27:49.319705 | fa163e9f-d340-873a-c15e-0000000021d8 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:04:55.789671 | 6.60s 2025-11-30 07:27:49.377164 | fa163e9f-d340-873a-c15e-0000000021d9 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-30 07:27:49.731244 | fa163e9f-d340-873a-c15e-0000000021d9 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-30 07:27:49.732538 | fa163e9f-d340-873a-c15e-0000000021d9 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:04:56.202502 | 0.35s 2025-11-30 07:27:49.785566 | fa163e9f-d340-873a-c15e-0000000021e4 | TASK | Pre-fetch all the containers 2025-11-30 07:27:55.753609 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-11-30 07:27:55.757451 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:02.227405 | 5.97s 2025-11-30 07:28:01.198747 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-11-30 07:28:01.202334 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:07.672301 | 11.41s 2025-11-30 07:28:04.356492 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-11-30 07:28:04.359335 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:10.829300 | 14.57s 2025-11-30 07:28:07.490292 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-11-30 07:28:07.492824 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:13.962791 | 17.71s 2025-11-30 07:28:09.234725 | fa163e9f-d340-873a-c15e-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-11-30 07:28:09.237332 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:15.707297 | 19.45s 2025-11-30 07:28:11.032686 | fa163e9f-d340-873a-c15e-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-11-30 07:28:11.035819 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:17.505784 | 21.25s 2025-11-30 07:28:15.983903 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-11-30 07:28:15.986751 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:22.456717 | 26.20s 2025-11-30 07:28:21.096856 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-11-30 07:28:21.100451 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:27.570418 | 31.31s 2025-11-30 07:28:23.861269 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-11-30 07:28:23.864572 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:30.334538 | 34.08s 2025-11-30 07:28:31.944901 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-11-30 07:28:31.949731 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:38.419690 | 42.16s 2025-11-30 07:28:35.878648 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-11-30 07:28:35.881471 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:05:42.351436 | 46.09s 2025-11-30 07:28:56.417039 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-11-30 07:28:56.419899 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:02.889864 | 66.63s 2025-11-30 07:29:06.855916 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-11-30 07:29:06.858816 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:13.328784 | 77.07s 2025-11-30 07:29:14.283421 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-11-30 07:29:14.286492 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:20.756457 | 84.50s 2025-11-30 07:29:23.646021 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-11-30 07:29:23.649769 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:30.119734 | 93.86s 2025-11-30 07:29:32.427077 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-11-30 07:29:32.429956 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:38.899922 | 102.64s 2025-11-30 07:29:35.951949 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-11-30 07:29:35.955288 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:42.425254 | 106.17s 2025-11-30 07:29:39.660457 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-11-30 07:29:39.664106 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:46.134070 | 109.88s 2025-11-30 07:29:45.004500 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-11-30 07:29:45.007310 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:06:51.477275 | 115.22s 2025-11-30 07:29:58.375093 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-11-30 07:29:58.378676 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:04.848640 | 128.59s 2025-11-30 07:30:01.687445 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-11-30 07:30:01.690296 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:08.160261 | 131.90s 2025-11-30 07:30:06.275259 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-11-30 07:30:06.278766 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:12.748733 | 136.49s 2025-11-30 07:30:09.086293 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-11-30 07:30:09.089390 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:15.559356 | 139.30s 2025-11-30 07:30:11.916202 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-11-30 07:30:11.919609 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:18.389574 | 142.13s 2025-11-30 07:30:14.210911 | fa163e9f-d340-873a-c15e-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-11-30 07:30:14.213231 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:20.683202 | 144.43s 2025-11-30 07:30:16.616960 | fa163e9f-d340-873a-c15e-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-11-30 07:30:16.620454 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:23.090420 | 146.83s 2025-11-30 07:30:19.290243 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-11-30 07:30:19.293151 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:25.763115 | 149.51s 2025-11-30 07:30:21.269683 | fa163e9f-d340-873a-c15e-0000000021e4 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-11-30 07:30:21.273514 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:27.743463 | 151.49s 2025-11-30 07:30:26.728022 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-11-30 07:30:26.731180 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:33.201145 | 156.94s 2025-11-30 07:30:29.903288 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-11-30 07:30:29.905968 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:36.375936 | 160.12s 2025-11-30 07:30:34.535429 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-11-30 07:30:34.540229 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:41.010189 | 164.75s 2025-11-30 07:30:37.695748 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-11-30 07:30:37.698492 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:44.168459 | 167.91s 2025-11-30 07:30:41.367126 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-11-30 07:30:41.370864 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:47.840831 | 171.58s 2025-11-30 07:30:44.133439 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-11-30 07:30:44.137305 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:50.607266 | 174.35s 2025-11-30 07:30:46.980249 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-11-30 07:30:46.982941 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:53.452906 | 177.20s 2025-11-30 07:30:51.168966 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-11-30 07:30:51.171771 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:07:57.641736 | 181.38s 2025-11-30 07:30:54.426559 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-11-30 07:30:54.429395 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:00.899361 | 184.64s 2025-11-30 07:30:58.706888 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-11-30 07:30:58.709848 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:05.179813 | 188.92s 2025-11-30 07:31:01.774331 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-11-30 07:31:01.777784 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:08.247749 | 191.99s 2025-11-30 07:31:04.927921 | fa163e9f-d340-873a-c15e-0000000021e4 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-11-30 07:31:04.931237 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:11.401201 | 195.14s 2025-11-30 07:31:05.200349 | fa163e9f-d340-873a-c15e-0000000021e4 | TIMING | Pre-fetch all the containers | standalone | 0:08:11.670310 | 195.41s 2025-11-30 07:31:05.318967 | fa163e9f-d340-873a-c15e-0000000021e7 | TASK | Check if rsyslog exists 2025-11-30 07:31:05.593916 | fa163e9f-d340-873a-c15e-0000000021e7 | CHANGED | Check if rsyslog exists | standalone 2025-11-30 07:31:05.595368 | fa163e9f-d340-873a-c15e-0000000021e7 | TIMING | Check if rsyslog exists | standalone | 0:08:12.065332 | 0.28s 2025-11-30 07:31:05.623365 | fa163e9f-d340-873a-c15e-0000000021e8 | TASK | Forward logging to swift.log file 2025-11-30 07:31:06.145269 | fa163e9f-d340-873a-c15e-0000000021e8 | CHANGED | Forward logging to swift.log file | standalone 2025-11-30 07:31:06.146705 | fa163e9f-d340-873a-c15e-0000000021e8 | TIMING | Forward logging to swift.log file | standalone | 0:08:12.616668 | 0.52s 2025-11-30 07:31:06.228222 | fa163e9f-d340-873a-c15e-0000000021e9 | TASK | Restart rsyslogd service after logging conf change 2025-11-30 07:31:06.886852 | fa163e9f-d340-873a-c15e-0000000021e9 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-11-30 07:31:06.888770 | fa163e9f-d340-873a-c15e-0000000021e9 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:08:13.358735 | 0.66s 2025-11-30 07:31:06.917571 | fa163e9f-d340-873a-c15e-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-30 07:31:07.275039 | fa163e9f-d340-873a-c15e-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-30 07:31:07.276515 | fa163e9f-d340-873a-c15e-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:08:13.746478 | 0.36s 2025-11-30 07:31:07.389296 | fa163e9f-d340-873a-c15e-0000000000c3 | TIMING | include_tasks | standalone | 0:08:13.859251 | 0.08s 2025-11-30 07:31:07.429672 | b66f0323-fb61-41ed-9378-082a05a4f41a | INCLUDED | /root/standalone-ansible-jjfrgkhd/common_deploy_steps_tasks.yaml | standalone 2025-11-30 07:31:07.454484 | fa163e9f-d340-873a-c15e-000000002441 | TASK | Write the config_step hieradata 2025-11-30 07:31:08.091361 | fa163e9f-d340-873a-c15e-000000002441 | OK | Write the config_step hieradata | standalone 2025-11-30 07:31:08.092623 | fa163e9f-d340-873a-c15e-000000002441 | TIMING | Write the config_step hieradata | standalone | 0:08:14.562586 | 0.64s 2025-11-30 07:31:08.123088 | fa163e9f-d340-873a-c15e-000000002442 | TASK | Run puppet host configuration for step 1 2025-11-30 07:31:08.443642 | fa163e9f-d340-873a-c15e-000000002442 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-11-30 07:31:08.446905 | fa163e9f-d340-873a-c15e-000000002442 | TIMING | Run puppet host configuration for step 1 | standalone | 0:08:14.916861 | 0.32s 2025-11-30 07:31:08.481592 | fa163e9f-d340-873a-c15e-000000002443 | TASK | Wait for puppet host configuration to finish 2025-11-30 07:31:08.730954 | fa163e9f-d340-873a-c15e-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-30 07:31:19.023150 | fa163e9f-d340-873a-c15e-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-30 07:31:29.243903 | fa163e9f-d340-873a-c15e-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-30 07:31:39.398296 | fa163e9f-d340-873a-c15e-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-11-30 07:31:49.616604 | fa163e9f-d340-873a-c15e-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-11-30 07:31:59.824054 | fa163e9f-d340-873a-c15e-000000002443 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-11-30 07:32:10.051801 | fa163e9f-d340-873a-c15e-000000002443 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-30 07:32:10.053233 | fa163e9f-d340-873a-c15e-000000002443 | TIMING | Wait for puppet host configuration to finish | standalone | 0:09:16.523198 | 61.57s 2025-11-30 07:32:10.083809 | fa163e9f-d340-873a-c15e-000000002444 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-11-30 07:32:10.165918 | fa163e9f-d340-873a-c15e-000000002444 | 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>Nov 30 07:31:08 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 30 07:31:12 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 30 07:31:12 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 30 07:31:12 puppet-user: (file & line not available)", "<13>Nov 30 07:31:12 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 30 07:31:12 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 30 07:31:12 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 30 07:31:12 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.38 seconds", "<13>Nov 30 07:31:12 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Nov 30 07:31:12 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Nov 30 07:31:12 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Nov 30 07:31:21 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Nov 30 07:31:29 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Nov 30 07:31:29 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Nov 30 07:31:29 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Nov 30 07:31:29 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Nov 30 07:31:32 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 30 07:31:33 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Nov 30 07:31:34 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Nov 30 07:31:37 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 30 07:31:39 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 30 07:31:40 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Nov 30 07:31:40 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Nov 30 07:32:03 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Nov 30 07:32:05 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 30 07:32:07 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Nov 30 07:32:07 puppet-user: Notice: Applied catalog in 54.72 seconds", "<13>Nov 30 07:32:07 puppet-user: Application:", "<13>Nov 30 07:32:07 puppet-user: Initial environment: production", "<13>Nov 30 07:32:07 puppet-user: Converged environment: production", "<13>Nov 30 07:32:07 puppet-user: Run mode: user", "<13>Nov 30 07:32:07 puppet-user: Changes:", "<13>Nov 30 07:32:07 puppet-user: Total: 17", "<13>Nov 30 07:32:07 puppet-user: Events:", "<13>Nov 30 07:32:07 puppet-user: Success: 17", "<13>Nov 30 07:32:07 puppet-user: Resources:", "<13>Nov 30 07:32:07 puppet-user: Restarted: 1", "<13>Nov 30 07:32:07 puppet-user: Changed: 16", "<13>Nov 30 07:32:07 puppet-user: Out of sync: 16", "<13>Nov 30 07:32:07 puppet-user: Total: 26", "<13>Nov 30 07:32:07 puppet-user: Time:", "<13>Nov 30 07:32:07 puppet-user: Filebucket: 0.00", "<13>Nov 30 07:32:07 puppet-user: Schedule: 0.00", "<13>Nov 30 07:32:07 puppet-user: File line: 0.00", "<13>Nov 30 07:32:07 puppet-user: File: 0.00", "<13>Nov 30 07:32:07 puppet-user: User: 0.18", "<13>Nov 30 07:32:07 puppet-user: Augeas: 0.20", "<13>Nov 30 07:32:07 puppet-user: Config retrieval: 0.42", "<13>Nov 30 07:32:07 puppet-user: Package: 16.41", "<13>Nov 30 07:32:07 puppet-user: Last run: 1764487927", "<13>Nov 30 07:32:07 puppet-user: Exec: 28.92", "<13>Nov 30 07:32:07 puppet-user: Pcmk property: 3.67", "<13>Nov 30 07:32:07 puppet-user: Service: 4.06", "<13>Nov 30 07:32:07 puppet-user: Transaction evaluation: 54.71", "<13>Nov 30 07:32:07 puppet-user: Catalog application: 54.72", "<13>Nov 30 07:32:07 puppet-user: Total: 54.73", "<13>Nov 30 07:32:07 puppet-user: Version:", "<13>Nov 30 07:32:07 puppet-user: Config: 1764487872", "<13>Nov 30 07:32:07 puppet-user: Puppet: 7.10.0" ] } 2025-11-30 07:32:10.167590 | fa163e9f-d340-873a-c15e-000000002444 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:09:16.637555 | 0.08s 2025-11-30 07:32:10.196680 | fa163e9f-d340-873a-c15e-000000002445 | TASK | Pre-cache facts for puppet containers 2025-11-30 07:32:10.224987 | fa163e9f-d340-873a-c15e-000000002445 | TIMING | Pre-cache facts for puppet containers | standalone | 0:09:16.694947 | 0.03s 2025-11-30 07:32:10.296111 | fa163e9f-d340-873a-c15e-00000000248c | TASK | Gather variables for each operating system 2025-11-30 07:32:10.418635 | fa163e9f-d340-873a-c15e-00000000248c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:09:16.888586 | 0.12s 2025-11-30 07:32:10.453758 | fa163e9f-d340-873a-c15e-00000000248d | TASK | Create puppet caching structures 2025-11-30 07:32:10.690359 | fa163e9f-d340-873a-c15e-00000000248d | CHANGED | Create puppet caching structures | standalone 2025-11-30 07:32:10.691677 | fa163e9f-d340-873a-c15e-00000000248d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:09:17.161643 | 0.24s 2025-11-30 07:32:10.719435 | fa163e9f-d340-873a-c15e-00000000248e | TASK | Check for facter.conf 2025-11-30 07:32:10.961113 | fa163e9f-d340-873a-c15e-00000000248e | OK | Check for facter.conf | standalone 2025-11-30 07:32:10.961945 | fa163e9f-d340-873a-c15e-00000000248e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:09:17.431918 | 0.24s 2025-11-30 07:32:10.980602 | fa163e9f-d340-873a-c15e-00000000248f | TASK | Remove facter.conf if directory 2025-11-30 07:32:11.027867 | fa163e9f-d340-873a-c15e-00000000248f | SKIPPED | Remove facter.conf if directory | standalone 2025-11-30 07:32:11.028989 | fa163e9f-d340-873a-c15e-00000000248f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:09:17.498953 | 0.05s 2025-11-30 07:32:11.057923 | fa163e9f-d340-873a-c15e-000000002490 | TASK | Write facter cache config 2025-11-30 07:32:11.470993 | fa163e9f-d340-873a-c15e-000000002490 | CHANGED | Write facter cache config | standalone 2025-11-30 07:32:11.472370 | fa163e9f-d340-873a-c15e-000000002490 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:09:17.942335 | 0.41s 2025-11-30 07:32:11.500892 | fa163e9f-d340-873a-c15e-000000002491 | TASK | Cleanup facter cache if exists 2025-11-30 07:32:11.723555 | fa163e9f-d340-873a-c15e-000000002491 | OK | Cleanup facter cache if exists | standalone 2025-11-30 07:32:11.724871 | fa163e9f-d340-873a-c15e-000000002491 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:09:18.194835 | 0.22s 2025-11-30 07:32:11.753664 | fa163e9f-d340-873a-c15e-000000002492 | TASK | Pre-cache facts 2025-11-30 07:32:12.355468 | fa163e9f-d340-873a-c15e-000000002492 | CHANGED | Pre-cache facts | standalone 2025-11-30 07:32:12.356748 | fa163e9f-d340-873a-c15e-000000002492 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:09:18.826712 | 0.60s 2025-11-30 07:32:12.386906 | fa163e9f-d340-873a-c15e-000000002493 | TASK | Failed deployment if facter fails 2025-11-30 07:32:12.417906 | fa163e9f-d340-873a-c15e-000000002493 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-30 07:32:12.419223 | fa163e9f-d340-873a-c15e-000000002493 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:09:18.889184 | 0.03s 2025-11-30 07:32:12.469367 | fa163e9f-d340-873a-c15e-000000002494 | TASK | Sync cached facts 2025-11-30 07:32:12.922319 | fa163e9f-d340-873a-c15e-000000002494 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e9f-d340-873a-c15e-000000002494') missing from stats 2025-11-30 07:32:12.978433 | fa163e9f-d340-873a-c15e-000000002446 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-30 07:32:13.028466 | fa163e9f-d340-873a-c15e-000000002446 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:09:19.498421 | 0.05s 2025-11-30 07:32:13.057730 | e0b3eb6a-dbfc-4b90-b2f4-c6c542e8f8c8 | INCLUDED | /root/standalone-ansible-jjfrgkhd/generate-config-tasks.yaml | standalone 2025-11-30 07:32:13.094114 | fa163e9f-d340-873a-c15e-0000000024de | TASK | Create base directory puppet configs 2025-11-30 07:32:13.327295 | fa163e9f-d340-873a-c15e-0000000024de | CHANGED | Create base directory puppet configs | standalone 2025-11-30 07:32:13.328197 | fa163e9f-d340-873a-c15e-0000000024de | TIMING | Create base directory puppet configs | standalone | 0:09:19.798168 | 0.23s 2025-11-30 07:32:13.357123 | fa163e9f-d340-873a-c15e-0000000024df | TASK | Generate container puppet configs for step 1 2025-11-30 07:32:13.622941 | fa163e9f-d340-873a-c15e-0000000024df | CHANGED | Generate container puppet configs for step 1 | standalone 2025-11-30 07:32:13.624278 | fa163e9f-d340-873a-c15e-0000000024df | TIMING | Generate container puppet configs for step 1 | standalone | 0:09:20.094242 | 0.27s 2025-11-30 07:32:13.654293 | fa163e9f-d340-873a-c15e-0000000024e0 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-11-30 07:32:13.682964 | fa163e9f-d340-873a-c15e-0000000024e0 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:09:20.152926 | 0.03s 2025-11-30 07:32:13.758139 | fa163e9f-d340-873a-c15e-00000000256a | TASK | Gather variables for each operating system 2025-11-30 07:32:13.881204 | fa163e9f-d340-873a-c15e-00000000256a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:09:20.351159 | 0.12s 2025-11-30 07:32:13.911356 | fa163e9f-d340-873a-c15e-00000000256b | TASK | Create container logs path 2025-11-30 07:32:14.149129 | fa163e9f-d340-873a-c15e-00000000256b | OK | Create container logs path | standalone 2025-11-30 07:32:14.150450 | fa163e9f-d340-873a-c15e-00000000256b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:09:20.620414 | 0.24s 2025-11-30 07:32:14.183283 | fa163e9f-d340-873a-c15e-00000000256d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-30 07:32:14.547844 | fa163e9f-d340-873a-c15e-00000000256d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-30 07:32:14.549244 | fa163e9f-d340-873a-c15e-00000000256d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:21.019207 | 0.36s 2025-11-30 07:32:14.583269 | fa163e9f-d340-873a-c15e-00000000256e | TASK | Finalise hashes for all containers 2025-11-30 07:32:14.658243 | fa163e9f-d340-873a-c15e-00000000256e | OK | Finalise hashes for all containers | standalone 2025-11-30 07:32:14.659576 | fa163e9f-d340-873a-c15e-00000000256e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:09:21.129538 | 0.07s 2025-11-30 07:32:14.689144 | fa163e9f-d340-873a-c15e-000000002570 | TASK | Manage systemd shutdown files 2025-11-30 07:32:14.720680 | fa163e9f-d340-873a-c15e-000000002570 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-30 07:32:14.722102 | fa163e9f-d340-873a-c15e-000000002570 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:09:21.192064 | 0.03s 2025-11-30 07:32:14.752228 | fa163e9f-d340-873a-c15e-000000002572 | TASK | Update container configs with new config hashes 2025-11-30 07:32:14.806129 | fa163e9f-d340-873a-c15e-000000002572 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-30 07:32:14.807538 | fa163e9f-d340-873a-c15e-000000002572 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:09:21.277498 | 0.05s 2025-11-30 07:32:14.839757 | fa163e9f-d340-873a-c15e-000000002573 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-30 07:32:14.960471 | fa163e9f-d340-873a-c15e-000000002573 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:21.430430 | 0.12s 2025-11-30 07:32:14.977634 | 14d9a872-7c77-4228-bd77-f8422f36484b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-30 07:32:15.006044 | fa163e9f-d340-873a-c15e-0000000025b7 | TASK | Gather podman infos 2025-11-30 07:32:15.623193 | fa163e9f-d340-873a-c15e-0000000025b7 | OK | Gather podman infos | standalone 2025-11-30 07:32:15.623980 | fa163e9f-d340-873a-c15e-0000000025b7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:09:22.093952 | 0.62s 2025-11-30 07:32:15.646746 | fa163e9f-d340-873a-c15e-0000000025b8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-30 07:32:15.693185 | fa163e9f-d340-873a-c15e-0000000025b8 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-30 07:32:15.693906 | fa163e9f-d340-873a-c15e-0000000025b8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:22.163880 | 0.05s 2025-11-30 07:32:15.713883 | fa163e9f-d340-873a-c15e-000000002574 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-30 07:32:15.750289 | fa163e9f-d340-873a-c15e-000000002574 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:22.220257 | 0.04s 2025-11-30 07:32:15.764896 | 4181853c-0ad9-443d-87c3-e840266c01c6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-30 07:32:15.798111 | fa163e9f-d340-873a-c15e-0000000025e1 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-30 07:32:43.194291 | fa163e9f-d340-873a-c15e-0000000025e1 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-30 07:32:43.196064 | fa163e9f-d340-873a-c15e-0000000025e1 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:49.666026 | 27.40s 2025-11-30 07:32:43.280408 | fa163e9f-d340-873a-c15e-0000000025e2 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-30 07:32:43.365809 | fa163e9f-d340-873a-c15e-0000000025e2 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-30 07:32:43.367055 | fa163e9f-d340-873a-c15e-0000000025e2 | 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:09:49.837018 | 0.08s 2025-11-30 07:32:43.422258 | fa163e9f-d340-873a-c15e-0000000024e2 | TASK | Diff puppet-generated changes for check mode 2025-11-30 07:32:43.451505 | fa163e9f-d340-873a-c15e-0000000024e2 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-30 07:32:43.452746 | fa163e9f-d340-873a-c15e-0000000024e2 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:09:49.922706 | 0.03s 2025-11-30 07:32:43.481892 | fa163e9f-d340-873a-c15e-0000000024e3 | TASK | Diff puppet-generated changes for check mode 2025-11-30 07:32:43.504216 | fa163e9f-d340-873a-c15e-0000000024e3 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-30 07:32:43.505341 | fa163e9f-d340-873a-c15e-0000000024e3 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:09:49.975295 | 0.02s 2025-11-30 07:32:43.534771 | fa163e9f-d340-873a-c15e-000000002448 | TASK | Manage containers for step 1 with tripleo-ansible 2025-11-30 07:32:43.563240 | fa163e9f-d340-873a-c15e-000000002448 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:09:50.033199 | 0.03s 2025-11-30 07:32:43.628923 | fa163e9f-d340-873a-c15e-000000002637 | TASK | Gather variables for each operating system 2025-11-30 07:32:43.742468 | fa163e9f-d340-873a-c15e-000000002637 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:09:50.212419 | 0.11s 2025-11-30 07:32:43.772845 | fa163e9f-d340-873a-c15e-000000002638 | TASK | Create container logs path 2025-11-30 07:32:44.027587 | fa163e9f-d340-873a-c15e-000000002638 | OK | Create container logs path | standalone 2025-11-30 07:32:44.028936 | fa163e9f-d340-873a-c15e-000000002638 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:09:50.498899 | 0.25s 2025-11-30 07:32:44.060595 | fa163e9f-d340-873a-c15e-00000000263a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-11-30 07:32:44.340442 | fa163e9f-d340-873a-c15e-00000000263a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-30 07:32:44.341687 | fa163e9f-d340-873a-c15e-00000000263a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:09:50.811651 | 0.28s 2025-11-30 07:32:44.370257 | fa163e9f-d340-873a-c15e-00000000263b | TASK | Finalise hashes for all containers 2025-11-30 07:32:44.441175 | fa163e9f-d340-873a-c15e-00000000263b | OK | Finalise hashes for all containers | standalone 2025-11-30 07:32:44.442364 | fa163e9f-d340-873a-c15e-00000000263b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:09:50.912329 | 0.07s 2025-11-30 07:32:44.472163 | fa163e9f-d340-873a-c15e-00000000263d | TASK | Manage systemd shutdown files 2025-11-30 07:32:44.512295 | fa163e9f-d340-873a-c15e-00000000263d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:09:50.982252 | 0.04s 2025-11-30 07:32:44.549231 | c3fc0cbf-b98e-4803-b2bd-e3c0d8d2d7c5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-30 07:32:44.577951 | fa163e9f-d340-873a-c15e-000000002670 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-30 07:32:44.869859 | fa163e9f-d340-873a-c15e-000000002670 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-30 07:32:44.870975 | fa163e9f-d340-873a-c15e-000000002670 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:09:51.340944 | 0.29s 2025-11-30 07:32:44.895366 | fa163e9f-d340-873a-c15e-000000002671 | TASK | Set podman_drop_in fact 2025-11-30 07:32:44.934695 | fa163e9f-d340-873a-c15e-000000002671 | OK | Set podman_drop_in fact | standalone 2025-11-30 07:32:44.935332 | fa163e9f-d340-873a-c15e-000000002671 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:09:51.405307 | 0.04s 2025-11-30 07:32:44.953849 | fa163e9f-d340-873a-c15e-000000002673 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-30 07:32:45.451356 | fa163e9f-d340-873a-c15e-000000002673 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-30 07:32:45.453824 | fa163e9f-d340-873a-c15e-000000002673 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:09:51.923783 | 0.50s 2025-11-30 07:32:45.925059 | fa163e9f-d340-873a-c15e-000000002673 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-30 07:32:45.926830 | fa163e9f-d340-873a-c15e-000000002673 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:09:52.396796 | 0.97s 2025-11-30 07:32:45.937455 | fa163e9f-d340-873a-c15e-000000002673 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:09:52.407418 | 0.98s 2025-11-30 07:32:45.966781 | fa163e9f-d340-873a-c15e-000000002674 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-30 07:32:46.448943 | fa163e9f-d340-873a-c15e-000000002674 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-30 07:32:46.450404 | fa163e9f-d340-873a-c15e-000000002674 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:09:52.920367 | 0.48s 2025-11-30 07:32:46.479143 | fa163e9f-d340-873a-c15e-000000002675 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-30 07:32:47.022433 | fa163e9f-d340-873a-c15e-000000002675 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-30 07:32:47.023758 | fa163e9f-d340-873a-c15e-000000002675 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:09:53.493723 | 0.54s 2025-11-30 07:32:47.052786 | fa163e9f-d340-873a-c15e-000000002676 | TASK | Enable and start tripleo-container-shutdown 2025-11-30 07:32:48.020818 | fa163e9f-d340-873a-c15e-000000002676 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-11-30 07:32:48.022898 | fa163e9f-d340-873a-c15e-000000002676 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:09:54.492861 | 0.97s 2025-11-30 07:32:48.053085 | fa163e9f-d340-873a-c15e-000000002677 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-30 07:32:48.550661 | fa163e9f-d340-873a-c15e-000000002677 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-30 07:32:48.552053 | fa163e9f-d340-873a-c15e-000000002677 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:09:55.022017 | 0.50s 2025-11-30 07:32:48.580346 | fa163e9f-d340-873a-c15e-000000002678 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-30 07:32:49.077873 | fa163e9f-d340-873a-c15e-000000002678 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-30 07:32:49.079261 | fa163e9f-d340-873a-c15e-000000002678 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:09:55.549225 | 0.50s 2025-11-30 07:32:49.108302 | fa163e9f-d340-873a-c15e-000000002679 | TASK | Enable and start netns-placeholder 2025-11-30 07:32:50.097963 | fa163e9f-d340-873a-c15e-000000002679 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-30 07:32:50.099752 | fa163e9f-d340-873a-c15e-000000002679 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:09:56.569715 | 0.99s 2025-11-30 07:32:50.129253 | fa163e9f-d340-873a-c15e-00000000263f | TASK | Update container configs with new config hashes 2025-11-30 07:32:50.183684 | fa163e9f-d340-873a-c15e-00000000263f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:09:56.653643 | 0.05s 2025-11-30 07:32:50.203847 | 048e1e1c-6e17-4c54-bc57-607ca1b45e39 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-30 07:32:50.236657 | fa163e9f-d340-873a-c15e-0000000026a1 | TASK | Update config hashes for container startup configs 2025-11-30 07:32:50.542776 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-11-30 07:32:50.543933 | | WARNING | Config change detected for mysql_bootstrap, new hash: 16392f5420a1c50904fd5fc2382b6638 2025-11-30 07:32:50.544554 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 3dc8bd7f577ef39c92595ec722655b1e 2025-11-30 07:32:50.545117 | | WARNING | Config change detected for clustercheck, new hash: 2565dc2dcc5f965f27ab891b935a0ba7 2025-11-30 07:32:50.545618 | | WARNING | Config change detected for horizon_fix_perms, new hash: 64359f97c72523c91a0f6cee82bc6a2e 2025-11-30 07:32:50.546148 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 16392f5420a1c50904fd5fc2382b6638 2025-11-30 07:32:50.546646 | | WARNING | Config change detected for barbican_api, new hash: 5902fee58deeebc267b939cd322dda7e 2025-11-30 07:32:50.547172 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 5902fee58deeebc267b939cd322dda7e 2025-11-30 07:32:50.547664 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 5902fee58deeebc267b939cd322dda7e 2025-11-30 07:32:50.548186 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 5902fee58deeebc267b939cd322dda7e 2025-11-30 07:32:50.548651 | | WARNING | Config change detected for barbican_worker, new hash: 5902fee58deeebc267b939cd322dda7e 2025-11-30 07:32:50.549176 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 161df2bd1ffdcb23c12aae6372043200 2025-11-30 07:32:50.549669 | | WARNING | Config change detected for glance_api_db_sync, new hash: 63fddc26c73dc303781a60d6ba489c3e-dcf8c1680849f778d46e6fd05e2a9415 2025-11-30 07:32:50.550181 | | WARNING | Config change detected for heat_engine_db_sync, new hash: d72a87c9dc1a8086320338c07be906f3 2025-11-30 07:32:50.550665 | | WARNING | Config change detected for horizon, new hash: 64359f97c72523c91a0f6cee82bc6a2e 2025-11-30 07:32:50.551175 | | WARNING | Config change detected for iscsid, new hash: dcf8c1680849f778d46e6fd05e2a9415 2025-11-30 07:32:50.551684 | | WARNING | Config change detected for keystone, new hash: 3ad6c54a3cef64084436f3feede9d6ad 2025-11-30 07:32:50.552207 | | WARNING | Config change detected for keystone_cron, new hash: 3ad6c54a3cef64084436f3feede9d6ad 2025-11-30 07:32:50.552698 | | WARNING | Config change detected for keystone_db_sync, new hash: 3ad6c54a3cef64084436f3feede9d6ad 2025-11-30 07:32:50.553293 | | WARNING | Config change detected for manila_api_db_sync, new hash: e1a987e3b573137afde6a394020741fa 2025-11-30 07:32:50.553820 | | WARNING | Config change detected for neutron_db_sync, new hash: 968ed1ec7dd9430710ef89311e6b8a6e 2025-11-30 07:32:50.554335 | | WARNING | Config change detected for nova_api_db_sync, new hash: 512294cd51d829fe38d87f6ba712a122 2025-11-30 07:32:50.554821 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 512294cd51d829fe38d87f6ba712a122 2025-11-30 07:32:50.555420 | | WARNING | Config change detected for nova_db_sync, new hash: 512294cd51d829fe38d87f6ba712a122 2025-11-30 07:32:50.555946 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 258ef21c19c09c46e1b9ec8dccb527e5 2025-11-30 07:32:50.556473 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 258ef21c19c09c46e1b9ec8dccb527e5 2025-11-30 07:32:50.556962 | | WARNING | Config change detected for nova_virtproxyd, new hash: 258ef21c19c09c46e1b9ec8dccb527e5 2025-11-30 07:32:50.557492 | | WARNING | Config change detected for nova_virtqemud, new hash: 258ef21c19c09c46e1b9ec8dccb527e5 2025-11-30 07:32:50.558059 | | WARNING | Config change detected for nova_virtsecretd, new hash: 258ef21c19c09c46e1b9ec8dccb527e5 2025-11-30 07:32:50.558545 | | WARNING | Config change detected for nova_virtstoraged, new hash: 258ef21c19c09c46e1b9ec8dccb527e5 2025-11-30 07:32:50.559038 | | WARNING | Config change detected for placement_api_db_sync, new hash: 64badbe19fd4dc9ec74c2025aef7aa59 2025-11-30 07:32:50.559507 | | WARNING | Config change detected for swift_copy_rings, new hash: 8167e2a043aa823e710ce09ef7de6410-3faa67ee95b0d7075f9e0e4e985b573c 2025-11-30 07:32:50.559971 | | WARNING | Config change detected for cinder_api, new hash: 161df2bd1ffdcb23c12aae6372043200 2025-11-30 07:32:50.560493 | | WARNING | Config change detected for cinder_api_cron, new hash: 161df2bd1ffdcb23c12aae6372043200 2025-11-30 07:32:50.560979 | | WARNING | Config change detected for cinder_scheduler, new hash: 161df2bd1ffdcb23c12aae6372043200 2025-11-30 07:32:50.561517 | | WARNING | Config change detected for glance_api, new hash: 63fddc26c73dc303781a60d6ba489c3e-dcf8c1680849f778d46e6fd05e2a9415 2025-11-30 07:32:50.562019 | | WARNING | Config change detected for glance_api_cron, new hash: 63fddc26c73dc303781a60d6ba489c3e 2025-11-30 07:32:50.562505 | | WARNING | Config change detected for glance_api_internal, new hash: 9dcfef7266bf0d0d68a512ca368967e2-dcf8c1680849f778d46e6fd05e2a9415 2025-11-30 07:32:50.562958 | | WARNING | Config change detected for heat_api, new hash: 8d3ac8620a1297990d41fd233e146049 2025-11-30 07:32:50.563448 | | WARNING | Config change detected for heat_api_cfn, new hash: 3444da55bf7edcb492ab1b3faf60b18e 2025-11-30 07:32:50.564113 | | WARNING | Config change detected for heat_api_cron, new hash: 8d3ac8620a1297990d41fd233e146049 2025-11-30 07:32:50.564584 | | WARNING | Config change detected for heat_engine, new hash: d72a87c9dc1a8086320338c07be906f3 2025-11-30 07:32:50.565084 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-11-30 07:32:50.565564 | | WARNING | Config change detected for manila_api, new hash: e1a987e3b573137afde6a394020741fa 2025-11-30 07:32:50.566044 | | WARNING | Config change detected for manila_api_cron, new hash: e1a987e3b573137afde6a394020741fa 2025-11-30 07:32:50.566510 | | WARNING | Config change detected for manila_scheduler, new hash: e1a987e3b573137afde6a394020741fa 2025-11-30 07:32:50.566978 | | WARNING | Config change detected for neutron_api, new hash: 968ed1ec7dd9430710ef89311e6b8a6e 2025-11-30 07:32:50.567471 | | WARNING | Config change detected for neutron_dhcp, new hash: 968ed1ec7dd9430710ef89311e6b8a6e 2025-11-30 07:32:50.567922 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 968ed1ec7dd9430710ef89311e6b8a6e 2025-11-30 07:32:50.568414 | | WARNING | Config change detected for nova_api, new hash: 512294cd51d829fe38d87f6ba712a122 2025-11-30 07:32:50.568881 | | WARNING | Config change detected for nova_api_cron, new hash: 512294cd51d829fe38d87f6ba712a122 2025-11-30 07:32:50.569422 | | WARNING | Config change detected for nova_conductor, new hash: 512294cd51d829fe38d87f6ba712a122 2025-11-30 07:32:50.569880 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 258ef21c19c09c46e1b9ec8dccb527e5 2025-11-30 07:32:50.570407 | | WARNING | Config change detected for nova_metadata, new hash: e27d148193b4dedcd55290841c801ea2 2025-11-30 07:32:50.570904 | | WARNING | Config change detected for nova_migration_target, new hash: 258ef21c19c09c46e1b9ec8dccb527e5 2025-11-30 07:32:50.571408 | | WARNING | Config change detected for nova_scheduler, new hash: 512294cd51d829fe38d87f6ba712a122 2025-11-30 07:32:50.571872 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 512294cd51d829fe38d87f6ba712a122 2025-11-30 07:32:50.572376 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 512294cd51d829fe38d87f6ba712a122 2025-11-30 07:32:50.572854 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 968ed1ec7dd9430710ef89311e6b8a6e 2025-11-30 07:32:50.573399 | | WARNING | Config change detected for placement_api, new hash: 64badbe19fd4dc9ec74c2025aef7aa59 2025-11-30 07:32:50.573854 | | WARNING | Config change detected for placement_wait_for_service, new hash: 64badbe19fd4dc9ec74c2025aef7aa59 2025-11-30 07:32:50.574352 | | WARNING | Config change detected for swift_account_reaper, new hash: 8167e2a043aa823e710ce09ef7de6410 2025-11-30 07:32:50.574822 | | WARNING | Config change detected for swift_account_server, new hash: 8167e2a043aa823e710ce09ef7de6410 2025-11-30 07:32:50.575335 | | WARNING | Config change detected for swift_container_server, new hash: 8167e2a043aa823e710ce09ef7de6410 2025-11-30 07:32:50.575786 | | WARNING | Config change detected for swift_container_updater, new hash: 8167e2a043aa823e710ce09ef7de6410 2025-11-30 07:32:50.576328 | | WARNING | Config change detected for swift_object_expirer, new hash: 8167e2a043aa823e710ce09ef7de6410 2025-11-30 07:32:50.576805 | | WARNING | Config change detected for swift_object_server, new hash: 8167e2a043aa823e710ce09ef7de6410 2025-11-30 07:32:50.577339 | | WARNING | Config change detected for swift_object_updater, new hash: 8167e2a043aa823e710ce09ef7de6410 2025-11-30 07:32:50.577805 | | WARNING | Config change detected for swift_proxy, new hash: 8167e2a043aa823e710ce09ef7de6410 2025-11-30 07:32:50.578318 | | WARNING | Config change detected for nova_compute, new hash: dcf8c1680849f778d46e6fd05e2a9415-258ef21c19c09c46e1b9ec8dccb527e5 2025-11-30 07:32:50.578800 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 258ef21c19c09c46e1b9ec8dccb527e5 2025-11-30 07:32:50.579314 | fa163e9f-d340-873a-c15e-0000000026a1 | CHANGED | Update config hashes for container startup configs | standalone 2025-11-30 07:32:50.580089 | fa163e9f-d340-873a-c15e-0000000026a1 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:09:57.050054 | 0.34s 2025-11-30 07:32:50.611243 | fa163e9f-d340-873a-c15e-000000002640 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-30 07:32:50.670852 | fa163e9f-d340-873a-c15e-000000002640 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:09:57.140809 | 0.06s 2025-11-30 07:32:50.693980 | a51a9707-2d6c-45ff-923b-accbafa8922c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-30 07:32:50.730666 | fa163e9f-d340-873a-c15e-0000000026c0 | TASK | Gather podman infos 2025-11-30 07:32:51.551457 | fa163e9f-d340-873a-c15e-0000000026c0 | OK | Gather podman infos | standalone 2025-11-30 07:32:51.552691 | fa163e9f-d340-873a-c15e-0000000026c0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:09:58.022658 | 0.82s 2025-11-30 07:32:51.617326 | fa163e9f-d340-873a-c15e-0000000026c1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-30 07:32:51.679380 | fa163e9f-d340-873a-c15e-0000000026c1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:09:58.149333 | 0.06s 2025-11-30 07:32:51.799491 | fa163e9f-d340-873a-c15e-00000000270a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:09:58.269443 | 0.06s 2025-11-30 07:32:51.856866 | fa163e9f-d340-873a-c15e-000000002641 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-30 07:32:51.910174 | fa163e9f-d340-873a-c15e-000000002641 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:09:58.380120 | 0.05s 2025-11-30 07:32:51.933317 | 87201548-8e56-4218-86e9-87e9b6ac821f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-30 07:32:51.970064 | fa163e9f-d340-873a-c15e-000000002730 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-30 07:32:59.774356 | fa163e9f-d340-873a-c15e-000000002730 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-30 07:32:59.775907 | fa163e9f-d340-873a-c15e-000000002730 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:06.245871 | 7.80s 2025-11-30 07:32:59.807379 | fa163e9f-d340-873a-c15e-000000002731 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-30 07:33:02.391049 | fa163e9f-d340-873a-c15e-000000002731 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-30 07:33:02.393381 | fa163e9f-d340-873a-c15e-000000002731 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:08.863341 | 2.58s 2025-11-30 07:33:02.468530 | fa163e9f-d340-873a-c15e-00000000244a | TASK | Clean container_puppet_tasks for standalone step 1 2025-11-30 07:33:02.690365 | fa163e9f-d340-873a-c15e-00000000244a | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-11-30 07:33:02.692366 | fa163e9f-d340-873a-c15e-00000000244a | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:10:09.162324 | 0.22s 2025-11-30 07:33:02.741168 | fa163e9f-d340-873a-c15e-00000000244b | TASK | Calculate container_puppet_tasks for standalone step 1 2025-11-30 07:33:02.803292 | fa163e9f-d340-873a-c15e-00000000244b | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:10:09.273240 | 0.06s 2025-11-30 07:33:02.835522 | fa163e9f-d340-873a-c15e-00000000244c | TASK | Include container-puppet tasks for step 1 2025-11-30 07:33:02.868060 | fa163e9f-d340-873a-c15e-00000000244c | TIMING | Include container-puppet tasks for step 1 | standalone | 0:10:09.337964 | 0.03s 2025-11-30 07:33:02.896135 | c2a0ff03-379e-4f7f-bfe4-c41c7c642dd3 | INCLUDED | /root/standalone-ansible-jjfrgkhd/host-container-puppet-tasks.yaml | standalone 2025-11-30 07:33:02.935800 | fa163e9f-d340-873a-c15e-00000000277c | TASK | Write container-puppet-tasks json file for standalone step 1 2025-11-30 07:33:03.397038 | fa163e9f-d340-873a-c15e-00000000277c | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-11-30 07:33:03.399223 | fa163e9f-d340-873a-c15e-00000000277c | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:10:09.869183 | 0.46s 2025-11-30 07:33:03.433483 | fa163e9f-d340-873a-c15e-00000000277e | TASK | Generate container puppet configs for step 1 2025-11-30 07:33:03.705174 | fa163e9f-d340-873a-c15e-00000000277e | OK | Generate container puppet configs for step 1 | standalone 2025-11-30 07:33:03.707160 | fa163e9f-d340-873a-c15e-00000000277e | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:10.177116 | 0.27s 2025-11-30 07:33:03.741589 | fa163e9f-d340-873a-c15e-00000000277f | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-11-30 07:33:03.776293 | fa163e9f-d340-873a-c15e-00000000277f | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:10:10.246235 | 0.03s 2025-11-30 07:33:03.837185 | fa163e9f-d340-873a-c15e-00000000256a | TASK | Gather variables for each operating system 2025-11-30 07:33:03.955880 | fa163e9f-d340-873a-c15e-00000000256a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:10.425819 | 0.12s 2025-11-30 07:33:03.988186 | fa163e9f-d340-873a-c15e-00000000256b | TASK | Create container logs path 2025-11-30 07:33:04.232367 | fa163e9f-d340-873a-c15e-00000000256b | OK | Create container logs path | standalone 2025-11-30 07:33:04.233959 | fa163e9f-d340-873a-c15e-00000000256b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:10.703922 | 0.24s 2025-11-30 07:33:04.263415 | fa163e9f-d340-873a-c15e-00000000256d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-30 07:33:04.531482 | fa163e9f-d340-873a-c15e-00000000256d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-30 07:33:04.533235 | fa163e9f-d340-873a-c15e-00000000256d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:11.003196 | 0.27s 2025-11-30 07:33:04.563081 | fa163e9f-d340-873a-c15e-00000000256e | TASK | Finalise hashes for all containers 2025-11-30 07:33:04.615894 | fa163e9f-d340-873a-c15e-00000000256e | OK | Finalise hashes for all containers | standalone 2025-11-30 07:33:04.617280 | fa163e9f-d340-873a-c15e-00000000256e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:11.087241 | 0.05s 2025-11-30 07:33:04.647418 | fa163e9f-d340-873a-c15e-000000002570 | TASK | Manage systemd shutdown files 2025-11-30 07:33:04.690054 | fa163e9f-d340-873a-c15e-000000002570 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-30 07:33:04.691258 | fa163e9f-d340-873a-c15e-000000002570 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:11.161219 | 0.04s 2025-11-30 07:33:04.720551 | fa163e9f-d340-873a-c15e-000000002572 | TASK | Update container configs with new config hashes 2025-11-30 07:33:04.773834 | fa163e9f-d340-873a-c15e-000000002572 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-30 07:33:04.775136 | fa163e9f-d340-873a-c15e-000000002572 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:11.245098 | 0.05s 2025-11-30 07:33:04.807425 | fa163e9f-d340-873a-c15e-000000002573 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-30 07:33:04.861446 | fa163e9f-d340-873a-c15e-000000002573 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-30 07:33:04.862695 | fa163e9f-d340-873a-c15e-000000002573 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:11.332659 | 0.05s 2025-11-30 07:33:04.894353 | fa163e9f-d340-873a-c15e-000000002574 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-30 07:33:04.950508 | fa163e9f-d340-873a-c15e-000000002574 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-30 07:33:04.952829 | fa163e9f-d340-873a-c15e-000000002574 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:11.422783 | 0.06s PLAY [External deployment step 2] ********************************************** 2025-11-30 07:33:05.118236 | fa163e9f-d340-873a-c15e-0000000000c6 | TASK | External deployment step 2 2025-11-30 07:33:05.148451 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000c6') missing from stats 2025-11-30 07:33:05.202494 | fa163e9f-d340-873a-c15e-0000000000c7 | TIMING | include_tasks | undercloud | 0:10:11.672447 | 0.04s 2025-11-30 07:33:05.233089 | 0518111c-36a7-4b50-b3ec-48e75105981f | INCLUDED | /root/standalone-ansible-jjfrgkhd/external_deploy_steps_tasks_step2.yaml | undercloud 2025-11-30 07:33:05.251328 | fa163e9f-d340-873a-c15e-0000000027f9 | TASK | create cephadm working directory and related files 2025-11-30 07:33:05.316497 | fa163e9f-d340-873a-c15e-0000000027f9 | TIMING | create cephadm working directory and related files | undercloud | 0:10:11.786456 | 0.06s 2025-11-30 07:33:05.379914 | fa163e9f-d340-873a-c15e-000000002821 | TASK | create cephadm workdir 2025-11-30 07:33:05.652533 | fa163e9f-d340-873a-c15e-000000002821 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-jjfrgkhd/cephadm 2025-11-30 07:33:05.655038 | fa163e9f-d340-873a-c15e-000000002821 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:10:12.124970 | 0.27s 2025-11-30 07:33:05.665069 | fa163e9f-d340-873a-c15e-000000002821 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:10:12.135023 | 0.28s 2025-11-30 07:33:05.684379 | fa163e9f-d340-873a-c15e-000000002822 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-11-30 07:33:05.937645 | fa163e9f-d340-873a-c15e-000000002822 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-11-30 07:33:05.939121 | fa163e9f-d340-873a-c15e-000000002822 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:10:12.409083 | 0.25s 2025-11-30 07:33:05.957326 | fa163e9f-d340-873a-c15e-000000002823 | TASK | get the list of enabled services on the overcloud 2025-11-30 07:33:06.001188 | fa163e9f-d340-873a-c15e-000000002823 | OK | get the list of enabled services on the overcloud | undercloud 2025-11-30 07:33:06.002639 | fa163e9f-d340-873a-c15e-000000002823 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:10:12.472602 | 0.04s 2025-11-30 07:33:06.023817 | fa163e9f-d340-873a-c15e-000000002824 | TASK | Set grafana_vip: 192.168.122.99 2025-11-30 07:33:06.067683 | fa163e9f-d340-873a-c15e-000000002824 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-11-30 07:33:06.068843 | fa163e9f-d340-873a-c15e-000000002824 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:10:12.538808 | 0.04s 2025-11-30 07:33:06.129456 | fa163e9f-d340-873a-c15e-000000002825 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:12.599411 | 0.04s 2025-11-30 07:33:06.215269 | fa163e9f-d340-873a-c15e-0000000028a9 | TASK | set basic user fact 2025-11-30 07:33:06.268244 | fa163e9f-d340-873a-c15e-0000000028a9 | SKIPPED | set basic user fact | undercloud 2025-11-30 07:33:06.269544 | fa163e9f-d340-873a-c15e-0000000028a9 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:10:12.739506 | 0.05s 2025-11-30 07:33:06.288369 | fa163e9f-d340-873a-c15e-0000000028aa | TASK | set basic home fact 2025-11-30 07:33:06.351456 | fa163e9f-d340-873a-c15e-0000000028aa | OK | set basic home fact | undercloud 2025-11-30 07:33:06.352824 | fa163e9f-d340-873a-c15e-0000000028aa | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:10:12.822786 | 0.06s 2025-11-30 07:33:06.372564 | fa163e9f-d340-873a-c15e-0000000028ab | TASK | set calling_ansible_environment_variables fact 2025-11-30 07:33:06.439296 | fa163e9f-d340-873a-c15e-0000000028ab | OK | set calling_ansible_environment_variables fact | undercloud 2025-11-30 07:33:06.440700 | fa163e9f-d340-873a-c15e-0000000028ab | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:10:12.910660 | 0.07s 2025-11-30 07:33:06.465213 | fa163e9f-d340-873a-c15e-0000000028ad | TASK | get all ansible environment variables 2025-11-30 07:33:06.518362 | fa163e9f-d340-873a-c15e-0000000028ad | SKIPPED | get all ansible environment variables | undercloud 2025-11-30 07:33:06.519635 | fa163e9f-d340-873a-c15e-0000000028ad | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:10:12.989595 | 0.05s 2025-11-30 07:33:06.538410 | fa163e9f-d340-873a-c15e-0000000028ae | TASK | set calling_ansible_environment_variables 2025-11-30 07:33:06.590190 | fa163e9f-d340-873a-c15e-0000000028ae | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-11-30 07:33:06.591441 | fa163e9f-d340-873a-c15e-0000000028ae | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:10:13.061403 | 0.05s 2025-11-30 07:33:06.610158 | fa163e9f-d340-873a-c15e-0000000028b0 | TASK | Set common fact 2025-11-30 07:33:06.665197 | fa163e9f-d340-873a-c15e-0000000028b0 | OK | Set common fact | undercloud 2025-11-30 07:33:06.666477 | fa163e9f-d340-873a-c15e-0000000028b0 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:10:13.136441 | 0.05s 2025-11-30 07:33:06.684803 | fa163e9f-d340-873a-c15e-0000000028b1 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-11-30 07:33:06.726551 | fa163e9f-d340-873a-c15e-0000000028b1 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-11-30 07:33:06.727834 | fa163e9f-d340-873a-c15e-0000000028b1 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:10:13.197796 | 0.04s 2025-11-30 07:33:06.763807 | fa163e9f-d340-873a-c15e-0000000028b3 | TASK | build filter list 2025-11-30 07:33:06.794644 | fa163e9f-d340-873a-c15e-0000000028b3 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:10:13.264600 | 0.03s 2025-11-30 07:33:06.813681 | fa163e9f-d340-873a-c15e-0000000028b4 | TASK | add images pool 2025-11-30 07:33:06.899426 | fa163e9f-d340-873a-c15e-0000000028b4 | OK | add images pool | undercloud 2025-11-30 07:33:06.900772 | fa163e9f-d340-873a-c15e-0000000028b4 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:10:13.370735 | 0.08s 2025-11-30 07:33:06.919533 | fa163e9f-d340-873a-c15e-0000000028b5 | TASK | add volumes pool 2025-11-30 07:33:07.005782 | fa163e9f-d340-873a-c15e-0000000028b5 | OK | add volumes pool | undercloud 2025-11-30 07:33:07.007434 | fa163e9f-d340-873a-c15e-0000000028b5 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:10:13.477395 | 0.09s 2025-11-30 07:33:07.027233 | fa163e9f-d340-873a-c15e-0000000028b6 | TASK | add vms pool 2025-11-30 07:33:08.723396 | fa163e9f-d340-873a-c15e-0000000028b6 | OK | add vms pool | undercloud 2025-11-30 07:33:08.724708 | fa163e9f-d340-873a-c15e-0000000028b6 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:10:15.194670 | 1.70s 2025-11-30 07:33:08.743315 | fa163e9f-d340-873a-c15e-0000000028b7 | TASK | add gnocchi pool 2025-11-30 07:33:08.793856 | fa163e9f-d340-873a-c15e-0000000028b7 | SKIPPED | add gnocchi pool | undercloud 2025-11-30 07:33:08.795105 | fa163e9f-d340-873a-c15e-0000000028b7 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:10:15.265066 | 0.05s 2025-11-30 07:33:08.813455 | fa163e9f-d340-873a-c15e-0000000028b8 | TASK | add cinder backup pool 2025-11-30 07:33:08.888937 | fa163e9f-d340-873a-c15e-0000000028b8 | OK | add cinder backup pool | undercloud 2025-11-30 07:33:08.890333 | fa163e9f-d340-873a-c15e-0000000028b8 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:10:15.360296 | 0.08s 2025-11-30 07:33:08.909698 | fa163e9f-d340-873a-c15e-0000000028b9 | TASK | add cinder extra pools 2025-11-30 07:33:08.955517 | fa163e9f-d340-873a-c15e-0000000028b9 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:10:15.425472 | 0.04s 2025-11-30 07:33:08.974347 | fa163e9f-d340-873a-c15e-0000000028ba | TASK | build resulting pool list 2025-11-30 07:33:09.134200 | fa163e9f-d340-873a-c15e-0000000028ba | OK | build resulting pool list | undercloud 2025-11-30 07:33:09.135556 | fa163e9f-d340-873a-c15e-0000000028ba | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:10:15.605519 | 0.16s 2025-11-30 07:33:09.153724 | fa163e9f-d340-873a-c15e-0000000028bc | TASK | add manila data pool 2025-11-30 07:33:09.196712 | fa163e9f-d340-873a-c15e-0000000028bc | OK | add manila data pool | undercloud 2025-11-30 07:33:09.197894 | fa163e9f-d340-873a-c15e-0000000028bc | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:10:15.667858 | 0.04s 2025-11-30 07:33:09.216025 | fa163e9f-d340-873a-c15e-0000000028bd | TASK | add manila metadata pool 2025-11-30 07:33:09.269206 | fa163e9f-d340-873a-c15e-0000000028bd | OK | add manila metadata pool | undercloud 2025-11-30 07:33:09.270407 | fa163e9f-d340-873a-c15e-0000000028bd | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:10:15.740371 | 0.05s 2025-11-30 07:33:09.350401 | fa163e9f-d340-873a-c15e-000000002826 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:15.820356 | 0.04s 2025-11-30 07:33:09.483675 | fa163e9f-d340-873a-c15e-000000002a4f | TASK | reset profiles string to avoid complex string manipulation 2025-11-30 07:33:09.545227 | fa163e9f-d340-873a-c15e-000000002a4f | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-11-30 07:33:09.546612 | fa163e9f-d340-873a-c15e-000000002a4f | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:10:16.016573 | 0.06s 2025-11-30 07:33:09.565840 | fa163e9f-d340-873a-c15e-000000002a51 | TASK | build openstack client profiles per pool 2025-11-30 07:33:09.651200 | fa163e9f-d340-873a-c15e-000000002a51 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-30 07:33:09.653312 | fa163e9f-d340-873a-c15e-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:16.123270 | 0.09s 2025-11-30 07:33:09.681254 | fa163e9f-d340-873a-c15e-000000002a51 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-30 07:33:09.681956 | fa163e9f-d340-873a-c15e-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:16.151927 | 0.11s 2025-11-30 07:33:09.708312 | fa163e9f-d340-873a-c15e-000000002a51 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-30 07:33:09.709642 | fa163e9f-d340-873a-c15e-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:16.179613 | 0.14s 2025-11-30 07:33:09.726983 | fa163e9f-d340-873a-c15e-000000002a51 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-30 07:33:09.727895 | fa163e9f-d340-873a-c15e-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:16.197861 | 0.16s 2025-11-30 07:33:09.734493 | fa163e9f-d340-873a-c15e-000000002a51 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:16.204463 | 0.17s 2025-11-30 07:33:09.753038 | fa163e9f-d340-873a-c15e-000000002a52 | TASK | set openstack client caps 2025-11-30 07:33:09.814626 | fa163e9f-d340-873a-c15e-000000002a52 | OK | set openstack client caps | undercloud 2025-11-30 07:33:09.815787 | fa163e9f-d340-873a-c15e-000000002a52 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:10:16.285751 | 0.06s 2025-11-30 07:33:09.833849 | fa163e9f-d340-873a-c15e-000000002a53 | TASK | set openstack client osd(s) caps 2025-11-30 07:33:09.910630 | fa163e9f-d340-873a-c15e-000000002a53 | OK | set openstack client osd(s) caps | undercloud 2025-11-30 07:33:09.911848 | fa163e9f-d340-873a-c15e-000000002a53 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:10:16.381812 | 0.08s 2025-11-30 07:33:09.929789 | fa163e9f-d340-873a-c15e-000000002a54 | TASK | Combine caps 2025-11-30 07:33:10.012247 | fa163e9f-d340-873a-c15e-000000002a54 | OK | Combine caps | undercloud 2025-11-30 07:33:10.013549 | fa163e9f-d340-873a-c15e-000000002a54 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:10:16.483512 | 0.08s 2025-11-30 07:33:10.031906 | fa163e9f-d340-873a-c15e-000000002a55 | TASK | set openstack client key 2025-11-30 07:33:10.097617 | fa163e9f-d340-873a-c15e-000000002a55 | OK | set openstack client key | undercloud 2025-11-30 07:33:10.098887 | fa163e9f-d340-873a-c15e-000000002a55 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:10:16.568850 | 0.07s 2025-11-30 07:33:10.116939 | fa163e9f-d340-873a-c15e-000000002a57 | TASK | build manila key for openstack 2025-11-30 07:33:10.189083 | fa163e9f-d340-873a-c15e-000000002a57 | OK | build manila key for openstack | undercloud 2025-11-30 07:33:10.190289 | fa163e9f-d340-873a-c15e-000000002a57 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:10:16.660254 | 0.07s 2025-11-30 07:33:10.208467 | fa163e9f-d340-873a-c15e-000000002a58 | TASK | build radosgw key for openstack 2025-11-30 07:33:10.261608 | fa163e9f-d340-873a-c15e-000000002a58 | SKIPPED | build radosgw key for openstack | undercloud 2025-11-30 07:33:10.262835 | fa163e9f-d340-873a-c15e-000000002a58 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:10:16.732799 | 0.05s 2025-11-30 07:33:10.280686 | fa163e9f-d340-873a-c15e-000000002a59 | TASK | build the resulting keys 2025-11-30 07:33:10.412920 | fa163e9f-d340-873a-c15e-000000002a59 | OK | build the resulting keys | undercloud 2025-11-30 07:33:10.414347 | fa163e9f-d340-873a-c15e-000000002a59 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:10:16.884311 | 0.13s 2025-11-30 07:33:10.492422 | fa163e9f-d340-873a-c15e-000000002827 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:16.962380 | 0.04s 2025-11-30 07:33:10.651825 | fa163e9f-d340-873a-c15e-000000002d74 | TASK | build ceph orphan set 2025-11-30 07:33:10.739768 | fa163e9f-d340-873a-c15e-000000002d74 | OK | build ceph orphan set | undercloud 2025-11-30 07:33:10.742340 | fa163e9f-d340-873a-c15e-000000002d74 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:10:17.212289 | 0.09s 2025-11-30 07:33:10.761648 | fa163e9f-d340-873a-c15e-000000002d75 | TASK | clean ceph_config_overrides list 2025-11-30 07:33:10.814735 | fa163e9f-d340-873a-c15e-000000002d75 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:10:17.284693 | 0.05s 2025-11-30 07:33:10.834041 | fa163e9f-d340-873a-c15e-000000002d76 | TASK | ceph_config_overrides w/o orphans 2025-11-30 07:33:10.897038 | fa163e9f-d340-873a-c15e-000000002d76 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-11-30 07:33:10.899112 | fa163e9f-d340-873a-c15e-000000002d76 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:10:17.369075 | 0.06s 2025-11-30 07:33:10.916967 | fa163e9f-d340-873a-c15e-000000002d77 | TASK | build ceph config overrides 2025-11-30 07:33:11.049724 | fa163e9f-d340-873a-c15e-000000002d77 | OK | build ceph config overrides | undercloud 2025-11-30 07:33:11.051270 | fa163e9f-d340-873a-c15e-000000002d77 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:10:17.521232 | 0.13s 2025-11-30 07:33:11.086200 | fa163e9f-d340-873a-c15e-000000002828 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-11-30 07:33:11.754891 | fa163e9f-d340-873a-c15e-000000002828 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-11-30 07:33:11.756558 | fa163e9f-d340-873a-c15e-000000002828 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:10:18.226516 | 0.67s 2025-11-30 07:33:11.774628 | fa163e9f-d340-873a-c15e-00000000282a | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-11-30 07:33:11.920046 | fa163e9f-d340-873a-c15e-00000000282a | OK | Set bootstrap host | undercloud 2025-11-30 07:33:11.921251 | fa163e9f-d340-873a-c15e-00000000282a | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:10:18.391215 | 0.15s 2025-11-30 07:33:11.939094 | fa163e9f-d340-873a-c15e-00000000282b | 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-11-30 07:33:12.085272 | fa163e9f-d340-873a-c15e-00000000282b | OK | Set first monitor IP | undercloud 2025-11-30 07:33:12.086254 | fa163e9f-d340-873a-c15e-00000000282b | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:10:18.556219 | 0.15s 2025-11-30 07:33:12.104252 | fa163e9f-d340-873a-c15e-00000000282c | 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-11-30 07:33:12.190049 | fa163e9f-d340-873a-c15e-00000000282c | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-11-30 07:33:12.191133 | fa163e9f-d340-873a-c15e-00000000282c | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:10:18.661094 | 0.09s 2025-11-30 07:33:12.209739 | fa163e9f-d340-873a-c15e-00000000282e | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-11-30 07:33:12.758934 | fa163e9f-d340-873a-c15e-00000000282e | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-11-30 07:33:12.760476 | fa163e9f-d340-873a-c15e-00000000282e | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:10:19.230440 | 0.55s 2025-11-30 07:33:12.794902 | fa163e9f-d340-873a-c15e-0000000027fa | TASK | Prepare cephadm user and keys 2025-11-30 07:33:13.314964 | fa163e9f-d340-873a-c15e-0000000027fa | SKIPPED | Prepare cephadm user and keys | undercloud 2025-11-30 07:33:13.316472 | fa163e9f-d340-873a-c15e-0000000027fa | TIMING | Prepare cephadm user and keys | undercloud | 0:10:19.786435 | 0.52s 2025-11-30 07:33:13.334454 | fa163e9f-d340-873a-c15e-0000000027fb | TASK | Deploy or configure the cephadm Ceph cluster 2025-11-30 07:33:13.417023 | fa163e9f-d340-873a-c15e-0000000027fb | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:10:19.886961 | 0.08s 2025-11-30 07:33:13.494855 | fa163e9f-d340-873a-c15e-000000002ff0 | TASK | set cephadm playbook 2025-11-30 07:33:13.564372 | fa163e9f-d340-873a-c15e-000000002ff0 | OK | set cephadm playbook | undercloud 2025-11-30 07:33:13.565606 | fa163e9f-d340-873a-c15e-000000002ff0 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:10:20.035571 | 0.07s 2025-11-30 07:33:13.583429 | fa163e9f-d340-873a-c15e-000000002ff1 | TASK | Setup the log path 2025-11-30 07:33:13.635321 | fa163e9f-d340-873a-c15e-000000002ff1 | OK | Setup the log path | undercloud 2025-11-30 07:33:13.636694 | fa163e9f-d340-873a-c15e-000000002ff1 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:10:20.106656 | 0.05s 2025-11-30 07:33:13.654873 | fa163e9f-d340-873a-c15e-000000002ff2 | TASK | Setup the cephadm playbook command 2025-11-30 07:33:13.718979 | fa163e9f-d340-873a-c15e-000000002ff2 | OK | Setup the cephadm playbook command | undercloud 2025-11-30 07:33:13.720351 | fa163e9f-d340-873a-c15e-000000002ff2 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:10:20.190314 | 0.06s 2025-11-30 07:33:13.738077 | fa163e9f-d340-873a-c15e-000000002ff3 | TASK | rotate cephadm_command.log 2025-11-30 07:33:13.997271 | fa163e9f-d340-873a-c15e-000000002ff3 | CHANGED | rotate cephadm_command.log | undercloud 2025-11-30 07:33:13.998648 | fa163e9f-d340-873a-c15e-000000002ff3 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:10:20.468611 | 0.26s 2025-11-30 07:33:14.016970 | fa163e9f-d340-873a-c15e-000000002ff4 | TASK | save cephadm playbook command to shell script 2025-11-30 07:33:14.514501 | fa163e9f-d340-873a-c15e-000000002ff4 | CHANGED | save cephadm playbook command to shell script | undercloud 2025-11-30 07:33:14.515911 | fa163e9f-d340-873a-c15e-000000002ff4 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:10:20.985875 | 0.50s 2025-11-30 07:33:14.533883 | fa163e9f-d340-873a-c15e-000000002ff5 | TASK | Notify user about upcoming cephadm execution(s) 2025-11-30 07:33:14.615728 | fa163e9f-d340-873a-c15e-000000002ff5 | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-jjfrgkhd/cephadm/cephadm_command.log)" } 2025-11-30 07:33:14.616761 | fa163e9f-d340-873a-c15e-000000002ff5 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:10:21.086728 | 0.08s 2025-11-30 07:33:14.634994 | fa163e9f-d340-873a-c15e-000000002ff6 | TASK | run cephadm playbook 2025-11-30 07:34:10.646045 | fa163e9f-d340-873a-c15e-000000002ff6 | CHANGED | run cephadm playbook | undercloud 2025-11-30 07:34:10.648450 | fa163e9f-d340-873a-c15e-000000002ff6 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:11:17.118413 | 56.01s 2025-11-30 07:34:10.669336 | fa163e9f-d340-873a-c15e-000000002ff7 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-11-30 07:34:10.740177 | fa163e9f-d340-873a-c15e-000000002ff7 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-11-30 07:34:10.741300 | fa163e9f-d340-873a-c15e-000000002ff7 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:11:17.211264 | 0.07s 2025-11-30 07:34:10.758849 | fa163e9f-d340-873a-c15e-000000002ff8 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-11-30 07:34:10.833697 | fa163e9f-d340-873a-c15e-000000002ff8 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-11-30 07:34:10.835095 | fa163e9f-d340-873a-c15e-000000002ff8 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:11:17.305058 | 0.07s 2025-11-30 07:34:10.869457 | fa163e9f-d340-873a-c15e-0000000027fd | TASK | Check if the input variable file exists 2025-11-30 07:34:11.142224 | fa163e9f-d340-873a-c15e-0000000027fd | OK | Check if the input variable file exists | undercloud 2025-11-30 07:34:11.143590 | fa163e9f-d340-873a-c15e-0000000027fd | TIMING | Check if the input variable file exists | undercloud | 0:11:17.613555 | 0.27s 2025-11-30 07:34:11.161177 | fa163e9f-d340-873a-c15e-0000000027fe | TASK | Populate CephClientConfigVars from THT 2025-11-30 07:34:11.215491 | fa163e9f-d340-873a-c15e-0000000027fe | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-11-30 07:34:11.216809 | fa163e9f-d340-873a-c15e-0000000027fe | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:11:17.686772 | 0.05s 2025-11-30 07:34:11.234651 | fa163e9f-d340-873a-c15e-0000000027ff | TASK | configure ceph clients 2025-11-30 07:34:11.284651 | fa163e9f-d340-873a-c15e-0000000027ff | TIMING | configure ceph clients | undercloud | 0:11:17.754611 | 0.05s 2025-11-30 07:34:11.347924 | fa163e9f-d340-873a-c15e-0000000030ba | TASK | get the list of enabled services on the overcloud 2025-11-30 07:34:11.416617 | fa163e9f-d340-873a-c15e-0000000030ba | OK | get the list of enabled services on the overcloud | undercloud 2025-11-30 07:34:11.418114 | fa163e9f-d340-873a-c15e-0000000030ba | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:11:17.888078 | 0.07s 2025-11-30 07:34:11.436649 | fa163e9f-d340-873a-c15e-0000000030bb | TASK | Create ceph_client_fetch_dir 2025-11-30 07:34:11.488800 | fa163e9f-d340-873a-c15e-0000000030bb | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:11:17.958758 | 0.05s 2025-11-30 07:34:11.502462 | fdd9fe84-a635-4af4-aad9-1c265039461b | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-11-30 07:34:11.534713 | fa163e9f-d340-873a-c15e-0000000030fe | TASK | Clean any old fetch directory path 2025-11-30 07:34:11.787752 | fa163e9f-d340-873a-c15e-0000000030fe | OK | Clean any old fetch directory path | undercloud 2025-11-30 07:34:11.789100 | fa163e9f-d340-873a-c15e-0000000030fe | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:11:18.259065 | 0.25s 2025-11-30 07:34:11.807307 | fa163e9f-d340-873a-c15e-0000000030ff | TASK | Create ceph_client_fetch_dir for the current execution 2025-11-30 07:34:12.072771 | fa163e9f-d340-873a-c15e-0000000030ff | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-11-30 07:34:12.074764 | fa163e9f-d340-873a-c15e-0000000030ff | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:11:18.544722 | 0.27s 2025-11-30 07:34:12.094216 | fa163e9f-d340-873a-c15e-0000000030bc | TASK | Check if the input variables exist 2025-11-30 07:34:12.360878 | fa163e9f-d340-873a-c15e-0000000030bc | OK | Check if the input variables exist | undercloud 2025-11-30 07:34:12.362653 | fa163e9f-d340-873a-c15e-0000000030bc | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:11:18.832614 | 0.27s 2025-11-30 07:34:12.381841 | fa163e9f-d340-873a-c15e-0000000030bd | TASK | Load variables produced by the cephadm provisioning process 2025-11-30 07:34:12.455300 | fa163e9f-d340-873a-c15e-0000000030bd | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-11-30 07:34:12.456669 | fa163e9f-d340-873a-c15e-0000000030bd | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:11:18.926630 | 0.07s 2025-11-30 07:34:12.475774 | fa163e9f-d340-873a-c15e-0000000030be | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-11-30 07:34:12.527769 | fa163e9f-d340-873a-c15e-0000000030be | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-11-30 07:34:12.529315 | fa163e9f-d340-873a-c15e-0000000030be | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:11:18.999276 | 0.05s 2025-11-30 07:34:12.547725 | fa163e9f-d340-873a-c15e-0000000030bf | TASK | Configure multiple external ceph clusters 2025-11-30 07:34:12.609335 | fa163e9f-d340-873a-c15e-0000000030bf | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-11-30 07:34:12.610511 | fa163e9f-d340-873a-c15e-0000000030bf | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:11:19.080474 | 0.06s 2025-11-30 07:34:12.628788 | fa163e9f-d340-873a-c15e-0000000030c0 | TASK | Render keys provided for the Ceph cluster 2025-11-30 07:34:12.683511 | fa163e9f-d340-873a-c15e-0000000030c0 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:11:19.153461 | 0.05s 2025-11-30 07:34:12.695175 | 0b0c46e8-3b8f-43b9-85e5-c1bb953e918d | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-11-30 07:34:12.730104 | fa163e9f-d340-873a-c15e-000000003152 | TASK | create cephx key(s) 2025-11-30 07:34:13.218261 | fa163e9f-d340-873a-c15e-000000003152 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQBP7ytpAAAAABAAXQLQTQkMxLJ7uGigDaf94Q==', '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-11-30 07:34:13.220713 | fa163e9f-d340-873a-c15e-000000003152 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:11:19.690667 | 0.49s 2025-11-30 07:34:13.674500 | fa163e9f-d340-873a-c15e-000000003152 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQBP7ytpAAAAABAAtMMHM73CN0teAlvUPYPESw==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-11-30 07:34:13.675303 | fa163e9f-d340-873a-c15e-000000003152 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:11:20.145277 | 0.94s 2025-11-30 07:34:13.679633 | fa163e9f-d340-873a-c15e-000000003152 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:11:20.149596 | 0.95s 2025-11-30 07:34:13.699028 | fa163e9f-d340-873a-c15e-0000000030c1 | TASK | Render ceph config for the Ceph Clients 2025-11-30 07:34:13.749944 | fa163e9f-d340-873a-c15e-0000000030c1 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:11:20.219900 | 0.05s 2025-11-30 07:34:13.761118 | 0530f113-5e58-4de0-9054-5a330b39c4f3 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-11-30 07:34:13.799453 | fa163e9f-d340-873a-c15e-0000000031b6 | TASK | create ceph.conf 2025-11-30 07:34:14.354957 | fa163e9f-d340-873a-c15e-0000000031b6 | CHANGED | create ceph.conf | undercloud 2025-11-30 07:34:14.355834 | fa163e9f-d340-873a-c15e-0000000031b6 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:11:20.825808 | 0.56s 2025-11-30 07:34:14.370131 | fa163e9f-d340-873a-c15e-0000000030c2 | TASK | Configure Ceph Clients 2025-11-30 07:34:14.408148 | fa163e9f-d340-873a-c15e-0000000030c2 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:11:20.878100 | 0.04s 2025-11-30 07:34:14.428446 | 0acbc709-a0db-45f8-a809-c601108a2caf | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-11-30 07:34:14.469516 | fa163e9f-d340-873a-c15e-000000003225 | TASK | set effective ceph_clients without limit 2025-11-30 07:34:14.569187 | fa163e9f-d340-873a-c15e-000000003225 | OK | set effective ceph_clients without limit | undercloud 2025-11-30 07:34:14.570401 | fa163e9f-d340-873a-c15e-000000003225 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:11:21.040366 | 0.10s 2025-11-30 07:34:14.588814 | fa163e9f-d340-873a-c15e-000000003226 | TASK | set effective ceph_clients with limit 2025-11-30 07:34:14.647986 | fa163e9f-d340-873a-c15e-000000003226 | SKIPPED | set effective ceph_clients with limit | undercloud 2025-11-30 07:34:14.649252 | fa163e9f-d340-873a-c15e-000000003226 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:11:21.119214 | 0.06s 2025-11-30 07:34:14.667204 | fa163e9f-d340-873a-c15e-000000003227 | TASK | set distribution list from cross product of files and effective clients 2025-11-30 07:34:14.748575 | fa163e9f-d340-873a-c15e-000000003227 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-11-30 07:34:14.749801 | fa163e9f-d340-873a-c15e-000000003227 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:11:21.219767 | 0.08s 2025-11-30 07:34:14.787734 | fa163e9f-d340-873a-c15e-000000003228 | TASK | Ensure /etc/ceph exists on all clients 2025-11-30 07:34:15.044622 | fa163e9f-d340-873a-c15e-000000003228 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-jjfrgkhd/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e9f-d340-873a-c15e-000000003228') missing from stats 2025-11-30 07:34:15.324421 | fa163e9f-d340-873a-c15e-000000003228 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-jjfrgkhd/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-11-30 07:34:15.554970 | fa163e9f-d340-873a-c15e-000000003228 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-jjfrgkhd/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-11-30 07:34:15.563100 | fa163e9f-d340-873a-c15e-000000003228 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:11:22.033059 | 0.77s 2025-11-30 07:34:15.604856 | fa163e9f-d340-873a-c15e-000000003229 | TASK | push files to the other nodes of cluster 2025-11-30 07:34:16.128508 | fa163e9f-d340-873a-c15e-000000003229 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-jjfrgkhd/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e9f-d340-873a-c15e-000000003229') missing from stats 2025-11-30 07:34:16.585106 | fa163e9f-d340-873a-c15e-000000003229 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-jjfrgkhd/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-11-30 07:34:17.068736 | fa163e9f-d340-873a-c15e-000000003229 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-jjfrgkhd/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-11-30 07:34:17.081617 | fa163e9f-d340-873a-c15e-000000003229 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:11:23.551571 | 1.48s 2025-11-30 07:34:17.102321 | fa163e9f-d340-873a-c15e-0000000030c3 | TASK | Clean ceph_client_fetch_dir 2025-11-30 07:34:17.156367 | fa163e9f-d340-873a-c15e-0000000030c3 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:11:23.626319 | 0.05s 2025-11-30 07:34:17.169310 | 2636b1ad-9d06-4d2d-9e62-5533098f77ab | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-11-30 07:34:17.215884 | fa163e9f-d340-873a-c15e-0000000032bd | TASK | Clean any old fetch directory path 2025-11-30 07:34:17.470450 | fa163e9f-d340-873a-c15e-0000000032bd | CHANGED | Clean any old fetch directory path | undercloud 2025-11-30 07:34:17.473088 | fa163e9f-d340-873a-c15e-0000000032bd | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:11:23.943050 | 0.26s 2025-11-30 07:34:17.493268 | fa163e9f-d340-873a-c15e-0000000032be | TASK | Create ceph_client_fetch_dir for the current execution 2025-11-30 07:34:17.525528 | fa163e9f-d340-873a-c15e-0000000032be | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-11-30 07:34:17.527495 | fa163e9f-d340-873a-c15e-0000000032be | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:11:23.997457 | 0.03s 2025-11-30 07:34:17.562441 | fa163e9f-d340-873a-c15e-000000002800 | TASK | tripleo client role 2025-11-30 07:34:17.585344 | fa163e9f-d340-873a-c15e-000000002800 | TIMING | tripleo client role | undercloud | 0:11:24.055299 | 0.02s 2025-11-30 07:34:17.605793 | fa163e9f-d340-873a-c15e-000000002801 | TASK | Load variables for standalone ganesha 2025-11-30 07:34:17.677436 | fa163e9f-d340-873a-c15e-000000002801 | SKIPPED | Load variables for standalone ganesha | undercloud 2025-11-30 07:34:17.678729 | fa163e9f-d340-873a-c15e-000000002801 | TIMING | Load variables for standalone ganesha | undercloud | 0:11:24.148692 | 0.07s 2025-11-30 07:34:17.696779 | fa163e9f-d340-873a-c15e-000000002802 | TASK | Config Standalone Ganesha 2025-11-30 07:34:17.789224 | fa163e9f-d340-873a-c15e-000000002802 | SKIPPED | Config Standalone Ganesha | undercloud 2025-11-30 07:34:17.790394 | fa163e9f-d340-873a-c15e-000000002802 | TIMING | Config Standalone Ganesha | undercloud | 0:11:24.260358 | 0.09s PLAY [Deploy step tasks for 2] ************************************************* 2025-11-30 07:34:17.926875 | fa163e9f-d340-873a-c15e-0000000000ca | TASK | Deploy step tasks for 2 2025-11-30 07:34:17.956149 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000ca') missing from stats 2025-11-30 07:34:17.977884 | fa163e9f-d340-873a-c15e-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-11-30 07:34:19.493624 | fa163e9f-d340-873a-c15e-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-11-30 07:34:19.495579 | fa163e9f-d340-873a-c15e-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:11:25.965544 | 1.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-30 07:34:19.563361 | fa163e9f-d340-873a-c15e-0000000000cc | TIMING | include_tasks | standalone | 0:11:26.033322 | 0.04s 2025-11-30 07:34:19.645892 | ad0f7ce2-f8a6-45e6-8ad2-e8aa79bf8d60 | INCLUDED | /root/standalone-ansible-jjfrgkhd/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-11-30 07:34:19.677423 | fa163e9f-d340-873a-c15e-000000003384 | TASK | Push script 2025-11-30 07:34:20.203881 | fa163e9f-d340-873a-c15e-000000003384 | CHANGED | Push script | standalone 2025-11-30 07:34:20.205570 | fa163e9f-d340-873a-c15e-000000003384 | TIMING | Push script | standalone | 0:11:26.675534 | 0.53s 2025-11-30 07:34:20.233595 | fa163e9f-d340-873a-c15e-000000003385 | TASK | Insert cronjob in root crontab 2025-11-30 07:34:20.675788 | fa163e9f-d340-873a-c15e-000000003385 | CHANGED | Insert cronjob in root crontab | standalone 2025-11-30 07:34:20.677732 | fa163e9f-d340-873a-c15e-000000003385 | TIMING | Insert cronjob in root crontab | standalone | 0:11:27.147689 | 0.44s 2025-11-30 07:34:20.709267 | fa163e9f-d340-873a-c15e-00000000338c | TASK | Gather variables for each operating system 2025-11-30 07:34:20.816942 | fa163e9f-d340-873a-c15e-00000000338c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:11:27.286892 | 0.11s 2025-11-30 07:34:20.848757 | fa163e9f-d340-873a-c15e-00000000338d | TASK | Detect if resource is being created or already exists 2025-11-30 07:34:21.575799 | fa163e9f-d340-873a-c15e-00000000338d | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-30 07:34:21.577185 | fa163e9f-d340-873a-c15e-00000000338d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:11:28.047149 | 0.73s 2025-11-30 07:34:21.608916 | fa163e9f-d340-873a-c15e-00000000338e | TASK | Run init bundle puppet on the host for haproxy 2025-11-30 07:36:07.221755 | fa163e9f-d340-873a-c15e-00000000338e | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-11-30 07:36:07.224916 | fa163e9f-d340-873a-c15e-00000000338e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:13:13.694878 | 105.61s 2025-11-30 07:36:07.263118 | fa163e9f-d340-873a-c15e-00000000338f | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-11-30 07:36:07.677921 | fa163e9f-d340-873a-c15e-00000000338f | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-11-30 07:36:07.679342 | fa163e9f-d340-873a-c15e-00000000338f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:13:14.149305 | 0.41s 2025-11-30 07:36:07.708335 | fa163e9f-d340-873a-c15e-000000003390 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-30 07:36:08.313093 | fa163e9f-d340-873a-c15e-000000003390 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-30 07:36:08.314566 | fa163e9f-d340-873a-c15e-000000003390 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:13:14.784530 | 0.60s 2025-11-30 07:36:08.346480 | fa163e9f-d340-873a-c15e-000000003391 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-11-30 07:36:08.645061 | fa163e9f-d340-873a-c15e-000000003391 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-11-30 07:36:08.646432 | fa163e9f-d340-873a-c15e-000000003391 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:13:15.116395 | 0.30s 2025-11-30 07:36:08.679162 | fa163e9f-d340-873a-c15e-000000003393 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-11-30 07:36:08.746076 | fa163e9f-d340-873a-c15e-000000003393 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-11-30 07:36:08.747403 | fa163e9f-d340-873a-c15e-000000003393 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:13:15.217365 | 0.07s 2025-11-30 07:36:08.783556 | fa163e9f-d340-873a-c15e-000000003394 | TASK | Get container image tag from bundle haproxy-bundle 2025-11-30 07:36:08.837266 | fa163e9f-d340-873a-c15e-000000003394 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-11-30 07:36:08.838634 | fa163e9f-d340-873a-c15e-000000003394 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:13:15.308597 | 0.05s 2025-11-30 07:36:08.870955 | fa163e9f-d340-873a-c15e-000000003395 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-11-30 07:36:08.932195 | fa163e9f-d340-873a-c15e-000000003395 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-11-30 07:36:08.933487 | fa163e9f-d340-873a-c15e-000000003395 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:13:15.403450 | 0.06s 2025-11-30 07:36:08.966526 | fa163e9f-d340-873a-c15e-000000003396 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-30 07:36:09.019074 | fa163e9f-d340-873a-c15e-000000003396 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-30 07:36:09.020328 | fa163e9f-d340-873a-c15e-000000003396 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:13:15.490290 | 0.05s 2025-11-30 07:36:09.051575 | fa163e9f-d340-873a-c15e-000000003397 | TASK | Remove update marker for bundle haproxy-bundle 2025-11-30 07:36:09.104361 | fa163e9f-d340-873a-c15e-000000003397 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-11-30 07:36:09.105653 | fa163e9f-d340-873a-c15e-000000003397 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:13:15.575617 | 0.05s 2025-11-30 07:36:09.161240 | fa163e9f-d340-873a-c15e-0000000033b8 | TASK | Gather variables for each operating system 2025-11-30 07:36:09.286618 | fa163e9f-d340-873a-c15e-0000000033b8 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:15.756575 | 0.12s 2025-11-30 07:36:09.315896 | fa163e9f-d340-873a-c15e-0000000033b9 | TASK | Detect if resource is being created or already exists 2025-11-30 07:36:10.094777 | fa163e9f-d340-873a-c15e-0000000033b9 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-30 07:36:10.096533 | fa163e9f-d340-873a-c15e-0000000033b9 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:16.566491 | 0.78s 2025-11-30 07:36:10.128888 | fa163e9f-d340-873a-c15e-0000000033ba | TASK | Run init bundle puppet on the host for mysql 2025-11-30 07:36:36.937104 | fa163e9f-d340-873a-c15e-0000000033ba | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-11-30 07:36:36.939304 | fa163e9f-d340-873a-c15e-0000000033ba | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:13:43.409266 | 26.81s 2025-11-30 07:36:36.973943 | fa163e9f-d340-873a-c15e-0000000033bb | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-11-30 07:36:37.218680 | fa163e9f-d340-873a-c15e-0000000033bb | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-11-30 07:36:37.219752 | fa163e9f-d340-873a-c15e-0000000033bb | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:13:43.689723 | 0.24s 2025-11-30 07:36:37.241885 | fa163e9f-d340-873a-c15e-0000000033bc | TASK | Run pacemaker restart if the config file for the service changed 2025-11-30 07:36:37.677903 | fa163e9f-d340-873a-c15e-0000000033bc | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-30 07:36:37.680494 | fa163e9f-d340-873a-c15e-0000000033bc | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:13:44.150456 | 0.44s 2025-11-30 07:36:37.726677 | fa163e9f-d340-873a-c15e-0000000033bd | TASK | Check if an image update marker exists for bundle galera-bundle 2025-11-30 07:36:37.916022 | fa163e9f-d340-873a-c15e-0000000033bd | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-11-30 07:36:37.918351 | fa163e9f-d340-873a-c15e-0000000033bd | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:13:44.388310 | 0.19s 2025-11-30 07:36:37.949654 | fa163e9f-d340-873a-c15e-0000000033bf | TASK | Get container image tag from marker for bundle galera-bundle 2025-11-30 07:36:38.002534 | fa163e9f-d340-873a-c15e-0000000033bf | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-11-30 07:36:38.005029 | fa163e9f-d340-873a-c15e-0000000033bf | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:13:44.474869 | 0.05s 2025-11-30 07:36:38.037330 | fa163e9f-d340-873a-c15e-0000000033c0 | TASK | Get container image tag from bundle galera-bundle 2025-11-30 07:36:38.080478 | fa163e9f-d340-873a-c15e-0000000033c0 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-11-30 07:36:38.082659 | fa163e9f-d340-873a-c15e-0000000033c0 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:13:44.552621 | 0.04s 2025-11-30 07:36:38.113874 | fa163e9f-d340-873a-c15e-0000000033c1 | TASK | Compare tags between marker and bundle galera-bundle 2025-11-30 07:36:38.167827 | fa163e9f-d340-873a-c15e-0000000033c1 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-11-30 07:36:38.169942 | fa163e9f-d340-873a-c15e-0000000033c1 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:13:44.639902 | 0.05s 2025-11-30 07:36:38.202647 | fa163e9f-d340-873a-c15e-0000000033c2 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-30 07:36:38.254653 | fa163e9f-d340-873a-c15e-0000000033c2 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-30 07:36:38.257062 | fa163e9f-d340-873a-c15e-0000000033c2 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:13:44.726909 | 0.05s 2025-11-30 07:36:38.289527 | fa163e9f-d340-873a-c15e-0000000033c3 | TASK | Remove update marker for bundle galera-bundle 2025-11-30 07:36:38.331136 | fa163e9f-d340-873a-c15e-0000000033c3 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-11-30 07:36:38.335185 | fa163e9f-d340-873a-c15e-0000000033c3 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:13:44.805115 | 0.04s 2025-11-30 07:36:38.380037 | fa163e9f-d340-873a-c15e-0000000033e4 | TASK | Gather variables for each operating system 2025-11-30 07:36:38.491466 | fa163e9f-d340-873a-c15e-0000000033e4 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:44.961428 | 0.11s 2025-11-30 07:36:38.514651 | fa163e9f-d340-873a-c15e-0000000033e5 | TASK | Detect if resource is being created or already exists 2025-11-30 07:36:39.287521 | fa163e9f-d340-873a-c15e-0000000033e5 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-30 07:36:39.288442 | fa163e9f-d340-873a-c15e-0000000033e5 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:45.758415 | 0.77s 2025-11-30 07:36:39.308405 | fa163e9f-d340-873a-c15e-0000000033e6 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-11-30 07:37:04.635814 | fa163e9f-d340-873a-c15e-0000000033e6 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-11-30 07:37:04.637812 | fa163e9f-d340-873a-c15e-0000000033e6 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:14:11.107774 | 25.33s 2025-11-30 07:37:04.664868 | fa163e9f-d340-873a-c15e-0000000033e7 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-11-30 07:37:04.936403 | fa163e9f-d340-873a-c15e-0000000033e7 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-11-30 07:37:04.937878 | fa163e9f-d340-873a-c15e-0000000033e7 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:14:11.407841 | 0.27s 2025-11-30 07:37:04.967667 | fa163e9f-d340-873a-c15e-0000000033e8 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-30 07:37:05.379428 | fa163e9f-d340-873a-c15e-0000000033e8 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-30 07:37:05.380300 | fa163e9f-d340-873a-c15e-0000000033e8 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:11.850274 | 0.41s 2025-11-30 07:37:05.400561 | fa163e9f-d340-873a-c15e-0000000033e9 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-11-30 07:37:05.616828 | fa163e9f-d340-873a-c15e-0000000033e9 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-11-30 07:37:05.618395 | fa163e9f-d340-873a-c15e-0000000033e9 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:14:12.088359 | 0.22s 2025-11-30 07:37:05.649180 | fa163e9f-d340-873a-c15e-0000000033eb | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-11-30 07:37:05.701968 | fa163e9f-d340-873a-c15e-0000000033eb | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-11-30 07:37:05.703435 | fa163e9f-d340-873a-c15e-0000000033eb | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:14:12.173392 | 0.05s 2025-11-30 07:37:05.733830 | fa163e9f-d340-873a-c15e-0000000033ec | TASK | Get container image tag from bundle rabbitmq-bundle 2025-11-30 07:37:05.784608 | fa163e9f-d340-873a-c15e-0000000033ec | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-11-30 07:37:05.785711 | fa163e9f-d340-873a-c15e-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:14:12.255677 | 0.05s 2025-11-30 07:37:05.808858 | fa163e9f-d340-873a-c15e-0000000033ed | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-11-30 07:37:05.856431 | fa163e9f-d340-873a-c15e-0000000033ed | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-11-30 07:37:05.857762 | fa163e9f-d340-873a-c15e-0000000033ed | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:14:12.327730 | 0.05s 2025-11-30 07:37:05.881832 | fa163e9f-d340-873a-c15e-0000000033ee | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-30 07:37:05.932477 | fa163e9f-d340-873a-c15e-0000000033ee | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-30 07:37:05.933323 | fa163e9f-d340-873a-c15e-0000000033ee | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:12.403293 | 0.05s 2025-11-30 07:37:05.956227 | fa163e9f-d340-873a-c15e-0000000033ef | TASK | Remove update marker for bundle rabbitmq-bundle 2025-11-30 07:37:06.007478 | fa163e9f-d340-873a-c15e-0000000033ef | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-11-30 07:37:06.008390 | fa163e9f-d340-873a-c15e-0000000033ef | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:14:12.478359 | 0.05s 2025-11-30 07:37:06.047941 | fa163e9f-d340-873a-c15e-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-11-30 07:37:06.261838 | fa163e9f-d340-873a-c15e-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-11-30 07:37:06.263159 | fa163e9f-d340-873a-c15e-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:14:12.733125 | 0.21s 2025-11-30 07:37:06.352355 | fa163e9f-d340-873a-c15e-0000000000cf | TIMING | include_tasks | standalone | 0:14:12.822323 | 0.06s 2025-11-30 07:37:06.371623 | e3d79bd5-34ff-4070-a64f-60e0b18d8412 | INCLUDED | /root/standalone-ansible-jjfrgkhd/common_deploy_steps_tasks.yaml | standalone 2025-11-30 07:37:06.400852 | fa163e9f-d340-873a-c15e-00000000346a | TASK | Write the config_step hieradata 2025-11-30 07:37:06.885124 | fa163e9f-d340-873a-c15e-00000000346a | OK | Write the config_step hieradata | standalone 2025-11-30 07:37:06.885826 | fa163e9f-d340-873a-c15e-00000000346a | TIMING | Write the config_step hieradata | standalone | 0:14:13.355801 | 0.48s 2025-11-30 07:37:06.910687 | fa163e9f-d340-873a-c15e-00000000346b | TASK | Run puppet host configuration for step 2 2025-11-30 07:37:07.219458 | fa163e9f-d340-873a-c15e-00000000346b | CHANGED | Run puppet host configuration for step 2 | standalone 2025-11-30 07:37:07.220685 | fa163e9f-d340-873a-c15e-00000000346b | TIMING | Run puppet host configuration for step 2 | standalone | 0:14:13.690650 | 0.31s 2025-11-30 07:37:07.248618 | fa163e9f-d340-873a-c15e-00000000346c | TASK | Wait for puppet host configuration to finish 2025-11-30 07:37:07.719398 | fa163e9f-d340-873a-c15e-00000000346c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-30 07:37:17.974417 | fa163e9f-d340-873a-c15e-00000000346c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-30 07:37:28.216420 | fa163e9f-d340-873a-c15e-00000000346c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-30 07:37:28.217670 | fa163e9f-d340-873a-c15e-00000000346c | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:34.687634 | 20.97s 2025-11-30 07:37:28.248415 | fa163e9f-d340-873a-c15e-00000000346d | TASK | Debug output for task: Run puppet host configuration for step 2 2025-11-30 07:37:28.340850 | fa163e9f-d340-873a-c15e-00000000346d | 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>Nov 30 07:37:07 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 30 07:37:12 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 30 07:37:12 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 30 07:37:12 puppet-user: (file & line not available)", "<13>Nov 30 07:37:12 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 30 07:37:12 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 30 07:37:12 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 30 07:37:12 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.46 seconds", "<13>Nov 30 07:37:17 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 30 07:37:21 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 30 07:37:22 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 30 07:37:22 puppet-user: Notice: Applied catalog in 10.05 seconds", "<13>Nov 30 07:37:22 puppet-user: Application:", "<13>Nov 30 07:37:22 puppet-user: Initial environment: production", "<13>Nov 30 07:37:22 puppet-user: Converged environment: production", "<13>Nov 30 07:37:22 puppet-user: Run mode: user", "<13>Nov 30 07:37:22 puppet-user: Changes:", "<13>Nov 30 07:37:22 puppet-user: Total: 2", "<13>Nov 30 07:37:22 puppet-user: Events:", "<13>Nov 30 07:37:22 puppet-user: Success: 2", "<13>Nov 30 07:37:22 puppet-user: Resources:", "<13>Nov 30 07:37:22 puppet-user: Changed: 2", "<13>Nov 30 07:37:22 puppet-user: Out of sync: 2", "<13>Nov 30 07:37:22 puppet-user: Total: 28", "<13>Nov 30 07:37:22 puppet-user: Time:", "<13>Nov 30 07:37:22 puppet-user: Filebucket: 0.00", "<13>Nov 30 07:37:22 puppet-user: File line: 0.00", "<13>Nov 30 07:37:22 puppet-user: Package: 0.00", "<13>Nov 30 07:37:22 puppet-user: Schedule: 0.00", "<13>Nov 30 07:37:22 puppet-user: File: 0.00", "<13>Nov 30 07:37:22 puppet-user: Augeas: 0.01", "<13>Nov 30 07:37:22 puppet-user: User: 0.01", "<13>Nov 30 07:37:22 puppet-user: Service: 0.06", "<13>Nov 30 07:37:22 puppet-user: Config retrieval: 0.51", "<13>Nov 30 07:37:22 puppet-user: Pcmk property: 1.45", "<13>Nov 30 07:37:22 puppet-user: Exec: 1.99", "<13>Nov 30 07:37:22 puppet-user: Transaction evaluation: 10.04", "<13>Nov 30 07:37:22 puppet-user: Catalog application: 10.05", "<13>Nov 30 07:37:22 puppet-user: Last run: 1764488242", "<13>Nov 30 07:37:22 puppet-user: Pcmk resource op default: 3.10", "<13>Nov 30 07:37:22 puppet-user: Pcmk resource default: 3.17", "<13>Nov 30 07:37:22 puppet-user: Total: 10.06", "<13>Nov 30 07:37:22 puppet-user: Version:", "<13>Nov 30 07:37:22 puppet-user: Config: 1764488232", "<13>Nov 30 07:37:22 puppet-user: Puppet: 7.10.0" ] } 2025-11-30 07:37:28.342336 | fa163e9f-d340-873a-c15e-00000000346d | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:14:34.812300 | 0.09s 2025-11-30 07:37:28.371376 | fa163e9f-d340-873a-c15e-00000000346e | TASK | Pre-cache facts for puppet containers 2025-11-30 07:37:28.401036 | fa163e9f-d340-873a-c15e-00000000346e | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:34.870956 | 0.03s 2025-11-30 07:37:28.467395 | fa163e9f-d340-873a-c15e-0000000034ad | TASK | Gather variables for each operating system 2025-11-30 07:37:28.589518 | fa163e9f-d340-873a-c15e-0000000034ad | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:35.059473 | 0.12s 2025-11-30 07:37:28.618677 | fa163e9f-d340-873a-c15e-0000000034ae | TASK | Create puppet caching structures 2025-11-30 07:37:28.849990 | fa163e9f-d340-873a-c15e-0000000034ae | CHANGED | Create puppet caching structures | standalone 2025-11-30 07:37:28.851383 | fa163e9f-d340-873a-c15e-0000000034ae | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:35.321347 | 0.23s 2025-11-30 07:37:28.879555 | fa163e9f-d340-873a-c15e-0000000034af | TASK | Check for facter.conf 2025-11-30 07:37:29.136118 | fa163e9f-d340-873a-c15e-0000000034af | OK | Check for facter.conf | standalone 2025-11-30 07:37:29.137479 | fa163e9f-d340-873a-c15e-0000000034af | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:35.607443 | 0.26s 2025-11-30 07:37:29.166583 | fa163e9f-d340-873a-c15e-0000000034b0 | TASK | Remove facter.conf if directory 2025-11-30 07:37:29.216668 | fa163e9f-d340-873a-c15e-0000000034b0 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-30 07:37:29.217754 | fa163e9f-d340-873a-c15e-0000000034b0 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:35.687716 | 0.05s 2025-11-30 07:37:29.315315 | fa163e9f-d340-873a-c15e-0000000034b1 | TASK | Write facter cache config 2025-11-30 07:37:29.810312 | fa163e9f-d340-873a-c15e-0000000034b1 | CHANGED | Write facter cache config | standalone 2025-11-30 07:37:29.812094 | fa163e9f-d340-873a-c15e-0000000034b1 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:36.282055 | 0.50s 2025-11-30 07:37:29.842971 | fa163e9f-d340-873a-c15e-0000000034b2 | TASK | Cleanup facter cache if exists 2025-11-30 07:37:30.075879 | fa163e9f-d340-873a-c15e-0000000034b2 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-30 07:37:30.077348 | fa163e9f-d340-873a-c15e-0000000034b2 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:36.547311 | 0.23s 2025-11-30 07:37:30.106658 | fa163e9f-d340-873a-c15e-0000000034b3 | TASK | Pre-cache facts 2025-11-30 07:37:30.701366 | fa163e9f-d340-873a-c15e-0000000034b3 | CHANGED | Pre-cache facts | standalone 2025-11-30 07:37:30.702314 | fa163e9f-d340-873a-c15e-0000000034b3 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:37.172285 | 0.59s 2025-11-30 07:37:30.725155 | fa163e9f-d340-873a-c15e-0000000034b4 | TASK | Failed deployment if facter fails 2025-11-30 07:37:30.757231 | fa163e9f-d340-873a-c15e-0000000034b4 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-30 07:37:30.757988 | fa163e9f-d340-873a-c15e-0000000034b4 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:37.227960 | 0.03s 2025-11-30 07:37:30.789454 | fa163e9f-d340-873a-c15e-0000000034b5 | TASK | Sync cached facts 2025-11-30 07:37:31.104135 | fa163e9f-d340-873a-c15e-0000000034b5 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e9f-d340-873a-c15e-0000000034b5') missing from stats 2025-11-30 07:37:31.161237 | fa163e9f-d340-873a-c15e-00000000346f | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-30 07:37:31.215690 | fa163e9f-d340-873a-c15e-00000000346f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-30 07:37:31.216856 | fa163e9f-d340-873a-c15e-00000000346f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:37.686819 | 0.05s 2025-11-30 07:37:31.246457 | fa163e9f-d340-873a-c15e-000000003471 | TASK | Manage containers for step 2 with tripleo-ansible 2025-11-30 07:37:31.275700 | fa163e9f-d340-873a-c15e-000000003471 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:14:37.745655 | 0.03s 2025-11-30 07:37:31.340376 | fa163e9f-d340-873a-c15e-00000000350c | TASK | Gather variables for each operating system 2025-11-30 07:37:31.465247 | fa163e9f-d340-873a-c15e-00000000350c | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:37.935206 | 0.12s 2025-11-30 07:37:31.494071 | fa163e9f-d340-873a-c15e-00000000350d | TASK | Create container logs path 2025-11-30 07:37:31.747555 | fa163e9f-d340-873a-c15e-00000000350d | OK | Create container logs path | standalone 2025-11-30 07:37:31.748936 | fa163e9f-d340-873a-c15e-00000000350d | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:38.218900 | 0.25s 2025-11-30 07:37:31.779384 | fa163e9f-d340-873a-c15e-00000000350f | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-11-30 07:37:32.055848 | fa163e9f-d340-873a-c15e-00000000350f | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-30 07:37:32.057113 | fa163e9f-d340-873a-c15e-00000000350f | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:38.527078 | 0.28s 2025-11-30 07:37:32.086457 | fa163e9f-d340-873a-c15e-000000003510 | TASK | Finalise hashes for all containers 2025-11-30 07:37:32.130344 | fa163e9f-d340-873a-c15e-000000003510 | OK | Finalise hashes for all containers | standalone 2025-11-30 07:37:32.131471 | fa163e9f-d340-873a-c15e-000000003510 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:38.601435 | 0.04s 2025-11-30 07:37:32.160667 | fa163e9f-d340-873a-c15e-000000003512 | TASK | Manage systemd shutdown files 2025-11-30 07:37:32.193279 | fa163e9f-d340-873a-c15e-000000003512 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:38.663224 | 0.03s 2025-11-30 07:37:32.232499 | 6d3f045f-a543-4c44-b7a2-e593ab1c6a13 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-30 07:37:32.262113 | fa163e9f-d340-873a-c15e-000000003545 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-30 07:37:32.573732 | fa163e9f-d340-873a-c15e-000000003545 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-30 07:37:32.574813 | fa163e9f-d340-873a-c15e-000000003545 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:39.044783 | 0.31s 2025-11-30 07:37:32.603786 | fa163e9f-d340-873a-c15e-000000003546 | TASK | Set podman_drop_in fact 2025-11-30 07:37:32.665550 | fa163e9f-d340-873a-c15e-000000003546 | OK | Set podman_drop_in fact | standalone 2025-11-30 07:37:32.666828 | fa163e9f-d340-873a-c15e-000000003546 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:39.136793 | 0.06s 2025-11-30 07:37:32.696169 | fa163e9f-d340-873a-c15e-000000003548 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-30 07:37:33.131768 | fa163e9f-d340-873a-c15e-000000003548 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-30 07:37:33.133963 | fa163e9f-d340-873a-c15e-000000003548 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:39.603921 | 0.44s 2025-11-30 07:37:33.606633 | fa163e9f-d340-873a-c15e-000000003548 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-30 07:37:33.607423 | fa163e9f-d340-873a-c15e-000000003548 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:40.077395 | 0.91s 2025-11-30 07:37:33.615246 | fa163e9f-d340-873a-c15e-000000003548 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:40.085201 | 0.92s 2025-11-30 07:37:33.650338 | fa163e9f-d340-873a-c15e-000000003549 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-30 07:37:34.200682 | fa163e9f-d340-873a-c15e-000000003549 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-30 07:37:34.201508 | fa163e9f-d340-873a-c15e-000000003549 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:40.671480 | 0.55s 2025-11-30 07:37:34.221233 | fa163e9f-d340-873a-c15e-00000000354a | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-30 07:37:34.624865 | fa163e9f-d340-873a-c15e-00000000354a | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-30 07:37:34.626384 | fa163e9f-d340-873a-c15e-00000000354a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:41.096349 | 0.40s 2025-11-30 07:37:34.655636 | fa163e9f-d340-873a-c15e-00000000354b | TASK | Enable and start tripleo-container-shutdown 2025-11-30 07:37:35.375168 | fa163e9f-d340-873a-c15e-00000000354b | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-30 07:37:35.376953 | fa163e9f-d340-873a-c15e-00000000354b | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:41.846915 | 0.72s 2025-11-30 07:37:35.406690 | fa163e9f-d340-873a-c15e-00000000354c | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-30 07:37:35.910166 | fa163e9f-d340-873a-c15e-00000000354c | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-30 07:37:35.911689 | fa163e9f-d340-873a-c15e-00000000354c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:42.381652 | 0.50s 2025-11-30 07:37:35.940192 | fa163e9f-d340-873a-c15e-00000000354d | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-30 07:37:36.529693 | fa163e9f-d340-873a-c15e-00000000354d | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-30 07:37:36.531196 | fa163e9f-d340-873a-c15e-00000000354d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:43.001159 | 0.59s 2025-11-30 07:37:36.560090 | fa163e9f-d340-873a-c15e-00000000354e | TASK | Enable and start netns-placeholder 2025-11-30 07:37:37.264691 | fa163e9f-d340-873a-c15e-00000000354e | CHANGED | Enable and start netns-placeholder | standalone 2025-11-30 07:37:37.265819 | fa163e9f-d340-873a-c15e-00000000354e | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:43.735793 | 0.70s 2025-11-30 07:37:37.285079 | fa163e9f-d340-873a-c15e-000000003514 | TASK | Update container configs with new config hashes 2025-11-30 07:37:37.343395 | fa163e9f-d340-873a-c15e-000000003514 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:43.813336 | 0.06s 2025-11-30 07:37:37.364979 | eea5475a-19cc-4ff5-9d20-fa21a421c812 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-30 07:37:37.398376 | fa163e9f-d340-873a-c15e-000000003576 | TASK | Update config hashes for container startup configs 2025-11-30 07:37:37.705644 | fa163e9f-d340-873a-c15e-000000003576 | OK | Update config hashes for container startup configs | standalone 2025-11-30 07:37:37.707089 | fa163e9f-d340-873a-c15e-000000003576 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:44.177051 | 0.31s 2025-11-30 07:37:37.739294 | fa163e9f-d340-873a-c15e-000000003515 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-30 07:37:37.800812 | fa163e9f-d340-873a-c15e-000000003515 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:44.270763 | 0.06s 2025-11-30 07:37:37.824519 | a0a3fb97-6239-44a1-a96f-c1bff39a2968 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-30 07:37:37.862531 | fa163e9f-d340-873a-c15e-000000003595 | TASK | Gather podman infos 2025-11-30 07:37:38.637392 | fa163e9f-d340-873a-c15e-000000003595 | OK | Gather podman infos | standalone 2025-11-30 07:37:38.638807 | fa163e9f-d340-873a-c15e-000000003595 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:45.108770 | 0.77s 2025-11-30 07:37:38.705042 | fa163e9f-d340-873a-c15e-000000003596 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-30 07:37:38.782239 | fa163e9f-d340-873a-c15e-000000003596 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:45.252192 | 0.07s 2025-11-30 07:37:38.918300 | fa163e9f-d340-873a-c15e-0000000035df | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:45.388250 | 0.07s 2025-11-30 07:37:38.975811 | fa163e9f-d340-873a-c15e-000000003516 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-30 07:37:39.028568 | fa163e9f-d340-873a-c15e-000000003516 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:14:45.498524 | 0.05s 2025-11-30 07:37:39.054298 | 0fca964a-d2b4-4f10-b404-5544b66559d1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-30 07:37:39.090370 | fa163e9f-d340-873a-c15e-000000003605 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-30 07:37:54.917835 | fa163e9f-d340-873a-c15e-000000003605 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-30 07:37:54.919441 | fa163e9f-d340-873a-c15e-000000003605 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:01.389404 | 15.83s 2025-11-30 07:37:54.951704 | fa163e9f-d340-873a-c15e-000000003606 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-30 07:37:57.532776 | fa163e9f-d340-873a-c15e-000000003606 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-30 07:37:57.534140 | fa163e9f-d340-873a-c15e-000000003606 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:04.004104 | 2.58s 2025-11-30 07:37:57.612321 | fa163e9f-d340-873a-c15e-000000003473 | TASK | Clean container_puppet_tasks for standalone step 2 2025-11-30 07:37:57.834346 | fa163e9f-d340-873a-c15e-000000003473 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-11-30 07:37:57.835387 | fa163e9f-d340-873a-c15e-000000003473 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:15:04.305357 | 0.22s 2025-11-30 07:37:57.882322 | fa163e9f-d340-873a-c15e-000000003474 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-11-30 07:37:57.943842 | fa163e9f-d340-873a-c15e-000000003474 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:15:04.413798 | 0.06s 2025-11-30 07:37:57.975423 | fa163e9f-d340-873a-c15e-000000003475 | TASK | Include container-puppet tasks for step 2 2025-11-30 07:37:58.027157 | fa163e9f-d340-873a-c15e-000000003475 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:15:04.497109 | 0.05s 2025-11-30 07:37:58.052821 | 0260f3d1-d7ec-495d-86ab-7cee5fabb448 | INCLUDED | /root/standalone-ansible-jjfrgkhd/host-container-puppet-tasks.yaml | standalone 2025-11-30 07:37:58.093019 | fa163e9f-d340-873a-c15e-000000003651 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-11-30 07:37:58.603634 | fa163e9f-d340-873a-c15e-000000003651 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-11-30 07:37:58.604407 | fa163e9f-d340-873a-c15e-000000003651 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:15:05.074380 | 0.51s 2025-11-30 07:37:58.624149 | fa163e9f-d340-873a-c15e-000000003653 | TASK | Generate container puppet configs for step 2 2025-11-30 07:37:58.917885 | fa163e9f-d340-873a-c15e-000000003653 | OK | Generate container puppet configs for step 2 | standalone 2025-11-30 07:37:58.919326 | fa163e9f-d340-873a-c15e-000000003653 | TIMING | Generate container puppet configs for step 2 | standalone | 0:15:05.389291 | 0.29s 2025-11-30 07:37:58.949963 | fa163e9f-d340-873a-c15e-000000003654 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-11-30 07:37:58.981231 | fa163e9f-d340-873a-c15e-000000003654 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:15:05.451188 | 0.03s 2025-11-30 07:37:59.052196 | fa163e9f-d340-873a-c15e-000000003683 | TASK | Gather variables for each operating system 2025-11-30 07:37:59.164527 | fa163e9f-d340-873a-c15e-000000003683 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:05.634480 | 0.11s 2025-11-30 07:37:59.195201 | fa163e9f-d340-873a-c15e-000000003684 | TASK | Create container logs path 2025-11-30 07:37:59.406611 | fa163e9f-d340-873a-c15e-000000003684 | OK | Create container logs path | standalone 2025-11-30 07:37:59.407747 | fa163e9f-d340-873a-c15e-000000003684 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:05.877715 | 0.21s 2025-11-30 07:37:59.432327 | fa163e9f-d340-873a-c15e-000000003686 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-30 07:37:59.708758 | fa163e9f-d340-873a-c15e-000000003686 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-30 07:37:59.710180 | fa163e9f-d340-873a-c15e-000000003686 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:06.180142 | 0.28s 2025-11-30 07:37:59.739705 | fa163e9f-d340-873a-c15e-000000003687 | TASK | Finalise hashes for all containers 2025-11-30 07:37:59.793515 | fa163e9f-d340-873a-c15e-000000003687 | OK | Finalise hashes for all containers | standalone 2025-11-30 07:37:59.797021 | fa163e9f-d340-873a-c15e-000000003687 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:06.266954 | 0.05s 2025-11-30 07:37:59.829337 | fa163e9f-d340-873a-c15e-000000003689 | TASK | Manage systemd shutdown files 2025-11-30 07:37:59.874614 | fa163e9f-d340-873a-c15e-000000003689 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-30 07:37:59.878380 | fa163e9f-d340-873a-c15e-000000003689 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:06.348322 | 0.04s 2025-11-30 07:37:59.910866 | fa163e9f-d340-873a-c15e-00000000368b | TASK | Update container configs with new config hashes 2025-11-30 07:37:59.965143 | fa163e9f-d340-873a-c15e-00000000368b | SKIPPED | Update container configs with new config hashes | standalone 2025-11-30 07:37:59.966669 | fa163e9f-d340-873a-c15e-00000000368b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:06.436629 | 0.05s 2025-11-30 07:38:00.006237 | fa163e9f-d340-873a-c15e-00000000368c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-30 07:38:00.052794 | fa163e9f-d340-873a-c15e-00000000368c | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-30 07:38:00.054280 | fa163e9f-d340-873a-c15e-00000000368c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:06.524241 | 0.05s 2025-11-30 07:38:00.087892 | fa163e9f-d340-873a-c15e-00000000368d | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-30 07:38:00.141086 | fa163e9f-d340-873a-c15e-00000000368d | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-30 07:38:00.142253 | fa163e9f-d340-873a-c15e-00000000368d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:06.612216 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-11-30 07:38:00.306053 | fa163e9f-d340-873a-c15e-0000000000d2 | TASK | External deployment step 3 2025-11-30 07:38:00.337348 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000d2') missing from stats 2025-11-30 07:38:00.392273 | fa163e9f-d340-873a-c15e-0000000000d3 | TIMING | include_tasks | undercloud | 0:15:06.862228 | 0.04s 2025-11-30 07:38:00.399661 | 4a324fe0-7545-44f9-93c1-f58fd3247273 | INCLUDED | /root/standalone-ansible-jjfrgkhd/external_deploy_steps_tasks_step3.yaml | undercloud 2025-11-30 07:38:00.417097 | fa163e9f-d340-873a-c15e-0000000036dc | TASK | Pause cephadm 2025-11-30 07:38:00.470827 | fa163e9f-d340-873a-c15e-0000000036dc | SKIPPED | Pause cephadm | undercloud 2025-11-30 07:38:00.472258 | fa163e9f-d340-873a-c15e-0000000036dc | TIMING | Pause cephadm | undercloud | 0:15:06.942224 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-11-30 07:38:00.588428 | fa163e9f-d340-873a-c15e-0000000000d6 | TASK | Deploy step tasks for 3 2025-11-30 07:38:00.620667 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000d6') missing from stats 2025-11-30 07:38:00.643494 | fa163e9f-d340-873a-c15e-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-11-30 07:38:01.176627 | fa163e9f-d340-873a-c15e-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-11-30 07:38:01.179737 | fa163e9f-d340-873a-c15e-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:15:07.649699 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-30 07:38:01.248370 | fa163e9f-d340-873a-c15e-0000000000d8 | TIMING | include_tasks | standalone | 0:15:07.718329 | 0.04s 2025-11-30 07:38:01.276747 | cc2c6797-01c7-44ae-90fd-ce6f34c210ed | INCLUDED | /root/standalone-ansible-jjfrgkhd/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-11-30 07:38:01.307415 | fa163e9f-d340-873a-c15e-0000000036fb | TASK | Start OVN container 2025-11-30 07:38:01.392848 | fa163e9f-d340-873a-c15e-0000000036fb | TIMING | Start OVN container | standalone | 0:15:07.862786 | 0.08s 2025-11-30 07:38:01.423941 | fa163e9f-d340-873a-c15e-0000000036fb | TIMING | Start OVN container | standalone | 0:15:07.893908 | 0.11s 2025-11-30 07:38:01.449143 | fa163e9f-d340-873a-c15e-0000000036fb | TIMING | Start OVN container | standalone | 0:15:07.919113 | 0.14s 2025-11-30 07:38:01.460913 | fa163e9f-d340-873a-c15e-0000000036fb | TIMING | Start OVN container | standalone | 0:15:07.930870 | 0.15s 2025-11-30 07:38:01.575880 | fa163e9f-d340-873a-c15e-000000003733 | TASK | Gather variables for each operating system 2025-11-30 07:38:01.700330 | fa163e9f-d340-873a-c15e-000000003733 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:08.170284 | 0.12s 2025-11-30 07:38:01.731939 | fa163e9f-d340-873a-c15e-000000003734 | TASK | Create container logs path 2025-11-30 07:38:02.077737 | fa163e9f-d340-873a-c15e-000000003734 | OK | Create container logs path | standalone 2025-11-30 07:38:02.078628 | fa163e9f-d340-873a-c15e-000000003734 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:08.548602 | 0.35s 2025-11-30 07:38:02.098589 | fa163e9f-d340-873a-c15e-000000003736 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:02.424533 | fa163e9f-d340-873a-c15e-000000003736 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-30 07:38:02.425932 | fa163e9f-d340-873a-c15e-000000003736 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:08.895895 | 0.33s 2025-11-30 07:38:02.455055 | fa163e9f-d340-873a-c15e-000000003737 | TASK | Finalise hashes for all containers 2025-11-30 07:38:02.528203 | fa163e9f-d340-873a-c15e-000000003737 | OK | Finalise hashes for all containers | standalone 2025-11-30 07:38:02.529378 | fa163e9f-d340-873a-c15e-000000003737 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:08.999342 | 0.07s 2025-11-30 07:38:02.558954 | fa163e9f-d340-873a-c15e-000000003739 | TASK | Manage systemd shutdown files 2025-11-30 07:38:02.601807 | fa163e9f-d340-873a-c15e-000000003739 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-30 07:38:02.603129 | fa163e9f-d340-873a-c15e-000000003739 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:09.073092 | 0.04s 2025-11-30 07:38:02.637408 | fa163e9f-d340-873a-c15e-00000000373b | TASK | Update container configs with new config hashes 2025-11-30 07:38:02.714562 | fa163e9f-d340-873a-c15e-00000000373b | SKIPPED | Update container configs with new config hashes | standalone 2025-11-30 07:38:02.716408 | fa163e9f-d340-873a-c15e-00000000373b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:09.186356 | 0.08s 2025-11-30 07:38:02.742415 | fa163e9f-d340-873a-c15e-00000000373c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:02.823296 | fa163e9f-d340-873a-c15e-00000000373c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:09.293250 | 0.08s 2025-11-30 07:38:02.836557 | e181eda8-cca8-4561-81d7-f39431d7a2b2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-30 07:38:02.861710 | fa163e9f-d340-873a-c15e-0000000037c8 | TASK | Gather podman infos 2025-11-30 07:38:03.845693 | fa163e9f-d340-873a-c15e-0000000037c8 | OK | Gather podman infos | standalone 2025-11-30 07:38:03.847120 | fa163e9f-d340-873a-c15e-0000000037c8 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:10.317083 | 0.98s 2025-11-30 07:38:03.930044 | fa163e9f-d340-873a-c15e-0000000037c9 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:04.021416 | fa163e9f-d340-873a-c15e-0000000037c9 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:10.491370 | 0.09s 2025-11-30 07:38:04.163338 | fa163e9f-d340-873a-c15e-00000000380a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:10.633281 | 0.08s 2025-11-30 07:38:04.221503 | fa163e9f-d340-873a-c15e-00000000373d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:04.296530 | fa163e9f-d340-873a-c15e-00000000373d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:10.766481 | 0.07s 2025-11-30 07:38:04.319505 | 7a7a75d7-caec-48ef-a1ab-1bba33ed1e46 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-30 07:38:04.362619 | fa163e9f-d340-873a-c15e-000000003833 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:05.337355 | fa163e9f-d340-873a-c15e-000000003833 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-30 07:38:05.339502 | fa163e9f-d340-873a-c15e-000000003833 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:11.809462 | 0.98s 2025-11-30 07:38:05.372099 | fa163e9f-d340-873a-c15e-000000003834 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:08.233969 | fa163e9f-d340-873a-c15e-000000003834 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-30 07:38:08.235429 | fa163e9f-d340-873a-c15e-000000003834 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:14.705395 | 2.86s 2025-11-30 07:38:08.288832 | fa163e9f-d340-873a-c15e-00000000375e | TASK | Gather variables for each operating system 2025-11-30 07:38:08.416124 | fa163e9f-d340-873a-c15e-00000000375e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:14.886078 | 0.13s 2025-11-30 07:38:08.445819 | fa163e9f-d340-873a-c15e-00000000375f | TASK | Create container logs path 2025-11-30 07:38:08.701575 | fa163e9f-d340-873a-c15e-00000000375f | OK | Create container logs path | standalone 2025-11-30 07:38:08.702785 | fa163e9f-d340-873a-c15e-00000000375f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:15.172756 | 0.26s 2025-11-30 07:38:08.724780 | fa163e9f-d340-873a-c15e-000000003761 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:09.043790 | fa163e9f-d340-873a-c15e-000000003761 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-30 07:38:09.046276 | fa163e9f-d340-873a-c15e-000000003761 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:15.516239 | 0.32s 2025-11-30 07:38:09.075672 | fa163e9f-d340-873a-c15e-000000003762 | TASK | Finalise hashes for all containers 2025-11-30 07:38:09.183967 | fa163e9f-d340-873a-c15e-000000003762 | OK | Finalise hashes for all containers | standalone 2025-11-30 07:38:09.185898 | fa163e9f-d340-873a-c15e-000000003762 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:15.655856 | 0.11s 2025-11-30 07:38:09.215950 | fa163e9f-d340-873a-c15e-000000003764 | TASK | Manage systemd shutdown files 2025-11-30 07:38:09.280257 | fa163e9f-d340-873a-c15e-000000003764 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-30 07:38:09.281511 | fa163e9f-d340-873a-c15e-000000003764 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:15.751472 | 0.06s 2025-11-30 07:38:09.310662 | fa163e9f-d340-873a-c15e-000000003766 | TASK | Update container configs with new config hashes 2025-11-30 07:38:09.385145 | fa163e9f-d340-873a-c15e-000000003766 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-30 07:38:09.386910 | fa163e9f-d340-873a-c15e-000000003766 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:15.856868 | 0.07s 2025-11-30 07:38:09.420692 | fa163e9f-d340-873a-c15e-000000003767 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:09.496210 | fa163e9f-d340-873a-c15e-000000003767 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:15.966152 | 0.07s 2025-11-30 07:38:09.523576 | ad1955f1-fa2b-4c19-b43a-96f4db76573e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-30 07:38:09.559780 | fa163e9f-d340-873a-c15e-00000000387f | TASK | Gather podman infos 2025-11-30 07:38:10.539041 | fa163e9f-d340-873a-c15e-00000000387f | OK | Gather podman infos | standalone 2025-11-30 07:38:10.542210 | fa163e9f-d340-873a-c15e-00000000387f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:17.012146 | 0.98s 2025-11-30 07:38:10.623659 | fa163e9f-d340-873a-c15e-000000003880 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:10.721634 | fa163e9f-d340-873a-c15e-000000003880 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:17.191576 | 0.09s 2025-11-30 07:38:10.870579 | fa163e9f-d340-873a-c15e-00000000380a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:17.340514 | 0.09s 2025-11-30 07:38:10.928628 | fa163e9f-d340-873a-c15e-000000003768 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:11.016334 | fa163e9f-d340-873a-c15e-000000003768 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:17.486266 | 0.09s 2025-11-30 07:38:11.039219 | a24496ce-683d-4a34-a933-6dd3d27214f9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-30 07:38:11.079621 | fa163e9f-d340-873a-c15e-0000000038e5 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:12.050456 | fa163e9f-d340-873a-c15e-0000000038e5 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-30 07:38:12.051771 | fa163e9f-d340-873a-c15e-0000000038e5 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:18.521735 | 0.97s 2025-11-30 07:38:12.083753 | fa163e9f-d340-873a-c15e-0000000038e6 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:14.869522 | fa163e9f-d340-873a-c15e-0000000038e6 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-30 07:38:14.870903 | fa163e9f-d340-873a-c15e-0000000038e6 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:21.340868 | 2.78s 2025-11-30 07:38:14.924759 | fa163e9f-d340-873a-c15e-000000003789 | TASK | Gather variables for each operating system 2025-11-30 07:38:15.044944 | fa163e9f-d340-873a-c15e-000000003789 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:21.514900 | 0.12s 2025-11-30 07:38:15.074383 | fa163e9f-d340-873a-c15e-00000000378a | TASK | Create container logs path 2025-11-30 07:38:15.311622 | fa163e9f-d340-873a-c15e-00000000378a | OK | Create container logs path | standalone 2025-11-30 07:38:15.313036 | fa163e9f-d340-873a-c15e-00000000378a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:21.782972 | 0.24s 2025-11-30 07:38:15.343628 | fa163e9f-d340-873a-c15e-00000000378c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:15.650118 | fa163e9f-d340-873a-c15e-00000000378c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-30 07:38:15.651312 | fa163e9f-d340-873a-c15e-00000000378c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:22.121276 | 0.31s 2025-11-30 07:38:15.685143 | fa163e9f-d340-873a-c15e-00000000378d | TASK | Finalise hashes for all containers 2025-11-30 07:38:15.775683 | fa163e9f-d340-873a-c15e-00000000378d | OK | Finalise hashes for all containers | standalone 2025-11-30 07:38:15.778271 | fa163e9f-d340-873a-c15e-00000000378d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:22.248225 | 0.09s 2025-11-30 07:38:15.809317 | fa163e9f-d340-873a-c15e-00000000378f | TASK | Manage systemd shutdown files 2025-11-30 07:38:15.861375 | fa163e9f-d340-873a-c15e-00000000378f | SKIPPED | Manage systemd shutdown files | standalone 2025-11-30 07:38:15.862494 | fa163e9f-d340-873a-c15e-00000000378f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:22.332457 | 0.05s 2025-11-30 07:38:15.892933 | fa163e9f-d340-873a-c15e-000000003791 | TASK | Update container configs with new config hashes 2025-11-30 07:38:15.967222 | fa163e9f-d340-873a-c15e-000000003791 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-30 07:38:15.968655 | fa163e9f-d340-873a-c15e-000000003791 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:22.438617 | 0.07s 2025-11-30 07:38:15.998941 | fa163e9f-d340-873a-c15e-000000003792 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:16.070891 | fa163e9f-d340-873a-c15e-000000003792 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:22.540850 | 0.07s 2025-11-30 07:38:16.093349 | e7de9e05-9382-4b39-8318-b65a295c8e92 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-30 07:38:16.127461 | fa163e9f-d340-873a-c15e-000000003931 | TASK | Gather podman infos 2025-11-30 07:38:17.222335 | fa163e9f-d340-873a-c15e-000000003931 | OK | Gather podman infos | standalone 2025-11-30 07:38:17.223433 | fa163e9f-d340-873a-c15e-000000003931 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:23.693401 | 1.09s 2025-11-30 07:38:17.307913 | fa163e9f-d340-873a-c15e-000000003932 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:17.398024 | fa163e9f-d340-873a-c15e-000000003932 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:23.867960 | 0.09s 2025-11-30 07:38:17.519308 | fa163e9f-d340-873a-c15e-00000000380a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:23.989263 | 0.08s 2025-11-30 07:38:17.576276 | fa163e9f-d340-873a-c15e-000000003793 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:17.641887 | fa163e9f-d340-873a-c15e-000000003793 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:24.111844 | 0.06s 2025-11-30 07:38:17.664568 | 771be6ed-1ca9-4325-a2a3-62b578d89e31 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-30 07:38:17.706653 | fa163e9f-d340-873a-c15e-000000003997 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:18.757122 | fa163e9f-d340-873a-c15e-000000003997 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-30 07:38:18.758892 | fa163e9f-d340-873a-c15e-000000003997 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:25.228854 | 1.05s 2025-11-30 07:38:18.790341 | fa163e9f-d340-873a-c15e-000000003998 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-30 07:38:21.553419 | fa163e9f-d340-873a-c15e-000000003998 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-30 07:38:21.554937 | fa163e9f-d340-873a-c15e-000000003998 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:28.024901 | 2.76s 2025-11-30 07:38:21.607481 | fa163e9f-d340-873a-c15e-0000000036fd | TASK | Set NB connection 2025-11-30 07:38:22.064783 | fa163e9f-d340-873a-c15e-0000000036fd | CHANGED | Set NB connection | standalone 2025-11-30 07:38:22.066352 | fa163e9f-d340-873a-c15e-0000000036fd | TIMING | Set NB connection | standalone | 0:15:28.536316 | 0.46s 2025-11-30 07:38:22.094693 | fa163e9f-d340-873a-c15e-0000000036fe | TASK | Set SB connection 2025-11-30 07:38:22.530673 | fa163e9f-d340-873a-c15e-0000000036fe | CHANGED | Set SB connection | standalone 2025-11-30 07:38:22.532348 | fa163e9f-d340-873a-c15e-0000000036fe | TIMING | Set SB connection | standalone | 0:15:29.002312 | 0.44s 2025-11-30 07:38:22.562715 | fa163e9f-d340-873a-c15e-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-11-30 07:38:22.792917 | fa163e9f-d340-873a-c15e-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-11-30 07:38:22.793868 | fa163e9f-d340-873a-c15e-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:15:29.263838 | 0.23s 2025-11-30 07:38:22.874495 | fa163e9f-d340-873a-c15e-0000000000db | TIMING | include_tasks | standalone | 0:15:29.344450 | 0.06s 2025-11-30 07:38:22.905666 | e0d01d96-7544-44fe-b6ab-01e4635fbc26 | INCLUDED | /root/standalone-ansible-jjfrgkhd/common_deploy_steps_tasks.yaml | standalone 2025-11-30 07:38:22.929794 | fa163e9f-d340-873a-c15e-0000000039dd | TASK | Write the config_step hieradata 2025-11-30 07:38:23.412835 | fa163e9f-d340-873a-c15e-0000000039dd | OK | Write the config_step hieradata | standalone 2025-11-30 07:38:23.413541 | fa163e9f-d340-873a-c15e-0000000039dd | TIMING | Write the config_step hieradata | standalone | 0:15:29.883515 | 0.48s 2025-11-30 07:38:23.435438 | fa163e9f-d340-873a-c15e-0000000039de | TASK | Run puppet host configuration for step 3 2025-11-30 07:38:23.769082 | fa163e9f-d340-873a-c15e-0000000039de | CHANGED | Run puppet host configuration for step 3 | standalone 2025-11-30 07:38:23.769843 | fa163e9f-d340-873a-c15e-0000000039de | TIMING | Run puppet host configuration for step 3 | standalone | 0:15:30.239816 | 0.33s 2025-11-30 07:38:23.788773 | fa163e9f-d340-873a-c15e-0000000039df | TASK | Wait for puppet host configuration to finish 2025-11-30 07:38:24.009366 | fa163e9f-d340-873a-c15e-0000000039df | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-30 07:38:34.252438 | fa163e9f-d340-873a-c15e-0000000039df | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-30 07:38:44.488506 | fa163e9f-d340-873a-c15e-0000000039df | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-30 07:38:44.489616 | fa163e9f-d340-873a-c15e-0000000039df | TIMING | Wait for puppet host configuration to finish | standalone | 0:15:50.959587 | 20.70s 2025-11-30 07:38:44.514892 | fa163e9f-d340-873a-c15e-0000000039e0 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-11-30 07:38:44.607490 | fa163e9f-d340-873a-c15e-0000000039e0 | 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>Nov 30 07:38:23 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 30 07:38:28 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 30 07:38:28 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 30 07:38:28 puppet-user: (file & line not available)", "<13>Nov 30 07:38:28 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>Nov 30 07:38:28 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 30 07:38:28 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 30 07:38:28 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.45 seconds", "<13>Nov 30 07:38:32 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 30 07:38:35 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 30 07:38:36 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 30 07:38:36 puppet-user: Notice: Applied catalog in 7.87 seconds", "<13>Nov 30 07:38:36 puppet-user: Application:", "<13>Nov 30 07:38:36 puppet-user: Initial environment: production", "<13>Nov 30 07:38:36 puppet-user: Converged environment: production", "<13>Nov 30 07:38:36 puppet-user: Run mode: user", "<13>Nov 30 07:38:36 puppet-user: Changes:", "<13>Nov 30 07:38:36 puppet-user: Total: 2", "<13>Nov 30 07:38:36 puppet-user: Events:", "<13>Nov 30 07:38:36 puppet-user: Success: 2", "<13>Nov 30 07:38:36 puppet-user: Resources:", "<13>Nov 30 07:38:36 puppet-user: Changed: 2", "<13>Nov 30 07:38:36 puppet-user: Out of sync: 2", "<13>Nov 30 07:38:36 puppet-user: Total: 28", "<13>Nov 30 07:38:36 puppet-user: Time:", "<13>Nov 30 07:38:36 puppet-user: Filebucket: 0.00", "<13>Nov 30 07:38:36 puppet-user: Schedule: 0.00", "<13>Nov 30 07:38:36 puppet-user: File line: 0.00", "<13>Nov 30 07:38:36 puppet-user: Package: 0.00", "<13>Nov 30 07:38:36 puppet-user: File: 0.00", "<13>Nov 30 07:38:36 puppet-user: Augeas: 0.01", "<13>Nov 30 07:38:36 puppet-user: User: 0.01", "<13>Nov 30 07:38:36 puppet-user: Service: 0.08", "<13>Nov 30 07:38:36 puppet-user: Config retrieval: 0.50", "<13>Nov 30 07:38:36 puppet-user: Pcmk property: 1.47", "<13>Nov 30 07:38:36 puppet-user: Exec: 1.98", "<13>Nov 30 07:38:36 puppet-user: Last run: 1764488316", "<13>Nov 30 07:38:36 puppet-user: Pcmk resource op default: 2.05", "<13>Nov 30 07:38:36 puppet-user: Pcmk resource default: 2.07", "<13>Nov 30 07:38:36 puppet-user: Transaction evaluation: 7.85", "<13>Nov 30 07:38:36 puppet-user: Catalog application: 7.87", "<13>Nov 30 07:38:36 puppet-user: Total: 7.88", "<13>Nov 30 07:38:36 puppet-user: Version:", "<13>Nov 30 07:38:36 puppet-user: Config: 1764488308", "<13>Nov 30 07:38:36 puppet-user: Puppet: 7.10.0" ] } 2025-11-30 07:38:44.608612 | fa163e9f-d340-873a-c15e-0000000039e0 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:15:51.078582 | 0.09s 2025-11-30 07:38:44.633087 | fa163e9f-d340-873a-c15e-0000000039e1 | TASK | Pre-cache facts for puppet containers 2025-11-30 07:38:44.661859 | fa163e9f-d340-873a-c15e-0000000039e1 | TIMING | Pre-cache facts for puppet containers | standalone | 0:15:51.131828 | 0.03s 2025-11-30 07:38:44.766307 | fa163e9f-d340-873a-c15e-000000003a20 | TASK | Gather variables for each operating system 2025-11-30 07:38:44.888720 | fa163e9f-d340-873a-c15e-000000003a20 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:15:51.358673 | 0.12s 2025-11-30 07:38:44.918720 | fa163e9f-d340-873a-c15e-000000003a21 | TASK | Create puppet caching structures 2025-11-30 07:38:45.155261 | fa163e9f-d340-873a-c15e-000000003a21 | CHANGED | Create puppet caching structures | standalone 2025-11-30 07:38:45.156719 | fa163e9f-d340-873a-c15e-000000003a21 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:15:51.626683 | 0.24s 2025-11-30 07:38:45.185255 | fa163e9f-d340-873a-c15e-000000003a22 | TASK | Check for facter.conf 2025-11-30 07:38:45.428633 | fa163e9f-d340-873a-c15e-000000003a22 | OK | Check for facter.conf | standalone 2025-11-30 07:38:45.430158 | fa163e9f-d340-873a-c15e-000000003a22 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:15:51.900121 | 0.24s 2025-11-30 07:38:45.459364 | fa163e9f-d340-873a-c15e-000000003a23 | TASK | Remove facter.conf if directory 2025-11-30 07:38:45.499643 | fa163e9f-d340-873a-c15e-000000003a23 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-30 07:38:45.500794 | fa163e9f-d340-873a-c15e-000000003a23 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:15:51.970757 | 0.04s 2025-11-30 07:38:45.528701 | fa163e9f-d340-873a-c15e-000000003a24 | TASK | Write facter cache config 2025-11-30 07:38:45.994908 | fa163e9f-d340-873a-c15e-000000003a24 | CHANGED | Write facter cache config | standalone 2025-11-30 07:38:45.996470 | fa163e9f-d340-873a-c15e-000000003a24 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:15:52.466434 | 0.47s 2025-11-30 07:38:46.024825 | fa163e9f-d340-873a-c15e-000000003a25 | TASK | Cleanup facter cache if exists 2025-11-30 07:38:46.236490 | fa163e9f-d340-873a-c15e-000000003a25 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-30 07:38:46.238188 | fa163e9f-d340-873a-c15e-000000003a25 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:15:52.708149 | 0.21s 2025-11-30 07:38:46.267273 | fa163e9f-d340-873a-c15e-000000003a26 | TASK | Pre-cache facts 2025-11-30 07:38:46.871975 | fa163e9f-d340-873a-c15e-000000003a26 | CHANGED | Pre-cache facts | standalone 2025-11-30 07:38:46.873327 | fa163e9f-d340-873a-c15e-000000003a26 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:15:53.343287 | 0.60s 2025-11-30 07:38:46.903641 | fa163e9f-d340-873a-c15e-000000003a27 | TASK | Failed deployment if facter fails 2025-11-30 07:38:46.937697 | fa163e9f-d340-873a-c15e-000000003a27 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-30 07:38:46.938874 | fa163e9f-d340-873a-c15e-000000003a27 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:15:53.408834 | 0.03s 2025-11-30 07:38:46.982170 | fa163e9f-d340-873a-c15e-000000003a28 | TASK | Sync cached facts 2025-11-30 07:38:47.309558 | fa163e9f-d340-873a-c15e-000000003a28 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e9f-d340-873a-c15e-000000003a28') missing from stats 2025-11-30 07:38:47.366381 | fa163e9f-d340-873a-c15e-0000000039e2 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-30 07:38:47.417722 | fa163e9f-d340-873a-c15e-0000000039e2 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-30 07:38:47.419157 | fa163e9f-d340-873a-c15e-0000000039e2 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:15:53.889112 | 0.05s 2025-11-30 07:38:47.450241 | fa163e9f-d340-873a-c15e-0000000039e4 | TASK | Manage containers for step 3 with tripleo-ansible 2025-11-30 07:38:47.480250 | fa163e9f-d340-873a-c15e-0000000039e4 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:15:53.950207 | 0.03s 2025-11-30 07:38:47.547683 | fa163e9f-d340-873a-c15e-000000003a7f | TASK | Gather variables for each operating system 2025-11-30 07:38:47.665149 | fa163e9f-d340-873a-c15e-000000003a7f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:54.135101 | 0.12s 2025-11-30 07:38:47.694758 | fa163e9f-d340-873a-c15e-000000003a80 | TASK | Create container logs path 2025-11-30 07:38:47.930710 | fa163e9f-d340-873a-c15e-000000003a80 | OK | Create container logs path | standalone 2025-11-30 07:38:47.932226 | fa163e9f-d340-873a-c15e-000000003a80 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:54.402189 | 0.24s 2025-11-30 07:38:47.963547 | fa163e9f-d340-873a-c15e-000000003a82 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-11-30 07:38:48.216348 | fa163e9f-d340-873a-c15e-000000003a82 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-30 07:38:48.217745 | fa163e9f-d340-873a-c15e-000000003a82 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:15:54.687708 | 0.25s 2025-11-30 07:38:48.248232 | fa163e9f-d340-873a-c15e-000000003a83 | TASK | Finalise hashes for all containers 2025-11-30 07:38:48.331034 | fa163e9f-d340-873a-c15e-000000003a83 | OK | Finalise hashes for all containers | standalone 2025-11-30 07:38:48.332217 | fa163e9f-d340-873a-c15e-000000003a83 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:54.802182 | 0.08s 2025-11-30 07:38:48.360572 | fa163e9f-d340-873a-c15e-000000003a85 | TASK | Manage systemd shutdown files 2025-11-30 07:38:48.393639 | fa163e9f-d340-873a-c15e-000000003a85 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:54.863599 | 0.03s 2025-11-30 07:38:48.426339 | a99a1ff3-b5d3-48e5-b6b7-cec2d3c94790 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-30 07:38:48.454433 | fa163e9f-d340-873a-c15e-000000003ab8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-30 07:38:48.688193 | fa163e9f-d340-873a-c15e-000000003ab8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-30 07:38:48.689620 | fa163e9f-d340-873a-c15e-000000003ab8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:15:55.159584 | 0.23s 2025-11-30 07:38:48.718357 | fa163e9f-d340-873a-c15e-000000003ab9 | TASK | Set podman_drop_in fact 2025-11-30 07:38:48.780369 | fa163e9f-d340-873a-c15e-000000003ab9 | OK | Set podman_drop_in fact | standalone 2025-11-30 07:38:48.781449 | fa163e9f-d340-873a-c15e-000000003ab9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:15:55.251414 | 0.06s 2025-11-30 07:38:48.809438 | fa163e9f-d340-873a-c15e-000000003abb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-30 07:38:49.362200 | fa163e9f-d340-873a-c15e-000000003abb | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-30 07:38:49.364594 | fa163e9f-d340-873a-c15e-000000003abb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:55.834553 | 0.55s 2025-11-30 07:38:49.781864 | fa163e9f-d340-873a-c15e-000000003abb | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-30 07:38:49.782903 | fa163e9f-d340-873a-c15e-000000003abb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:56.252871 | 0.97s 2025-11-30 07:38:49.789745 | fa163e9f-d340-873a-c15e-000000003abb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:56.259705 | 0.98s 2025-11-30 07:38:49.819727 | fa163e9f-d340-873a-c15e-000000003abc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-30 07:38:50.342287 | fa163e9f-d340-873a-c15e-000000003abc | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-30 07:38:50.343325 | fa163e9f-d340-873a-c15e-000000003abc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:15:56.813294 | 0.52s 2025-11-30 07:38:50.365177 | fa163e9f-d340-873a-c15e-000000003abd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-30 07:38:50.801192 | fa163e9f-d340-873a-c15e-000000003abd | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-30 07:38:50.802548 | fa163e9f-d340-873a-c15e-000000003abd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:15:57.272510 | 0.44s 2025-11-30 07:38:50.831379 | fa163e9f-d340-873a-c15e-000000003abe | TASK | Enable and start tripleo-container-shutdown 2025-11-30 07:38:51.597571 | fa163e9f-d340-873a-c15e-000000003abe | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-30 07:38:51.599631 | fa163e9f-d340-873a-c15e-000000003abe | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:15:58.069592 | 0.77s 2025-11-30 07:38:51.630039 | fa163e9f-d340-873a-c15e-000000003abf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-30 07:38:52.111183 | fa163e9f-d340-873a-c15e-000000003abf | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-30 07:38:52.112671 | fa163e9f-d340-873a-c15e-000000003abf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:15:58.582636 | 0.48s 2025-11-30 07:38:52.141763 | fa163e9f-d340-873a-c15e-000000003ac0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-30 07:38:52.611204 | fa163e9f-d340-873a-c15e-000000003ac0 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-30 07:38:52.612584 | fa163e9f-d340-873a-c15e-000000003ac0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:15:59.082548 | 0.47s 2025-11-30 07:38:52.641476 | fa163e9f-d340-873a-c15e-000000003ac1 | TASK | Enable and start netns-placeholder 2025-11-30 07:38:53.369214 | fa163e9f-d340-873a-c15e-000000003ac1 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-30 07:38:53.371294 | fa163e9f-d340-873a-c15e-000000003ac1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:59.841257 | 0.73s 2025-11-30 07:38:53.401342 | fa163e9f-d340-873a-c15e-000000003a87 | TASK | Update container configs with new config hashes 2025-11-30 07:38:53.462823 | fa163e9f-d340-873a-c15e-000000003a87 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:59.932746 | 0.06s 2025-11-30 07:38:53.483834 | 4ebfece0-93c8-4819-8510-107641dfdfa0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-30 07:38:53.517420 | fa163e9f-d340-873a-c15e-000000003ae9 | TASK | Update config hashes for container startup configs 2025-11-30 07:38:53.805169 | fa163e9f-d340-873a-c15e-000000003ae9 | OK | Update config hashes for container startup configs | standalone 2025-11-30 07:38:53.806511 | fa163e9f-d340-873a-c15e-000000003ae9 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:00.276475 | 0.29s 2025-11-30 07:38:53.837715 | fa163e9f-d340-873a-c15e-000000003a88 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-30 07:38:53.899073 | fa163e9f-d340-873a-c15e-000000003a88 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:00.368981 | 0.06s 2025-11-30 07:38:53.922311 | 6413314c-65e5-4781-bf10-e41b6567d6a7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-30 07:38:53.958519 | fa163e9f-d340-873a-c15e-000000003b08 | TASK | Gather podman infos 2025-11-30 07:38:55.147371 | fa163e9f-d340-873a-c15e-000000003b08 | OK | Gather podman infos | standalone 2025-11-30 07:38:55.148652 | fa163e9f-d340-873a-c15e-000000003b08 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:01.618618 | 1.19s 2025-11-30 07:38:55.231981 | fa163e9f-d340-873a-c15e-000000003b09 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-30 07:38:55.312841 | fa163e9f-d340-873a-c15e-000000003b09 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:01.782794 | 0.07s 2025-11-30 07:38:55.470774 | fa163e9f-d340-873a-c15e-00000000380a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:01.940722 | 0.10s 2025-11-30 07:38:55.527934 | fa163e9f-d340-873a-c15e-000000003a89 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-30 07:38:55.591884 | fa163e9f-d340-873a-c15e-000000003a89 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:02.061839 | 0.06s 2025-11-30 07:38:55.617402 | 8c9b09c8-e9c3-406b-ae4f-57b769ef522e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-30 07:38:55.653921 | fa163e9f-d340-873a-c15e-000000003b73 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-30 07:39:46.599388 | fa163e9f-d340-873a-c15e-000000003b73 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-30 07:39:46.600624 | fa163e9f-d340-873a-c15e-000000003b73 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:53.070593 | 50.95s 2025-11-30 07:39:46.625673 | fa163e9f-d340-873a-c15e-000000003b74 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-30 07:40:16.506228 | fa163e9f-d340-873a-c15e-000000003b74 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-30 07:40:16.507745 | fa163e9f-d340-873a-c15e-000000003b74 | 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:17:22.977709 | 29.88s 2025-11-30 07:40:16.581286 | fa163e9f-d340-873a-c15e-0000000039e6 | TASK | Clean container_puppet_tasks for standalone step 3 2025-11-30 07:40:16.842698 | fa163e9f-d340-873a-c15e-0000000039e6 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-11-30 07:40:16.843941 | fa163e9f-d340-873a-c15e-0000000039e6 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:17:23.313906 | 0.26s 2025-11-30 07:40:16.890490 | fa163e9f-d340-873a-c15e-0000000039e7 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-11-30 07:40:16.931240 | fa163e9f-d340-873a-c15e-0000000039e7 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:17:23.401196 | 0.04s 2025-11-30 07:40:16.960942 | fa163e9f-d340-873a-c15e-0000000039e8 | TASK | Include container-puppet tasks for step 3 2025-11-30 07:40:17.002766 | fa163e9f-d340-873a-c15e-0000000039e8 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:17:23.472721 | 0.04s 2025-11-30 07:40:17.026542 | 508ad865-bf78-4235-89dd-6ebe5578c8f9 | INCLUDED | /root/standalone-ansible-jjfrgkhd/host-container-puppet-tasks.yaml | standalone 2025-11-30 07:40:17.074434 | fa163e9f-d340-873a-c15e-000000003bbf | TASK | Write container-puppet-tasks json file for standalone step 3 2025-11-30 07:40:17.609362 | fa163e9f-d340-873a-c15e-000000003bbf | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-11-30 07:40:17.610615 | fa163e9f-d340-873a-c15e-000000003bbf | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:17:24.080580 | 0.54s 2025-11-30 07:40:17.640855 | fa163e9f-d340-873a-c15e-000000003bc1 | TASK | Generate container puppet configs for step 3 2025-11-30 07:40:17.925075 | fa163e9f-d340-873a-c15e-000000003bc1 | OK | Generate container puppet configs for step 3 | standalone 2025-11-30 07:40:17.926415 | fa163e9f-d340-873a-c15e-000000003bc1 | TIMING | Generate container puppet configs for step 3 | standalone | 0:17:24.396378 | 0.28s 2025-11-30 07:40:17.950417 | fa163e9f-d340-873a-c15e-000000003bc2 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-11-30 07:40:17.982785 | fa163e9f-d340-873a-c15e-000000003bc2 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:17:24.452751 | 0.03s 2025-11-30 07:40:18.037626 | fa163e9f-d340-873a-c15e-000000003bf1 | TASK | Gather variables for each operating system 2025-11-30 07:40:18.138694 | fa163e9f-d340-873a-c15e-000000003bf1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:24.608646 | 0.10s 2025-11-30 07:40:18.167882 | fa163e9f-d340-873a-c15e-000000003bf2 | TASK | Create container logs path 2025-11-30 07:40:18.411875 | fa163e9f-d340-873a-c15e-000000003bf2 | OK | Create container logs path | standalone 2025-11-30 07:40:18.413354 | fa163e9f-d340-873a-c15e-000000003bf2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:24.883316 | 0.24s 2025-11-30 07:40:18.445724 | fa163e9f-d340-873a-c15e-000000003bf4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-30 07:40:18.720578 | fa163e9f-d340-873a-c15e-000000003bf4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-30 07:40:18.722118 | fa163e9f-d340-873a-c15e-000000003bf4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:17:25.192080 | 0.27s 2025-11-30 07:40:18.750344 | fa163e9f-d340-873a-c15e-000000003bf5 | TASK | Finalise hashes for all containers 2025-11-30 07:40:18.795830 | fa163e9f-d340-873a-c15e-000000003bf5 | OK | Finalise hashes for all containers | standalone 2025-11-30 07:40:18.797162 | fa163e9f-d340-873a-c15e-000000003bf5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:25.267125 | 0.04s 2025-11-30 07:40:18.825810 | fa163e9f-d340-873a-c15e-000000003bf7 | TASK | Manage systemd shutdown files 2025-11-30 07:40:18.855983 | fa163e9f-d340-873a-c15e-000000003bf7 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-30 07:40:18.857865 | fa163e9f-d340-873a-c15e-000000003bf7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:25.327827 | 0.03s 2025-11-30 07:40:18.886908 | fa163e9f-d340-873a-c15e-000000003bf9 | TASK | Update container configs with new config hashes 2025-11-30 07:40:18.920495 | fa163e9f-d340-873a-c15e-000000003bf9 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-30 07:40:18.921700 | fa163e9f-d340-873a-c15e-000000003bf9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:25.391659 | 0.03s 2025-11-30 07:40:18.953110 | fa163e9f-d340-873a-c15e-000000003bfa | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-30 07:40:19.004271 | fa163e9f-d340-873a-c15e-000000003bfa | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-30 07:40:19.005595 | fa163e9f-d340-873a-c15e-000000003bfa | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:17:25.475556 | 0.05s 2025-11-30 07:40:19.038459 | fa163e9f-d340-873a-c15e-000000003bfb | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-30 07:40:19.091951 | fa163e9f-d340-873a-c15e-000000003bfb | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-30 07:40:19.093583 | fa163e9f-d340-873a-c15e-000000003bfb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:17:25.563544 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-11-30 07:40:19.275377 | fa163e9f-d340-873a-c15e-0000000000de | TASK | External deployment step 4 2025-11-30 07:40:19.304531 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000de') missing from stats 2025-11-30 07:40:19.370237 | fa163e9f-d340-873a-c15e-0000000000df | TIMING | include_tasks | undercloud | 0:17:25.840193 | 0.04s 2025-11-30 07:40:19.402813 | 6c6cf895-c13b-40e5-8d58-cc92d601278e | INCLUDED | /root/standalone-ansible-jjfrgkhd/external_deploy_steps_tasks_step4.yaml | undercloud 2025-11-30 07:40:19.424579 | fa163e9f-d340-873a-c15e-000000003c4a | TASK | Clean up legacy Cinder keystone catalog entries 2025-11-30 07:40:20.919753 | fa163e9f-d340-873a-c15e-000000003c4a | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-11-30 07:40:20.922211 | fa163e9f-d340-873a-c15e-000000003c4a | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:17:27.392170 | 1.50s 2025-11-30 07:40:22.119072 | fa163e9f-d340-873a-c15e-000000003c4a | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-11-30 07:40:22.120910 | fa163e9f-d340-873a-c15e-000000003c4a | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:17:28.590875 | 2.69s 2025-11-30 07:40:22.131256 | fa163e9f-d340-873a-c15e-000000003c4a | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:17:28.601219 | 2.70s 2025-11-30 07:40:22.149566 | fa163e9f-d340-873a-c15e-000000003c4d | TASK | Manage Keystone resources for OpenStack services 2025-11-30 07:40:22.201104 | fa163e9f-d340-873a-c15e-000000003c4d | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:17:28.671064 | 0.05s 2025-11-30 07:40:22.264375 | fa163e9f-d340-873a-c15e-000000003c79 | TASK | Create Keystone Admin resources 2025-11-30 07:40:22.314135 | fa163e9f-d340-873a-c15e-000000003c79 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:17:28.784098 | 0.05s 2025-11-30 07:40:22.340260 | 48094521-19ab-47b4-9013-2f70c5ffee10 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-11-30 07:40:22.368391 | fa163e9f-d340-873a-c15e-000000003cba | TASK | Create admin and service projects 2025-11-30 07:40:22.406732 | fa163e9f-d340-873a-c15e-000000003cba | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:17:28.876691 | 0.04s 2025-11-30 07:40:22.417700 | 3b852eaf-a430-4bdf-806a-4ae7eb726150 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-30 07:40:22.446636 | fa163e9f-d340-873a-c15e-000000003d0b | TASK | Async creation of Keystone project 2025-11-30 07:40:23.013123 | fa163e9f-d340-873a-c15e-000000003d0b | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-11-30 07:40:23.019693 | fa163e9f-d340-873a-c15e-000000003d0b | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:29.489652 | 0.57s 2025-11-30 07:40:23.310450 | fa163e9f-d340-873a-c15e-000000003d0b | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-30 07:40:23.312049 | fa163e9f-d340-873a-c15e-000000003d0b | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:29.781977 | 0.86s 2025-11-30 07:40:23.323787 | fa163e9f-d340-873a-c15e-000000003d0b | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:29.793761 | 0.88s 2025-11-30 07:40:23.339645 | fa163e9f-d340-873a-c15e-000000003d0d | TASK | Check Keystone project status 2025-11-30 07:40:23.606935 | fa163e9f-d340-873a-c15e-000000003d0d | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-30 07:40:28.825766 | fa163e9f-d340-873a-c15e-000000003d0d | OK | Check Keystone project status | undercloud | item=admin 2025-11-30 07:40:28.828166 | fa163e9f-d340-873a-c15e-000000003d0d | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:17:35.298119 | 5.49s 2025-11-30 07:40:29.050906 | fa163e9f-d340-873a-c15e-000000003d0d | CHANGED | Check Keystone project status | undercloud | item=service 2025-11-30 07:40:29.052799 | fa163e9f-d340-873a-c15e-000000003d0d | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:17:35.522766 | 5.71s 2025-11-30 07:40:29.063797 | fa163e9f-d340-873a-c15e-000000003d0d | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:17:35.533757 | 5.72s 2025-11-30 07:40:29.084916 | fa163e9f-d340-873a-c15e-000000003cbb | TASK | Create admin role 2025-11-30 07:40:30.359184 | fa163e9f-d340-873a-c15e-000000003cbb | OK | Create admin role | undercloud 2025-11-30 07:40:30.359923 | fa163e9f-d340-873a-c15e-000000003cbb | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:17:36.829897 | 1.27s 2025-11-30 07:40:30.374210 | fa163e9f-d340-873a-c15e-000000003cbc | TASK | Create _member_ role 2025-11-30 07:40:30.431456 | fa163e9f-d340-873a-c15e-000000003cbc | SKIPPED | Create _member_ role | undercloud 2025-11-30 07:40:30.432090 | fa163e9f-d340-873a-c15e-000000003cbc | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:17:36.902063 | 0.06s 2025-11-30 07:40:30.446206 | fa163e9f-d340-873a-c15e-000000003cbd | TASK | Check admin password 2025-11-30 07:40:31.776342 | fa163e9f-d340-873a-c15e-000000003cbd | OK | Check admin password | undercloud 2025-11-30 07:40:31.777340 | fa163e9f-d340-873a-c15e-000000003cbd | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:17:38.247310 | 1.33s 2025-11-30 07:40:31.796762 | fa163e9f-d340-873a-c15e-000000003cbe | TASK | Create admin user 2025-11-30 07:40:33.444832 | fa163e9f-d340-873a-c15e-000000003cbe | CHANGED | Create admin user | undercloud 2025-11-30 07:40:33.445514 | fa163e9f-d340-873a-c15e-000000003cbe | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:17:39.915487 | 1.65s 2025-11-30 07:40:33.459932 | fa163e9f-d340-873a-c15e-000000003cbf | TASK | Assign admin role to admin project for admin user 2025-11-30 07:40:34.898465 | fa163e9f-d340-873a-c15e-000000003cbf | OK | Assign admin role to admin project for admin user | undercloud 2025-11-30 07:40:34.900192 | fa163e9f-d340-873a-c15e-000000003cbf | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:17:41.370153 | 1.44s 2025-11-30 07:40:34.919611 | fa163e9f-d340-873a-c15e-000000003cc0 | TASK | Assign _member_ role to admin project for admin user 2025-11-30 07:40:34.970619 | fa163e9f-d340-873a-c15e-000000003cc0 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-11-30 07:40:34.971862 | fa163e9f-d340-873a-c15e-000000003cc0 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:17:41.441824 | 0.05s 2025-11-30 07:40:34.991130 | fa163e9f-d340-873a-c15e-000000003cc1 | TASK | Create identity service 2025-11-30 07:40:36.215652 | fa163e9f-d340-873a-c15e-000000003cc1 | OK | Create identity service | undercloud 2025-11-30 07:40:36.216969 | fa163e9f-d340-873a-c15e-000000003cc1 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:17:42.686933 | 1.22s 2025-11-30 07:40:36.236429 | fa163e9f-d340-873a-c15e-000000003cc2 | TASK | Create identity public endpoint 2025-11-30 07:40:37.534296 | fa163e9f-d340-873a-c15e-000000003cc2 | OK | Create identity public endpoint | undercloud 2025-11-30 07:40:37.536900 | fa163e9f-d340-873a-c15e-000000003cc2 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:17:44.006861 | 1.30s 2025-11-30 07:40:37.556705 | fa163e9f-d340-873a-c15e-000000003cc3 | TASK | Create identity internal endpoint 2025-11-30 07:40:38.732435 | fa163e9f-d340-873a-c15e-000000003cc3 | OK | Create identity internal endpoint | undercloud 2025-11-30 07:40:38.733974 | fa163e9f-d340-873a-c15e-000000003cc3 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:17:45.203937 | 1.17s 2025-11-30 07:40:38.753945 | fa163e9f-d340-873a-c15e-000000003cc4 | TASK | Create identity admin endpoint 2025-11-30 07:40:39.885763 | fa163e9f-d340-873a-c15e-000000003cc4 | OK | Create identity admin endpoint | undercloud 2025-11-30 07:40:39.887228 | fa163e9f-d340-873a-c15e-000000003cc4 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:17:46.357191 | 1.13s 2025-11-30 07:40:39.906261 | fa163e9f-d340-873a-c15e-000000003c7a | TASK | Create Keystone Projects 2025-11-30 07:40:39.969384 | fa163e9f-d340-873a-c15e-000000003c7a | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:17:46.439337 | 0.06s 2025-11-30 07:40:39.981516 | fa163e9f-d340-873a-c15e-000000003c7a | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:17:46.451478 | 0.07s 2025-11-30 07:40:39.995143 | aa92338c-33a3-4303-9370-03bc0274711f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-30 07:40:40.041358 | fa163e9f-d340-873a-c15e-000000003d97 | TASK | Async creation of Keystone project 2025-11-30 07:40:40.385033 | fa163e9f-d340-873a-c15e-000000003d97 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-30 07:40:40.386340 | fa163e9f-d340-873a-c15e-000000003d97 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:46.856301 | 0.34s 2025-11-30 07:40:40.398176 | fa163e9f-d340-873a-c15e-000000003d97 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:46.868138 | 0.36s 2025-11-30 07:40:40.416852 | fa163e9f-d340-873a-c15e-000000003d99 | TASK | Check Keystone project status 2025-11-30 07:40:40.687446 | fa163e9f-d340-873a-c15e-000000003d99 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-30 07:40:45.904568 | fa163e9f-d340-873a-c15e-000000003d99 | OK | Check Keystone project status | undercloud | item=service 2025-11-30 07:40:45.906607 | fa163e9f-d340-873a-c15e-000000003d99 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:17:52.376569 | 5.49s 2025-11-30 07:40:45.916974 | fa163e9f-d340-873a-c15e-000000003d99 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:17:52.386934 | 5.50s 2025-11-30 07:40:45.937239 | fa163e9f-d340-873a-c15e-000000003c7c | TASK | Create Keystone Domains 2025-11-30 07:40:46.041647 | fa163e9f-d340-873a-c15e-000000003c7c | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:17:52.511602 | 0.10s 2025-11-30 07:40:46.054568 | fa163e9f-d340-873a-c15e-000000003c7c | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:17:52.524512 | 0.12s 2025-11-30 07:40:46.073057 | 592764d1-c254-4f40-bbd6-9fb1ef3526e1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-11-30 07:40:46.119795 | fa163e9f-d340-873a-c15e-000000003e4c | TASK | Async creation of Keystone domains 2025-11-30 07:40:46.664115 | fa163e9f-d340-873a-c15e-000000003e4c | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-11-30 07:40:46.665560 | fa163e9f-d340-873a-c15e-000000003e4c | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:17:53.135520 | 0.54s 2025-11-30 07:40:46.673995 | fa163e9f-d340-873a-c15e-000000003e4c | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:17:53.143952 | 0.55s 2025-11-30 07:40:46.695941 | fa163e9f-d340-873a-c15e-000000003e4e | TASK | Check Keystone domain status 2025-11-30 07:40:46.935291 | fa163e9f-d340-873a-c15e-000000003e4e | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-11-30 07:40:52.160026 | fa163e9f-d340-873a-c15e-000000003e4e | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-11-30 07:40:52.161616 | fa163e9f-d340-873a-c15e-000000003e4e | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:17:58.631577 | 5.46s 2025-11-30 07:40:52.173733 | fa163e9f-d340-873a-c15e-000000003e4e | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:17:58.643694 | 5.48s 2025-11-30 07:40:52.193568 | fa163e9f-d340-873a-c15e-000000003c7e | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-11-30 07:40:52.247897 | fa163e9f-d340-873a-c15e-000000003c7e | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:17:58.717852 | 0.05s 2025-11-30 07:40:52.262756 | d821740b-1853-4113-a27f-2a3e3abb59ad | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-11-30 07:40:52.314193 | fa163e9f-d340-873a-c15e-000000003f16 | TASK | Collect OpenStack Keystone domains infos 2025-11-30 07:40:53.604829 | fa163e9f-d340-873a-c15e-000000003f16 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-11-30 07:40:53.606361 | fa163e9f-d340-873a-c15e-000000003f16 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:18:00.076323 | 1.29s 2025-11-30 07:40:53.624970 | fa163e9f-d340-873a-c15e-000000003f17 | TASK | Set openstack_domains fact 2025-11-30 07:40:53.678793 | fa163e9f-d340-873a-c15e-000000003f17 | OK | Set openstack_domains fact | undercloud 2025-11-30 07:40:53.680155 | fa163e9f-d340-873a-c15e-000000003f17 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:18:00.150117 | 0.05s 2025-11-30 07:40:53.698892 | fa163e9f-d340-873a-c15e-000000003c7f | TASK | Create Keystone Services 2025-11-30 07:40:53.785379 | fa163e9f-d340-873a-c15e-000000003c7f | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:00.255317 | 0.09s 2025-11-30 07:40:53.803177 | fa163e9f-d340-873a-c15e-000000003c7f | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:00.273146 | 0.10s 2025-11-30 07:40:53.812867 | fa163e9f-d340-873a-c15e-000000003c7f | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:00.282829 | 0.11s 2025-11-30 07:40:53.831292 | c77a5552-e89c-4d24-ab67-9b26b54fb84e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-30 07:40:53.839940 | 05109c92-bac0-4b4d-a882-56effbaced0c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-30 07:40:53.889364 | fa163e9f-d340-873a-c15e-000000003ff3 | TASK | Async creation of Keystone service 2025-11-30 07:40:54.248396 | fa163e9f-d340-873a-c15e-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-11-30 07:40:54.251359 | fa163e9f-d340-873a-c15e-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:00.721316 | 0.36s 2025-11-30 07:40:54.557909 | fa163e9f-d340-873a-c15e-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-11-30 07:40:54.558969 | fa163e9f-d340-873a-c15e-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:01.028935 | 0.67s 2025-11-30 07:40:54.844155 | fa163e9f-d340-873a-c15e-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-11-30 07:40:54.845463 | fa163e9f-d340-873a-c15e-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:01.315438 | 0.96s 2025-11-30 07:40:55.163314 | fa163e9f-d340-873a-c15e-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-11-30 07:40:55.163963 | fa163e9f-d340-873a-c15e-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:01.633937 | 1.27s 2025-11-30 07:40:55.441383 | fa163e9f-d340-873a-c15e-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-11-30 07:40:55.442018 | fa163e9f-d340-873a-c15e-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:01.911979 | 1.55s 2025-11-30 07:40:55.718711 | fa163e9f-d340-873a-c15e-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-11-30 07:40:55.719497 | fa163e9f-d340-873a-c15e-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:02.189470 | 1.83s 2025-11-30 07:40:55.978668 | fa163e9f-d340-873a-c15e-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-11-30 07:40:55.979943 | fa163e9f-d340-873a-c15e-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:02.449919 | 2.09s 2025-11-30 07:40:56.193971 | fa163e9f-d340-873a-c15e-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-11-30 07:40:56.194712 | fa163e9f-d340-873a-c15e-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:02.664688 | 2.30s 2025-11-30 07:40:56.450980 | fa163e9f-d340-873a-c15e-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-11-30 07:40:56.451913 | fa163e9f-d340-873a-c15e-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:02.921882 | 2.56s 2025-11-30 07:40:56.737496 | fa163e9f-d340-873a-c15e-000000003ff3 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-11-30 07:40:56.738459 | fa163e9f-d340-873a-c15e-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:03.208427 | 2.85s 2025-11-30 07:40:56.746567 | fa163e9f-d340-873a-c15e-000000003ff3 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:03.216519 | 2.86s 2025-11-30 07:40:56.768362 | fa163e9f-d340-873a-c15e-000000003ff5 | TASK | Check Keystone service status 2025-11-30 07:40:57.044649 | fa163e9f-d340-873a-c15e-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-11-30 07:40:57.046303 | fa163e9f-d340-873a-c15e-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:03.516261 | 0.28s 2025-11-30 07:40:57.306190 | fa163e9f-d340-873a-c15e-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-11-30 07:40:57.307315 | fa163e9f-d340-873a-c15e-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:03.777282 | 0.54s 2025-11-30 07:40:57.562388 | fa163e9f-d340-873a-c15e-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-11-30 07:40:57.562840 | fa163e9f-d340-873a-c15e-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:04.032818 | 0.79s 2025-11-30 07:40:57.817717 | fa163e9f-d340-873a-c15e-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-11-30 07:40:57.818562 | fa163e9f-d340-873a-c15e-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:04.288533 | 1.05s 2025-11-30 07:40:58.065431 | fa163e9f-d340-873a-c15e-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-11-30 07:40:58.066539 | fa163e9f-d340-873a-c15e-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:04.536507 | 1.30s 2025-11-30 07:40:58.332880 | fa163e9f-d340-873a-c15e-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-11-30 07:40:58.334190 | fa163e9f-d340-873a-c15e-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:04.804152 | 1.56s 2025-11-30 07:40:58.579530 | fa163e9f-d340-873a-c15e-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-11-30 07:40:58.580727 | fa163e9f-d340-873a-c15e-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:05.050695 | 1.81s 2025-11-30 07:40:58.812176 | fa163e9f-d340-873a-c15e-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-11-30 07:40:58.814815 | fa163e9f-d340-873a-c15e-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:05.284782 | 2.04s 2025-11-30 07:40:59.035490 | fa163e9f-d340-873a-c15e-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-11-30 07:40:59.037051 | fa163e9f-d340-873a-c15e-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:05.507015 | 2.27s 2025-11-30 07:40:59.261127 | fa163e9f-d340-873a-c15e-000000003ff5 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-11-30 07:40:59.262838 | fa163e9f-d340-873a-c15e-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:05.732803 | 2.49s 2025-11-30 07:40:59.275829 | fa163e9f-d340-873a-c15e-000000003ff5 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:05.745791 | 2.51s 2025-11-30 07:40:59.297321 | fa163e9f-d340-873a-c15e-000000003ffa | TASK | Async creation of Keystone service 2025-11-30 07:40:59.623826 | fa163e9f-d340-873a-c15e-000000003ffa | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-11-30 07:40:59.626086 | fa163e9f-d340-873a-c15e-000000003ffa | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:06.096045 | 0.33s 2025-11-30 07:40:59.636097 | fa163e9f-d340-873a-c15e-000000003ffa | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:06.106057 | 0.34s 2025-11-30 07:40:59.655073 | fa163e9f-d340-873a-c15e-000000003ffc | TASK | Check Keystone service status 2025-11-30 07:40:59.956299 | fa163e9f-d340-873a-c15e-000000003ffc | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-11-30 07:41:05.160891 | fa163e9f-d340-873a-c15e-000000003ffc | CHANGED | Check Keystone service status | undercloud | item=swift 2025-11-30 07:41:05.161708 | fa163e9f-d340-873a-c15e-000000003ffc | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:11.631681 | 5.51s 2025-11-30 07:41:05.167867 | fa163e9f-d340-873a-c15e-000000003ffc | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:11.637831 | 5.51s 2025-11-30 07:41:05.187775 | fa163e9f-d340-873a-c15e-000000003c81 | TASK | Create Keystone Endpoints 2025-11-30 07:41:05.267969 | fa163e9f-d340-873a-c15e-000000003c81 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:11.737918 | 0.08s 2025-11-30 07:41:05.297947 | fa163e9f-d340-873a-c15e-000000003c81 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:11.767916 | 0.11s 2025-11-30 07:41:05.322575 | fa163e9f-d340-873a-c15e-000000003c81 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:11.792545 | 0.13s 2025-11-30 07:41:05.334185 | fa163e9f-d340-873a-c15e-000000003c81 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:11.804151 | 0.14s 2025-11-30 07:41:05.343467 | 79a3de67-505f-476f-9dd3-9a11be47f766 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-30 07:41:05.348476 | 7c3cede3-ec3c-414b-9dfa-9424d2deb5ba | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-30 07:41:05.353252 | 25aa11ea-6857-40b3-a8e4-da97f629632f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-30 07:41:05.402258 | fa163e9f-d340-873a-c15e-000000004124 | TASK | Create Keystone public endpoints 2025-11-30 07:41:05.509048 | fa163e9f-d340-873a-c15e-000000004124 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:11.978967 | 0.11s 2025-11-30 07:41:05.524856 | fa163e9f-d340-873a-c15e-000000004124 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:11.994825 | 0.12s 2025-11-30 07:41:05.539064 | fa163e9f-d340-873a-c15e-000000004124 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:12.009024 | 0.14s 2025-11-30 07:41:05.558297 | d554e4c4-ec8a-48ae-a2c1-2aec6aa918ae | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-30 07:41:05.567707 | 6030d22b-3ed9-41c2-8f28-1f4ef8d47110 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-30 07:41:05.592977 | fa163e9f-d340-873a-c15e-00000000424c | TASK | Async creation of Keystone public endpoint 2025-11-30 07:41:05.928692 | fa163e9f-d340-873a-c15e-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-11-30 07:41:05.930921 | fa163e9f-d340-873a-c15e-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:12.400876 | 0.34s 2025-11-30 07:41:06.235832 | fa163e9f-d340-873a-c15e-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-11-30 07:41:06.237355 | fa163e9f-d340-873a-c15e-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:12.707327 | 0.64s 2025-11-30 07:41:06.504084 | fa163e9f-d340-873a-c15e-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-11-30 07:41:06.505800 | fa163e9f-d340-873a-c15e-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:12.975765 | 0.91s 2025-11-30 07:41:06.784487 | fa163e9f-d340-873a-c15e-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-11-30 07:41:06.785656 | fa163e9f-d340-873a-c15e-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:13.255627 | 1.19s 2025-11-30 07:41:07.192681 | fa163e9f-d340-873a-c15e-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-11-30 07:41:07.193844 | fa163e9f-d340-873a-c15e-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:13.663815 | 1.60s 2025-11-30 07:41:07.513256 | fa163e9f-d340-873a-c15e-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-11-30 07:41:07.515098 | fa163e9f-d340-873a-c15e-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:13.985063 | 1.92s 2025-11-30 07:41:07.869620 | fa163e9f-d340-873a-c15e-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-11-30 07:41:07.870223 | fa163e9f-d340-873a-c15e-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:14.340198 | 2.28s 2025-11-30 07:41:08.127401 | fa163e9f-d340-873a-c15e-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-11-30 07:41:08.128050 | fa163e9f-d340-873a-c15e-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:14.598026 | 2.53s 2025-11-30 07:41:08.428405 | fa163e9f-d340-873a-c15e-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-11-30 07:41:08.429125 | fa163e9f-d340-873a-c15e-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:14.899097 | 2.83s 2025-11-30 07:41:08.729200 | fa163e9f-d340-873a-c15e-00000000424c | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-11-30 07:41:08.729754 | fa163e9f-d340-873a-c15e-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:15.199730 | 3.14s 2025-11-30 07:41:08.736574 | fa163e9f-d340-873a-c15e-00000000424c | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:15.206549 | 3.14s 2025-11-30 07:41:08.752711 | fa163e9f-d340-873a-c15e-00000000424e | TASK | Check Keystone public endpoint status 2025-11-30 07:41:09.014287 | fa163e9f-d340-873a-c15e-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-11-30 07:41:09.015522 | fa163e9f-d340-873a-c15e-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:15.485494 | 0.26s 2025-11-30 07:41:09.265106 | fa163e9f-d340-873a-c15e-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-11-30 07:41:09.266227 | fa163e9f-d340-873a-c15e-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:15.736195 | 0.51s 2025-11-30 07:41:09.552935 | fa163e9f-d340-873a-c15e-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-11-30 07:41:09.554093 | fa163e9f-d340-873a-c15e-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:16.024060 | 0.80s 2025-11-30 07:41:09.808283 | fa163e9f-d340-873a-c15e-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-11-30 07:41:09.809659 | fa163e9f-d340-873a-c15e-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:16.279619 | 1.06s 2025-11-30 07:41:10.019302 | fa163e9f-d340-873a-c15e-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-11-30 07:41:10.021290 | fa163e9f-d340-873a-c15e-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:16.491256 | 1.27s 2025-11-30 07:41:10.255335 | fa163e9f-d340-873a-c15e-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-11-30 07:41:10.256511 | fa163e9f-d340-873a-c15e-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:16.726476 | 1.50s 2025-11-30 07:41:10.480381 | fa163e9f-d340-873a-c15e-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-11-30 07:41:10.481604 | fa163e9f-d340-873a-c15e-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:16.951568 | 1.73s 2025-11-30 07:41:10.700631 | fa163e9f-d340-873a-c15e-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-11-30 07:41:10.701567 | fa163e9f-d340-873a-c15e-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:17.171538 | 1.95s 2025-11-30 07:41:10.933823 | fa163e9f-d340-873a-c15e-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-11-30 07:41:10.935799 | fa163e9f-d340-873a-c15e-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:17.405764 | 2.18s 2025-11-30 07:41:11.155795 | fa163e9f-d340-873a-c15e-00000000424e | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-11-30 07:41:11.156981 | fa163e9f-d340-873a-c15e-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:17.626948 | 2.40s 2025-11-30 07:41:11.168055 | fa163e9f-d340-873a-c15e-00000000424e | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:17.638017 | 2.41s 2025-11-30 07:41:11.194952 | fa163e9f-d340-873a-c15e-000000004253 | TASK | Async creation of Keystone public endpoint 2025-11-30 07:41:11.533638 | fa163e9f-d340-873a-c15e-000000004253 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-11-30 07:41:11.535665 | fa163e9f-d340-873a-c15e-000000004253 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:18.005626 | 0.34s 2025-11-30 07:41:11.545966 | fa163e9f-d340-873a-c15e-000000004253 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:18.015914 | 0.35s 2025-11-30 07:41:11.568111 | fa163e9f-d340-873a-c15e-000000004255 | TASK | Check Keystone public endpoint status 2025-11-30 07:41:11.832105 | fa163e9f-d340-873a-c15e-000000004255 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-11-30 07:41:17.043875 | fa163e9f-d340-873a-c15e-000000004255 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-11-30 07:41:17.044767 | fa163e9f-d340-873a-c15e-000000004255 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:23.514739 | 5.48s 2025-11-30 07:41:17.049506 | fa163e9f-d340-873a-c15e-000000004255 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:23.519468 | 5.48s 2025-11-30 07:41:17.074753 | fa163e9f-d340-873a-c15e-000000004129 | TASK | Create Keystone admin endpoints 2025-11-30 07:41:17.184114 | fa163e9f-d340-873a-c15e-000000004129 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:18:23.654058 | 0.11s 2025-11-30 07:41:17.198400 | fa163e9f-d340-873a-c15e-000000004129 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:18:23.668368 | 0.12s 2025-11-30 07:41:17.212867 | fa163e9f-d340-873a-c15e-000000004129 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:18:23.682827 | 0.14s 2025-11-30 07:41:17.232044 | cb8ee388-ac74-4d60-beb8-b86ebb560a19 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-30 07:41:17.241738 | 3513d486-f259-40d9-accb-778289160339 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-30 07:41:17.267878 | fa163e9f-d340-873a-c15e-0000000042a5 | TASK | Async creation of Keystone admin endpoint 2025-11-30 07:41:17.659080 | fa163e9f-d340-873a-c15e-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-11-30 07:41:17.661390 | fa163e9f-d340-873a-c15e-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:24.131346 | 0.39s 2025-11-30 07:41:17.941205 | fa163e9f-d340-873a-c15e-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-11-30 07:41:17.943070 | fa163e9f-d340-873a-c15e-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:24.413034 | 0.67s 2025-11-30 07:41:18.262926 | fa163e9f-d340-873a-c15e-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-11-30 07:41:18.263986 | fa163e9f-d340-873a-c15e-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:24.733953 | 0.99s 2025-11-30 07:41:18.525661 | fa163e9f-d340-873a-c15e-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-11-30 07:41:18.526803 | fa163e9f-d340-873a-c15e-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:24.996768 | 1.26s 2025-11-30 07:41:18.824359 | fa163e9f-d340-873a-c15e-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-11-30 07:41:18.828093 | fa163e9f-d340-873a-c15e-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:25.298056 | 1.56s 2025-11-30 07:41:19.121023 | fa163e9f-d340-873a-c15e-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-11-30 07:41:19.121705 | fa163e9f-d340-873a-c15e-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:25.591680 | 1.85s 2025-11-30 07:41:19.432764 | fa163e9f-d340-873a-c15e-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-11-30 07:41:19.433392 | fa163e9f-d340-873a-c15e-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:25.903367 | 2.16s 2025-11-30 07:41:19.750439 | fa163e9f-d340-873a-c15e-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-11-30 07:41:19.751072 | fa163e9f-d340-873a-c15e-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:26.221046 | 2.48s 2025-11-30 07:41:19.986492 | fa163e9f-d340-873a-c15e-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-11-30 07:41:19.987137 | fa163e9f-d340-873a-c15e-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:26.457112 | 2.72s 2025-11-30 07:41:20.226277 | fa163e9f-d340-873a-c15e-0000000042a5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-11-30 07:41:20.227273 | fa163e9f-d340-873a-c15e-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:26.697241 | 2.96s 2025-11-30 07:41:20.241747 | fa163e9f-d340-873a-c15e-0000000042a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:26.711705 | 2.97s 2025-11-30 07:41:20.268319 | fa163e9f-d340-873a-c15e-0000000042a7 | TASK | Check Keystone admin endpoint status 2025-11-30 07:41:20.512088 | fa163e9f-d340-873a-c15e-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-11-30 07:41:20.513069 | fa163e9f-d340-873a-c15e-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:26.983039 | 0.24s 2025-11-30 07:41:20.775218 | fa163e9f-d340-873a-c15e-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-11-30 07:41:20.775891 | fa163e9f-d340-873a-c15e-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:27.245865 | 0.51s 2025-11-30 07:41:21.036258 | fa163e9f-d340-873a-c15e-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-11-30 07:41:21.037805 | fa163e9f-d340-873a-c15e-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:27.507777 | 0.77s 2025-11-30 07:41:21.250733 | fa163e9f-d340-873a-c15e-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-11-30 07:41:21.251917 | fa163e9f-d340-873a-c15e-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:27.721882 | 0.98s 2025-11-30 07:41:21.474897 | fa163e9f-d340-873a-c15e-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-11-30 07:41:21.476009 | fa163e9f-d340-873a-c15e-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:27.945969 | 1.21s 2025-11-30 07:41:21.712929 | fa163e9f-d340-873a-c15e-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-11-30 07:41:21.715571 | fa163e9f-d340-873a-c15e-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:28.185534 | 1.45s 2025-11-30 07:41:21.927261 | fa163e9f-d340-873a-c15e-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-11-30 07:41:21.928411 | fa163e9f-d340-873a-c15e-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:28.398378 | 1.66s 2025-11-30 07:41:22.155922 | fa163e9f-d340-873a-c15e-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-11-30 07:41:22.157826 | fa163e9f-d340-873a-c15e-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:28.627791 | 1.89s 2025-11-30 07:41:22.405252 | fa163e9f-d340-873a-c15e-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-11-30 07:41:22.407153 | fa163e9f-d340-873a-c15e-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:28.877120 | 2.14s 2025-11-30 07:41:22.660290 | fa163e9f-d340-873a-c15e-0000000042a7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-11-30 07:41:22.662431 | fa163e9f-d340-873a-c15e-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:29.132397 | 2.39s 2025-11-30 07:41:22.676979 | fa163e9f-d340-873a-c15e-0000000042a7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:29.146940 | 2.41s 2025-11-30 07:41:22.704676 | fa163e9f-d340-873a-c15e-0000000042ac | TASK | Async creation of Keystone admin endpoint 2025-11-30 07:41:23.030722 | fa163e9f-d340-873a-c15e-0000000042ac | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-11-30 07:41:23.032921 | fa163e9f-d340-873a-c15e-0000000042ac | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:29.502882 | 0.33s 2025-11-30 07:41:23.043079 | fa163e9f-d340-873a-c15e-0000000042ac | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:29.513039 | 0.34s 2025-11-30 07:41:23.060714 | fa163e9f-d340-873a-c15e-0000000042ae | TASK | Check Keystone admin endpoint status 2025-11-30 07:41:23.365078 | fa163e9f-d340-873a-c15e-0000000042ae | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-11-30 07:41:28.578188 | fa163e9f-d340-873a-c15e-0000000042ae | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-11-30 07:41:28.580615 | fa163e9f-d340-873a-c15e-0000000042ae | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:35.050551 | 5.52s 2025-11-30 07:41:28.590863 | fa163e9f-d340-873a-c15e-0000000042ae | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:35.060823 | 5.53s 2025-11-30 07:41:28.612637 | fa163e9f-d340-873a-c15e-00000000412e | TASK | Create Keystone internal endpoints 2025-11-30 07:41:28.724864 | fa163e9f-d340-873a-c15e-00000000412e | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:18:35.194019 | 0.11s 2025-11-30 07:41:28.739913 | fa163e9f-d340-873a-c15e-00000000412e | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:18:35.209880 | 0.13s 2025-11-30 07:41:28.754448 | fa163e9f-d340-873a-c15e-00000000412e | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:18:35.224407 | 0.14s 2025-11-30 07:41:28.772761 | a9d3c31b-ee87-4dfd-8272-3818cdd1d23b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-30 07:41:28.783469 | 764ceba0-0bb3-4679-b24e-53bb56bb4c4c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-30 07:41:28.808851 | fa163e9f-d340-873a-c15e-0000000042fe | TASK | Async creation of Keystone internal endpoint 2025-11-30 07:41:29.154310 | fa163e9f-d340-873a-c15e-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-11-30 07:41:29.156498 | fa163e9f-d340-873a-c15e-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:35.626456 | 0.35s 2025-11-30 07:41:29.437986 | fa163e9f-d340-873a-c15e-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-11-30 07:41:29.438754 | fa163e9f-d340-873a-c15e-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:35.908727 | 0.63s 2025-11-30 07:41:29.696754 | fa163e9f-d340-873a-c15e-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-11-30 07:41:29.697381 | fa163e9f-d340-873a-c15e-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:36.167357 | 0.89s 2025-11-30 07:41:29.997614 | fa163e9f-d340-873a-c15e-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-11-30 07:41:29.998392 | fa163e9f-d340-873a-c15e-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:36.468366 | 1.19s 2025-11-30 07:41:30.271541 | fa163e9f-d340-873a-c15e-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-11-30 07:41:30.272185 | fa163e9f-d340-873a-c15e-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:36.742159 | 1.46s 2025-11-30 07:41:30.545069 | fa163e9f-d340-873a-c15e-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-11-30 07:41:30.545960 | fa163e9f-d340-873a-c15e-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:37.015928 | 1.74s 2025-11-30 07:41:30.885806 | fa163e9f-d340-873a-c15e-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-11-30 07:41:30.886508 | fa163e9f-d340-873a-c15e-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:37.356481 | 2.08s 2025-11-30 07:41:31.161223 | fa163e9f-d340-873a-c15e-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-11-30 07:41:31.163083 | fa163e9f-d340-873a-c15e-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:37.633055 | 2.35s 2025-11-30 07:41:31.409642 | fa163e9f-d340-873a-c15e-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-11-30 07:41:31.410223 | fa163e9f-d340-873a-c15e-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:37.880199 | 2.60s 2025-11-30 07:41:31.639725 | fa163e9f-d340-873a-c15e-0000000042fe | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-11-30 07:41:31.640480 | fa163e9f-d340-873a-c15e-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:38.110456 | 2.83s 2025-11-30 07:41:31.644850 | fa163e9f-d340-873a-c15e-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:38.114828 | 2.83s 2025-11-30 07:41:31.660728 | fa163e9f-d340-873a-c15e-000000004300 | TASK | Check Keystone internal endpoint status 2025-11-30 07:41:31.892623 | fa163e9f-d340-873a-c15e-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-11-30 07:41:31.893446 | fa163e9f-d340-873a-c15e-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:38.363418 | 0.23s 2025-11-30 07:41:32.150161 | fa163e9f-d340-873a-c15e-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-11-30 07:41:32.152091 | fa163e9f-d340-873a-c15e-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:38.622063 | 0.49s 2025-11-30 07:41:32.447194 | fa163e9f-d340-873a-c15e-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-11-30 07:41:32.448442 | fa163e9f-d340-873a-c15e-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:38.918409 | 0.79s 2025-11-30 07:41:32.714246 | fa163e9f-d340-873a-c15e-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-11-30 07:41:32.715605 | fa163e9f-d340-873a-c15e-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:39.185580 | 1.05s 2025-11-30 07:41:32.938934 | fa163e9f-d340-873a-c15e-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-11-30 07:41:32.940909 | fa163e9f-d340-873a-c15e-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:39.410883 | 1.28s 2025-11-30 07:41:33.206586 | fa163e9f-d340-873a-c15e-000000004300 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-11-30 07:41:38.417425 | fa163e9f-d340-873a-c15e-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-11-30 07:41:38.419485 | fa163e9f-d340-873a-c15e-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:44.889449 | 6.76s 2025-11-30 07:41:38.663179 | fa163e9f-d340-873a-c15e-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-11-30 07:41:38.664466 | fa163e9f-d340-873a-c15e-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:45.134433 | 7.00s 2025-11-30 07:41:38.906745 | fa163e9f-d340-873a-c15e-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-11-30 07:41:38.908661 | fa163e9f-d340-873a-c15e-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:45.378626 | 7.25s 2025-11-30 07:41:39.158629 | fa163e9f-d340-873a-c15e-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-11-30 07:41:39.159553 | fa163e9f-d340-873a-c15e-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:45.629524 | 7.50s 2025-11-30 07:41:39.393264 | fa163e9f-d340-873a-c15e-000000004300 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-11-30 07:41:39.393935 | fa163e9f-d340-873a-c15e-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:45.863911 | 7.73s 2025-11-30 07:41:39.402674 | fa163e9f-d340-873a-c15e-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:45.872642 | 7.74s 2025-11-30 07:41:39.429636 | fa163e9f-d340-873a-c15e-000000004305 | TASK | Async creation of Keystone internal endpoint 2025-11-30 07:41:39.760772 | fa163e9f-d340-873a-c15e-000000004305 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-11-30 07:41:39.761965 | fa163e9f-d340-873a-c15e-000000004305 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:46.231937 | 0.33s 2025-11-30 07:41:39.771788 | fa163e9f-d340-873a-c15e-000000004305 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:18:46.241766 | 0.34s 2025-11-30 07:41:39.786925 | fa163e9f-d340-873a-c15e-000000004307 | TASK | Check Keystone internal endpoint status 2025-11-30 07:41:40.108531 | fa163e9f-d340-873a-c15e-000000004307 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-11-30 07:41:45.332202 | fa163e9f-d340-873a-c15e-000000004307 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-11-30 07:41:45.334487 | fa163e9f-d340-873a-c15e-000000004307 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:51.804449 | 5.55s 2025-11-30 07:41:45.345067 | fa163e9f-d340-873a-c15e-000000004307 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:18:51.814976 | 5.56s 2025-11-30 07:41:45.366110 | fa163e9f-d340-873a-c15e-000000003c83 | TASK | Run cleanup tasks 2025-11-30 07:41:45.408101 | fa163e9f-d340-873a-c15e-000000003c83 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:18:51.878054 | 0.04s 2025-11-30 07:41:45.425102 | 0ec22bbf-eb3e-46d2-ae9e-f305f606572e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-11-30 07:41:45.488095 | fa163e9f-d340-873a-c15e-000000004355 | TASK | Get list of enabled services 2025-11-30 07:41:47.941818 | fa163e9f-d340-873a-c15e-000000004355 | CHANGED | Get list of enabled services | undercloud 2025-11-30 07:41:47.945265 | fa163e9f-d340-873a-c15e-000000004355 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:18:54.415226 | 2.46s 2025-11-30 07:41:47.965443 | fa163e9f-d340-873a-c15e-000000004356 | TASK | List services to be disabled 2025-11-30 07:41:48.027861 | fa163e9f-d340-873a-c15e-000000004356 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-11-30 07:41:48.093207 | fa163e9f-d340-873a-c15e-000000004356 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-11-30 07:41:48.129248 | fa163e9f-d340-873a-c15e-000000004356 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-11-30 07:41:48.180320 | fa163e9f-d340-873a-c15e-000000004356 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-11-30 07:41:48.231340 | fa163e9f-d340-873a-c15e-000000004356 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-11-30 07:41:48.267412 | fa163e9f-d340-873a-c15e-000000004356 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-11-30 07:41:48.292362 | fa163e9f-d340-873a-c15e-000000004356 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-11-30 07:41:48.321680 | fa163e9f-d340-873a-c15e-000000004356 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-11-30 07:41:48.346858 | fa163e9f-d340-873a-c15e-000000004356 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-11-30 07:41:48.373499 | fa163e9f-d340-873a-c15e-000000004356 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-11-30 07:41:48.399205 | fa163e9f-d340-873a-c15e-000000004356 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-11-30 07:41:48.421468 | fa163e9f-d340-873a-c15e-000000004356 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-11-30 07:41:48.427505 | fa163e9f-d340-873a-c15e-000000004356 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:18:54.897477 | 0.46s 2025-11-30 07:41:48.442134 | fa163e9f-d340-873a-c15e-000000004357 | TASK | Delete keystone services not enabled 2025-11-30 07:41:48.467907 | fa163e9f-d340-873a-c15e-000000004357 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:18:54.937877 | 0.03s 2025-11-30 07:41:48.481942 | fa163e9f-d340-873a-c15e-000000003c84 | TASK | Create Keystone Roles 2025-11-30 07:41:48.571824 | fa163e9f-d340-873a-c15e-000000003c84 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:18:55.041781 | 0.09s 2025-11-30 07:41:48.583562 | fa163e9f-d340-873a-c15e-000000003c84 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:18:55.053531 | 0.10s 2025-11-30 07:41:48.597993 | 8620c699-85ee-4ba7-aaa3-3e724c029e3e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-11-30 07:41:48.663962 | fa163e9f-d340-873a-c15e-0000000044bd | TASK | Async creation of Keystone role 2025-11-30 07:41:48.990749 | fa163e9f-d340-873a-c15e-0000000044bd | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-11-30 07:41:48.992699 | fa163e9f-d340-873a-c15e-0000000044bd | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:55.462649 | 0.33s 2025-11-30 07:41:49.272474 | fa163e9f-d340-873a-c15e-0000000044bd | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-11-30 07:41:49.273477 | fa163e9f-d340-873a-c15e-0000000044bd | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:55.743443 | 0.61s 2025-11-30 07:41:49.541609 | fa163e9f-d340-873a-c15e-0000000044bd | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-11-30 07:41:49.542559 | fa163e9f-d340-873a-c15e-0000000044bd | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:56.012526 | 0.88s 2025-11-30 07:41:49.852596 | fa163e9f-d340-873a-c15e-0000000044bd | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-11-30 07:41:49.854317 | fa163e9f-d340-873a-c15e-0000000044bd | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:56.324280 | 1.19s 2025-11-30 07:41:50.142111 | fa163e9f-d340-873a-c15e-0000000044bd | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-11-30 07:41:50.142703 | fa163e9f-d340-873a-c15e-0000000044bd | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:56.612678 | 1.48s 2025-11-30 07:41:50.408547 | fa163e9f-d340-873a-c15e-0000000044bd | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-11-30 07:41:50.409227 | fa163e9f-d340-873a-c15e-0000000044bd | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:56.879200 | 1.74s 2025-11-30 07:41:50.632614 | fa163e9f-d340-873a-c15e-0000000044bd | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-11-30 07:41:50.633507 | fa163e9f-d340-873a-c15e-0000000044bd | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:57.103481 | 1.97s 2025-11-30 07:41:50.874160 | fa163e9f-d340-873a-c15e-0000000044bd | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-11-30 07:41:50.874762 | fa163e9f-d340-873a-c15e-0000000044bd | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:57.344736 | 2.21s 2025-11-30 07:41:50.886144 | fa163e9f-d340-873a-c15e-0000000044bd | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:18:57.356111 | 2.22s 2025-11-30 07:41:50.901175 | fa163e9f-d340-873a-c15e-0000000044bf | TASK | Check Keystone role status 2025-11-30 07:41:51.118739 | fa163e9f-d340-873a-c15e-0000000044bf | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-11-30 07:41:51.119645 | fa163e9f-d340-873a-c15e-0000000044bf | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:57.589616 | 0.22s 2025-11-30 07:41:51.302968 | fa163e9f-d340-873a-c15e-0000000044bf | CHANGED | Check Keystone role status | undercloud | item=creator 2025-11-30 07:41:51.303788 | fa163e9f-d340-873a-c15e-0000000044bf | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:57.773759 | 0.40s 2025-11-30 07:41:51.510847 | fa163e9f-d340-873a-c15e-0000000044bf | CHANGED | Check Keystone role status | undercloud | item=observer 2025-11-30 07:41:51.513094 | fa163e9f-d340-873a-c15e-0000000044bf | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:57.983059 | 0.61s 2025-11-30 07:41:51.750827 | fa163e9f-d340-873a-c15e-0000000044bf | CHANGED | Check Keystone role status | undercloud | item=audit 2025-11-30 07:41:51.751932 | fa163e9f-d340-873a-c15e-0000000044bf | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:58.221898 | 0.85s 2025-11-30 07:41:52.013356 | fa163e9f-d340-873a-c15e-0000000044bf | CHANGED | Check Keystone role status | undercloud | item=service 2025-11-30 07:41:52.014835 | fa163e9f-d340-873a-c15e-0000000044bf | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:58.484799 | 1.11s 2025-11-30 07:41:52.290735 | fa163e9f-d340-873a-c15e-0000000044bf | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-11-30 07:41:52.291620 | fa163e9f-d340-873a-c15e-0000000044bf | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:58.761590 | 1.39s 2025-11-30 07:41:52.517741 | fa163e9f-d340-873a-c15e-0000000044bf | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-11-30 07:41:52.518550 | fa163e9f-d340-873a-c15e-0000000044bf | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:58.988521 | 1.62s 2025-11-30 07:41:52.762052 | fa163e9f-d340-873a-c15e-0000000044bf | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-11-30 07:41:52.763861 | fa163e9f-d340-873a-c15e-0000000044bf | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:59.233827 | 1.86s 2025-11-30 07:41:52.776639 | fa163e9f-d340-873a-c15e-0000000044bf | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:18:59.246600 | 1.87s 2025-11-30 07:41:52.800125 | fa163e9f-d340-873a-c15e-000000003c86 | TASK | Create Keystone Users 2025-11-30 07:41:52.889895 | fa163e9f-d340-873a-c15e-000000003c86 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:18:59.359839 | 0.09s 2025-11-30 07:41:52.905935 | fa163e9f-d340-873a-c15e-000000003c86 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:18:59.375907 | 0.10s 2025-11-30 07:41:52.918699 | fa163e9f-d340-873a-c15e-000000003c86 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:18:59.388667 | 0.12s 2025-11-30 07:41:52.942389 | ea86ca41-1678-4ab7-a7eb-2253d9c618a8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-30 07:41:52.956889 | 8c53ce2f-e171-41ba-9ac0-7a97f78edb78 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-30 07:41:53.023297 | fa163e9f-d340-873a-c15e-00000000464d | TASK | Check password of Keystone user 2025-11-30 07:41:53.973893 | fa163e9f-d340-873a-c15e-00000000464d | 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-11-30 07:41:53.974972 | fa163e9f-d340-873a-c15e-00000000464d | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:00.444941 | 0.95s 2025-11-30 07:41:54.886490 | fa163e9f-d340-873a-c15e-00000000464d | 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-11-30 07:41:54.887865 | fa163e9f-d340-873a-c15e-00000000464d | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:01.357830 | 1.86s 2025-11-30 07:41:55.885414 | fa163e9f-d340-873a-c15e-00000000464d | 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-11-30 07:41:55.887700 | fa163e9f-d340-873a-c15e-00000000464d | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:02.357665 | 2.86s 2025-11-30 07:41:56.748493 | fa163e9f-d340-873a-c15e-00000000464d | 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-11-30 07:41:56.750096 | fa163e9f-d340-873a-c15e-00000000464d | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:03.220068 | 3.73s 2025-11-30 07:41:57.675243 | fa163e9f-d340-873a-c15e-00000000464d | 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-11-30 07:41:57.676278 | fa163e9f-d340-873a-c15e-00000000464d | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:04.146251 | 4.65s 2025-11-30 07:41:58.527357 | fa163e9f-d340-873a-c15e-00000000464d | 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-11-30 07:41:58.528407 | fa163e9f-d340-873a-c15e-00000000464d | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:04.998369 | 5.50s 2025-11-30 07:41:59.393581 | fa163e9f-d340-873a-c15e-00000000464d | 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-11-30 07:41:59.395144 | fa163e9f-d340-873a-c15e-00000000464d | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:05.865111 | 6.37s 2025-11-30 07:42:00.335209 | fa163e9f-d340-873a-c15e-00000000464d | 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-11-30 07:42:00.336143 | fa163e9f-d340-873a-c15e-00000000464d | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:06.806108 | 7.31s 2025-11-30 07:42:01.258416 | fa163e9f-d340-873a-c15e-00000000464d | 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-11-30 07:42:01.259318 | fa163e9f-d340-873a-c15e-00000000464d | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:07.729286 | 8.23s 2025-11-30 07:42:02.172628 | fa163e9f-d340-873a-c15e-00000000464d | 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-11-30 07:42:02.173541 | fa163e9f-d340-873a-c15e-00000000464d | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:08.643507 | 9.15s 2025-11-30 07:42:02.185290 | fa163e9f-d340-873a-c15e-00000000464d | 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-11-30 07:42:02.186224 | fa163e9f-d340-873a-c15e-00000000464d | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:08.656191 | 9.16s 2025-11-30 07:42:02.205833 | fa163e9f-d340-873a-c15e-00000000464f | TASK | Async creation of Keystone user 2025-11-30 07:42:02.562972 | fa163e9f-d340-873a-c15e-00000000464f | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:02.565255 | fa163e9f-d340-873a-c15e-00000000464f | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:09.035178 | 0.36s 2025-11-30 07:42:02.900058 | fa163e9f-d340-873a-c15e-00000000464f | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:02.900952 | fa163e9f-d340-873a-c15e-00000000464f | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:09.370923 | 0.69s 2025-11-30 07:42:03.263331 | fa163e9f-d340-873a-c15e-00000000464f | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:03.264360 | fa163e9f-d340-873a-c15e-00000000464f | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:09.734325 | 1.06s 2025-11-30 07:42:03.586776 | fa163e9f-d340-873a-c15e-00000000464f | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:03.587427 | fa163e9f-d340-873a-c15e-00000000464f | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:10.057402 | 1.38s 2025-11-30 07:42:03.933579 | fa163e9f-d340-873a-c15e-00000000464f | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:03.934247 | fa163e9f-d340-873a-c15e-00000000464f | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:10.404222 | 1.73s 2025-11-30 07:42:04.276539 | fa163e9f-d340-873a-c15e-00000000464f | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:04.277340 | fa163e9f-d340-873a-c15e-00000000464f | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:10.747312 | 2.07s 2025-11-30 07:42:04.624942 | fa163e9f-d340-873a-c15e-00000000464f | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:04.625702 | fa163e9f-d340-873a-c15e-00000000464f | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:11.095675 | 2.42s 2025-11-30 07:42:04.919417 | fa163e9f-d340-873a-c15e-00000000464f | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:04.920119 | fa163e9f-d340-873a-c15e-00000000464f | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:11.390092 | 2.71s 2025-11-30 07:42:05.250046 | fa163e9f-d340-873a-c15e-00000000464f | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:05.250771 | fa163e9f-d340-873a-c15e-00000000464f | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:11.720744 | 3.04s 2025-11-30 07:42:05.554499 | fa163e9f-d340-873a-c15e-00000000464f | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:05.555197 | fa163e9f-d340-873a-c15e-00000000464f | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:12.025169 | 3.35s 2025-11-30 07:42:05.571173 | fa163e9f-d340-873a-c15e-00000000464f | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:05.571891 | fa163e9f-d340-873a-c15e-00000000464f | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:12.041865 | 3.36s 2025-11-30 07:42:05.586610 | fa163e9f-d340-873a-c15e-000000004651 | TASK | Check Keystone user status 2025-11-30 07:42:05.860584 | fa163e9f-d340-873a-c15e-000000004651 | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:05.862232 | fa163e9f-d340-873a-c15e-000000004651 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:12.332187 | 0.27s 2025-11-30 07:42:06.135498 | fa163e9f-d340-873a-c15e-000000004651 | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:06.136748 | fa163e9f-d340-873a-c15e-000000004651 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:12.606707 | 0.55s 2025-11-30 07:42:06.446166 | fa163e9f-d340-873a-c15e-000000004651 | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:06.446812 | fa163e9f-d340-873a-c15e-000000004651 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:12.916787 | 0.86s 2025-11-30 07:42:06.743084 | fa163e9f-d340-873a-c15e-000000004651 | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:06.743754 | fa163e9f-d340-873a-c15e-000000004651 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:13.213728 | 1.16s 2025-11-30 07:42:06.999709 | fa163e9f-d340-873a-c15e-000000004651 | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:07.000490 | fa163e9f-d340-873a-c15e-000000004651 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:13.470462 | 1.41s 2025-11-30 07:42:08.063829 | fa163e9f-d340-873a-c15e-000000004651 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-30 07:42:13.312336 | fa163e9f-d340-873a-c15e-000000004651 | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:13.314351 | fa163e9f-d340-873a-c15e-000000004651 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:19.784308 | 7.73s 2025-11-30 07:42:13.583628 | fa163e9f-d340-873a-c15e-000000004651 | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:13.584300 | fa163e9f-d340-873a-c15e-000000004651 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:20.054274 | 8.00s 2025-11-30 07:42:13.831041 | fa163e9f-d340-873a-c15e-000000004651 | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:13.831970 | fa163e9f-d340-873a-c15e-000000004651 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:20.301938 | 8.24s 2025-11-30 07:42:14.142520 | fa163e9f-d340-873a-c15e-000000004651 | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:14.144544 | fa163e9f-d340-873a-c15e-000000004651 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:20.614504 | 8.56s 2025-11-30 07:42:14.426669 | fa163e9f-d340-873a-c15e-000000004651 | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:14.429854 | fa163e9f-d340-873a-c15e-000000004651 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:20.899799 | 8.84s 2025-11-30 07:42:14.440453 | fa163e9f-d340-873a-c15e-000000004651 | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:14.442449 | fa163e9f-d340-873a-c15e-000000004651 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:20.912411 | 8.85s 2025-11-30 07:42:14.465750 | fa163e9f-d340-873a-c15e-000000004656 | TASK | Check password of Keystone user 2025-11-30 07:42:15.501418 | fa163e9f-d340-873a-c15e-000000004656 | 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-11-30 07:42:15.504083 | fa163e9f-d340-873a-c15e-000000004656 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:21.974018 | 1.04s 2025-11-30 07:42:16.395680 | fa163e9f-d340-873a-c15e-000000004656 | 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-11-30 07:42:16.397707 | fa163e9f-d340-873a-c15e-000000004656 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:22.867665 | 1.93s 2025-11-30 07:42:17.279199 | fa163e9f-d340-873a-c15e-000000004656 | 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-11-30 07:42:17.280551 | fa163e9f-d340-873a-c15e-000000004656 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:23.750509 | 2.81s 2025-11-30 07:42:17.286568 | fa163e9f-d340-873a-c15e-000000004656 | 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-11-30 07:42:17.288066 | fa163e9f-d340-873a-c15e-000000004656 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:23.758027 | 2.82s 2025-11-30 07:42:17.308346 | fa163e9f-d340-873a-c15e-000000004658 | TASK | Async creation of Keystone user 2025-11-30 07:42:17.701509 | fa163e9f-d340-873a-c15e-000000004658 | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:17.703828 | fa163e9f-d340-873a-c15e-000000004658 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:24.173786 | 0.39s 2025-11-30 07:42:18.066151 | fa163e9f-d340-873a-c15e-000000004658 | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:18.067654 | fa163e9f-d340-873a-c15e-000000004658 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:24.537621 | 0.76s 2025-11-30 07:42:18.371244 | fa163e9f-d340-873a-c15e-000000004658 | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:18.373893 | fa163e9f-d340-873a-c15e-000000004658 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:24.843865 | 1.06s 2025-11-30 07:42:18.382251 | fa163e9f-d340-873a-c15e-000000004658 | CHANGED | Async creation of Keystone user | undercloud 2025-11-30 07:42:18.382574 | fa163e9f-d340-873a-c15e-000000004658 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:24.852553 | 1.07s 2025-11-30 07:42:18.397453 | fa163e9f-d340-873a-c15e-00000000465a | TASK | Check Keystone user status 2025-11-30 07:42:18.694020 | fa163e9f-d340-873a-c15e-00000000465a | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-30 07:42:23.941163 | fa163e9f-d340-873a-c15e-00000000465a | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:23.943279 | fa163e9f-d340-873a-c15e-00000000465a | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:30.413240 | 5.54s 2025-11-30 07:42:24.228217 | fa163e9f-d340-873a-c15e-00000000465a | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:24.229957 | fa163e9f-d340-873a-c15e-00000000465a | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:30.699922 | 5.83s 2025-11-30 07:42:24.515053 | fa163e9f-d340-873a-c15e-00000000465a | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:24.516640 | fa163e9f-d340-873a-c15e-00000000465a | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:30.986603 | 6.12s 2025-11-30 07:42:24.522548 | fa163e9f-d340-873a-c15e-00000000465a | CHANGED | Check Keystone user status | undercloud 2025-11-30 07:42:24.523695 | fa163e9f-d340-873a-c15e-00000000465a | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:30.993661 | 6.13s 2025-11-30 07:42:24.543874 | fa163e9f-d340-873a-c15e-000000003c88 | TASK | Assign Keystone Users to Roles 2025-11-30 07:42:24.636309 | fa163e9f-d340-873a-c15e-000000003c88 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:19:31.106261 | 0.09s 2025-11-30 07:42:24.685222 | fa163e9f-d340-873a-c15e-000000003c88 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:19:31.155175 | 0.14s 2025-11-30 07:42:24.698953 | fa163e9f-d340-873a-c15e-000000003c88 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:19:31.168917 | 0.15s 2025-11-30 07:42:24.711869 | c356cb61-6dfb-45af-a28b-08918f423d83 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-30 07:42:24.718085 | e2b34a7a-0bc5-4b1a-8111-dae485f10339 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-30 07:42:24.794719 | fa163e9f-d340-873a-c15e-000000004839 | TASK | Async assignment of Keystone user per role 2025-11-30 07:42:24.895166 | fa163e9f-d340-873a-c15e-000000004839 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:31.365111 | 0.10s 2025-11-30 07:42:24.913258 | fa163e9f-d340-873a-c15e-000000004839 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:31.383226 | 0.12s 2025-11-30 07:42:24.920273 | fa163e9f-d340-873a-c15e-000000004839 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:31.390229 | 0.12s 2025-11-30 07:42:24.938154 | b0e32660-1c05-41f8-8a6d-7895d0335cba | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-30 07:42:24.947935 | d94ee8ea-915c-4014-ae78-2dd12d59ddc1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-30 07:42:24.972452 | fa163e9f-d340-873a-c15e-0000000049fd | TASK | Async assignment of Keystone user to roles 2025-11-30 07:42:25.267978 | fa163e9f-d340-873a-c15e-0000000049fd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-11-30 07:42:25.270076 | fa163e9f-d340-873a-c15e-0000000049fd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:31.739991 | 0.30s 2025-11-30 07:42:25.608538 | fa163e9f-d340-873a-c15e-0000000049fd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-30 07:42:25.610406 | fa163e9f-d340-873a-c15e-0000000049fd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:32.080371 | 0.64s 2025-11-30 07:42:25.942128 | fa163e9f-d340-873a-c15e-0000000049fd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-30 07:42:25.942763 | fa163e9f-d340-873a-c15e-0000000049fd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:32.412736 | 0.97s 2025-11-30 07:42:26.284822 | fa163e9f-d340-873a-c15e-0000000049fd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-11-30 07:42:26.286470 | fa163e9f-d340-873a-c15e-0000000049fd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:32.756441 | 1.31s 2025-11-30 07:42:26.615793 | fa163e9f-d340-873a-c15e-0000000049fd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-11-30 07:42:26.617467 | fa163e9f-d340-873a-c15e-0000000049fd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:33.087429 | 1.64s 2025-11-30 07:42:26.910646 | fa163e9f-d340-873a-c15e-0000000049fd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-11-30 07:42:26.912003 | fa163e9f-d340-873a-c15e-0000000049fd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:33.381963 | 1.94s 2025-11-30 07:42:27.179312 | fa163e9f-d340-873a-c15e-0000000049fd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-11-30 07:42:27.180315 | fa163e9f-d340-873a-c15e-0000000049fd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:33.650278 | 2.21s 2025-11-30 07:42:27.476925 | fa163e9f-d340-873a-c15e-0000000049fd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-11-30 07:42:27.477691 | fa163e9f-d340-873a-c15e-0000000049fd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:33.947664 | 2.50s 2025-11-30 07:42:27.779330 | fa163e9f-d340-873a-c15e-0000000049fd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-11-30 07:42:27.780300 | fa163e9f-d340-873a-c15e-0000000049fd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:34.250266 | 2.81s 2025-11-30 07:42:28.113403 | fa163e9f-d340-873a-c15e-0000000049fd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-11-30 07:42:28.114410 | fa163e9f-d340-873a-c15e-0000000049fd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:34.584377 | 3.14s 2025-11-30 07:42:28.120653 | fa163e9f-d340-873a-c15e-0000000049fd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:34.590626 | 3.15s 2025-11-30 07:42:28.135835 | fa163e9f-d340-873a-c15e-0000000049ff | TASK | Check Keystone user assignment to roles status 2025-11-30 07:42:28.485610 | fa163e9f-d340-873a-c15e-0000000049ff | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-30 07:42:33.707085 | fa163e9f-d340-873a-c15e-0000000049ff | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-11-30 07:42:33.707814 | fa163e9f-d340-873a-c15e-0000000049ff | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:40.177787 | 5.57s 2025-11-30 07:42:33.984239 | fa163e9f-d340-873a-c15e-0000000049ff | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-30 07:42:33.985497 | fa163e9f-d340-873a-c15e-0000000049ff | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:40.455462 | 5.85s 2025-11-30 07:42:34.249586 | fa163e9f-d340-873a-c15e-0000000049ff | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-30 07:42:34.250796 | fa163e9f-d340-873a-c15e-0000000049ff | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:40.720759 | 6.11s 2025-11-30 07:42:34.489391 | fa163e9f-d340-873a-c15e-0000000049ff | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-11-30 07:42:34.490855 | fa163e9f-d340-873a-c15e-0000000049ff | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:40.960819 | 6.35s 2025-11-30 07:42:34.747101 | fa163e9f-d340-873a-c15e-0000000049ff | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-11-30 07:42:34.748320 | fa163e9f-d340-873a-c15e-0000000049ff | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:41.218285 | 6.61s 2025-11-30 07:42:34.992329 | fa163e9f-d340-873a-c15e-0000000049ff | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-11-30 07:42:34.994200 | fa163e9f-d340-873a-c15e-0000000049ff | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:41.464165 | 6.86s 2025-11-30 07:42:35.230733 | fa163e9f-d340-873a-c15e-0000000049ff | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-11-30 07:42:35.232461 | fa163e9f-d340-873a-c15e-0000000049ff | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:41.702426 | 7.10s 2025-11-30 07:42:35.500415 | fa163e9f-d340-873a-c15e-0000000049ff | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-11-30 07:42:35.501178 | fa163e9f-d340-873a-c15e-0000000049ff | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:41.971149 | 7.36s 2025-11-30 07:42:35.712178 | fa163e9f-d340-873a-c15e-0000000049ff | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-11-30 07:42:35.712831 | fa163e9f-d340-873a-c15e-0000000049ff | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:42.182806 | 7.58s 2025-11-30 07:42:35.975082 | fa163e9f-d340-873a-c15e-0000000049ff | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-11-30 07:42:35.976196 | fa163e9f-d340-873a-c15e-0000000049ff | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:42.446161 | 7.84s 2025-11-30 07:42:35.985914 | fa163e9f-d340-873a-c15e-0000000049ff | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:42.455875 | 7.85s 2025-11-30 07:42:36.010495 | fa163e9f-d340-873a-c15e-000000004a04 | TASK | Async assignment of Keystone user to roles 2025-11-30 07:42:36.365970 | fa163e9f-d340-873a-c15e-000000004a04 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-30 07:42:36.366881 | fa163e9f-d340-873a-c15e-000000004a04 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:42.836851 | 0.35s 2025-11-30 07:42:36.679386 | fa163e9f-d340-873a-c15e-000000004a04 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-11-30 07:42:36.680443 | fa163e9f-d340-873a-c15e-000000004a04 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:43.150409 | 0.67s 2025-11-30 07:42:37.014329 | fa163e9f-d340-873a-c15e-000000004a04 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-11-30 07:42:37.015016 | fa163e9f-d340-873a-c15e-000000004a04 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:43.484973 | 1.00s 2025-11-30 07:42:37.018594 | fa163e9f-d340-873a-c15e-000000004a04 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:43.488556 | 1.01s 2025-11-30 07:42:37.035375 | fa163e9f-d340-873a-c15e-000000004a06 | TASK | Check Keystone user assignment to roles status 2025-11-30 07:42:37.270825 | fa163e9f-d340-873a-c15e-000000004a06 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-30 07:42:42.485470 | fa163e9f-d340-873a-c15e-000000004a06 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-30 07:42:42.486734 | fa163e9f-d340-873a-c15e-000000004a06 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:48.956698 | 5.45s 2025-11-30 07:42:42.718660 | fa163e9f-d340-873a-c15e-000000004a06 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-11-30 07:42:42.719788 | fa163e9f-d340-873a-c15e-000000004a06 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:49.189756 | 5.68s 2025-11-30 07:42:42.889962 | fa163e9f-d340-873a-c15e-000000004a06 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-11-30 07:42:42.891335 | fa163e9f-d340-873a-c15e-000000004a06 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:49.361303 | 5.85s 2025-11-30 07:42:42.897704 | fa163e9f-d340-873a-c15e-000000004a06 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:49.367671 | 5.86s 2025-11-30 07:42:42.912847 | fa163e9f-d340-873a-c15e-00000000483e | TASK | Async assignment of Keystone user per role 2025-11-30 07:42:42.997509 | fa163e9f-d340-873a-c15e-00000000483e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:49.467472 | 0.08s 2025-11-30 07:42:43.001491 | fa163e9f-d340-873a-c15e-00000000483e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:49.471459 | 0.09s 2025-11-30 07:42:43.008428 | 54aab6af-01e1-45d1-8ca0-1b83531f19e1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-30 07:42:43.025166 | fa163e9f-d340-873a-c15e-000000004a5e | TASK | Async assignment of Keystone user to roles 2025-11-30 07:42:43.341336 | fa163e9f-d340-873a-c15e-000000004a5e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-30 07:42:43.343801 | fa163e9f-d340-873a-c15e-000000004a5e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:49.813757 | 0.32s 2025-11-30 07:42:43.676768 | fa163e9f-d340-873a-c15e-000000004a5e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-30 07:42:43.678496 | fa163e9f-d340-873a-c15e-000000004a5e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:50.148463 | 0.65s 2025-11-30 07:42:43.945073 | fa163e9f-d340-873a-c15e-000000004a5e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-30 07:42:43.945735 | fa163e9f-d340-873a-c15e-000000004a5e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:50.415709 | 0.92s 2025-11-30 07:42:43.951365 | fa163e9f-d340-873a-c15e-000000004a5e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:50.421335 | 0.93s 2025-11-30 07:42:43.966088 | fa163e9f-d340-873a-c15e-000000004a60 | TASK | Check Keystone user assignment to roles status 2025-11-30 07:42:44.196566 | fa163e9f-d340-873a-c15e-000000004a60 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-30 07:42:49.458518 | fa163e9f-d340-873a-c15e-000000004a60 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-30 07:42:49.459509 | fa163e9f-d340-873a-c15e-000000004a60 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:55.929479 | 5.49s 2025-11-30 07:42:49.711521 | fa163e9f-d340-873a-c15e-000000004a60 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-30 07:42:49.714539 | fa163e9f-d340-873a-c15e-000000004a60 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:56.184500 | 5.75s 2025-11-30 07:42:49.983363 | fa163e9f-d340-873a-c15e-000000004a60 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-30 07:42:49.985674 | fa163e9f-d340-873a-c15e-000000004a60 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:56.455637 | 6.02s 2025-11-30 07:42:49.996447 | fa163e9f-d340-873a-c15e-000000004a60 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:19:56.466406 | 6.03s 2025-11-30 07:42:50.036041 | fa163e9f-d340-873a-c15e-000000003c4e | TASK | is Keystone LDAP enabled 2025-11-30 07:42:50.101139 | fa163e9f-d340-873a-c15e-000000003c4e | OK | is Keystone LDAP enabled | undercloud 2025-11-30 07:42:50.102815 | fa163e9f-d340-873a-c15e-000000003c4e | TIMING | is Keystone LDAP enabled | undercloud | 0:19:56.572773 | 0.06s 2025-11-30 07:42:50.121157 | fa163e9f-d340-873a-c15e-000000003c4f | TASK | Set fact for tripleo_keystone_ldap_domains 2025-11-30 07:42:50.175913 | fa163e9f-d340-873a-c15e-000000003c4f | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-11-30 07:42:50.177429 | fa163e9f-d340-873a-c15e-000000003c4f | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:19:56.647389 | 0.05s 2025-11-30 07:42:50.195816 | fa163e9f-d340-873a-c15e-000000003c50 | TASK | Manage Keystone domains from LDAP config 2025-11-30 07:42:50.252123 | fa163e9f-d340-873a-c15e-000000003c50 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-11-30 07:42:50.253513 | fa163e9f-d340-873a-c15e-000000003c50 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:19:56.723473 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-11-30 07:42:50.398532 | fa163e9f-d340-873a-c15e-0000000000e2 | TASK | Deploy step tasks for 4 2025-11-30 07:42:50.432877 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000e2') missing from stats 2025-11-30 07:42:50.457130 | fa163e9f-d340-873a-c15e-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-11-30 07:42:51.018281 | fa163e9f-d340-873a-c15e-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-11-30 07:42:51.019589 | fa163e9f-d340-873a-c15e-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:19:57.489555 | 0.56s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-30 07:42:51.074886 | fa163e9f-d340-873a-c15e-0000000000e4 | TIMING | include_tasks | standalone | 0:19:57.544846 | 0.03s 2025-11-30 07:42:51.117677 | 512e8b24-a5f2-4d8d-94cf-5c346dbe0f95 | INCLUDED | /root/standalone-ansible-jjfrgkhd/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-11-30 07:42:51.144675 | fa163e9f-d340-873a-c15e-000000004aa2 | TASK | Create virtqemud recovery script 2025-11-30 07:42:51.654575 | fa163e9f-d340-873a-c15e-000000004aa2 | CHANGED | Create virtqemud recovery script | standalone 2025-11-30 07:42:51.656117 | fa163e9f-d340-873a-c15e-000000004aa2 | TIMING | Create virtqemud recovery script | standalone | 0:19:58.126073 | 0.51s 2025-11-30 07:42:51.684944 | fa163e9f-d340-873a-c15e-000000004aa3 | TASK | Create virtqemud recovery trigger service 2025-11-30 07:42:52.139715 | fa163e9f-d340-873a-c15e-000000004aa3 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-11-30 07:42:52.140508 | fa163e9f-d340-873a-c15e-000000004aa3 | TIMING | Create virtqemud recovery trigger service | standalone | 0:19:58.610481 | 0.45s 2025-11-30 07:42:52.159515 | fa163e9f-d340-873a-c15e-000000004aa4 | TASK | Create virtqemud recovery trigger timer 2025-11-30 07:42:52.655888 | fa163e9f-d340-873a-c15e-000000004aa4 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-11-30 07:42:52.657559 | fa163e9f-d340-873a-c15e-000000004aa4 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:19:59.127524 | 0.50s 2025-11-30 07:42:52.684935 | fa163e9f-d340-873a-c15e-000000004aa5 | TASK | Enable virtqemud recovery trigger service 2025-11-30 07:42:53.990983 | fa163e9f-d340-873a-c15e-000000004aa5 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-11-30 07:42:53.992955 | fa163e9f-d340-873a-c15e-000000004aa5 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:20:00.462918 | 1.31s 2025-11-30 07:42:54.021793 | fa163e9f-d340-873a-c15e-000000004aa6 | TASK | Enable virtqemud recovery trigger timer 2025-11-30 07:42:55.198580 | fa163e9f-d340-873a-c15e-000000004aa6 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-11-30 07:42:55.200460 | fa163e9f-d340-873a-c15e-000000004aa6 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:20:01.670422 | 1.18s 2025-11-30 07:42:55.230249 | fa163e9f-d340-873a-c15e-000000004aa7 | TASK | Really enable virtqemud recovery trigger timer 2025-11-30 07:42:55.815597 | fa163e9f-d340-873a-c15e-000000004aa7 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-11-30 07:42:55.817989 | fa163e9f-d340-873a-c15e-000000004aa7 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:20:02.287956 | 0.59s 2025-11-30 07:42:55.837933 | fa163e9f-d340-873a-c15e-000000004aa9 | TASK | Create systemd file 2025-11-30 07:42:56.286334 | fa163e9f-d340-873a-c15e-000000004aa9 | CHANGED | Create systemd file | standalone 2025-11-30 07:42:56.288924 | fa163e9f-d340-873a-c15e-000000004aa9 | TIMING | Create systemd file | standalone | 0:20:02.758887 | 0.45s 2025-11-30 07:42:56.318296 | fa163e9f-d340-873a-c15e-000000004aaa | TASK | Reload systemd 2025-11-30 07:42:57.130369 | fa163e9f-d340-873a-c15e-000000004aaa | CHANGED | Reload systemd | standalone 2025-11-30 07:42:57.131675 | fa163e9f-d340-873a-c15e-000000004aaa | TIMING | Reload systemd | standalone | 0:20:03.601645 | 0.81s 2025-11-30 07:42:57.174176 | fa163e9f-d340-873a-c15e-000000004aad | TASK | Start OVN container 2025-11-30 07:42:57.222702 | fa163e9f-d340-873a-c15e-000000004aad | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-11-30 07:42:57.242592 | fa163e9f-d340-873a-c15e-000000004aad | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-11-30 07:42:57.258131 | fa163e9f-d340-873a-c15e-000000004aad | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-11-30 07:42:57.270173 | fa163e9f-d340-873a-c15e-000000004aad | TIMING | Start OVN container | standalone | 0:20:03.740130 | 0.09s 2025-11-30 07:42:57.298881 | fa163e9f-d340-873a-c15e-000000004aaf | TASK | Set NB connection 2025-11-30 07:42:57.348647 | fa163e9f-d340-873a-c15e-000000004aaf | SKIPPED | Set NB connection | standalone 2025-11-30 07:42:57.350215 | fa163e9f-d340-873a-c15e-000000004aaf | TIMING | Set NB connection | standalone | 0:20:03.820178 | 0.05s 2025-11-30 07:42:57.379035 | fa163e9f-d340-873a-c15e-000000004ab0 | TASK | Set SB connection 2025-11-30 07:42:57.431402 | fa163e9f-d340-873a-c15e-000000004ab0 | SKIPPED | Set SB connection | standalone 2025-11-30 07:42:57.432316 | fa163e9f-d340-873a-c15e-000000004ab0 | TIMING | Set SB connection | standalone | 0:20:03.902284 | 0.05s 2025-11-30 07:42:57.461024 | fa163e9f-d340-873a-c15e-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-11-30 07:42:57.655738 | fa163e9f-d340-873a-c15e-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-11-30 07:42:57.656538 | fa163e9f-d340-873a-c15e-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:20:04.126511 | 0.19s 2025-11-30 07:42:57.763646 | fa163e9f-d340-873a-c15e-0000000000e7 | TIMING | include_tasks | standalone | 0:20:04.233598 | 0.07s 2025-11-30 07:42:57.801167 | d927fe9c-cd24-40d0-be86-cb7ace9985ed | INCLUDED | /root/standalone-ansible-jjfrgkhd/common_deploy_steps_tasks.yaml | standalone 2025-11-30 07:42:57.827855 | fa163e9f-d340-873a-c15e-000000004adf | TASK | Write the config_step hieradata 2025-11-30 07:42:58.241540 | fa163e9f-d340-873a-c15e-000000004adf | OK | Write the config_step hieradata | standalone 2025-11-30 07:42:58.242255 | fa163e9f-d340-873a-c15e-000000004adf | TIMING | Write the config_step hieradata | standalone | 0:20:04.712227 | 0.41s 2025-11-30 07:42:58.261257 | fa163e9f-d340-873a-c15e-000000004ae0 | TASK | Run puppet host configuration for step 4 2025-11-30 07:42:58.562153 | fa163e9f-d340-873a-c15e-000000004ae0 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-11-30 07:42:58.564678 | fa163e9f-d340-873a-c15e-000000004ae0 | TIMING | Run puppet host configuration for step 4 | standalone | 0:20:05.034638 | 0.30s 2025-11-30 07:42:58.593733 | fa163e9f-d340-873a-c15e-000000004ae1 | TASK | Wait for puppet host configuration to finish 2025-11-30 07:42:58.827830 | fa163e9f-d340-873a-c15e-000000004ae1 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-30 07:43:09.084056 | fa163e9f-d340-873a-c15e-000000004ae1 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-30 07:43:19.305305 | fa163e9f-d340-873a-c15e-000000004ae1 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-30 07:43:29.534788 | fa163e9f-d340-873a-c15e-000000004ae1 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-30 07:43:29.537694 | fa163e9f-d340-873a-c15e-000000004ae1 | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:36.007653 | 30.94s 2025-11-30 07:43:29.561210 | fa163e9f-d340-873a-c15e-000000004ae2 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-11-30 07:43:29.647904 | fa163e9f-d340-873a-c15e-000000004ae2 | 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>Nov 30 07:42:58 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 30 07:43:02 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 30 07:43:02 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 30 07:43:02 puppet-user: (file & line not available)", "<13>Nov 30 07:43:03 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>Nov 30 07:43:03 puppet-user: (file & line not available)", "<13>Nov 30 07:43:03 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 30 07:43:03 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>Nov 30 07:43:03 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 30 07:43:03 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 30 07:43:03 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>Nov 30 07:43:03 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>Nov 30 07:43:03 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>Nov 30 07:43:03 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>Nov 30 07:43:03 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>Nov 30 07:43:03 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 30 07:43:03 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.55 seconds", "<13>Nov 30 07:43:08 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 30 07:43:10 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 30 07:43:15 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Nov 30 07:43:15 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}abde0d694f1ad584f5a499316f1060378a66820b42f4b50335a5807ca3d47a47'", "<13>Nov 30 07:43:15 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Nov 30 07:43:15 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Nov 30 07:43:15 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Nov 30 07:43:15 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Nov 30 07:43:17 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 30 07:43:22 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>Nov 30 07:43:23 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 30 07:43:23 puppet-user: Notice: Applied catalog in 20.37 seconds", "<13>Nov 30 07:43:23 puppet-user: Application:", "<13>Nov 30 07:43:23 puppet-user: Initial environment: production", "<13>Nov 30 07:43:23 puppet-user: Converged environment: production", "<13>Nov 30 07:43:23 puppet-user: Run mode: user", "<13>Nov 30 07:43:23 puppet-user: Changes:", "<13>Nov 30 07:43:23 puppet-user: Total: 10", "<13>Nov 30 07:43:23 puppet-user: Events:", "<13>Nov 30 07:43:23 puppet-user: Success: 10", "<13>Nov 30 07:43:23 puppet-user: Resources:", "<13>Nov 30 07:43:23 puppet-user: Restarted: 1", "<13>Nov 30 07:43:23 puppet-user: Changed: 10", "<13>Nov 30 07:43:23 puppet-user: Out of sync: 10", "<13>Nov 30 07:43:23 puppet-user: Total: 37", "<13>Nov 30 07:43:23 puppet-user: Time:", "<13>Nov 30 07:43:23 puppet-user: Filebucket: 0.00", "<13>Nov 30 07:43:23 puppet-user: Schedule: 0.00", "<13>Nov 30 07:43:23 puppet-user: File line: 0.00", "<13>Nov 30 07:43:23 puppet-user: Augeas: 0.01", "<13>Nov 30 07:43:23 puppet-user: User: 0.01", "<13>Nov 30 07:43:23 puppet-user: File: 0.10", "<13>Nov 30 07:43:23 puppet-user: Config retrieval: 0.62", "<13>Nov 30 07:43:23 puppet-user: Service: 1.44", "<13>Nov 30 07:43:23 puppet-user: Pcmk property: 1.54", "<13>Nov 30 07:43:23 puppet-user: Last run: 1764488603", "<13>Nov 30 07:43:23 puppet-user: Pcmk resource op default: 2.08", "<13>Nov 30 07:43:23 puppet-user: Pcmk resource default: 2.68", "<13>Nov 30 07:43:23 puppet-user: Transaction evaluation: 20.35", "<13>Nov 30 07:43:23 puppet-user: Catalog application: 20.37", "<13>Nov 30 07:43:23 puppet-user: Package: 5.31", "<13>Nov 30 07:43:23 puppet-user: Exec: 6.97", "<13>Nov 30 07:43:23 puppet-user: Total: 20.37", "<13>Nov 30 07:43:23 puppet-user: Version:", "<13>Nov 30 07:43:23 puppet-user: Config: 1764488582", "<13>Nov 30 07:43:23 puppet-user: Puppet: 7.10.0" ] } 2025-11-30 07:43:29.649517 | fa163e9f-d340-873a-c15e-000000004ae2 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:20:36.119476 | 0.09s 2025-11-30 07:43:29.678739 | fa163e9f-d340-873a-c15e-000000004ae3 | TASK | Pre-cache facts for puppet containers 2025-11-30 07:43:29.708621 | fa163e9f-d340-873a-c15e-000000004ae3 | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:36.178574 | 0.03s 2025-11-30 07:43:29.775911 | fa163e9f-d340-873a-c15e-000000004b24 | TASK | Gather variables for each operating system 2025-11-30 07:43:29.876308 | fa163e9f-d340-873a-c15e-000000004b24 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:36.346272 | 0.10s 2025-11-30 07:43:29.896355 | fa163e9f-d340-873a-c15e-000000004b25 | TASK | Create puppet caching structures 2025-11-30 07:43:30.150571 | fa163e9f-d340-873a-c15e-000000004b25 | CHANGED | Create puppet caching structures | standalone 2025-11-30 07:43:30.152057 | fa163e9f-d340-873a-c15e-000000004b25 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:36.621989 | 0.25s 2025-11-30 07:43:30.181059 | fa163e9f-d340-873a-c15e-000000004b26 | TASK | Check for facter.conf 2025-11-30 07:43:30.429800 | fa163e9f-d340-873a-c15e-000000004b26 | OK | Check for facter.conf | standalone 2025-11-30 07:43:30.431317 | fa163e9f-d340-873a-c15e-000000004b26 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:36.901279 | 0.25s 2025-11-30 07:43:30.460426 | fa163e9f-d340-873a-c15e-000000004b27 | TASK | Remove facter.conf if directory 2025-11-30 07:43:30.511694 | fa163e9f-d340-873a-c15e-000000004b27 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-30 07:43:30.513250 | fa163e9f-d340-873a-c15e-000000004b27 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:36.983203 | 0.05s 2025-11-30 07:43:30.542992 | fa163e9f-d340-873a-c15e-000000004b28 | TASK | Write facter cache config 2025-11-30 07:43:31.069706 | fa163e9f-d340-873a-c15e-000000004b28 | CHANGED | Write facter cache config | standalone 2025-11-30 07:43:31.071271 | fa163e9f-d340-873a-c15e-000000004b28 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:37.541234 | 0.53s 2025-11-30 07:43:31.099694 | fa163e9f-d340-873a-c15e-000000004b29 | TASK | Cleanup facter cache if exists 2025-11-30 07:43:31.335320 | fa163e9f-d340-873a-c15e-000000004b29 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-30 07:43:31.336737 | fa163e9f-d340-873a-c15e-000000004b29 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:37.806700 | 0.24s 2025-11-30 07:43:31.366698 | fa163e9f-d340-873a-c15e-000000004b2a | TASK | Pre-cache facts 2025-11-30 07:43:31.992877 | fa163e9f-d340-873a-c15e-000000004b2a | CHANGED | Pre-cache facts | standalone 2025-11-30 07:43:31.995270 | fa163e9f-d340-873a-c15e-000000004b2a | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:38.465223 | 0.63s 2025-11-30 07:43:32.029527 | fa163e9f-d340-873a-c15e-000000004b2b | TASK | Failed deployment if facter fails 2025-11-30 07:43:32.063512 | fa163e9f-d340-873a-c15e-000000004b2b | SKIPPED | Failed deployment if facter fails | standalone 2025-11-30 07:43:32.064718 | fa163e9f-d340-873a-c15e-000000004b2b | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:38.534680 | 0.03s 2025-11-30 07:43:32.109118 | fa163e9f-d340-873a-c15e-000000004b2c | TASK | Sync cached facts 2025-11-30 07:43:32.435352 | fa163e9f-d340-873a-c15e-000000004b2c | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e9f-d340-873a-c15e-000000004b2c') missing from stats 2025-11-30 07:43:32.491688 | fa163e9f-d340-873a-c15e-000000004ae4 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-30 07:43:32.543673 | fa163e9f-d340-873a-c15e-000000004ae4 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-30 07:43:32.544867 | fa163e9f-d340-873a-c15e-000000004ae4 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:39.014828 | 0.05s 2025-11-30 07:43:32.576513 | fa163e9f-d340-873a-c15e-000000004ae6 | TASK | Manage containers for step 4 with tripleo-ansible 2025-11-30 07:43:32.605891 | fa163e9f-d340-873a-c15e-000000004ae6 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:20:39.075846 | 0.03s 2025-11-30 07:43:32.678004 | fa163e9f-d340-873a-c15e-000000004b83 | TASK | Gather variables for each operating system 2025-11-30 07:43:32.793315 | fa163e9f-d340-873a-c15e-000000004b83 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:39.263271 | 0.11s 2025-11-30 07:43:32.822733 | fa163e9f-d340-873a-c15e-000000004b84 | TASK | Create container logs path 2025-11-30 07:43:33.123401 | fa163e9f-d340-873a-c15e-000000004b84 | OK | Create container logs path | standalone 2025-11-30 07:43:33.124662 | fa163e9f-d340-873a-c15e-000000004b84 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:39.594626 | 0.30s 2025-11-30 07:43:33.156181 | fa163e9f-d340-873a-c15e-000000004b86 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-11-30 07:43:33.423483 | fa163e9f-d340-873a-c15e-000000004b86 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-30 07:43:33.424766 | fa163e9f-d340-873a-c15e-000000004b86 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:20:39.894726 | 0.27s 2025-11-30 07:43:33.455614 | fa163e9f-d340-873a-c15e-000000004b87 | TASK | Finalise hashes for all containers 2025-11-30 07:43:33.550363 | fa163e9f-d340-873a-c15e-000000004b87 | OK | Finalise hashes for all containers | standalone 2025-11-30 07:43:33.551535 | fa163e9f-d340-873a-c15e-000000004b87 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:40.021499 | 0.09s 2025-11-30 07:43:33.573448 | fa163e9f-d340-873a-c15e-000000004b89 | TASK | Manage systemd shutdown files 2025-11-30 07:43:33.600672 | fa163e9f-d340-873a-c15e-000000004b89 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:40.070630 | 0.03s 2025-11-30 07:43:33.622859 | c09afff4-dc56-4c1a-9148-08c39c098fc9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-30 07:43:33.651484 | fa163e9f-d340-873a-c15e-000000004bbc | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-30 07:43:33.911789 | fa163e9f-d340-873a-c15e-000000004bbc | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-30 07:43:33.913517 | fa163e9f-d340-873a-c15e-000000004bbc | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:40.383472 | 0.26s 2025-11-30 07:43:33.943342 | fa163e9f-d340-873a-c15e-000000004bbd | TASK | Set podman_drop_in fact 2025-11-30 07:43:34.007461 | fa163e9f-d340-873a-c15e-000000004bbd | OK | Set podman_drop_in fact | standalone 2025-11-30 07:43:34.008734 | fa163e9f-d340-873a-c15e-000000004bbd | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:40.478696 | 0.06s 2025-11-30 07:43:34.038310 | fa163e9f-d340-873a-c15e-000000004bbf | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-30 07:43:34.577699 | fa163e9f-d340-873a-c15e-000000004bbf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-30 07:43:34.579364 | fa163e9f-d340-873a-c15e-000000004bbf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:41.049316 | 0.54s 2025-11-30 07:43:35.027826 | fa163e9f-d340-873a-c15e-000000004bbf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-30 07:43:35.029000 | fa163e9f-d340-873a-c15e-000000004bbf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:41.498972 | 0.99s 2025-11-30 07:43:35.039568 | fa163e9f-d340-873a-c15e-000000004bbf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:41.509535 | 1.00s 2025-11-30 07:43:35.068372 | fa163e9f-d340-873a-c15e-000000004bc0 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-30 07:43:35.576169 | fa163e9f-d340-873a-c15e-000000004bc0 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-30 07:43:35.577497 | fa163e9f-d340-873a-c15e-000000004bc0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:42.047466 | 0.51s 2025-11-30 07:43:35.598971 | fa163e9f-d340-873a-c15e-000000004bc1 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-30 07:43:36.108171 | fa163e9f-d340-873a-c15e-000000004bc1 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-30 07:43:36.109019 | fa163e9f-d340-873a-c15e-000000004bc1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:42.578973 | 0.51s 2025-11-30 07:43:36.128106 | fa163e9f-d340-873a-c15e-000000004bc2 | TASK | Enable and start tripleo-container-shutdown 2025-11-30 07:43:36.844161 | fa163e9f-d340-873a-c15e-000000004bc2 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-30 07:43:36.846255 | fa163e9f-d340-873a-c15e-000000004bc2 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:43.316217 | 0.72s 2025-11-30 07:43:36.876413 | fa163e9f-d340-873a-c15e-000000004bc3 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-30 07:43:37.352226 | fa163e9f-d340-873a-c15e-000000004bc3 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-30 07:43:37.353220 | fa163e9f-d340-873a-c15e-000000004bc3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:43.823189 | 0.48s 2025-11-30 07:43:37.375421 | fa163e9f-d340-873a-c15e-000000004bc4 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-30 07:43:37.842182 | fa163e9f-d340-873a-c15e-000000004bc4 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-30 07:43:37.843599 | fa163e9f-d340-873a-c15e-000000004bc4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:44.313563 | 0.47s 2025-11-30 07:43:37.872405 | fa163e9f-d340-873a-c15e-000000004bc5 | TASK | Enable and start netns-placeholder 2025-11-30 07:43:38.717316 | fa163e9f-d340-873a-c15e-000000004bc5 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-30 07:43:38.719343 | fa163e9f-d340-873a-c15e-000000004bc5 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:45.189306 | 0.85s 2025-11-30 07:43:38.749064 | fa163e9f-d340-873a-c15e-000000004b8b | TASK | Update container configs with new config hashes 2025-11-30 07:43:38.810482 | fa163e9f-d340-873a-c15e-000000004b8b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:45.280438 | 0.06s 2025-11-30 07:43:38.830776 | dfdfd1de-ac75-4032-8a04-a3e08e4fafbb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-30 07:43:38.864497 | fa163e9f-d340-873a-c15e-000000004bed | TASK | Update config hashes for container startup configs 2025-11-30 07:43:39.130887 | fa163e9f-d340-873a-c15e-000000004bed | OK | Update config hashes for container startup configs | standalone 2025-11-30 07:43:39.132184 | fa163e9f-d340-873a-c15e-000000004bed | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:45.602147 | 0.27s 2025-11-30 07:43:39.163579 | fa163e9f-d340-873a-c15e-000000004b8c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-30 07:43:39.206571 | fa163e9f-d340-873a-c15e-000000004b8c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:20:45.676525 | 0.04s 2025-11-30 07:43:39.229479 | 65674368-854b-4c11-958e-67788b21852d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-30 07:43:39.266381 | fa163e9f-d340-873a-c15e-000000004c0c | TASK | Gather podman infos 2025-11-30 07:43:40.826551 | fa163e9f-d340-873a-c15e-000000004c0c | OK | Gather podman infos | standalone 2025-11-30 07:43:40.827688 | fa163e9f-d340-873a-c15e-000000004c0c | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:47.297654 | 1.56s 2025-11-30 07:43:40.936057 | fa163e9f-d340-873a-c15e-000000004c0d | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-30 07:43:41.012898 | fa163e9f-d340-873a-c15e-000000004c0d | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:20:47.482861 | 0.07s 2025-11-30 07:43:41.134789 | fa163e9f-d340-873a-c15e-000000004c56 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:47.604735 | 0.09s 2025-11-30 07:43:41.194590 | fa163e9f-d340-873a-c15e-000000004b8d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-30 07:43:41.251654 | fa163e9f-d340-873a-c15e-000000004b8d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:20:47.721604 | 0.06s 2025-11-30 07:43:41.279120 | c2b0a12b-abbf-4ca9-a978-27f2293d694d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-30 07:43:41.325767 | fa163e9f-d340-873a-c15e-000000004c7c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-30 07:43:58.142080 | fa163e9f-d340-873a-c15e-000000004c7c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-30 07:43:58.143127 | fa163e9f-d340-873a-c15e-000000004c7c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:04.613101 | 16.82s 2025-11-30 07:43:58.163930 | fa163e9f-d340-873a-c15e-000000004c7d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-30 07:45:29.130227 | fa163e9f-d340-873a-c15e-000000004c7d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-30 07:45:29.131503 | fa163e9f-d340-873a-c15e-000000004c7d | 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:22:35.601472 | 90.97s 2025-11-30 07:45:29.186512 | fa163e9f-d340-873a-c15e-000000004ae8 | TASK | Clean container_puppet_tasks for standalone step 4 2025-11-30 07:45:29.404082 | fa163e9f-d340-873a-c15e-000000004ae8 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-11-30 07:45:29.404803 | fa163e9f-d340-873a-c15e-000000004ae8 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:22:35.874777 | 0.22s 2025-11-30 07:45:29.431656 | fa163e9f-d340-873a-c15e-000000004ae9 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-11-30 07:45:29.501125 | fa163e9f-d340-873a-c15e-000000004ae9 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:22:35.971088 | 0.07s 2025-11-30 07:45:29.524113 | fa163e9f-d340-873a-c15e-000000004aea | TASK | Include container-puppet tasks for step 4 2025-11-30 07:45:29.571901 | fa163e9f-d340-873a-c15e-000000004aea | TIMING | Include container-puppet tasks for step 4 | standalone | 0:22:36.041867 | 0.05s 2025-11-30 07:45:29.587268 | 7c6be6ce-d882-46fb-bfe9-070c6292968a | INCLUDED | /root/standalone-ansible-jjfrgkhd/host-container-puppet-tasks.yaml | standalone 2025-11-30 07:45:29.632362 | fa163e9f-d340-873a-c15e-000000004cc8 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-11-30 07:45:30.139365 | fa163e9f-d340-873a-c15e-000000004cc8 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-11-30 07:45:30.141935 | fa163e9f-d340-873a-c15e-000000004cc8 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:22:36.611905 | 0.51s 2025-11-30 07:45:30.169440 | fa163e9f-d340-873a-c15e-000000004cca | TASK | Generate container puppet configs for step 4 2025-11-30 07:45:30.495641 | fa163e9f-d340-873a-c15e-000000004cca | OK | Generate container puppet configs for step 4 | standalone 2025-11-30 07:45:30.497057 | fa163e9f-d340-873a-c15e-000000004cca | TIMING | Generate container puppet configs for step 4 | standalone | 0:22:36.967020 | 0.33s 2025-11-30 07:45:30.527491 | fa163e9f-d340-873a-c15e-000000004ccb | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-11-30 07:45:30.557787 | fa163e9f-d340-873a-c15e-000000004ccb | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:22:37.027744 | 0.03s 2025-11-30 07:45:30.628173 | fa163e9f-d340-873a-c15e-000000004cfa | TASK | Gather variables for each operating system 2025-11-30 07:45:30.752900 | fa163e9f-d340-873a-c15e-000000004cfa | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:37.222855 | 0.12s 2025-11-30 07:45:30.781933 | fa163e9f-d340-873a-c15e-000000004cfb | TASK | Create container logs path 2025-11-30 07:45:31.019711 | fa163e9f-d340-873a-c15e-000000004cfb | OK | Create container logs path | standalone 2025-11-30 07:45:31.021228 | fa163e9f-d340-873a-c15e-000000004cfb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:37.491188 | 0.24s 2025-11-30 07:45:31.053359 | fa163e9f-d340-873a-c15e-000000004cfd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-30 07:45:31.317305 | fa163e9f-d340-873a-c15e-000000004cfd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-30 07:45:31.318464 | fa163e9f-d340-873a-c15e-000000004cfd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:22:37.788428 | 0.26s 2025-11-30 07:45:31.346710 | fa163e9f-d340-873a-c15e-000000004cfe | TASK | Finalise hashes for all containers 2025-11-30 07:45:31.379163 | fa163e9f-d340-873a-c15e-000000004cfe | OK | Finalise hashes for all containers | standalone 2025-11-30 07:45:31.380364 | fa163e9f-d340-873a-c15e-000000004cfe | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:37.850327 | 0.03s 2025-11-30 07:45:31.410092 | fa163e9f-d340-873a-c15e-000000004d00 | TASK | Manage systemd shutdown files 2025-11-30 07:45:31.449090 | fa163e9f-d340-873a-c15e-000000004d00 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-30 07:45:31.450370 | fa163e9f-d340-873a-c15e-000000004d00 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:37.920331 | 0.04s 2025-11-30 07:45:31.479587 | fa163e9f-d340-873a-c15e-000000004d02 | TASK | Update container configs with new config hashes 2025-11-30 07:45:31.529785 | fa163e9f-d340-873a-c15e-000000004d02 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-30 07:45:31.530981 | fa163e9f-d340-873a-c15e-000000004d02 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:38.000943 | 0.05s 2025-11-30 07:45:31.562721 | fa163e9f-d340-873a-c15e-000000004d03 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-30 07:45:31.614789 | fa163e9f-d340-873a-c15e-000000004d03 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-30 07:45:31.616176 | fa163e9f-d340-873a-c15e-000000004d03 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:22:38.086136 | 0.05s 2025-11-30 07:45:31.649882 | fa163e9f-d340-873a-c15e-000000004d04 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-30 07:45:31.691298 | fa163e9f-d340-873a-c15e-000000004d04 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-30 07:45:31.692506 | fa163e9f-d340-873a-c15e-000000004d04 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:22:38.162466 | 0.04s PLAY [External deployment step 5] ********************************************** 2025-11-30 07:45:31.874678 | fa163e9f-d340-873a-c15e-0000000000ea | TASK | External deployment step 5 2025-11-30 07:45:31.903357 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000ea') missing from stats 2025-11-30 07:45:31.973614 | fa163e9f-d340-873a-c15e-0000000000eb | TIMING | include_tasks | undercloud | 0:22:38.443581 | 0.05s 2025-11-30 07:45:31.981455 | f2571dbf-4691-4b50-b64a-aac0ac5e2db6 | INCLUDED | /root/standalone-ansible-jjfrgkhd/external_deploy_steps_tasks_step5.yaml | undercloud 2025-11-30 07:45:31.997387 | fa163e9f-d340-873a-c15e-000000004d53 | TASK | Manage Cinder's default volume type 2025-11-30 07:45:41.759106 | fa163e9f-d340-873a-c15e-000000004d53 | OK | Manage Cinder's default volume type | undercloud 2025-11-30 07:45:41.760923 | fa163e9f-d340-873a-c15e-000000004d53 | TIMING | Manage Cinder's default volume type | undercloud | 0:22:48.230883 | 9.76s PLAY [Deploy step tasks for 5] ************************************************* 2025-11-30 07:45:41.898756 | fa163e9f-d340-873a-c15e-0000000000ee | TASK | Deploy step tasks for 5 2025-11-30 07:45:41.930571 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000ee') missing from stats 2025-11-30 07:45:41.952812 | fa163e9f-d340-873a-c15e-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-11-30 07:45:42.464925 | fa163e9f-d340-873a-c15e-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-11-30 07:45:42.466436 | fa163e9f-d340-873a-c15e-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:22:48.936398 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-30 07:45:42.535942 | fa163e9f-d340-873a-c15e-0000000000f0 | TIMING | include_tasks | standalone | 0:22:49.005899 | 0.04s 2025-11-30 07:45:42.628966 | e5dde982-5338-4052-a274-9f33c9532408 | INCLUDED | /root/standalone-ansible-jjfrgkhd/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-11-30 07:45:42.663469 | fa163e9f-d340-873a-c15e-000000004d76 | TASK | Gather variables for each operating system 2025-11-30 07:45:42.786883 | fa163e9f-d340-873a-c15e-000000004d76 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:22:49.256834 | 0.12s 2025-11-30 07:45:42.818290 | fa163e9f-d340-873a-c15e-000000004d77 | TASK | Detect if resource is being created or already exists 2025-11-30 07:45:43.677791 | fa163e9f-d340-873a-c15e-000000004d77 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-30 07:45:43.679413 | fa163e9f-d340-873a-c15e-000000004d77 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:22:50.149375 | 0.86s 2025-11-30 07:45:43.712124 | fa163e9f-d340-873a-c15e-000000004d78 | TASK | Run init bundle puppet on the host for cinder_backup 2025-11-30 07:46:05.822409 | fa163e9f-d340-873a-c15e-000000004d78 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-11-30 07:46:05.823985 | fa163e9f-d340-873a-c15e-000000004d78 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:23:12.293938 | 22.11s 2025-11-30 07:46:05.856648 | fa163e9f-d340-873a-c15e-000000004d79 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-30 07:46:06.098400 | fa163e9f-d340-873a-c15e-000000004d79 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-30 07:46:06.099425 | fa163e9f-d340-873a-c15e-000000004d79 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:23:12.569396 | 0.24s 2025-11-30 07:46:06.121777 | fa163e9f-d340-873a-c15e-000000004d7a | TASK | Run pacemaker restart if the config file for the service changed 2025-11-30 07:46:06.580424 | fa163e9f-d340-873a-c15e-000000004d7a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-30 07:46:06.581336 | fa163e9f-d340-873a-c15e-000000004d7a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:23:13.051307 | 0.46s 2025-11-30 07:46:06.601396 | fa163e9f-d340-873a-c15e-000000004d7b | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-11-30 07:46:06.857215 | fa163e9f-d340-873a-c15e-000000004d7b | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-11-30 07:46:06.858634 | fa163e9f-d340-873a-c15e-000000004d7b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:23:13.328594 | 0.26s 2025-11-30 07:46:06.891047 | fa163e9f-d340-873a-c15e-000000004d7d | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-11-30 07:46:06.944401 | fa163e9f-d340-873a-c15e-000000004d7d | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-11-30 07:46:06.945482 | fa163e9f-d340-873a-c15e-000000004d7d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:23:13.415451 | 0.05s 2025-11-30 07:46:06.969756 | fa163e9f-d340-873a-c15e-000000004d7e | TASK | Get container image tag from bundle openstack-cinder-backup 2025-11-30 07:46:07.029526 | fa163e9f-d340-873a-c15e-000000004d7e | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-11-30 07:46:07.030797 | fa163e9f-d340-873a-c15e-000000004d7e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:23:13.500757 | 0.06s 2025-11-30 07:46:07.062646 | fa163e9f-d340-873a-c15e-000000004d7f | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-11-30 07:46:07.118524 | fa163e9f-d340-873a-c15e-000000004d7f | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-11-30 07:46:07.119808 | fa163e9f-d340-873a-c15e-000000004d7f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:23:13.589771 | 0.06s 2025-11-30 07:46:07.156792 | fa163e9f-d340-873a-c15e-000000004d80 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-30 07:46:07.213729 | fa163e9f-d340-873a-c15e-000000004d80 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-30 07:46:07.215254 | fa163e9f-d340-873a-c15e-000000004d80 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:23:13.685213 | 0.06s 2025-11-30 07:46:07.246689 | fa163e9f-d340-873a-c15e-000000004d81 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-11-30 07:46:07.301251 | fa163e9f-d340-873a-c15e-000000004d81 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-11-30 07:46:07.302660 | fa163e9f-d340-873a-c15e-000000004d81 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:23:13.772618 | 0.05s 2025-11-30 07:46:07.359271 | fa163e9f-d340-873a-c15e-000000004da2 | TASK | Gather variables for each operating system 2025-11-30 07:46:07.507039 | fa163e9f-d340-873a-c15e-000000004da2 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:23:13.976954 | 0.15s 2025-11-30 07:46:07.539718 | fa163e9f-d340-873a-c15e-000000004da3 | TASK | Detect if resource is being created or already exists 2025-11-30 07:46:08.386513 | fa163e9f-d340-873a-c15e-000000004da3 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-30 07:46:08.387805 | fa163e9f-d340-873a-c15e-000000004da3 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:23:14.857769 | 0.85s 2025-11-30 07:46:08.418655 | fa163e9f-d340-873a-c15e-000000004da4 | TASK | Run init bundle puppet on the host for cinder_volume 2025-11-30 07:46:30.067640 | fa163e9f-d340-873a-c15e-000000004da4 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-11-30 07:46:30.068900 | fa163e9f-d340-873a-c15e-000000004da4 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:23:36.538869 | 21.65s 2025-11-30 07:46:30.093777 | fa163e9f-d340-873a-c15e-000000004da5 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-30 07:46:30.325304 | fa163e9f-d340-873a-c15e-000000004da5 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-30 07:46:30.326719 | fa163e9f-d340-873a-c15e-000000004da5 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:23:36.796690 | 0.23s 2025-11-30 07:46:30.353527 | fa163e9f-d340-873a-c15e-000000004da6 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-30 07:46:30.816229 | fa163e9f-d340-873a-c15e-000000004da6 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-30 07:46:30.818417 | fa163e9f-d340-873a-c15e-000000004da6 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:23:37.288374 | 0.46s 2025-11-30 07:46:30.851532 | fa163e9f-d340-873a-c15e-000000004da7 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-11-30 07:46:31.081843 | fa163e9f-d340-873a-c15e-000000004da7 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-11-30 07:46:31.083243 | fa163e9f-d340-873a-c15e-000000004da7 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:23:37.553203 | 0.23s 2025-11-30 07:46:31.114323 | fa163e9f-d340-873a-c15e-000000004da9 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-11-30 07:46:31.175350 | fa163e9f-d340-873a-c15e-000000004da9 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-11-30 07:46:31.176320 | fa163e9f-d340-873a-c15e-000000004da9 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:23:37.646289 | 0.06s 2025-11-30 07:46:31.201284 | fa163e9f-d340-873a-c15e-000000004daa | TASK | Get container image tag from bundle openstack-cinder-volume 2025-11-30 07:46:31.254483 | fa163e9f-d340-873a-c15e-000000004daa | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-11-30 07:46:31.255433 | fa163e9f-d340-873a-c15e-000000004daa | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:23:37.725402 | 0.05s 2025-11-30 07:46:31.282894 | fa163e9f-d340-873a-c15e-000000004dab | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-11-30 07:46:31.331859 | fa163e9f-d340-873a-c15e-000000004dab | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-11-30 07:46:31.332792 | fa163e9f-d340-873a-c15e-000000004dab | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:23:37.802761 | 0.05s 2025-11-30 07:46:31.357740 | fa163e9f-d340-873a-c15e-000000004dac | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-30 07:46:31.407510 | fa163e9f-d340-873a-c15e-000000004dac | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-30 07:46:31.409508 | fa163e9f-d340-873a-c15e-000000004dac | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:23:37.879465 | 0.05s 2025-11-30 07:46:31.443421 | fa163e9f-d340-873a-c15e-000000004dad | TASK | Remove update marker for bundle openstack-cinder-volume 2025-11-30 07:46:31.484655 | fa163e9f-d340-873a-c15e-000000004dad | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-11-30 07:46:31.485712 | fa163e9f-d340-873a-c15e-000000004dad | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:23:37.955674 | 0.04s 2025-11-30 07:46:31.529970 | fa163e9f-d340-873a-c15e-000000004dce | TASK | Gather variables for each operating system 2025-11-30 07:46:31.647203 | fa163e9f-d340-873a-c15e-000000004dce | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:23:38.117160 | 0.12s 2025-11-30 07:46:31.672348 | fa163e9f-d340-873a-c15e-000000004dcf | TASK | Detect if resource is being created or already exists 2025-11-30 07:46:32.430747 | fa163e9f-d340-873a-c15e-000000004dcf | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-30 07:46:32.432522 | fa163e9f-d340-873a-c15e-000000004dcf | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:23:38.902484 | 0.76s 2025-11-30 07:46:32.464200 | fa163e9f-d340-873a-c15e-000000004dd0 | TASK | Run init bundle puppet on the host for manila_share 2025-11-30 07:46:54.193605 | fa163e9f-d340-873a-c15e-000000004dd0 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-11-30 07:46:54.196318 | fa163e9f-d340-873a-c15e-000000004dd0 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:24:00.666282 | 21.73s 2025-11-30 07:46:54.220947 | fa163e9f-d340-873a-c15e-000000004dd1 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-11-30 07:46:54.483231 | fa163e9f-d340-873a-c15e-000000004dd1 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-11-30 07:46:54.485512 | fa163e9f-d340-873a-c15e-000000004dd1 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:24:00.955476 | 0.26s 2025-11-30 07:46:54.509928 | fa163e9f-d340-873a-c15e-000000004dd2 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-30 07:46:54.913179 | fa163e9f-d340-873a-c15e-000000004dd2 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-30 07:46:54.914645 | fa163e9f-d340-873a-c15e-000000004dd2 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:24:01.384616 | 0.40s 2025-11-30 07:46:54.935622 | fa163e9f-d340-873a-c15e-000000004dd3 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-11-30 07:46:55.125469 | fa163e9f-d340-873a-c15e-000000004dd3 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-11-30 07:46:55.126216 | fa163e9f-d340-873a-c15e-000000004dd3 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:24:01.596189 | 0.19s 2025-11-30 07:46:55.148187 | fa163e9f-d340-873a-c15e-000000004dd5 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-11-30 07:46:55.187050 | fa163e9f-d340-873a-c15e-000000004dd5 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-11-30 07:46:55.188402 | fa163e9f-d340-873a-c15e-000000004dd5 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:24:01.658374 | 0.04s 2025-11-30 07:46:55.242653 | fa163e9f-d340-873a-c15e-000000004dd6 | TASK | Get container image tag from bundle openstack-manila-share 2025-11-30 07:46:55.280851 | fa163e9f-d340-873a-c15e-000000004dd6 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-11-30 07:46:55.282673 | fa163e9f-d340-873a-c15e-000000004dd6 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:24:01.752639 | 0.04s 2025-11-30 07:46:55.307570 | fa163e9f-d340-873a-c15e-000000004dd7 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-11-30 07:46:55.351538 | fa163e9f-d340-873a-c15e-000000004dd7 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-11-30 07:46:55.353021 | fa163e9f-d340-873a-c15e-000000004dd7 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:24:01.822974 | 0.04s 2025-11-30 07:46:55.376761 | fa163e9f-d340-873a-c15e-000000004dd8 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-30 07:46:55.416517 | fa163e9f-d340-873a-c15e-000000004dd8 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-30 07:46:55.417590 | fa163e9f-d340-873a-c15e-000000004dd8 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:24:01.887562 | 0.04s 2025-11-30 07:46:55.438569 | fa163e9f-d340-873a-c15e-000000004dd9 | TASK | Remove update marker for bundle openstack-manila-share 2025-11-30 07:46:55.479290 | fa163e9f-d340-873a-c15e-000000004dd9 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-11-30 07:46:55.480593 | fa163e9f-d340-873a-c15e-000000004dd9 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:24:01.950565 | 0.04s 2025-11-30 07:46:55.517116 | fa163e9f-d340-873a-c15e-000000004dfa | TASK | Run kolla_set_configs to copy ring files 2025-11-30 07:46:56.029598 | fa163e9f-d340-873a-c15e-000000004dfa | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-11-30 07:46:56.032230 | fa163e9f-d340-873a-c15e-000000004dfa | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:02.502188 | 0.51s 2025-11-30 07:46:56.042806 | fa163e9f-d340-873a-c15e-000000004dfa | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:02.512766 | 0.52s 2025-11-30 07:46:56.071706 | fa163e9f-d340-873a-c15e-000000004dfb | TASK | Run kolla_set_configs to copy ring files 2025-11-30 07:46:56.412089 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-11-30 07:46:56.414796 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:02.884757 | 0.34s 2025-11-30 07:46:56.952797 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-11-30 07:46:56.954292 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:03.424242 | 0.88s 2025-11-30 07:46:57.262444 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-11-30 07:46:57.263520 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:03.733484 | 1.19s 2025-11-30 07:46:57.769572 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-11-30 07:46:57.771650 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:04.241610 | 1.70s 2025-11-30 07:46:58.074508 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-11-30 07:46:58.075712 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:04.545675 | 2.00s 2025-11-30 07:46:58.342629 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-11-30 07:46:58.344151 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:04.814111 | 2.27s 2025-11-30 07:46:58.824123 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-11-30 07:46:58.826714 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:05.296681 | 2.75s 2025-11-30 07:46:59.203774 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-11-30 07:46:59.205029 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:05.674968 | 3.13s 2025-11-30 07:46:59.475625 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-11-30 07:46:59.477215 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:05.947184 | 3.40s 2025-11-30 07:46:59.862686 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-11-30 07:46:59.863551 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:06.333524 | 3.79s 2025-11-30 07:47:00.144824 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-11-30 07:47:00.145885 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:06.615850 | 4.07s 2025-11-30 07:47:00.651074 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-11-30 07:47:00.652202 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:07.122174 | 4.58s 2025-11-30 07:47:01.077736 | fa163e9f-d340-873a-c15e-000000004dfb | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-11-30 07:47:01.078876 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:07.548841 | 5.01s 2025-11-30 07:47:01.090236 | fa163e9f-d340-873a-c15e-000000004dfb | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:07.560198 | 5.02s 2025-11-30 07:47:01.123823 | fa163e9f-d340-873a-c15e-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-11-30 07:47:01.318063 | fa163e9f-d340-873a-c15e-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-11-30 07:47:01.319616 | fa163e9f-d340-873a-c15e-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:24:07.789580 | 0.19s 2025-11-30 07:47:01.433917 | fa163e9f-d340-873a-c15e-0000000000f3 | TIMING | include_tasks | standalone | 0:24:07.903878 | 0.08s 2025-11-30 07:47:01.457686 | 9c0d3661-8641-44ea-83ce-e588109f7a05 | INCLUDED | /root/standalone-ansible-jjfrgkhd/common_deploy_steps_tasks.yaml | standalone 2025-11-30 07:47:01.482527 | fa163e9f-d340-873a-c15e-000000004e78 | TASK | Write the config_step hieradata 2025-11-30 07:47:02.031621 | fa163e9f-d340-873a-c15e-000000004e78 | OK | Write the config_step hieradata | standalone 2025-11-30 07:47:02.033063 | fa163e9f-d340-873a-c15e-000000004e78 | TIMING | Write the config_step hieradata | standalone | 0:24:08.503026 | 0.55s 2025-11-30 07:47:02.063148 | fa163e9f-d340-873a-c15e-000000004e79 | TASK | Run puppet host configuration for step 5 2025-11-30 07:47:02.403438 | fa163e9f-d340-873a-c15e-000000004e79 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-11-30 07:47:02.404683 | fa163e9f-d340-873a-c15e-000000004e79 | TIMING | Run puppet host configuration for step 5 | standalone | 0:24:08.874645 | 0.34s 2025-11-30 07:47:02.432602 | fa163e9f-d340-873a-c15e-000000004e7a | TASK | Wait for puppet host configuration to finish 2025-11-30 07:47:02.661711 | fa163e9f-d340-873a-c15e-000000004e7a | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-30 07:47:12.926887 | fa163e9f-d340-873a-c15e-000000004e7a | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-30 07:47:23.156219 | fa163e9f-d340-873a-c15e-000000004e7a | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-30 07:47:23.157554 | fa163e9f-d340-873a-c15e-000000004e7a | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:29.627520 | 20.72s 2025-11-30 07:47:23.186849 | fa163e9f-d340-873a-c15e-000000004e7b | TASK | Debug output for task: Run puppet host configuration for step 5 2025-11-30 07:47:23.271066 | fa163e9f-d340-873a-c15e-000000004e7b | 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>Nov 30 07:47:02 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 30 07:47:07 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 30 07:47:07 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 30 07:47:07 puppet-user: (file & line not available)", "<13>Nov 30 07:47:07 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>Nov 30 07:47:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 30 07:47:07 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>Nov 30 07:47:07 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 30 07:47:07 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 30 07:47:07 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>Nov 30 07:47:07 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>Nov 30 07:47:07 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>Nov 30 07:47:07 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>Nov 30 07:47:07 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>Nov 30 07:47:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 30 07:47:07 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.51 seconds", "<13>Nov 30 07:47:12 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 30 07:47:14 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 30 07:47:15 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 30 07:47:15 puppet-user: Notice: Applied catalog in 8.11 seconds", "<13>Nov 30 07:47:15 puppet-user: Application:", "<13>Nov 30 07:47:15 puppet-user: Initial environment: production", "<13>Nov 30 07:47:15 puppet-user: Converged environment: production", "<13>Nov 30 07:47:15 puppet-user: Run mode: user", "<13>Nov 30 07:47:15 puppet-user: Changes:", "<13>Nov 30 07:47:15 puppet-user: Total: 2", "<13>Nov 30 07:47:15 puppet-user: Events:", "<13>Nov 30 07:47:15 puppet-user: Success: 2", "<13>Nov 30 07:47:15 puppet-user: Resources:", "<13>Nov 30 07:47:15 puppet-user: Changed: 2", "<13>Nov 30 07:47:15 puppet-user: Out of sync: 2", "<13>Nov 30 07:47:15 puppet-user: Total: 37", "<13>Nov 30 07:47:15 puppet-user: Time:", "<13>Nov 30 07:47:15 puppet-user: Schedule: 0.00", "<13>Nov 30 07:47:15 puppet-user: File line: 0.00", "<13>Nov 30 07:47:15 puppet-user: Package: 0.00", "<13>Nov 30 07:47:15 puppet-user: Filebucket: 0.00", "<13>Nov 30 07:47:15 puppet-user: Augeas: 0.01", "<13>Nov 30 07:47:15 puppet-user: User: 0.01", "<13>Nov 30 07:47:15 puppet-user: File: 0.09", "<13>Nov 30 07:47:15 puppet-user: Service: 0.18", "<13>Nov 30 07:47:15 puppet-user: Config retrieval: 0.61", "<13>Nov 30 07:47:15 puppet-user: Pcmk property: 1.55", "<13>Nov 30 07:47:15 puppet-user: Exec: 1.95", "<13>Nov 30 07:47:15 puppet-user: Last run: 1764488835", "<13>Nov 30 07:47:15 puppet-user: Pcmk resource op default: 2.04", "<13>Nov 30 07:47:15 puppet-user: Pcmk resource default: 2.05", "<13>Nov 30 07:47:15 puppet-user: Transaction evaluation: 8.09", "<13>Nov 30 07:47:15 puppet-user: Catalog application: 8.11", "<13>Nov 30 07:47:15 puppet-user: Total: 8.12", "<13>Nov 30 07:47:15 puppet-user: Version:", "<13>Nov 30 07:47:15 puppet-user: Config: 1764488827", "<13>Nov 30 07:47:15 puppet-user: Puppet: 7.10.0" ] } 2025-11-30 07:47:23.272498 | fa163e9f-d340-873a-c15e-000000004e7b | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:24:29.742462 | 0.08s 2025-11-30 07:47:23.301301 | fa163e9f-d340-873a-c15e-000000004e7c | TASK | Pre-cache facts for puppet containers 2025-11-30 07:47:23.331085 | fa163e9f-d340-873a-c15e-000000004e7c | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:29.801044 | 0.03s 2025-11-30 07:47:23.399213 | fa163e9f-d340-873a-c15e-000000004ebb | TASK | Gather variables for each operating system 2025-11-30 07:47:23.516296 | fa163e9f-d340-873a-c15e-000000004ebb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:24:29.986246 | 0.12s 2025-11-30 07:47:23.546106 | fa163e9f-d340-873a-c15e-000000004ebc | TASK | Create puppet caching structures 2025-11-30 07:47:23.800306 | fa163e9f-d340-873a-c15e-000000004ebc | CHANGED | Create puppet caching structures | standalone 2025-11-30 07:47:23.801740 | fa163e9f-d340-873a-c15e-000000004ebc | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:24:30.271702 | 0.25s 2025-11-30 07:47:23.830618 | fa163e9f-d340-873a-c15e-000000004ebd | TASK | Check for facter.conf 2025-11-30 07:47:24.088939 | fa163e9f-d340-873a-c15e-000000004ebd | OK | Check for facter.conf | standalone 2025-11-30 07:47:24.090428 | fa163e9f-d340-873a-c15e-000000004ebd | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:24:30.560391 | 0.26s 2025-11-30 07:47:24.119341 | fa163e9f-d340-873a-c15e-000000004ebe | TASK | Remove facter.conf if directory 2025-11-30 07:47:24.170490 | fa163e9f-d340-873a-c15e-000000004ebe | SKIPPED | Remove facter.conf if directory | standalone 2025-11-30 07:47:24.171787 | fa163e9f-d340-873a-c15e-000000004ebe | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:24:30.641750 | 0.05s 2025-11-30 07:47:24.200071 | fa163e9f-d340-873a-c15e-000000004ebf | TASK | Write facter cache config 2025-11-30 07:47:24.726708 | fa163e9f-d340-873a-c15e-000000004ebf | CHANGED | Write facter cache config | standalone 2025-11-30 07:47:24.728293 | fa163e9f-d340-873a-c15e-000000004ebf | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:24:31.198255 | 0.53s 2025-11-30 07:47:24.758269 | fa163e9f-d340-873a-c15e-000000004ec0 | TASK | Cleanup facter cache if exists 2025-11-30 07:47:24.943256 | fa163e9f-d340-873a-c15e-000000004ec0 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-30 07:47:24.944753 | fa163e9f-d340-873a-c15e-000000004ec0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:24:31.414713 | 0.18s 2025-11-30 07:47:24.983368 | fa163e9f-d340-873a-c15e-000000004ec1 | TASK | Pre-cache facts 2025-11-30 07:47:25.668120 | fa163e9f-d340-873a-c15e-000000004ec1 | CHANGED | Pre-cache facts | standalone 2025-11-30 07:47:25.669102 | fa163e9f-d340-873a-c15e-000000004ec1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:24:32.139074 | 0.68s 2025-11-30 07:47:25.690906 | fa163e9f-d340-873a-c15e-000000004ec2 | TASK | Failed deployment if facter fails 2025-11-30 07:47:25.717126 | fa163e9f-d340-873a-c15e-000000004ec2 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-30 07:47:25.717891 | fa163e9f-d340-873a-c15e-000000004ec2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:24:32.187864 | 0.03s 2025-11-30 07:47:25.752038 | fa163e9f-d340-873a-c15e-000000004ec3 | TASK | Sync cached facts 2025-11-30 07:47:26.031985 | fa163e9f-d340-873a-c15e-000000004ec3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e9f-d340-873a-c15e-000000004ec3') missing from stats 2025-11-30 07:47:26.089026 | fa163e9f-d340-873a-c15e-000000004e7d | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-30 07:47:26.123354 | fa163e9f-d340-873a-c15e-000000004e7d | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-30 07:47:26.124419 | fa163e9f-d340-873a-c15e-000000004e7d | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:24:32.594384 | 0.03s 2025-11-30 07:47:26.147939 | fa163e9f-d340-873a-c15e-000000004e7f | TASK | Manage containers for step 5 with tripleo-ansible 2025-11-30 07:47:26.169677 | fa163e9f-d340-873a-c15e-000000004e7f | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:24:32.639641 | 0.02s 2025-11-30 07:47:26.220385 | fa163e9f-d340-873a-c15e-000000004f1a | TASK | Gather variables for each operating system 2025-11-30 07:47:26.300401 | fa163e9f-d340-873a-c15e-000000004f1a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:32.770354 | 0.08s 2025-11-30 07:47:26.329925 | fa163e9f-d340-873a-c15e-000000004f1b | TASK | Create container logs path 2025-11-30 07:47:26.571767 | fa163e9f-d340-873a-c15e-000000004f1b | OK | Create container logs path | standalone 2025-11-30 07:47:26.572928 | fa163e9f-d340-873a-c15e-000000004f1b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:33.042897 | 0.24s 2025-11-30 07:47:26.597850 | fa163e9f-d340-873a-c15e-000000004f1d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-11-30 07:47:26.852055 | fa163e9f-d340-873a-c15e-000000004f1d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-30 07:47:26.853264 | fa163e9f-d340-873a-c15e-000000004f1d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:24:33.323227 | 0.25s 2025-11-30 07:47:26.881621 | fa163e9f-d340-873a-c15e-000000004f1e | TASK | Finalise hashes for all containers 2025-11-30 07:47:26.943057 | fa163e9f-d340-873a-c15e-000000004f1e | OK | Finalise hashes for all containers | standalone 2025-11-30 07:47:26.944308 | fa163e9f-d340-873a-c15e-000000004f1e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:33.414270 | 0.06s 2025-11-30 07:47:26.974679 | fa163e9f-d340-873a-c15e-000000004f20 | TASK | Manage systemd shutdown files 2025-11-30 07:47:27.006591 | fa163e9f-d340-873a-c15e-000000004f20 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:33.476541 | 0.03s 2025-11-30 07:47:27.042130 | 9f5d2a9c-3815-49ba-8c27-cba9bc2998a9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-30 07:47:27.069890 | fa163e9f-d340-873a-c15e-000000004f53 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-30 07:47:27.353144 | fa163e9f-d340-873a-c15e-000000004f53 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-30 07:47:27.354614 | fa163e9f-d340-873a-c15e-000000004f53 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:33.824577 | 0.28s 2025-11-30 07:47:27.384256 | fa163e9f-d340-873a-c15e-000000004f54 | TASK | Set podman_drop_in fact 2025-11-30 07:47:27.445744 | fa163e9f-d340-873a-c15e-000000004f54 | OK | Set podman_drop_in fact | standalone 2025-11-30 07:47:27.447149 | fa163e9f-d340-873a-c15e-000000004f54 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:33.917111 | 0.06s 2025-11-30 07:47:27.477825 | fa163e9f-d340-873a-c15e-000000004f56 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-30 07:47:28.026243 | fa163e9f-d340-873a-c15e-000000004f56 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-30 07:47:28.028663 | fa163e9f-d340-873a-c15e-000000004f56 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:34.498621 | 0.55s 2025-11-30 07:47:28.470553 | fa163e9f-d340-873a-c15e-000000004f56 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-30 07:47:28.471769 | fa163e9f-d340-873a-c15e-000000004f56 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:34.941741 | 0.99s 2025-11-30 07:47:28.481972 | fa163e9f-d340-873a-c15e-000000004f56 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:34.951941 | 1.00s 2025-11-30 07:47:28.501382 | fa163e9f-d340-873a-c15e-000000004f57 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-30 07:47:28.972046 | fa163e9f-d340-873a-c15e-000000004f57 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-30 07:47:28.973448 | fa163e9f-d340-873a-c15e-000000004f57 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:24:35.443410 | 0.47s 2025-11-30 07:47:29.002418 | fa163e9f-d340-873a-c15e-000000004f58 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-30 07:47:29.458128 | fa163e9f-d340-873a-c15e-000000004f58 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-30 07:47:29.459635 | fa163e9f-d340-873a-c15e-000000004f58 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:24:35.929596 | 0.46s 2025-11-30 07:47:29.491429 | fa163e9f-d340-873a-c15e-000000004f59 | TASK | Enable and start tripleo-container-shutdown 2025-11-30 07:47:30.448705 | fa163e9f-d340-873a-c15e-000000004f59 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-30 07:47:30.449950 | fa163e9f-d340-873a-c15e-000000004f59 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:36.919919 | 0.96s 2025-11-30 07:47:30.473251 | fa163e9f-d340-873a-c15e-000000004f5a | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-30 07:47:30.981690 | fa163e9f-d340-873a-c15e-000000004f5a | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-30 07:47:30.983290 | fa163e9f-d340-873a-c15e-000000004f5a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:37.453251 | 0.51s 2025-11-30 07:47:31.012853 | fa163e9f-d340-873a-c15e-000000004f5b | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-30 07:47:31.495408 | fa163e9f-d340-873a-c15e-000000004f5b | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-30 07:47:31.496300 | fa163e9f-d340-873a-c15e-000000004f5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:37.966270 | 0.48s 2025-11-30 07:47:31.515390 | fa163e9f-d340-873a-c15e-000000004f5c | TASK | Enable and start netns-placeholder 2025-11-30 07:47:32.466744 | fa163e9f-d340-873a-c15e-000000004f5c | CHANGED | Enable and start netns-placeholder | standalone 2025-11-30 07:47:32.467847 | fa163e9f-d340-873a-c15e-000000004f5c | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:38.937820 | 0.95s 2025-11-30 07:47:32.487454 | fa163e9f-d340-873a-c15e-000000004f22 | TASK | Update container configs with new config hashes 2025-11-30 07:47:32.546160 | fa163e9f-d340-873a-c15e-000000004f22 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:39.016119 | 0.06s 2025-11-30 07:47:32.565921 | ffab11c8-a81e-4ccc-bd35-daf925959da5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-30 07:47:32.599481 | fa163e9f-d340-873a-c15e-000000004f84 | TASK | Update config hashes for container startup configs 2025-11-30 07:47:32.941858 | fa163e9f-d340-873a-c15e-000000004f84 | OK | Update config hashes for container startup configs | standalone 2025-11-30 07:47:32.943523 | fa163e9f-d340-873a-c15e-000000004f84 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:39.413484 | 0.34s 2025-11-30 07:47:32.976598 | fa163e9f-d340-873a-c15e-000000004f23 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-30 07:47:33.019380 | fa163e9f-d340-873a-c15e-000000004f23 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:24:39.489336 | 0.04s 2025-11-30 07:47:33.043926 | d3ba436f-bb40-4e7d-973b-727138901924 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-30 07:47:33.076843 | fa163e9f-d340-873a-c15e-000000004fa3 | TASK | Gather podman infos 2025-11-30 07:47:35.010588 | fa163e9f-d340-873a-c15e-000000004fa3 | OK | Gather podman infos | standalone 2025-11-30 07:47:35.011904 | fa163e9f-d340-873a-c15e-000000004fa3 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:24:41.481870 | 1.93s 2025-11-30 07:47:35.147220 | fa163e9f-d340-873a-c15e-000000004fa4 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-30 07:47:35.232992 | fa163e9f-d340-873a-c15e-000000004fa4 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:24:41.702944 | 0.08s 2025-11-30 07:47:35.425594 | fa163e9f-d340-873a-c15e-000000004fed | TIMING | tripleo_container_rm : include_tasks | standalone | 0:24:41.895547 | 0.13s 2025-11-30 07:47:35.493654 | fa163e9f-d340-873a-c15e-000000004f24 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-30 07:47:35.564787 | fa163e9f-d340-873a-c15e-000000004f24 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:24:42.034745 | 0.07s 2025-11-30 07:47:35.579614 | f2dc236a-fda6-4248-8a40-affbef32dfa3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-30 07:47:35.609893 | fa163e9f-d340-873a-c15e-000000005013 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-30 07:47:48.932056 | fa163e9f-d340-873a-c15e-000000005013 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-30 07:47:48.933207 | fa163e9f-d340-873a-c15e-000000005013 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:24:55.403178 | 13.32s 2025-11-30 07:47:48.956991 | fa163e9f-d340-873a-c15e-000000005014 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-30 07:47:53.152372 | fa163e9f-d340-873a-c15e-000000005014 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-30 07:47:53.154069 | fa163e9f-d340-873a-c15e-000000005014 | 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:24:59.624029 | 4.20s 2025-11-30 07:47:53.220061 | fa163e9f-d340-873a-c15e-000000004e81 | TASK | Clean container_puppet_tasks for standalone step 5 2025-11-30 07:47:53.409726 | fa163e9f-d340-873a-c15e-000000004e81 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-11-30 07:47:53.411149 | fa163e9f-d340-873a-c15e-000000004e81 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:24:59.881112 | 0.19s 2025-11-30 07:47:53.445029 | fa163e9f-d340-873a-c15e-000000004e82 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-11-30 07:47:53.495583 | fa163e9f-d340-873a-c15e-000000004e82 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:24:59.965542 | 0.05s 2025-11-30 07:47:53.519760 | fa163e9f-d340-873a-c15e-000000004e83 | TASK | Include container-puppet tasks for step 5 2025-11-30 07:47:53.571658 | fa163e9f-d340-873a-c15e-000000004e83 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:25:00.041608 | 0.05s 2025-11-30 07:47:53.596928 | a6a5f054-c2ff-4fa2-a088-3c24be9a5bb0 | INCLUDED | /root/standalone-ansible-jjfrgkhd/host-container-puppet-tasks.yaml | standalone 2025-11-30 07:47:53.646823 | fa163e9f-d340-873a-c15e-00000000505f | TASK | Write container-puppet-tasks json file for standalone step 5 2025-11-30 07:47:54.179096 | fa163e9f-d340-873a-c15e-00000000505f | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-11-30 07:47:54.180095 | fa163e9f-d340-873a-c15e-00000000505f | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:25:00.650064 | 0.53s 2025-11-30 07:47:54.204724 | fa163e9f-d340-873a-c15e-000000005061 | TASK | Generate container puppet configs for step 5 2025-11-30 07:47:54.475905 | fa163e9f-d340-873a-c15e-000000005061 | OK | Generate container puppet configs for step 5 | standalone 2025-11-30 07:47:54.477383 | fa163e9f-d340-873a-c15e-000000005061 | TIMING | Generate container puppet configs for step 5 | standalone | 0:25:00.947344 | 0.27s 2025-11-30 07:47:54.507545 | fa163e9f-d340-873a-c15e-000000005062 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-11-30 07:47:54.542532 | fa163e9f-d340-873a-c15e-000000005062 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:25:01.012489 | 0.03s 2025-11-30 07:47:54.613909 | fa163e9f-d340-873a-c15e-000000005091 | TASK | Gather variables for each operating system 2025-11-30 07:47:54.730231 | fa163e9f-d340-873a-c15e-000000005091 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:01.200181 | 0.11s 2025-11-30 07:47:54.761895 | fa163e9f-d340-873a-c15e-000000005092 | TASK | Create container logs path 2025-11-30 07:47:54.955569 | fa163e9f-d340-873a-c15e-000000005092 | OK | Create container logs path | standalone 2025-11-30 07:47:54.956974 | fa163e9f-d340-873a-c15e-000000005092 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:01.426937 | 0.19s 2025-11-30 07:47:54.982319 | fa163e9f-d340-873a-c15e-000000005094 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-30 07:47:55.246271 | fa163e9f-d340-873a-c15e-000000005094 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-30 07:47:55.247581 | fa163e9f-d340-873a-c15e-000000005094 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:25:01.717544 | 0.26s 2025-11-30 07:47:55.276287 | fa163e9f-d340-873a-c15e-000000005095 | TASK | Finalise hashes for all containers 2025-11-30 07:47:55.322112 | fa163e9f-d340-873a-c15e-000000005095 | OK | Finalise hashes for all containers | standalone 2025-11-30 07:47:55.323503 | fa163e9f-d340-873a-c15e-000000005095 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:01.793465 | 0.05s 2025-11-30 07:47:55.353133 | fa163e9f-d340-873a-c15e-000000005097 | TASK | Manage systemd shutdown files 2025-11-30 07:47:55.394630 | fa163e9f-d340-873a-c15e-000000005097 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-30 07:47:55.395912 | fa163e9f-d340-873a-c15e-000000005097 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:01.865869 | 0.04s 2025-11-30 07:47:55.423474 | fa163e9f-d340-873a-c15e-000000005099 | TASK | Update container configs with new config hashes 2025-11-30 07:47:55.471591 | fa163e9f-d340-873a-c15e-000000005099 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-30 07:47:55.472811 | fa163e9f-d340-873a-c15e-000000005099 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:01.942781 | 0.05s 2025-11-30 07:47:55.493729 | fa163e9f-d340-873a-c15e-00000000509a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-30 07:47:55.533604 | fa163e9f-d340-873a-c15e-00000000509a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-30 07:47:55.534891 | fa163e9f-d340-873a-c15e-00000000509a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:25:02.004863 | 0.04s 2025-11-30 07:47:55.555936 | fa163e9f-d340-873a-c15e-00000000509b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-30 07:47:55.608724 | fa163e9f-d340-873a-c15e-00000000509b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-30 07:47:55.611075 | fa163e9f-d340-873a-c15e-00000000509b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:25:02.080889 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-11-30 07:47:55.793366 | fa163e9f-d340-873a-c15e-0000000000f7 | TASK | Server Post Deployments 2025-11-30 07:47:55.823798 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000f7') missing from stats 2025-11-30 07:47:55.906994 | fa163e9f-d340-873a-c15e-0000000000f8 | TIMING | include_tasks | standalone | 0:25:02.376956 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-11-30 07:47:56.064880 | fa163e9f-d340-873a-c15e-0000000000fc | TASK | External deployment Post Deploy tasks 2025-11-30 07:47:56.092106 | fa163e9f-d340-873a-c15e-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', 'fa163e9f-d340-873a-c15e-0000000000fc') missing from stats 2025-11-30 07:47:56.108207 | fa163e9f-d340-873a-c15e-000000000100 | TASK | is additonal Cell? 2025-11-30 07:47:56.135062 | fa163e9f-d340-873a-c15e-000000000100 | OK | is additonal Cell? | undercloud 2025-11-30 07:47:56.135869 | fa163e9f-d340-873a-c15e-000000000100 | TIMING | is additonal Cell? | undercloud | 0:25:02.605839 | 0.03s 2025-11-30 07:47:56.150951 | fa163e9f-d340-873a-c15e-000000000102 | TASK | discover via nova_manager? 2025-11-30 07:47:56.228747 | fa163e9f-d340-873a-c15e-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-11-30 07:47:56.229633 | fa163e9f-d340-873a-c15e-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:25:02.699602 | 0.08s 2025-11-30 07:47:56.244594 | fa163e9f-d340-873a-c15e-000000000103 | TASK | discover via nova_api? 2025-11-30 07:47:56.322471 | fa163e9f-d340-873a-c15e-000000000103 | OK | discover via nova_api? | undercloud 2025-11-30 07:47:56.323348 | fa163e9f-d340-873a-c15e-000000000103 | TIMING | discover via nova_api? | undercloud | 0:25:02.793320 | 0.08s 2025-11-30 07:47:56.337498 | fa163e9f-d340-873a-c15e-000000000104 | TASK | Warn if no discovery host available 2025-11-30 07:47:56.384220 | fa163e9f-d340-873a-c15e-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-11-30 07:47:56.385201 | fa163e9f-d340-873a-c15e-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:25:02.855168 | 0.05s 2025-11-30 07:47:56.410201 | fa163e9f-d340-873a-c15e-000000000105 | TASK | Discovering nova hosts 2025-11-30 07:47:58.977847 | fa163e9f-d340-873a-c15e-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e9f-d340-873a-c15e-000000000105') missing from stats 2025-11-30 07:47:59.057854 | fa163e9f-d340-873a-c15e-000000000106 | OK | set_fact | undercloud 2025-11-30 07:47:59.059171 | fa163e9f-d340-873a-c15e-000000000106 | TIMING | set_fact | undercloud | 0:25:05.529130 | 0.06s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=624 changed=299 unreachable=0 failed=0 skipped=320 rescued=0 ignored=1 undercloud : ok=164 changed=56 unreachable=0 failed=0 skipped=33 rescued=0 ignored=3 2025-11-30 07:47:59.128394 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:47:59.128963 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1171 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:47:59.129546 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:25:05.599517 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-30 07:47:59.130089 | UUID | Info | Host | Task Name | Run Time 2025-11-30 07:47:59.130628 | fa163e9f-d340-873a-c15e-0000000021e4 | SUMMARY | standalone | Pre-fetch all the containers | 195.41s 2025-11-30 07:47:59.131198 | fa163e9f-d340-873a-c15e-00000000338e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 105.61s 2025-11-30 07:47:59.131741 | fa163e9f-d340-873a-c15e-000000004c7d | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 90.97s 2025-11-30 07:47:59.132336 | fa163e9f-d340-873a-c15e-000000002443 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.57s 2025-11-30 07:47:59.132846 | fa163e9f-d340-873a-c15e-000000002ff6 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 56.01s 2025-11-30 07:47:59.133441 | fa163e9f-d340-873a-c15e-000000003b73 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 50.95s 2025-11-30 07:47:59.134713 | fa163e9f-d340-873a-c15e-000000004ae1 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.94s 2025-11-30 07:47:59.135316 | fa163e9f-d340-873a-c15e-000000003b74 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 29.88s 2025-11-30 07:47:59.135862 | fa163e9f-d340-873a-c15e-0000000025e1 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 27.40s 2025-11-30 07:47:59.136470 | fa163e9f-d340-873a-c15e-0000000033ba | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.81s 2025-11-30 07:47:59.137044 | fa163e9f-d340-873a-c15e-0000000033e6 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.33s 2025-11-30 07:47:59.137646 | fa163e9f-d340-873a-c15e-000000004d78 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.11s 2025-11-30 07:47:59.138245 | fa163e9f-d340-873a-c15e-000000004dd0 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 21.73s 2025-11-30 07:47:59.138877 | fa163e9f-d340-873a-c15e-0000000021ae | SUMMARY | standalone | install systemd-container for a greenfield | 21.72s 2025-11-30 07:47:59.139496 | fa163e9f-d340-873a-c15e-000000002152 | SUMMARY | standalone | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | 21.70s 2025-11-30 07:47:59.140041 | fa163e9f-d340-873a-c15e-000000004da4 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 21.65s 2025-11-30 07:47:59.140578 | fa163e9f-d340-873a-c15e-00000000346c | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.97s 2025-11-30 07:47:59.141141 | fa163e9f-d340-873a-c15e-000000004e7a | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.72s 2025-11-30 07:47:59.141793 | fa163e9f-d340-873a-c15e-0000000039df | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.70s 2025-11-30 07:47:59.143272 | fa163e9f-d340-873a-c15e-000000004c7c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 16.82s 2025-11-30 07:47:59.143816 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-jjfrgkhd Install artifact is located at /root/standalone-install-20251130074759.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.lUdmpv1XTY + exit 0 ~/ci-framework-data/artifacts