~/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.1A34s5r1J3 + 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.1A34s5r1J3/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + OCTAVIA_ENABLED=true + 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.1A34s5r1J3/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.1A34s5r1J3 + J2_VARS_FILE=/tmp/tmp.1A34s5r1J3/tmp.hDrT9heorB.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.1A34s5r1J3/tmp.hDrT9heorB.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.1A34s5r1J3/tmp.hDrT9heorB.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.1A34s5r1J3/tmp.hDrT9heorB.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.1A34s5r1J3/tmp.hDrT9heorB.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.1A34s5r1J3/tmp.hDrT9heorB.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.1A34s5r1J3/tmp.hDrT9heorB.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.1A34s5r1J3/tmp.hDrT9heorB.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.1A34s5r1J3/tmp.hDrT9heorB.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.1A34s5r1J3/tmp.hDrT9heorB.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.1A34s5r1J3/tmp.hDrT9heorB.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.1A34s5r1J3/tmp.hDrT9heorB.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.1A34s5r1J3/tmp.hDrT9heorB.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.1A34s5r1J3/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.1A34s5r1J3/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.1A34s5r1J3/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.1A34s5r1J3/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.1A34s5r1J3/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 4.9 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.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-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.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-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.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-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.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-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.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-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.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-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): ansible-collection-ansible-posix-1.2.0 647 kB/s | 124 kB 00:00 (2/399): ansible-collection-ansible-netcommon-2 915 kB/s | 181 kB 00:00 (3/399): ansible-collection-ansible-utils-2.3.0 447 kB/s | 91 kB 00:00 (4/399): heat-cfntools-1.4.2-6.1.el9ost.noarch. 661 kB/s | 77 kB 00:00 (5/399): golang-github-vbatts-tar-split-0.11.1- 6.8 MB/s | 1.0 MB 00:00 (6/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.3 MB/s | 162 kB 00:00 (7/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.8 MB/s | 178 kB 00:00 (8/399): ansible-collection-community-general-4 4.6 MB/s | 1.3 MB 00:00 (9/399): puppet-fdio-18.2-1.20220727113954.6fd1 260 kB/s | 25 kB 00:00 (10/399): python3-ansible-runner-2.0.0a1-3.el9o 1.2 MB/s | 122 kB 00:00 (11/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 312 kB/s | 44 kB 00:00 (12/399): python3-croniter-0.3.35-2.el9ost.noar 533 kB/s | 49 kB 00:00 (13/399): python3-beautifulsoup4-4.9.3-2.el9ost 1.7 MB/s | 204 kB 00:00 (14/399): python3-daemon-2.3.0-1.el9ost.noarch. 422 kB/s | 39 kB 00:00 (15/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 429 kB/s | 44 kB 00:00 (16/399): python3-docutils-0.16-6.el9ost.noarch 11 MB/s | 1.5 MB 00:00 (17/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 975 kB/s | 107 kB 00:00 (18/399): python3-jeepney-0.6.0-2.el9ost.noarch 2.9 MB/s | 284 kB 00:00 (19/399): python3-jmespath-0.10.0-1.el9ost.noar 471 kB/s | 46 kB 00:00 (20/399): python3-gevent-21.1.2-2.el9ost.x86_64 5.6 MB/s | 1.6 MB 00:00 (21/399): python3-lockfile-0.12.2-2.el9ost.noar 257 kB/s | 31 kB 00:00 (22/399): python3-logutils-0.3.5-15.el9ost.noar 411 kB/s | 47 kB 00:00 (23/399): python3-memcached-1.59-3.el9ost.noarc 428 kB/s | 40 kB 00:00 (24/399): python3-migrate-0.13.0-1.el9ost.noarc 1.8 MB/s | 224 kB 00:00 (25/399): python3-natsort-7.1.1-2.el9ost.noarch 619 kB/s | 59 kB 00:00 (26/399): python3-mimeparse-1.6.0-16.el9ost.noa 131 kB/s | 16 kB 00:00 (27/399): python3-passlib-1.7.4-3.el9ost.noarch 3.8 MB/s | 712 kB 00:00 (28/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 901 kB/s | 90 kB 00:00 (29/399): python3-pecan-1.4.0-2.el9ost.noarch.r 2.0 MB/s | 273 kB 00:00 (30/399): python3-setproctitle-1.2.2-1.el9ost.x 249 kB/s | 23 kB 00:00 (31/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 888 kB/s | 111 kB 00:00 (32/399): python3-soupsieve-2.2-1.el9ost.noarch 721 kB/s | 67 kB 00:00 (33/399): python3-sqlalchemy13-1.3.24-3.el9ost. 14 MB/s | 1.7 MB 00:00 (34/399): python3-smmap-3.0.1-4.el9ost.noarch.r 180 kB/s | 47 kB 00:00 (35/399): python3-pyperclip-1.8.0-3.el9ost.noar 65 kB/s | 25 kB 00:00 (36/399): python3-tenacity-6.3.1-1.el9ost.noarc 537 kB/s | 51 kB 00:00 (37/399): python3-webtest-2.0.35-6.el9ost.noarc 733 kB/s | 82 kB 00:00 (38/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 3.8 MB/s | 396 kB 00:00 (39/399): python3-zope-event-4.2.0-20.el9ost.no 2.1 MB/s | 205 kB 00:00 (40/399): rubygem-concurrent-ruby-1.1.5-2.el9os 2.5 MB/s | 243 kB 00:00 (41/399): python3-zope-interface-5.4.0-1.el9ost 1.8 MB/s | 202 kB 00:00 (42/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 146 kB/s | 14 kB 00:00 (43/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 898 kB/s | 90 kB 00:00 (44/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 301 kB/s | 34 kB 00:00 (45/399): rubygem-multi_json-1.15.0-2.el9ost.no 236 kB/s | 22 kB 00:00 (46/399): rubygem-puppet-resource_api-1.8.13-1. 373 kB/s | 34 kB 00:00 (47/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 170 kB/s | 16 kB 00:00 (48/399): rubygem-semantic_puppet-1.0.4-2.el9os 172 kB/s | 21 kB 00:00 (49/399): ansible-config_template-2.0.1-17.1.20 300 kB/s | 29 kB 00:00 (50/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 3.4 MB/s | 433 kB 00:00 (51/399): ansible-role-atos-hsm-1.0.1-17.1.2023 193 kB/s | 17 kB 00:00 (52/399): ansible-role-chrony-1.3.1-17.1.202306 256 kB/s | 22 kB 00:00 (53/399): ansible-role-collectd-config-0.0.3-17 471 kB/s | 53 kB 00:00 (54/399): ansible-role-container-registry-1.4.1 273 kB/s | 24 kB 00:00 (55/399): ansible-role-openstack-operations-0.0 349 kB/s | 30 kB 00:00 (56/399): ansible-role-qdr-config-0.0.2-17.1.20 167 kB/s | 21 kB 00:00 (57/399): ansible-role-thales-hsm-3.0.1-17.1.20 202 kB/s | 21 kB 00:00 (58/399): ansible-role-redhat-subscription-1.3. 194 kB/s | 28 kB 00:00 (59/399): ansible-role-tripleo-modify-image-1.5 270 kB/s | 27 kB 00:00 (60/399): ansible-tripleo-ipa-0.3.1-17.1.202306 406 kB/s | 36 kB 00:00 (61/399): ansible-tripleo-ipsec-11.0.1-17.1.202 416 kB/s | 38 kB 00:00 (62/399): dib-utils-0.0.11-17.1.20230620173328. 139 kB/s | 12 kB 00:00 (63/399): openstack-heat-agents-2.2.1-17.1.2023 109 kB/s | 9.6 kB 00:00 (64/399): os-apply-config-13.1.1-17.1.202310200 551 kB/s | 54 kB 00:00 (65/399): os-collect-config-13.1.1-17.1.2023102 566 kB/s | 50 kB 00:00 (66/399): os-refresh-config-13.1.1-17.1.2023102 234 kB/s | 21 kB 00:00 (67/399): puppet-aodh-18.4.2-17.1.2023062015121 317 kB/s | 62 kB 00:00 (68/399): puppet-archive-4.6.1-17.1.20230620181 308 kB/s | 44 kB 00:00 (69/399): puppet-auditd-2.2.1-17.1.202306201924 139 kB/s | 28 kB 00:00 (70/399): puppet-ceilometer-18.4.3-17.1.2023092 739 kB/s | 70 kB 00:00 (71/399): puppet-certmonger-2.7.1-17.1.20230620 279 kB/s | 26 kB 00:00 (72/399): puppet-collectd-13.0.1-17.1.202306201 1.4 MB/s | 135 kB 00:00 (73/399): puppet-cinder-18.5.2-17.1.20230621054 1.1 MB/s | 120 kB 00:00 (74/399): puppet-corosync-8.0.1-17.1.2023062110 739 kB/s | 68 kB 00:00 (75/399): puppet-designate-18.6.1-17.1.20230621 735 kB/s | 69 kB 00:00 (76/399): puppet-etcd-1.12.3-17.1.2023062019322 248 kB/s | 25 kB 00:00 (77/399): puppet-dns-8.2.1-17.1.20230621002045. 241 kB/s | 36 kB 00:00 (78/399): puppet-gnocchi-18.4.3-17.1.2023062106 506 kB/s | 58 kB 00:00 (79/399): puppet-heat-18.4.1-17.1.2023062111163 738 kB/s | 70 kB 00:00 (80/399): puppet-kmod-2.5.0-17.1.20230620190646 172 kB/s | 21 kB 00:00 (81/399): puppet-manila-18.5.2-17.1.20231102190 676 kB/s | 81 kB 00:00 (82/399): puppet-memcached-6.0.0-17.1.202306201 174 kB/s | 23 kB 00:00 (83/399): puppet-mysql-10.6.1-17.1.202306210221 1.0 MB/s | 99 kB 00:00 (84/399): puppet-neutron-18.6.1-17.1.2023062105 2.0 MB/s | 196 kB 00:00 (85/399): puppet-nova-18.6.1-17.1.2023062109044 1.7 MB/s | 200 kB 00:00 (86/399): puppet-octavia-18.5.1-17.1.2023062106 815 kB/s | 76 kB 00:00 (87/399): puppet-nssdb-1.0.2-17.1.2023062018564 81 kB/s | 12 kB 00:00 (88/399): puppet-openstack_extras-18.5.1-17.1.2 531 kB/s | 48 kB 00:00 (89/399): puppet-oslo-18.5.1-17.1.2023062105235 468 kB/s | 48 kB 00:00 (90/399): puppet-placement-5.4.3-17.1.202306210 348 kB/s | 41 kB 00:00 (91/399): puppet-qdr-7.4.1-17.1.20230620195605. 341 kB/s | 31 kB 00:00 (92/399): puppet-redis-6.1.1-17.1.2023062019170 506 kB/s | 51 kB 00:00 (93/399): puppet-rabbitmq-11.0.1-17.1.202306201 1.7 MB/s | 266 kB 00:00 (94/399): puppet-rsyslog-4.0.1-17.1.20230620200 592 kB/s | 58 kB 00:00 (95/399): puppet-ssh-6.2.1-17.1.20230620190251. 300 kB/s | 29 kB 00:00 (96/399): puppet-stdlib-6.3.1-17.1.202306210008 1.6 MB/s | 160 kB 00:00 (97/399): puppet-swift-18.6.1-17.1.202306210521 1.1 MB/s | 115 kB 00:00 (98/399): puppet-vswitch-14.4.3-17.1.2023062104 418 kB/s | 41 kB 00:00 (99/399): puppet-openstacklib-18.5.2-17.1.20230 90 kB/s | 62 kB 00:00 (100/399): puppet-xinetd-3.3.1-17.1.20230620185 177 kB/s | 26 kB 00:00 (101/399): python-oslo-cache-lang-2.7.1-17.1.20 213 kB/s | 19 kB 00:00 (102/399): python-oslo-middleware-lang-4.2.1-17 118 kB/s | 13 kB 00:00 (103/399): puppet-systemd-2.12.1-17.1.202306201 94 kB/s | 42 kB 00:00 (104/399): python-oslo-policy-lang-3.7.1-17.1.2 147 kB/s | 14 kB 00:00 (105/399): python-oslo-log-lang-4.4.0-17.1.2023 57 kB/s | 14 kB 00:00 (106/399): python3-GitPython-3.1.14-2.el9ost.no 2.1 MB/s | 238 kB 00:00 (107/399): python-oslo-versionedobjects-lang-2. 80 kB/s | 14 kB 00:00 (108/399): python-pycadf-common-3.1.1-17.1.2023 117 kB/s | 15 kB 00:00 (109/399): python3-aodhclient-2.2.0-17.1.202306 590 kB/s | 56 kB 00:00 (110/399): python3-barbicanclient-5.3.0-17.1.20 1.3 MB/s | 127 kB 00:00 (111/399): python3-designateclient-4.2.1-17.1.2 961 kB/s | 92 kB 00:00 (112/399): python3-cliff-3.7.0-17.1.20230620172 755 kB/s | 95 kB 00:00 (113/399): python3-cinderclient-7.4.1-17.1.2023 1.0 MB/s | 218 kB 00:00 (114/399): python3-futurist-2.3.0-17.1.20230621 708 kB/s | 64 kB 00:00 (115/399): python3-heat-agent-ansible-2.2.1-17. 92 kB/s | 11 kB 00:00 (116/399): python3-heat-agent-2.2.1-17.1.202306 141 kB/s | 19 kB 00:00 (117/399): python3-heat-agent-apply-config-2.2. 83 kB/s | 9.9 kB 00:00 (118/399): python3-heat-agent-hiera-2.2.1-17.1. 85 kB/s | 10 kB 00:00 (119/399): python3-heat-agent-docker-cmd-2.2.1- 86 kB/s | 12 kB 00:00 (120/399): python3-heat-agent-json-file-2.2.1-1 91 kB/s | 9.8 kB 00:00 (121/399): python3-heat-agent-puppet-2.2.1-17.1 105 kB/s | 11 kB 00:00 (122/399): python3-heatclient-2.3.1-17.1.202306 1.6 MB/s | 158 kB 00:00 (123/399): python3-ironic-inspector-client-4.5. 669 kB/s | 67 kB 00:00 (124/399): python3-keystoneclient-4.3.0-17.1.20 2.1 MB/s | 239 kB 00:00 (125/399): python3-ironicclient-4.6.4-17.1.2023 2.7 MB/s | 342 kB 00:00 (126/399): python3-keystonemiddleware-9.2.0-17. 926 kB/s | 92 kB 00:00 (127/399): python3-magnumclient-3.4.1-17.1.2023 1.3 MB/s | 121 kB 00:00 (128/399): python3-mistralclient-4.2.0-17.1.202 1.7 MB/s | 166 kB 00:00 (129/399): python3-neutronclient-7.3.1-17.1.202 2.9 MB/s | 298 kB 00:00 (130/399): python3-novaclient-17.4.1-17.1.20230 2.0 MB/s | 201 kB 00:00 (131/399): python3-os-client-config-2.1.0-17.1. 555 kB/s | 55 kB 00:00 (132/399): python3-os-service-types-1.7.0-17.1. 394 kB/s | 38 kB 00:00 (133/399): python3-os-traits-2.5.0-17.1.2023062 514 kB/s | 45 kB 00:00 (134/399): python3-oslo-cache-2.7.1-17.1.202306 523 kB/s | 56 kB 00:00 (135/399): python3-osc-lib-2.3.1-17.1.202306202 666 kB/s | 78 kB 00:00 (136/399): python3-oslo-context-3.2.1-17.1.2023 191 kB/s | 27 kB 00:00 (137/399): python3-oslo-log-4.4.0-17.1.20230620 585 kB/s | 64 kB 00:00 (138/399): python3-oslo-middleware-4.2.1-17.1.2 509 kB/s | 55 kB 00:00 (139/399): python3-oslo-policy-3.7.1-17.1.20230 803 kB/s | 76 kB 00:00 (140/399): python3-oslo-reports-2.2.0-17.1.2023 609 kB/s | 59 kB 00:00 (141/399): python3-oslo-rootwrap-6.3.1-17.1.202 419 kB/s | 46 kB 00:00 (142/399): python3-oslo-serialization-4.1.1-17. 381 kB/s | 34 kB 00:00 (143/399): python3-oslo-upgradecheck-1.3.1-17.1 336 kB/s | 29 kB 00:00 (144/399): python3-oslo-versionedobjects-2.4.1- 848 kB/s | 79 kB 00:00 (145/399): python3-pycadf-3.1.1-17.1.2023062021 590 kB/s | 53 kB 00:00 (146/399): python3-osprofiler-3.4.0-17.1.202306 1.1 MB/s | 130 kB 00:00 (147/399): python3-requestsexceptions-1.4.0-17. 158 kB/s | 17 kB 00:00 (148/399): python3-saharaclient-3.3.0-17.1.2023 1.8 MB/s | 188 kB 00:00 (149/399): python3-shade-1.33.0-17.1.2023062022 5.1 MB/s | 523 kB 00:00 (150/399): python3-statsd-3.2.1-20.1.el9ost.noa 382 kB/s | 35 kB 00:00 (151/399): python3-swiftclient-3.11.1-17.1.2023 1.4 MB/s | 136 kB 00:00 (152/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 534 kB/s | 50 kB 00:00 (153/399): python3-troveclient-7.0.0-17.1.20230 2.2 MB/s | 344 kB 00:00 (154/399): python3-validations-libs-1.9.1-17.1. 1.4 MB/s | 137 kB 00:00 (155/399): python3-zaqarclient-2.4.0-17.1.20230 1.0 MB/s | 129 kB 00:00 (156/399): validations-common-1.9.1-17.1.202310 1.0 MB/s | 111 kB 00:00 (157/399): ansible-pacemaker-1.0.4-17.1.2023121 207 kB/s | 21 kB 00:00 (158/399): python3-werkzeug-2.0.1-7.el9ost.noar 1.5 MB/s | 427 kB 00:00 (159/399): python3-paramiko-2.11.0-2.el9ost.noa 926 kB/s | 299 kB 00:00 (160/399): python3-manilaclient-2.6.4-17.1.2024 3.6 MB/s | 528 kB 00:00 (161/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.1 MB/s | 230 kB 00:00 (162/399): python3-sqlparse-0.4.1-2.el9ost.noar 674 kB/s | 83 kB 00:00 (163/399): ansible-role-metalsmith-deployment-1 147 kB/s | 21 kB 00:00 (164/399): openstack-selinux-0.8.37-17.1.202311 2.0 MB/s | 221 kB 00:00 (165/399): puppet-ironic-18.7.1-17.1.2024030521 1.1 MB/s | 121 kB 00:00 (166/399): python-oslo-db-lang-8.5.2-17.1.20240 96 kB/s | 14 kB 00:00 (167/399): python3-glanceclient-3.3.0-17.1.2024 1.2 MB/s | 143 kB 00:00 (168/399): python3-keystoneauth1-4.4.0-17.1.202 3.0 MB/s | 409 kB 00:00 (169/399): python3-metalsmith-1.4.4-17.1.202405 601 kB/s | 65 kB 00:00 (170/399): python3-neutron-lib-2.10.3-17.1.2023 3.3 MB/s | 375 kB 00:00 (171/399): python3-octaviaclient-2.3.1-17.1.202 978 kB/s | 91 kB 00:00 (172/399): python3-oslo-db-8.5.2-17.1.202408201 1.1 MB/s | 144 kB 00:00 (173/399): python3-oslo-messaging-12.7.3-17.1.2 2.0 MB/s | 216 kB 00:00 (174/399): python3-oslo-service-2.5.1-17.1.2024 619 kB/s | 71 kB 00:00 (175/399): python3-rhosp-openvswitch-3.3-1.el9o 88 kB/s | 8.3 kB 00:00 (176/399): python3-waitress-2.0.0-4.el9ost.noar 845 kB/s | 109 kB 00:00 (177/399): openstack-ansible-core-2.14.2-4.7.el 14 MB/s | 2.3 MB 00:00 (178/399): openstack-tripleo-validations-14.3.2 1.8 MB/s | 204 kB 00:00 (179/399): puppet-glance-18.6.1-17.1.2025022015 722 kB/s | 87 kB 00:00 (180/399): puppet-ovn-18.6.1-17.1.2024092509490 332 kB/s | 29 kB 00:00 (181/399): puppet-pacemaker-1.5.1-17.1.20250214 1.2 MB/s | 158 kB 00:00 (182/399): puppet-tripleo-14.2.3-17.1.202503201 2.0 MB/s | 239 kB 00:00 (183/399): ansible-collection-containers-podman 1.4 MB/s | 243 kB 00:00 (184/399): ansible-collections-openstack-1.9.1- 1.3 MB/s | 146 kB 00:00 (185/399): python3-os-ken-1.4.1-17.1.2024120509 7.6 MB/s | 2.1 MB 00:00 (186/399): facter-3.14.19-3.el9ost.x86_64.rpm 4.6 MB/s | 518 kB 00:00 (187/399): hiera-3.6.0-6.el9ost.noarch.rpm 311 kB/s | 33 kB 00:00 (188/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 2.2 MB/s | 351 kB 00:00 (189/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.0 MB/s | 405 kB 00:00 (190/399): puppet-7.10.0-4.el9ost.noarch.rpm 66 kB/s | 11 kB 00:00 (191/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.0 MB/s | 92 kB 00:00 (192/399): puppet-headless-7.10.0-4.el9ost.noar 7.7 MB/s | 1.4 MB 00:00 (193/399): python3-cachetools-4.2.2-3.el9ost.no 378 kB/s | 33 kB 00:00 (194/399): python3-boto-2.45.0-8.1.el9ost.noarc 7.7 MB/s | 1.3 MB 00:00 (195/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 2.1 MB/s | 284 kB 00:00 (196/399): python3-colorama-0.4.4-4.el9ost.noar 384 kB/s | 35 kB 00:00 (197/399): python3-fixtures-3.0.0-24.el9ost.noa 643 kB/s | 93 kB 00:00 (198/399): python3-extras-1.0.0-17.el9ost.noarc 127 kB/s | 21 kB 00:00 (199/399): python3-dogpile-cache-1.1.5-5.el9ost 427 kB/s | 89 kB 00:00 (200/399): python3-keyring-21.8.0-4.el9ost.noar 708 kB/s | 77 kB 00:00 (201/399): python3-msgpack-1.0.2-4.el9ost.x86_6 946 kB/s | 87 kB 00:00 (202/399): python3-kombu-5.0.2-3.el9ost.noarch. 2.2 MB/s | 313 kB 00:00 (203/399): python3-paste-3.5.0-5.el9ost.noarch. 7.3 MB/s | 776 kB 00:00 (204/399): python3-munch-2.5.0-6.el9ost.noarch. 172 kB/s | 25 kB 00:00 (205/399): python3-openstacksdk-0.55.1-17.1.202 5.6 MB/s | 735 kB 00:00 (206/399): python3-paste-deploy-2.1.1-4.el9ost. 436 kB/s | 41 kB 00:00 (207/399): python3-repoze-lru-0.7-12.el9ost.noa 321 kB/s | 32 kB 00:00 (208/399): python3-pystache-0.5.4-15.el9ost.noa 843 kB/s | 132 kB 00:00 (209/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 647 kB/s | 57 kB 00:00 (210/399): python3-routes-2.4.1-14.el9ost.noarc 1.4 MB/s | 188 kB 00:00 (211/399): python3-secretstorage-3.3.1-3.el9ost 303 kB/s | 36 kB 00:00 (212/399): python3-simplejson-3.17.5-3.el9ost.x 2.5 MB/s | 266 kB 00:00 (213/399): python3-tempita-0.5.1-27.el9ost.noar 340 kB/s | 36 kB 00:00 (214/399): python3-testtools-2.4.0-10.el9ost.no 3.5 MB/s | 333 kB 00:00 (215/399): python3-vine-5.0.0-5.el9ost.noarch.r 286 kB/s | 26 kB 00:00 (216/399): python3-warlock-1.3.3-7.el9ost.noarc 239 kB/s | 21 kB 00:00 (217/399): python3-yappi-1.3.1-5.el9ost.x86_64. 618 kB/s | 56 kB 00:00 (218/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 291 kB/s | 29 kB 00:00 (219/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.4 MB/s | 180 kB 00:00 (220/399): ruby-facter-3.14.19-3.el9ost.x86_64. 108 kB/s | 9.5 kB 00:00 (221/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 205 kB/s | 19 kB 00:00 (222/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.0 MB/s | 123 kB 00:00 (223/399): openstack-heat-api-16.1.1-17.1.20250 182 kB/s | 16 kB 00:00 (224/399): openstack-heat-engine-16.1.1-17.1.20 154 kB/s | 15 kB 00:00 (225/399): openstack-heat-monolith-16.1.1-17.1. 157 kB/s | 16 kB 00:00 (226/399): openstack-heat-common-16.1.1-17.1.20 9.9 MB/s | 1.6 MB 00:00 (227/399): puppet-barbican-18.4.2-17.1.20250625 586 kB/s | 57 kB 00:00 (228/399): python-openstackclient-lang-5.5.2-17 385 kB/s | 58 kB 00:00 (229/399): python3-openstackclient-5.5.2-17.1.2 7.7 MB/s | 1.1 MB 00:00 (230/399): openstack-tripleo-common-15.4.1-17.1 412 kB/s | 48 kB 00:00 (231/399): puppet-apache-6.5.2-17.1.20250811150 2.3 MB/s | 253 kB 00:00 (232/399): openstack-tripleo-common-containers- 541 kB/s | 74 kB 00:00 (233/399): puppet-firewall-3.4.1-17.1.202508041 634 kB/s | 73 kB 00:00 (234/399): puppet-concat-6.2.1-17.1.20250725131 223 kB/s | 44 kB 00:00 (235/399): puppet-git-0.5.0-17.1.20250725114148 205 kB/s | 26 kB 00:00 (236/399): puppet-inifile-4.2.1-17.1.2025080415 370 kB/s | 46 kB 00:00 (237/399): puppet-ipaclient-2.5.2-17.1.20250725 151 kB/s | 21 kB 00:00 (238/399): puppet-haproxy-4.2.2-17.1.2025072511 277 kB/s | 55 kB 00:00 (239/399): puppet-keepalived-0.0.2-17.1.2025072 202 kB/s | 17 kB 00:00 (240/399): puppet-module-data-0.5.1-17.1.202507 162 kB/s | 16 kB 00:00 (241/399): puppet-remote-10.0.0-17.1.2025072511 219 kB/s | 19 kB 00:00 (242/399): puppet-rsync-1.1.4-17.1.202508041515 314 kB/s | 28 kB 00:00 (243/399): puppet-sysctl-0.0.13-17.1.2025072511 216 kB/s | 19 kB 00:00 (244/399): puppet-snmp-3.9.1-17.1.2025072511575 302 kB/s | 38 kB 00:00 (245/399): puppet-vcsrepo-3.1.1-17.1.2025072511 452 kB/s | 53 kB 00:00 (246/399): python3-tripleoclient-16.5.1-17.1.20 5.1 MB/s | 552 kB 00:00 (247/399): python3-tripleo-common-15.4.1-17.1.2 1.6 MB/s | 198 kB 00:00 (248/399): tripleo-ansible-3.3.1-17.1.202508040 4.1 MB/s | 569 kB 00:00 (249/399): openstack-tripleo-heat-templates-14. 5.3 MB/s | 611 kB 00:00 (250/399): puppet-horizon-18.6.1-17.1.202510081 396 kB/s | 59 kB 00:00 (251/399): puppet-keystone-18.6.1-17.1.20251008 1.1 MB/s | 126 kB 00:00 (252/399): bash-completion-2.11-4.el9.noarch.rp 4.3 MB/s | 459 kB 00:00 (253/399): device-mapper-persistent-data-0.9.0- 6.6 MB/s | 786 kB 00:00 (254/399): libaio-0.3.111-13.el9.x86_64.rpm 280 kB/s | 26 kB 00:00 (255/399): glibc-langpack-en-2.34-60.el9.x86_64 5.8 MB/s | 675 kB 00:00 (256/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 633 kB/s | 62 kB 00:00 (257/399): libkadm5-1.20.1-8.el9.x86_64.rpm 872 kB/s | 81 kB 00:00 (258/399): krb5-workstation-1.20.1-8.el9.x86_64 2.8 MB/s | 542 kB 00:00 (259/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 319 kB/s | 37 kB 00:00 (260/399): pkgconf-1.7.3-10.el9.x86_64.rpm 288 kB/s | 45 kB 00:00 (261/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 136 kB/s | 16 kB 00:00 (262/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 123 kB/s | 12 kB 00:00 (263/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 314 kB/s | 30 kB 00:00 (264/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 344 kB/s | 36 kB 00:00 (265/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.3 MB/s | 418 kB 00:00 (266/399): device-mapper-event-libs-1.02.187-7. 324 kB/s | 31 kB 00:00 (267/399): device-mapper-event-1.02.187-7.el9_2 292 kB/s | 32 kB 00:00 (268/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 163 kB/s | 19 kB 00:00 (269/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 7.9 MB/s | 1.0 MB 00:00 (270/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 11 MB/s | 1.5 MB 00:00 (271/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 491 kB/s | 68 kB 00:00 (272/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.4 MB/s | 354 kB 00:00 (273/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 2.3 MB/s | 223 kB 00:00 (274/399): boost-system-1.75.0-8.el9.x86_64.rpm 118 kB/s | 15 kB 00:00 (275/399): perl-Getopt-Long-2.52-4.el9.noarch.r 714 kB/s | 64 kB 00:00 (276/399): perl-Storable-3.21-460.el9.x86_64.rp 1.0 MB/s | 98 kB 00:00 (277/399): python3-urllib-gssapi-1.0.2-4.el9.no 197 kB/s | 24 kB 00:00 (278/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 173 kB/s | 17 kB 00:00 (279/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.6 MB/s | 216 kB 00:00 (280/399): boost-thread-1.75.0-8.el9.x86_64.rpm 633 kB/s | 57 kB 00:00 (281/399): perl-Data-Dumper-2.174-462.el9.x86_6 657 kB/s | 59 kB 00:00 (282/399): perl-Exporter-5.74-461.el9.noarch.rp 302 kB/s | 34 kB 00:00 (283/399): perl-File-Temp-0.231.100-4.el9.noarc 684 kB/s | 63 kB 00:00 (284/399): perl-parent-0.238-460.el9.noarch.rpm 176 kB/s | 16 kB 00:00 (285/399): perl-Text-Tabs+Wrap-2013.0523-460.el 171 kB/s | 25 kB 00:00 (286/399): python3-pyasn1-modules-0.4.8-6.el9.n 2.8 MB/s | 283 kB 00:00 (287/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.2 MB/s | 321 kB 00:00 (288/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.3 MB/s | 224 kB 00:00 (289/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 421 kB/s | 45 kB 00:00 (290/399): perl-PathTools-3.78-461.el9.x86_64.r 999 kB/s | 92 kB 00:00 (291/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 2.1 MB/s | 229 kB 00:00 (292/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 2.1 MB/s | 392 kB 00:00 (293/399): perl-Term-ANSIColor-5.01-461.el9.noa 559 kB/s | 51 kB 00:00 (294/399): perl-Text-ParseWords-3.30-460.el9.no 166 kB/s | 18 kB 00:00 (295/399): perl-URI-5.09-3.el9.noarch.rpm 1.0 MB/s | 125 kB 00:00 (296/399): perl-libnet-3.13-4.el9.noarch.rpm 1.0 MB/s | 134 kB 00:00 (297/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 9.8 MB/s | 1.2 MB 00:00 (298/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 286 kB/s | 26 kB 00:00 (299/399): iptables-nft-services-1.8.8-6.el9_1. 306 kB/s | 28 kB 00:00 (300/399): perl-Carp-1.50-460.el9.noarch.rpm 257 kB/s | 31 kB 00:00 (301/399): perl-Encode-3.08-462.el9.x86_64.rpm 14 MB/s | 1.7 MB 00:00 (302/399): perl-Pod-Escapes-1.07-460.el9.noarch 163 kB/s | 22 kB 00:00 (303/399): python3-psutil-5.8.0-12.el9.x86_64.r 2.0 MB/s | 218 kB 00:00 (304/399): perl-Mozilla-CA-20200520-6.el9.noarc 141 kB/s | 14 kB 00:00 (305/399): libburn-1.5.4-4.el9.x86_64.rpm 1.1 MB/s | 175 kB 00:00 (306/399): perl-Time-Local-1.300-7.el9.noarch.r 397 kB/s | 37 kB 00:00 (307/399): perl-Term-Cap-1.17-460.el9.noarch.rp 172 kB/s | 24 kB 00:00 (308/399): python3-jwcrypto-0.8-4.el9.noarch.rp 510 kB/s | 76 kB 00:00 (309/399): python3-yubico-1.3.3-7.el9.noarch.rp 698 kB/s | 73 kB 00:00 (310/399): sshpass-1.09-4.el9.x86_64.rpm 287 kB/s | 30 kB 00:00 (311/399): boost-filesystem-1.75.0-8.el9.x86_64 472 kB/s | 59 kB 00:00 (312/399): boost-program-options-1.75.0-8.el9.x 1.1 MB/s | 108 kB 00:00 (313/399): boost-log-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 410 kB 00:00 (314/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 366 kB/s | 34 kB 00:00 (315/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 184 kB/s | 19 kB 00:00 (316/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 218 kB/s | 39 kB 00:00 (317/399): libisoburn-1.5.4-4.el9.x86_64.rpm 2.9 MB/s | 419 kB 00:00 (318/399): perl-Digest-1.19-4.el9.noarch.rpm 303 kB/s | 29 kB 00:00 (319/399): perl-File-Path-2.18-4.el9.noarch.rpm 416 kB/s | 38 kB 00:00 (320/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 391 kB/s | 43 kB 00:00 (321/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 621 kB/s | 92 kB 00:00 (322/399): perl-Scalar-List-Utils-1.56-461.el9. 522 kB/s | 77 kB 00:00 (323/399): perl-Socket-2.031-4.el9.x86_64.rpm 520 kB/s | 58 kB 00:00 (324/399): perl-constant-1.33-461.el9.noarch.rp 230 kB/s | 25 kB 00:00 (325/399): perl-podlators-4.14-460.el9.noarch.r 1.0 MB/s | 118 kB 00:00 (326/399): python3-PyMySQL-0.10.1-6.el9.noarch. 1.2 MB/s | 112 kB 00:00 (327/399): python3-appdirs-1.4.4-4.el9.noarch.r 286 kB/s | 27 kB 00:00 (328/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 1.6 MB/s | 163 kB 00:00 (329/399): python3-pyusb-1.0.2-13.el9.noarch.rp 1.0 MB/s | 96 kB 00:00 (330/399): python3-wcwidth-0.2.5-8.el9.noarch.r 422 kB/s | 48 kB 00:00 (331/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.9 MB/s | 279 kB 00:00 (332/399): python3-qrcode-core-6.1-12.el9.noarc 317 kB/s | 61 kB 00:00 (333/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.0 MB/s | 221 kB 00:00 (334/399): python3-alembic-1.7.5-3.el9.noarch.r 8.6 MB/s | 900 kB 00:00 (335/399): python3-augeas-0.5.0-25.el9.noarch.r 228 kB/s | 31 kB 00:00 (336/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 4.6 MB/s | 489 kB 00:00 (337/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 434 kB/s | 42 kB 00:00 (338/399): perl-AutoLoader-5.74-480.el9.noarch. 185 kB/s | 23 kB 00:00 (339/399): perl-Class-Struct-0.66-480.el9.noarc 230 kB/s | 24 kB 00:00 (340/399): perl-B-1.80-480.el9.x86_64.rpm 1.2 MB/s | 185 kB 00:00 (341/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 265 kB/s | 23 kB 00:00 (342/399): perl-Errno-1.30-480.el9.x86_64.rpm 133 kB/s | 17 kB 00:00 (343/399): perl-File-Basename-2.85-480.el9.noar 204 kB/s | 19 kB 00:00 (344/399): perl-File-stat-1.09-480.el9.noarch.r 202 kB/s | 19 kB 00:00 (345/399): perl-FileHandle-2.03-480.el9.noarch. 170 kB/s | 17 kB 00:00 (346/399): perl-Getopt-Std-1.12-480.el9.noarch. 135 kB/s | 17 kB 00:00 (347/399): perl-IO-1.43-480.el9.x86_64.rpm 870 kB/s | 94 kB 00:00 (348/399): perl-IPC-Open3-1.21-480.el9.noarch.r 182 kB/s | 25 kB 00:00 (349/399): perl-NDBM_File-1.15-480.el9.x86_64.r 212 kB/s | 25 kB 00:00 (350/399): perl-POSIX-1.94-480.el9.x86_64.rpm 968 kB/s | 99 kB 00:00 (351/399): perl-SelectSaver-1.02-480.el9.noarch 135 kB/s | 13 kB 00:00 (352/399): perl-Symbol-1.08-480.el9.noarch.rpm 183 kB/s | 16 kB 00:00 (353/399): perl-base-2.27-480.el9.noarch.rpm 206 kB/s | 18 kB 00:00 (354/399): perl-if-0.60.800-480.el9.noarch.rpm 134 kB/s | 16 kB 00:00 (355/399): perl-interpreter-5.32.1-480.el9.x86_ 690 kB/s | 75 kB 00:00 (356/399): perl-libs-5.32.1-480.el9.x86_64.rpm 18 MB/s | 2.2 MB 00:00 (357/399): perl-mro-1.23-480.el9.x86_64.rpm 289 kB/s | 31 kB 00:00 (358/399): perl-overloading-0.02-480.el9.noarch 167 kB/s | 15 kB 00:00 (359/399): perl-overload-1.31-480.el9.noarch.rp 291 kB/s | 47 kB 00:00 (360/399): perl-subs-1.03-480.el9.noarch.rpm 108 kB/s | 13 kB 00:00 (361/399): perl-vars-1.05-480.el9.noarch.rpm 145 kB/s | 15 kB 00:00 (362/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.7 MB/s | 259 kB 00:00 (363/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 176 kB 00:00 (364/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.2 MB/s | 459 kB 00:00 (365/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 283 kB/s | 40 kB 00:00 (366/399): jq-1.6-14.el9.x86_64.rpm 1.8 MB/s | 190 kB 00:00 (367/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 539 kB/s | 59 kB 00:00 (368/399): rhel-system-roles-1.21.2-1.el9_2.noa 17 MB/s | 2.4 MB 00:00 (369/399): ansible-freeipa-1.9.2-3.el9_2.noarch 2.7 MB/s | 452 kB 00:00 (370/399): python3-openvswitch3.3-3.3.6-141.el9 2.8 MB/s | 383 kB 00:00 (371/399): ipa-client-common-4.10.1-12.el9_2.2. 494 kB/s | 44 kB 00:00 (372/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.5 MB/s | 648 kB 00:00 (373/399): ipa-common-4.10.1-12.el9_2.2.noarch. 4.3 MB/s | 656 kB 00:00 (374/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.3 MB/s | 663 kB 00:00 (375/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 486 kB/s | 57 kB 00:00 (376/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 477 kB/s | 41 kB 00:00 (377/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 32 MB/s | 7.9 MB 00:00 (378/399): ruby-default-gems-3.0.4-161.el9_2.2. 286 kB/s | 46 kB 00:00 (379/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 18 MB/s | 3.3 MB 00:00 (380/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 564 kB/s | 55 kB 00:00 (381/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.3 MB/s | 456 kB 00:00 (382/399): rubygem-io-console-0.5.7-161.el9_2.2 230 kB/s | 26 kB 00:00 (383/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 609 kB/s | 59 kB 00:00 (384/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 561 kB/s | 60 kB 00:00 (385/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 3.6 MB/s | 441 kB 00:00 (386/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.1 MB/s | 110 kB 00:00 (387/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.1 MB/s | 306 kB 00:00 (388/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.3 MB/s | 245 kB 00:00 (389/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.5 MB/s | 156 kB 00:00 (390/399): buildah-1.29.5-1.el9_2.x86_64.rpm 30 MB/s | 8.6 MB 00:00 (391/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.3 MB/s | 136 kB 00:00 (392/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 7.4 MB/s | 2.2 MB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 297 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 18 MB/s | 2.3 MB 00:00 (395/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 109 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 2.6 MB/s | 464 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 527 kB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.5 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.3 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 5.9 MB/s | 97 MB 00:16 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-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 89/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 90/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 91/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 92/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 93/408 Installing : python3-dns-2.2.1-2.el9.noarch 94/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 95/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 96/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 97/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 98/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 99/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 100/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 101/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 102/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 103/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 104/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 105/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 106/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 107/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 108/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 109/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 110/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 111/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 112/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 113/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 114/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 119/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 120/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 121/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 122/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 123/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 125/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 126/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 127/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 128/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 129/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 130/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 131/408 Installing : python3-yubico-1.3.3-7.el9.noarch 132/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-augeas-0.5.0-25.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-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 168/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 169/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 170/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 170/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 170/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 171/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 172/408 Installing : jq-1.6-14.el9.x86_64 173/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 174/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 175/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 176/408 Installing : boost-log-1.75.0-8.el9.x86_64 177/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 178/408 Installing : sshpass-1.09-4.el9.x86_64 179/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 180/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 181/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 182/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 183/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 184/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 185/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 186/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 187/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 188/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 189/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 190/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 191/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 192/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 193/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 194/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 196/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 197/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 198/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 199/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 200/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 201/408 Installing : libburn-1.5.4-4.el9.x86_64 202/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 203/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 203/408 Installing : libisofs-1.5.4-4.el9.x86_64 204/408 Installing : libisoburn-1.5.4-4.el9.x86_64 205/408 Installing : xorriso-1.5.4-4.el9.x86_64 206/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 206/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 207/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 208/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 209/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 210/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 211/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 212/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 213/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 214/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 215/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 216/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 217/408 Installing : pkgconf-1.7.3-10.el9.x86_64 218/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 219/408 Installing : bash-completion-1:2.11-4.el9.noarch 220/408 Installing : libkadm5-1.20.1-8.el9.x86_64 221/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 222/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 223/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 224/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 225/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 226/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 227/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 228/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 229/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 230/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 231/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-7.10.0-4.el9ost.noarch 233/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 233/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 234/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 235/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 236/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 237/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 238/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 239/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 240/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 241/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 242/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 243/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 244/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 245/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 246/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 247/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 248/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 249/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 250/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 251/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 252/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 253/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 254/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 255/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 256/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 257/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 258/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 259/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 260/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 261/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 262/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 263/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 264/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 265/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 266/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 267/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 268/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 269/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 270/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 271/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 272/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 273/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 274/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 275/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 276/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 277/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 278/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 279/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 280/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 281/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 282/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 283/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 284/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 285/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 286/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 287/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 288/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 289/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 290/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 291/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 292/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 293/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 294/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 295/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 296/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 297/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 298/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 299/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 300/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 301/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 302/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 304/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 305/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 306/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 307/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 308/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 309/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 310/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 311/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 312/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 313/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 314/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 315/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 316/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 317/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 318/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 319/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 320/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 321/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 322/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 323/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 324/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 325/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 326/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 327/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 328/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 329/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 330/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 331/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 332/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 333/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 334/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 335/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 336/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 337/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 338/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 338/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 339/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 340/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 341/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 342/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 343/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 345/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 346/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 347/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 348/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 349/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 350/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 351/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 352/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 353/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 354/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 355/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 356/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 357/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 358/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 359/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 360/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 361/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 362/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 363/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 364/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 365/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 366/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 367/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 368/408 Installing : python3-memcached-1.59-3.el9ost.noarch 369/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 370/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 371/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 372/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 373/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 374/408 Installing : python3-docutils-0.16-6.el9ost.noarch 375/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 376/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 377/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 378/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 379/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 380/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 381/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 382/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 383/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 384/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 385/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 386/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 387/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 388/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 389/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 390/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 391/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 391/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 392/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 392/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 393/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 393/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 394/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 394/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 395/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250908140 396/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 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 : ansible-collection-ansible-netcommon-2.2.0-1.2.e 1/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 2/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 3/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 4/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 5/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 6/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 7/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 8/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 9/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 10/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 11/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 12/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 13/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 14/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 15/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 16/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 17/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 18/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 19/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 20/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 21/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 22/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 23/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 24/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 25/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 26/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 27/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 28/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 29/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 30/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 31/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 32/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 33/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 34/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 35/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 36/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 37/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 38/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 39/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 40/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 41/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 42/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 43/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 44/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 45/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 46/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 47/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 48/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 49/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 50/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 51/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 52/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 53/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 54/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 55/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 56/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 57/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 58/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 59/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 60/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 61/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 62/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 63/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 64/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 65/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 66/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 67/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 68/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 69/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 70/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 71/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 72/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 73/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 74/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 75/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 76/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 77/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 78/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 79/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 80/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 81/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 82/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 83/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 84/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 85/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 86/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 87/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 88/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 89/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 90/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 91/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 92/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 93/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 94/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 95/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 96/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 97/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 98/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 99/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 100/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 101/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 102/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 103/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 104/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 105/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 106/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 107/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 108/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 109/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 110/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 111/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 112/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 113/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 114/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 115/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 116/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 117/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 118/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 119/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 120/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 121/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 122/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 123/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 124/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 125/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 126/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 127/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 128/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 129/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 130/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 131/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 132/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 133/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 134/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 135/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 136/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 137/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 138/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 139/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 140/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 141/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 142/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 143/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 144/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 145/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 146/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 147/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 148/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 149/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 150/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 151/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 152/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 153/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 154/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 155/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 156/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 157/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 158/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 159/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 160/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 161/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 162/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 163/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 164/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 165/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 166/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 167/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 168/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 169/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 170/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 171/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 172/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 173/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 174/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 175/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 176/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 177/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 178/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 179/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 180/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 181/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 182/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 183/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 184/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 185/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 186/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 187/408 Verifying : hiera-3.6.0-6.el9ost.noarch 188/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 189/408 Verifying : puppet-7.10.0-4.el9ost.noarch 190/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 191/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 192/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 193/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 194/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 195/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 196/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 197/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 198/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 199/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 200/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 201/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 202/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 203/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 204/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 205/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 206/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 207/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 208/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 209/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 210/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 211/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 212/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 213/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 214/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 215/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 216/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 217/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 218/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 219/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 220/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 221/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 222/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 223/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 224/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 225/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 226/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 227/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 228/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 229/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 230/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 231/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 232/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 233/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 234/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 235/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 236/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 237/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 238/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 239/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 240/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 241/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 242/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 243/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 244/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 245/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 246/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 247/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 248/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 249/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 250/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 251/408 Verifying : bash-completion-1:2.11-4.el9.noarch 252/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 253/408 Verifying : libaio-0.3.111-13.el9.x86_64 254/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 255/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 256/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 257/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 258/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 259/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 260/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 261/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 262/408 Verifying : python3-dns-2.2.1-2.el9.noarch 263/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 264/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 265/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 266/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 267/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 268/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 269/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 270/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 271/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 272/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 273/408 Verifying : boost-system-1.75.0-8.el9.x86_64 274/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 275/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 276/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 277/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 278/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 279/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 280/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 281/408 Verifying : perl-Exporter-5.74-461.el9.noarch 282/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 283/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 284/408 Verifying : perl-parent-1:0.238-460.el9.noarch 285/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 286/408 Verifying : xorriso-1.5.4-4.el9.x86_64 287/408 Verifying : libisofs-1.5.4-4.el9.x86_64 288/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 289/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 290/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 291/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 292/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 293/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 294/408 Verifying : perl-URI-5.09-3.el9.noarch 295/408 Verifying : perl-libnet-3.13-4.el9.noarch 296/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 297/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 298/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 299/408 Verifying : perl-Carp-1.50-460.el9.noarch 300/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 301/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 302/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 303/408 Verifying : libburn-1.5.4-4.el9.x86_64 304/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 305/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 306/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 307/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 308/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 309/408 Verifying : sshpass-1.09-4.el9.x86_64 310/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 311/408 Verifying : boost-log-1.75.0-8.el9.x86_64 312/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 313/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 314/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 315/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 316/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 317/408 Verifying : perl-Digest-1.19-4.el9.noarch 318/408 Verifying : perl-File-Path-2.18-4.el9.noarch 319/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 320/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 321/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 322/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 323/408 Verifying : perl-constant-1.33-461.el9.noarch 324/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 325/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 326/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 327/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 328/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 329/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 330/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 331/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 332/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 333/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 334/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 335/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 336/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 337/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 338/408 Verifying : perl-B-1.80-480.el9.x86_64 339/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 340/408 Verifying : perl-Errno-1.30-480.el9.x86_64 341/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 342/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 343/408 Verifying : perl-File-stat-1.09-480.el9.noarch 344/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 345/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 346/408 Verifying : perl-IO-1.43-480.el9.x86_64 347/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 348/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 349/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 350/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 351/408 Verifying : perl-Symbol-1.08-480.el9.noarch 352/408 Verifying : perl-base-2.27-480.el9.noarch 353/408 Verifying : perl-if-0.60.800-480.el9.noarch 354/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 355/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 356/408 Verifying : perl-mro-1.23-480.el9.x86_64 357/408 Verifying : perl-overload-1.31-480.el9.noarch 358/408 Verifying : perl-overloading-0.02-480.el9.noarch 359/408 Verifying : perl-subs-1.03-480.el9.noarch 360/408 Verifying : perl-vars-1.05-480.el9.noarch 361/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 362/408 Verifying : python3-mako-1.1.4-6.el9.noarch 363/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 364/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 365/408 Verifying : jq-1.6-14.el9.x86_64 366/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 367/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 368/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 369/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 370/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 371/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 372/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 374/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 375/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 376/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 377/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 378/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 379/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 380/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 381/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 382/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 383/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 384/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 385/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 386/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 387/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 388/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 389/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.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=true + OCTAVIA_ENABLED=true + 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-12-05T06:20:18.085798 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 0.000139984 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-12-05 06:20:22.046557 | fa163e02-2909-c91f-a08b-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-12-05 06:20:22.084434 | fa163e02-2909-c91f-a08b-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-12-05 06:20:22.084984 | fa163e02-2909-c91f-a08b-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.051963 | 0.04s 2025-12-05 06:20:22.088078 | fa163e02-2909-c91f-a08b-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-12-05 06:20:22.127787 | fa163e02-2909-c91f-a08b-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-12-05 06:20:22.128329 | fa163e02-2909-c91f-a08b-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.095310 | 0.04s 2025-12-05 06:20:22.131202 | fa163e02-2909-c91f-a08b-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-12-05 06:20:22.225753 | fa163e02-2909-c91f-a08b-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-12-05 06:20:22.226877 | fa163e02-2909-c91f-a08b-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.193849 | 0.10s 2025-12-05 06:20:22.233308 | fa163e02-2909-c91f-a08b-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-12-05 06:20:22.599174 | fa163e02-2909-c91f-a08b-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-12-05 06:20:22.600606 | fa163e02-2909-c91f-a08b-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.567574 | 0.37s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-12-05 06:20:22.623935 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 06:20:22.624402 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 06:20:22.624902 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.591881 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 06:20:22.625381 | UUID | Info | Host | Task Name | Run Time 2025-12-05 06:20:22.625874 | fa163e02-2909-c91f-a08b-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.37s 2025-12-05 06:20:22.626490 | fa163e02-2909-c91f-a08b-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.10s 2025-12-05 06:20:22.627165 | fa163e02-2909-c91f-a08b-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-12-05 06:20:22.627723 | fa163e02-2909-c91f-a08b-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-12-05 06:20:22.628333 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-12-05 06:20:25.174977 | fa163e02-2909-62c5-0b5a-000000000005 | TASK | set ssh key path facts 2025-12-05 06:20:25.210374 | fa163e02-2909-62c5-0b5a-000000000005 | OK | set ssh key path facts | undercloud 2025-12-05 06:20:25.211012 | fa163e02-2909-62c5-0b5a-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.049626 | 0.04s 2025-12-05 06:20:25.214281 | fa163e02-2909-62c5-0b5a-000000000006 | TASK | stat private key 2025-12-05 06:20:25.558142 | fa163e02-2909-62c5-0b5a-000000000006 | OK | stat private key | undercloud 2025-12-05 06:20:25.559409 | fa163e02-2909-62c5-0b5a-000000000006 | TIMING | stat private key | undercloud | 0:00:00.398007 | 0.34s 2025-12-05 06:20:25.565988 | fa163e02-2909-62c5-0b5a-000000000007 | TASK | stat public key 2025-12-05 06:20:25.785807 | fa163e02-2909-62c5-0b5a-000000000007 | OK | stat public key | undercloud 2025-12-05 06:20:25.787302 | fa163e02-2909-62c5-0b5a-000000000007 | TIMING | stat public key | undercloud | 0:00:00.625905 | 0.22s 2025-12-05 06:20:25.794365 | fa163e02-2909-62c5-0b5a-000000000008 | TASK | create private key if it does not exist 2025-12-05 06:20:26.460091 | fa163e02-2909-62c5-0b5a-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-12-05 06:20:26.462291 | fa163e02-2909-62c5-0b5a-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.300893 | 0.67s 2025-12-05 06:20:26.468865 | fa163e02-2909-62c5-0b5a-000000000009 | TASK | create public key if it does not exist 2025-12-05 06:20:26.699299 | fa163e02-2909-62c5-0b5a-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-12-05 06:20:26.700610 | fa163e02-2909-62c5-0b5a-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.539213 | 0.23s PLAY [allovercloud] ************************************************************ 2025-12-05 06:20:26.752277 | fa163e02-2909-62c5-0b5a-000000000023 | TASK | Get local private key 2025-12-05 06:20:27.095531 | fa163e02-2909-62c5-0b5a-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e02-2909-62c5-0b5a-000000000023') missing from stats 2025-12-05 06:20:27.108227 | fa163e02-2909-62c5-0b5a-000000000024 | TASK | Get local public key 2025-12-05 06:20:27.329408 | fa163e02-2909-62c5-0b5a-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e02-2909-62c5-0b5a-000000000024') missing from stats 2025-12-05 06:20:27.351443 | fa163e02-2909-62c5-0b5a-000000000012 | TASK | create user ceph-admin 2025-12-05 06:20:27.849600 | fa163e02-2909-62c5-0b5a-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-12-05 06:20:27.850889 | fa163e02-2909-62c5-0b5a-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.689489 | 0.50s 2025-12-05 06:20:27.863270 | fa163e02-2909-62c5-0b5a-000000000013 | TASK | grant admin rights to user ceph-admin 2025-12-05 06:20:28.473224 | fa163e02-2909-62c5-0b5a-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-12-05 06:20:28.474408 | fa163e02-2909-62c5-0b5a-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.313010 | 0.61s 2025-12-05 06:20:28.482914 | fa163e02-2909-62c5-0b5a-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-12-05 06:20:28.835363 | fa163e02-2909-62c5-0b5a-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-12-05 06:20:28.836568 | fa163e02-2909-62c5-0b5a-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.675170 | 0.35s 2025-12-05 06:20:28.845056 | fa163e02-2909-62c5-0b5a-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-12-05 06:20:29.078352 | fa163e02-2909-62c5-0b5a-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-12-05 06:20:29.079952 | fa163e02-2909-62c5-0b5a-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.918547 | 0.23s 2025-12-05 06:20:29.091929 | fa163e02-2909-62c5-0b5a-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-12-05 06:20:29.301501 | fa163e02-2909-62c5-0b5a-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-12-05 06:20:29.302221 | fa163e02-2909-62c5-0b5a-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.140832 | 0.21s 2025-12-05 06:20:29.306844 | fa163e02-2909-62c5-0b5a-000000000017 | TASK | get remote ceph-admin public key 2025-12-05 06:20:29.361576 | fa163e02-2909-62c5-0b5a-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-12-05 06:20:29.362239 | fa163e02-2909-62c5-0b5a-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.200850 | 0.05s 2025-12-05 06:20:29.370100 | fa163e02-2909-62c5-0b5a-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-12-05 06:20:29.431297 | fa163e02-2909-62c5-0b5a-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-12-05 06:20:29.432395 | fa163e02-2909-62c5-0b5a-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.270998 | 0.06s 2025-12-05 06:20:29.441191 | fa163e02-2909-62c5-0b5a-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-12-05 06:20:29.805770 | fa163e02-2909-62c5-0b5a-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-12-05 06:20:29.806500 | fa163e02-2909-62c5-0b5a-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.645111 | 0.36s 2025-12-05 06:20:29.811185 | fa163e02-2909-62c5-0b5a-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-12-05 06:20:30.275565 | fa163e02-2909-62c5-0b5a-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-12-05 06:20:30.276830 | fa163e02-2909-62c5-0b5a-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.115430 | 0.46s 2025-12-05 06:20:30.285536 | fa163e02-2909-62c5-0b5a-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-12-05 06:20:30.792002 | fa163e02-2909-62c5-0b5a-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-12-05 06:20:30.793340 | fa163e02-2909-62c5-0b5a-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.631941 | 0.51s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-12-05 06:20:30.821637 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 06:20:30.822251 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 06:20:30.822874 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.661484 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 06:20:30.823516 | UUID | Info | Host | Task Name | Run Time 2025-12-05 06:20:30.824172 | fa163e02-2909-62c5-0b5a-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.67s 2025-12-05 06:20:30.824791 | fa163e02-2909-62c5-0b5a-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.61s 2025-12-05 06:20:30.825461 | fa163e02-2909-62c5-0b5a-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.51s 2025-12-05 06:20:30.826033 | fa163e02-2909-62c5-0b5a-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.50s 2025-12-05 06:20:30.826631 | fa163e02-2909-62c5-0b5a-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.46s 2025-12-05 06:20:30.827334 | fa163e02-2909-62c5-0b5a-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.36s 2025-12-05 06:20:30.827903 | fa163e02-2909-62c5-0b5a-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.35s 2025-12-05 06:20:30.828524 | fa163e02-2909-62c5-0b5a-000000000006 | SUMMARY | undercloud | stat private key | 0.34s 2025-12-05 06:20:30.829132 | fa163e02-2909-62c5-0b5a-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.23s 2025-12-05 06:20:30.829693 | fa163e02-2909-62c5-0b5a-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.23s 2025-12-05 06:20:30.830319 | fa163e02-2909-62c5-0b5a-000000000007 | SUMMARY | undercloud | stat public key | 0.22s 2025-12-05 06:20:30.830926 | fa163e02-2909-62c5-0b5a-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.21s 2025-12-05 06:20:30.831483 | fa163e02-2909-62c5-0b5a-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-12-05 06:20:30.832107 | fa163e02-2909-62c5-0b5a-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.05s 2025-12-05 06:20:30.832635 | fa163e02-2909-62c5-0b5a-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2025-12-05 06:20:30.833212 | fa163e02-2909-62c5-0b5a-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-12-05 06:20:30.833787 | fa163e02-2909-62c5-0b5a-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-12-05 06:20:30.834356 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-12-05 06:20:33.403553 | fa163e02-2909-baa3-3a94-000000000039 | TASK | Gathering Facts 2025-12-05 06:20:33.968436 | fa163e02-2909-baa3-3a94-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-12-05 06:20:33.970569 | fa163e02-2909-baa3-3a94-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.580326 | 0.57s 2025-12-05 06:20:33.979255 | fa163e02-2909-baa3-3a94-000000000039 | OK | Gathering Facts | undercloud 2025-12-05 06:20:33.980435 | fa163e02-2909-baa3-3a94-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.590210 | 0.57s 2025-12-05 06:20:34.011978 | fa163e02-2909-baa3-3a94-00000000000a | TASK | Load distro-specific variables 2025-12-05 06:20:34.059500 | fa163e02-2909-baa3-3a94-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.669255 | 0.05s 2025-12-05 06:20:34.091253 | fa163e02-2909-baa3-3a94-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.701029 | 0.07s 2025-12-05 06:20:34.111185 | ce7ba8ac-084c-4410-a20a-2972d65351d6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-05 06:20:34.112126 | ce7ba8ac-084c-4410-a20a-2972d65351d6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-05 06:20:34.136095 | fa163e02-2909-baa3-3a94-000000000052 | TASK | Load distro-specific variables 2025-12-05 06:20:34.225189 | fa163e02-2909-baa3-3a94-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 06:20:34.227634 | fa163e02-2909-baa3-3a94-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.837387 | 0.09s 2025-12-05 06:20:34.237116 | fa163e02-2909-baa3-3a94-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.846879 | 0.10s 2025-12-05 06:20:34.257688 | fa163e02-2909-baa3-3a94-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 06:20:34.258586 | fa163e02-2909-baa3-3a94-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.868361 | 0.11s 2025-12-05 06:20:34.269618 | fa163e02-2909-baa3-3a94-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.879390 | 0.12s 2025-12-05 06:20:34.279935 | fa163e02-2909-baa3-3a94-00000000000b | TASK | Install chronyd 2025-12-05 06:20:34.345942 | fa163e02-2909-baa3-3a94-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.955699 | 0.06s 2025-12-05 06:20:34.347103 | fa163e02-2909-baa3-3a94-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.956881 | 0.05s 2025-12-05 06:20:34.368485 | 93a56469-31cc-454e-8eca-a897fe704257 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-12-05 06:20:34.369292 | 93a56469-31cc-454e-8eca-a897fe704257 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-12-05 06:20:34.396081 | fa163e02-2909-baa3-3a94-0000000000a2 | TASK | Load distro-specific variables 2025-12-05 06:20:34.460009 | fa163e02-2909-baa3-3a94-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.069759 | 0.06s 2025-12-05 06:20:34.481571 | fa163e02-2909-baa3-3a94-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.091348 | 0.08s 2025-12-05 06:20:34.496432 | e223fc75-3e41-480e-b914-e4f7f0439382 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-05 06:20:34.497227 | e223fc75-3e41-480e-b914-e4f7f0439382 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-05 06:20:34.518513 | fa163e02-2909-baa3-3a94-000000000102 | TASK | Load distro-specific variables 2025-12-05 06:20:34.605780 | fa163e02-2909-baa3-3a94-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 06:20:34.607425 | fa163e02-2909-baa3-3a94-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.217188 | 0.09s 2025-12-05 06:20:34.617314 | fa163e02-2909-baa3-3a94-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.227079 | 0.10s 2025-12-05 06:20:34.633693 | fa163e02-2909-baa3-3a94-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 06:20:34.634619 | fa163e02-2909-baa3-3a94-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.244394 | 0.10s 2025-12-05 06:20:34.639724 | fa163e02-2909-baa3-3a94-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.249494 | 0.11s 2025-12-05 06:20:34.648711 | fa163e02-2909-baa3-3a94-0000000000a3 | TASK | Check for NTP service 2025-12-05 06:20:35.053010 | fa163e02-2909-baa3-3a94-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-12-05 06:20:35.054135 | fa163e02-2909-baa3-3a94-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.663906 | 0.40s 2025-12-05 06:20:35.067435 | fa163e02-2909-baa3-3a94-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-12-05 06:20:35.068039 | fa163e02-2909-baa3-3a94-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.677820 | 0.41s 2025-12-05 06:20:35.074085 | fa163e02-2909-baa3-3a94-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-12-05 06:20:35.129147 | fa163e02-2909-baa3-3a94-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-12-05 06:20:35.129899 | fa163e02-2909-baa3-3a94-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.739676 | 0.05s 2025-12-05 06:20:35.172156 | fa163e02-2909-baa3-3a94-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-12-05 06:20:35.172860 | fa163e02-2909-baa3-3a94-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.782642 | 0.09s 2025-12-05 06:20:35.179034 | fa163e02-2909-baa3-3a94-0000000000a5 | TASK | Install chronyd package 2025-12-05 06:20:38.300730 | fa163e02-2909-baa3-3a94-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-12-05 06:20:38.302166 | fa163e02-2909-baa3-3a94-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.911931 | 3.12s 2025-12-05 06:20:40.382176 | fa163e02-2909-baa3-3a94-0000000000a5 | OK | Install chronyd package | undercloud 2025-12-05 06:20:40.382938 | fa163e02-2909-baa3-3a94-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.992720 | 5.19s 2025-12-05 06:20:40.387290 | fa163e02-2909-baa3-3a94-00000000000c | TASK | Upgrade chronyd 2025-12-05 06:20:40.437500 | fa163e02-2909-baa3-3a94-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-12-05 06:20:40.438681 | fa163e02-2909-baa3-3a94-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:07.048458 | 0.05s 2025-12-05 06:20:40.472316 | fa163e02-2909-baa3-3a94-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-12-05 06:20:40.472942 | fa163e02-2909-baa3-3a94-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:07.082726 | 0.08s 2025-12-05 06:20:40.477782 | fa163e02-2909-baa3-3a94-00000000000d | TASK | Configure chronyd 2025-12-05 06:20:40.540692 | fa163e02-2909-baa3-3a94-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:07.150454 | 0.06s 2025-12-05 06:20:40.544413 | fa163e02-2909-baa3-3a94-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:07.154197 | 0.06s 2025-12-05 06:20:40.553509 | 6c455e3d-103a-46ad-8eff-46bf6a2d1c89 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-12-05 06:20:40.553901 | 6c455e3d-103a-46ad-8eff-46bf6a2d1c89 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-12-05 06:20:40.569976 | fa163e02-2909-baa3-3a94-000000000162 | TASK | Load distro-specific variables 2025-12-05 06:20:40.631858 | fa163e02-2909-baa3-3a94-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.241609 | 0.06s 2025-12-05 06:20:40.643419 | fa163e02-2909-baa3-3a94-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.253194 | 0.07s 2025-12-05 06:20:40.658506 | 03dd030f-17d5-43ae-8469-551fc574fe64 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-05 06:20:40.659306 | 03dd030f-17d5-43ae-8469-551fc574fe64 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-05 06:20:40.674864 | fa163e02-2909-baa3-3a94-0000000001fa | TASK | Load distro-specific variables 2025-12-05 06:20:40.765318 | fa163e02-2909-baa3-3a94-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 06:20:40.766813 | fa163e02-2909-baa3-3a94-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.376538 | 0.09s 2025-12-05 06:20:40.772427 | fa163e02-2909-baa3-3a94-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.382193 | 0.10s 2025-12-05 06:20:40.777786 | fa163e02-2909-baa3-3a94-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 06:20:40.778613 | fa163e02-2909-baa3-3a94-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.388390 | 0.09s 2025-12-05 06:20:40.788102 | fa163e02-2909-baa3-3a94-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.397879 | 0.10s 2025-12-05 06:20:40.796430 | fa163e02-2909-baa3-3a94-000000000163 | TASK | Install chrony configuration file 2025-12-05 06:20:41.642051 | fa163e02-2909-baa3-3a94-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-12-05 06:20:41.643623 | fa163e02-2909-baa3-3a94-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.253391 | 0.85s 2025-12-05 06:20:41.654980 | fa163e02-2909-baa3-3a94-000000000163 | OK | Install chrony configuration file | undercloud 2025-12-05 06:20:41.655714 | fa163e02-2909-baa3-3a94-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:08.265491 | 0.85s 2025-12-05 06:20:41.663828 | fa163e02-2909-baa3-3a94-00000000000e | TASK | Run chronyd 2025-12-05 06:20:41.746298 | fa163e02-2909-baa3-3a94-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.356056 | 0.07s 2025-12-05 06:20:41.761505 | fa163e02-2909-baa3-3a94-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.371278 | 0.10s 2025-12-05 06:20:41.780992 | 0e050bbc-648a-4c41-a084-617a4dcf168d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-12-05 06:20:41.781865 | 0e050bbc-648a-4c41-a084-617a4dcf168d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-12-05 06:20:41.828901 | fa163e02-2909-baa3-3a94-000000000233 | TASK | Load distro-specific variables 2025-12-05 06:20:41.908790 | fa163e02-2909-baa3-3a94-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.518509 | 0.08s 2025-12-05 06:20:41.920270 | fa163e02-2909-baa3-3a94-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.530046 | 0.08s 2025-12-05 06:20:41.957495 | b750735d-d6b8-4011-9095-3b066516ae08 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-05 06:20:41.958159 | b750735d-d6b8-4011-9095-3b066516ae08 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-05 06:20:41.969400 | fa163e02-2909-baa3-3a94-0000000002ee | TASK | Load distro-specific variables 2025-12-05 06:20:42.064227 | fa163e02-2909-baa3-3a94-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 06:20:42.065791 | fa163e02-2909-baa3-3a94-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.675527 | 0.09s 2025-12-05 06:20:42.075565 | fa163e02-2909-baa3-3a94-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.685335 | 0.10s 2025-12-05 06:20:42.081675 | fa163e02-2909-baa3-3a94-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 06:20:42.082442 | fa163e02-2909-baa3-3a94-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.692219 | 0.11s 2025-12-05 06:20:42.087623 | fa163e02-2909-baa3-3a94-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.697398 | 0.12s 2025-12-05 06:20:42.095454 | fa163e02-2909-baa3-3a94-000000000234 | TASK | Ensure chronyd is running 2025-12-05 06:20:42.745689 | fa163e02-2909-baa3-3a94-000000000234 | OK | Ensure chronyd is running | undercloud 2025-12-05 06:20:42.746730 | fa163e02-2909-baa3-3a94-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.356507 | 0.64s 2025-12-05 06:20:42.788667 | fa163e02-2909-baa3-3a94-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-12-05 06:20:42.789614 | fa163e02-2909-baa3-3a94-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.399396 | 0.69s 2025-12-05 06:20:42.794106 | fa163e02-2909-baa3-3a94-000000000235 | TASK | Force chronyd restart 2025-12-05 06:20:42.885352 | fa163e02-2909-baa3-3a94-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-12-05 06:20:42.886658 | fa163e02-2909-baa3-3a94-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.496422 | 0.08s 2025-12-05 06:20:44.294893 | fa163e02-2909-baa3-3a94-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-12-05 06:20:44.296469 | fa163e02-2909-baa3-3a94-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:10.906242 | 1.50s 2025-12-05 06:20:44.306125 | fa163e02-2909-baa3-3a94-00000000000f | TASK | Enable online service 2025-12-05 06:20:44.386246 | fa163e02-2909-baa3-3a94-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.995989 | 0.08s 2025-12-05 06:20:44.408009 | fa163e02-2909-baa3-3a94-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:11.017784 | 0.09s 2025-12-05 06:20:44.425378 | 83adec04-15ef-4a2a-877e-fc5f81ba92ed | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-12-05 06:20:44.426163 | 83adec04-15ef-4a2a-877e-fc5f81ba92ed | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-12-05 06:20:44.468846 | fa163e02-2909-baa3-3a94-000000000338 | TASK | Create chrony-online.service unit file 2025-12-05 06:20:44.935065 | fa163e02-2909-baa3-3a94-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-12-05 06:20:44.936501 | fa163e02-2909-baa3-3a94-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:11.546263 | 0.45s 2025-12-05 06:20:44.959122 | fa163e02-2909-baa3-3a94-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2025-12-05 06:20:44.960279 | fa163e02-2909-baa3-3a94-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:11.570048 | 0.49s 2025-12-05 06:20:44.969924 | fa163e02-2909-baa3-3a94-000000000339 | TASK | Enable chrony-online.service 2025-12-05 06:20:46.188432 | fa163e02-2909-baa3-3a94-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-12-05 06:20:46.190330 | fa163e02-2909-baa3-3a94-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:12.800091 | 1.21s 2025-12-05 06:20:46.203086 | fa163e02-2909-baa3-3a94-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-12-05 06:20:46.204413 | fa163e02-2909-baa3-3a94-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:12.814190 | 1.23s 2025-12-05 06:20:46.214246 | fa163e02-2909-baa3-3a94-000000000010 | TASK | Sync chronyc 2025-12-05 06:20:46.294725 | fa163e02-2909-baa3-3a94-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.904480 | 0.08s 2025-12-05 06:20:46.307455 | fa163e02-2909-baa3-3a94-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.917234 | 0.08s 2025-12-05 06:20:46.319062 | e27e25cb-76bd-4839-ab32-0570a27e2937 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-12-05 06:20:46.319560 | e27e25cb-76bd-4839-ab32-0570a27e2937 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-12-05 06:20:46.355288 | fa163e02-2909-baa3-3a94-00000000042a | TASK | Force NTP sync 2025-12-05 06:20:46.607847 | fa163e02-2909-baa3-3a94-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-12-05 06:20:46.609713 | fa163e02-2909-baa3-3a94-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:13.219464 | 0.25s 2025-12-05 06:20:46.646241 | fa163e02-2909-baa3-3a94-00000000042a | CHANGED | Force NTP sync | undercloud 2025-12-05 06:20:46.648219 | fa163e02-2909-baa3-3a94-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:13.257907 | 0.28s 2025-12-05 06:20:46.652574 | fa163e02-2909-baa3-3a94-00000000042b | TASK | Ensure system is NTP time synced 2025-12-05 06:20:56.927978 | fa163e02-2909-baa3-3a94-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-12-05 06:20:56.929213 | fa163e02-2909-baa3-3a94-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:23.538983 | 10.28s 2025-12-05 06:20:56.930158 | fa163e02-2909-baa3-3a94-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-12-05 06:20:56.930823 | fa163e02-2909-baa3-3a94-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:23.540601 | 10.27s 2025-12-05 06:20:56.951712 | fa163e02-2909-baa3-3a94-00000000002c | TASK | Set timezone 2025-12-05 06:20:57.421254 | fa163e02-2909-baa3-3a94-00000000002c | OK | Set timezone | standalone.localdomain 2025-12-05 06:20:57.422357 | fa163e02-2909-baa3-3a94-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:24.032126 | 0.47s 2025-12-05 06:20:57.433180 | fa163e02-2909-baa3-3a94-00000000002c | OK | Set timezone | undercloud 2025-12-05 06:20:57.433644 | fa163e02-2909-baa3-3a94-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:24.043427 | 0.47s 2025-12-05 06:20:57.439009 | fa163e02-2909-baa3-3a94-00000000002d | TASK | Restart time services 2025-12-05 06:20:57.478696 | fa163e02-2909-baa3-3a94-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-12-05 06:20:57.484282 | fa163e02-2909-baa3-3a94-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-12-05 06:20:57.494304 | fa163e02-2909-baa3-3a94-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-12-05 06:20:57.495461 | fa163e02-2909-baa3-3a94-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:24.105227 | 0.06s 2025-12-05 06:20:57.500472 | fa163e02-2909-baa3-3a94-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-12-05 06:20:57.510692 | fa163e02-2909-baa3-3a94-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:24.120473 | 0.06s 2025-12-05 06:20:57.536984 | fa163e02-2909-baa3-3a94-000000000012 | HANDLER | Restart chronyd 2025-12-05 06:20:58.029710 | fa163e02-2909-baa3-3a94-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-12-05 06:20:58.031550 | fa163e02-2909-baa3-3a94-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:24.641315 | 0.49s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2025-12-05 06:20:58.049142 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 06:20:58.049667 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 06:20:58.050260 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:24.660039 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 06:20:58.050831 | UUID | Info | Host | Task Name | Run Time 2025-12-05 06:20:58.051338 | fa163e02-2909-baa3-3a94-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.28s 2025-12-05 06:20:58.051886 | fa163e02-2909-baa3-3a94-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.27s 2025-12-05 06:20:58.052386 | fa163e02-2909-baa3-3a94-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 5.19s 2025-12-05 06:20:58.052912 | fa163e02-2909-baa3-3a94-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.12s 2025-12-05 06:20:58.053421 | fa163e02-2909-baa3-3a94-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 1.50s 2025-12-05 06:20:58.053947 | fa163e02-2909-baa3-3a94-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.23s 2025-12-05 06:20:58.054432 | fa163e02-2909-baa3-3a94-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.21s 2025-12-05 06:20:58.054970 | fa163e02-2909-baa3-3a94-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.85s 2025-12-05 06:20:58.055458 | fa163e02-2909-baa3-3a94-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.85s 2025-12-05 06:20:58.056075 | fa163e02-2909-baa3-3a94-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.69s 2025-12-05 06:20:58.056573 | fa163e02-2909-baa3-3a94-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.64s 2025-12-05 06:20:58.057094 | fa163e02-2909-baa3-3a94-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.57s 2025-12-05 06:20:58.057569 | fa163e02-2909-baa3-3a94-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.57s 2025-12-05 06:20:58.058102 | fa163e02-2909-baa3-3a94-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.49s 2025-12-05 06:20:58.058657 | fa163e02-2909-baa3-3a94-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.49s 2025-12-05 06:20:58.059179 | fa163e02-2909-baa3-3a94-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.47s 2025-12-05 06:20:58.059673 | fa163e02-2909-baa3-3a94-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.47s 2025-12-05 06:20:58.060221 | fa163e02-2909-baa3-3a94-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.45s 2025-12-05 06:20:58.060723 | fa163e02-2909-baa3-3a94-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.41s 2025-12-05 06:20:58.061245 | fa163e02-2909-baa3-3a94-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.40s 2025-12-05 06:20:58.061728 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-12-05 06:20:58.962114 | fa163e02-2909-0731-7856-000000000005 | SKIPPED | fail | undercloud 2025-12-05 06:20:58.963050 | fa163e02-2909-0731-7856-000000000005 | TIMING | fail | undercloud | 0:00:00.066920 | 0.05s 2025-12-05 06:20:59.038619 | fa163e02-2909-0731-7856-000000000006 | SKIPPED | fail | undercloud 2025-12-05 06:20:59.040128 | fa163e02-2909-0731-7856-000000000006 | TIMING | fail | undercloud | 0:00:00.143985 | 0.07s 2025-12-05 06:20:59.048371 | fa163e02-2909-0731-7856-000000000008 | TASK | Ensure working_dir is provided 2025-12-05 06:20:59.087988 | fa163e02-2909-0731-7856-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-12-05 06:20:59.089276 | fa163e02-2909-0731-7856-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.193138 | 0.04s 2025-12-05 06:20:59.110320 | fa163e02-2909-0731-7856-00000000000a | TASK | ensure ceph_spec_path is defined 2025-12-05 06:20:59.151124 | fa163e02-2909-0731-7856-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-12-05 06:20:59.152346 | fa163e02-2909-0731-7856-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.256208 | 0.04s 2025-12-05 06:20:59.160293 | fa163e02-2909-0731-7856-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-12-05 06:20:59.198510 | fa163e02-2909-0731-7856-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-12-05 06:20:59.199721 | fa163e02-2909-0731-7856-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.303581 | 0.04s 2025-12-05 06:20:59.207616 | fa163e02-2909-0731-7856-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-12-05 06:20:59.254416 | fa163e02-2909-0731-7856-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-12-05 06:20:59.256119 | fa163e02-2909-0731-7856-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.359973 | 0.05s 2025-12-05 06:20:59.266320 | fa163e02-2909-0731-7856-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-12-05 06:20:59.313002 | fa163e02-2909-0731-7856-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-12-05 06:20:59.314194 | fa163e02-2909-0731-7856-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.418056 | 0.05s 2025-12-05 06:20:59.322652 | fa163e02-2909-0731-7856-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-12-05 06:20:59.427471 | fa163e02-2909-0731-7856-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', 'osd', 'mgr', '_admin'], 'service_type': 'host'} 2025-12-05 06:20:59.428875 | fa163e02-2909-0731-7856-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.532731 | 0.10s 2025-12-05 06:20:59.446938 | fa163e02-2909-0731-7856-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-12-05 06:20:59.465413 | fa163e02-2909-0731-7856-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-12-05 06:20:59.477556 | fa163e02-2909-0731-7856-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-12-05 06:20:59.483573 | fa163e02-2909-0731-7856-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.587441 | 0.16s 2025-12-05 06:20:59.487727 | fa163e02-2909-0731-7856-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-12-05 06:20:59.573014 | fa163e02-2909-0731-7856-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', 'osd', 'mgr', '_admin'], 'service_type': 'host'} 2025-12-05 06:20:59.586720 | fa163e02-2909-0731-7856-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-12-05 06:20:59.601783 | fa163e02-2909-0731-7856-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-12-05 06:20:59.615368 | fa163e02-2909-0731-7856-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-12-05 06:20:59.622200 | fa163e02-2909-0731-7856-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.726047 | 0.13s 2025-12-05 06:20:59.631225 | fa163e02-2909-0731-7856-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-12-05 06:20:59.680148 | fa163e02-2909-0731-7856-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-12-05 06:20:59.681521 | fa163e02-2909-0731-7856-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.785382 | 0.05s 2025-12-05 06:20:59.690712 | fa163e02-2909-0731-7856-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-12-05 06:20:59.717800 | fa163e02-2909-0731-7856-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-12-05 06:20:59.718868 | fa163e02-2909-0731-7856-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.822731 | 0.03s 2025-12-05 06:20:59.719862 | fa163e02-2909-0731-7856-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.823730 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-12-05 06:20:59.789686 | fa163e02-2909-0731-7856-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-12-05 06:20:59.826348 | fa163e02-2909-0731-7856-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-12-05 06:20:59.827488 | fa163e02-2909-0731-7856-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.931348 | 0.04s 2025-12-05 06:20:59.836442 | fa163e02-2909-0731-7856-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-12-05 06:20:59.974434 | fa163e02-2909-0731-7856-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-12-05 06:20:59.975587 | fa163e02-2909-0731-7856-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.079449 | 0.14s 2025-12-05 06:20:59.983978 | fa163e02-2909-0731-7856-000000000019 | TASK | Set IP address of first monitor 2025-12-05 06:21:00.021891 | fa163e02-2909-0731-7856-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-12-05 06:21:00.022965 | fa163e02-2909-0731-7856-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.126827 | 0.04s 2025-12-05 06:21:00.044463 | fa163e02-2909-0731-7856-000000000020 | TASK | Gather distribution facts if they don't exist 2025-12-05 06:21:00.090846 | fa163e02-2909-0731-7856-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-12-05 06:21:00.091988 | fa163e02-2909-0731-7856-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.195850 | 0.05s 2025-12-05 06:21:00.103233 | fa163e02-2909-0731-7856-000000000021 | TASK | Install cephadm package 2025-12-05 06:21:03.160579 | fa163e02-2909-0731-7856-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-12-05 06:21:03.162137 | fa163e02-2909-0731-7856-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.265998 | 3.06s 2025-12-05 06:21:03.173463 | fa163e02-2909-0731-7856-000000000022 | TASK | Stat cephadm file 2025-12-05 06:21:03.532485 | fa163e02-2909-0731-7856-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-12-05 06:21:03.533462 | fa163e02-2909-0731-7856-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.637331 | 0.36s 2025-12-05 06:21:03.540458 | fa163e02-2909-0731-7856-000000000023 | TASK | Fail if cephadm is not available 2025-12-05 06:21:03.554862 | fa163e02-2909-0731-7856-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-12-05 06:21:03.555735 | fa163e02-2909-0731-7856-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.659604 | 0.01s 2025-12-05 06:21:03.562503 | fa163e02-2909-0731-7856-000000000024 | TASK | List Ceph daemon instances on this host 2025-12-05 06:21:04.354719 | fa163e02-2909-0731-7856-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-12-05 06:21:04.356169 | fa163e02-2909-0731-7856-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.460030 | 0.79s 2025-12-05 06:21:04.366555 | fa163e02-2909-0731-7856-000000000026 | TASK | Set list of found FSIDs 2025-12-05 06:21:04.474879 | fa163e02-2909-0731-7856-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-12-05 06:21:04.476075 | fa163e02-2909-0731-7856-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.579937 | 0.11s 2025-12-05 06:21:04.485348 | fa163e02-2909-0731-7856-000000000027 | TASK | Fail if >1 FSID was discovered 2025-12-05 06:21:04.594807 | fa163e02-2909-0731-7856-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-12-05 06:21:04.595634 | fa163e02-2909-0731-7856-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.699503 | 0.11s 2025-12-05 06:21:04.601742 | fa163e02-2909-0731-7856-000000000028 | TASK | Set FSID to the discovered value 2025-12-05 06:21:04.706833 | fa163e02-2909-0731-7856-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-12-05 06:21:04.707987 | fa163e02-2909-0731-7856-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.811850 | 0.11s 2025-12-05 06:21:04.717076 | fa163e02-2909-0731-7856-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-12-05 06:21:04.834849 | fa163e02-2909-0731-7856-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-12-05 06:21:04.836038 | fa163e02-2909-0731-7856-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.939901 | 0.12s 2025-12-05 06:21:04.845625 | fa163e02-2909-0731-7856-00000000002b | TASK | Set first monitor IP if it was not passed 2025-12-05 06:21:04.932037 | fa163e02-2909-0731-7856-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-12-05 06:21:04.933168 | fa163e02-2909-0731-7856-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.037031 | 0.09s 2025-12-05 06:21:04.942635 | fa163e02-2909-0731-7856-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-12-05 06:21:05.313395 | fa163e02-2909-0731-7856-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-12-05 06:21:05.314911 | fa163e02-2909-0731-7856-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.418768 | 0.37s 2025-12-05 06:21:05.325083 | fa163e02-2909-0731-7856-00000000002d | TASK | Ensure specs directory exists 2025-12-05 06:21:05.560256 | fa163e02-2909-0731-7856-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-12-05 06:21:05.561630 | fa163e02-2909-0731-7856-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.665491 | 0.24s 2025-12-05 06:21:05.576563 | fa163e02-2909-0731-7856-00000000002e | TASK | Stat spec file on ansible host 2025-12-05 06:21:05.778548 | fa163e02-2909-0731-7856-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e02-2909-0731-7856-00000000002e') missing from stats 2025-12-05 06:21:05.790936 | fa163e02-2909-0731-7856-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-12-05 06:21:06.348515 | fa163e02-2909-0731-7856-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-12-05 06:21:06.349899 | fa163e02-2909-0731-7856-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.453760 | 0.56s 2025-12-05 06:21:06.364138 | fa163e02-2909-0731-7856-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-12-05 06:21:06.626468 | fa163e02-2909-0731-7856-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e02-2909-0731-7856-000000000031') missing from stats 2025-12-05 06:21:06.637926 | fa163e02-2909-0731-7856-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-12-05 06:21:07.135196 | fa163e02-2909-0731-7856-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-12-05 06:21:07.136656 | fa163e02-2909-0731-7856-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.240516 | 0.50s 2025-12-05 06:21:07.163248 | fa163e02-2909-0731-7856-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-12-05 06:21:07.285724 | fa163e02-2909-0731-7856-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-12-05 06:21:07.287093 | fa163e02-2909-0731-7856-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.390954 | 0.12s 2025-12-05 06:21:07.305242 | fa163e02-2909-0731-7856-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-12-05 06:21:07.382977 | fa163e02-2909-0731-7856-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-12-05 06:21:07.384135 | fa163e02-2909-0731-7856-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.487997 | 0.08s 2025-12-05 06:21:07.393838 | fa163e02-2909-0731-7856-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-12-05 06:21:07.643022 | fa163e02-2909-0731-7856-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-12-05 06:21:07.644659 | fa163e02-2909-0731-7856-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.748515 | 0.25s 2025-12-05 06:21:07.827289 | fa163e02-2909-0731-7856-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-12-05 06:21:07.828432 | fa163e02-2909-0731-7856-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.932301 | 0.43s 2025-12-05 06:21:07.835049 | fa163e02-2909-0731-7856-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.938909 | 0.44s 2025-12-05 06:21:07.876489 | fa163e02-2909-0731-7856-000000000065 | TASK | Fail if necessary files are missing 2025-12-05 06:21:07.965627 | fa163e02-2909-0731-7856-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2610, 'inode': 243273470, 'dev': 64516, 'nlink': 1, 'atime': 1764915630.2454662, 'mtime': 1764915630.0674608, 'ctime': 1764915630.2474663, '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': '6691aff386cb771663ecaa938a39f61b2da0a4e6', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3537945423', '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-12-05 06:21:07.972611 | fa163e02-2909-0731-7856-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': 268439776, 'dev': 64516, 'nlink': 1, 'atime': 1764915630.7564814, 'mtime': 1764915630.5714757, 'ctime': 1764915630.7594814, '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': 'bfb18f270653a15769623230d2205e971ac13cef', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3066363088', '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-12-05 06:21:07.979974 | fa163e02-2909-0731-7856-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.083834 | 0.10s 2025-12-05 06:21:07.987263 | fa163e02-2909-0731-7856-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-12-05 06:21:08.216912 | fa163e02-2909-0731-7856-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-12-05 06:21:08.218621 | fa163e02-2909-0731-7856-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.322479 | 0.23s 2025-12-05 06:21:08.228961 | fa163e02-2909-0731-7856-000000000068 | TASK | Run cephadm bootstrap 2025-12-05 06:22:15.114294 | fa163e02-2909-0731-7856-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-12-05 06:22:15.115697 | fa163e02-2909-0731-7856-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:16.219558 | 66.89s 2025-12-05 06:22:15.126102 | fa163e02-2909-0731-7856-000000000069 | TASK | Show results of bootstrap 2025-12-05 06:22:15.187637 | fa163e02-2909-0731-7856-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-12-05 06:22:15.188877 | fa163e02-2909-0731-7856-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:16.292739 | 0.06s 2025-12-05 06:22:15.198331 | fa163e02-2909-0731-7856-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-05 06:22:15.265602 | fa163e02-2909-0731-7856-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:16.369460 | 0.07s 2025-12-05 06:22:15.274835 | 727ac7d9-da60-4fd0-ae27-b0287fa491f5 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-05 06:22:15.284695 | fa163e02-2909-0731-7856-00000000020b | TASK | Set ceph CLI 2025-12-05 06:22:15.476702 | fa163e02-2909-0731-7856-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-12-05 06:22:15.477948 | fa163e02-2909-0731-7856-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:16.581810 | 0.19s 2025-12-05 06:22:15.487620 | fa163e02-2909-0731-7856-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-12-05 06:22:16.331332 | fa163e02-2909-0731-7856-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-12-05 06:22:16.332665 | fa163e02-2909-0731-7856-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:17.436527 | 0.84s 2025-12-05 06:22:16.342159 | fa163e02-2909-0731-7856-00000000006c | TASK | Set the default container image in ceph configuration 2025-12-05 06:22:17.575926 | fa163e02-2909-0731-7856-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-12-05 06:22:17.577230 | fa163e02-2909-0731-7856-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:18.681090 | 1.23s 2025-12-05 06:22:17.587052 | fa163e02-2909-0731-7856-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-12-05 06:22:17.616129 | fa163e02-2909-0731-7856-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-12-05 06:22:17.617159 | fa163e02-2909-0731-7856-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:18.721023 | 0.03s 2025-12-05 06:22:17.634704 | fa163e02-2909-0731-7856-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-05 06:22:17.681319 | fa163e02-2909-0731-7856-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-12-05 06:22:17.682498 | fa163e02-2909-0731-7856-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:18.786360 | 0.05s 2025-12-05 06:22:17.691537 | fa163e02-2909-0731-7856-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-12-05 06:22:17.718711 | fa163e02-2909-0731-7856-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-12-05 06:22:17.720121 | fa163e02-2909-0731-7856-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:18.823983 | 0.03s 2025-12-05 06:22:17.729810 | fa163e02-2909-0731-7856-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-12-05 06:22:17.788438 | fa163e02-2909-0731-7856-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-12-05 06:22:17.791392 | fa163e02-2909-0731-7856-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.895245 | 0.06s 2025-12-05 06:22:17.797157 | fa163e02-2909-0731-7856-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-12-05 06:22:17.798919 | fa163e02-2909-0731-7856-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.902787 | 0.07s 2025-12-05 06:22:17.806359 | fa163e02-2909-0731-7856-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-12-05 06:22:17.808088 | fa163e02-2909-0731-7856-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.911861 | 0.08s 2025-12-05 06:22:17.813644 | fa163e02-2909-0731-7856-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-12-05 06:22:17.815492 | fa163e02-2909-0731-7856-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.919361 | 0.08s 2025-12-05 06:22:17.824983 | fa163e02-2909-0731-7856-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.928844 | 0.09s 2025-12-05 06:22:17.847888 | fa163e02-2909-0731-7856-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-12-05 06:22:17.959846 | fa163e02-2909-0731-7856-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-12-05 06:22:18.042384 | fa163e02-2909-0731-7856-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-12-05 06:22:18.078347 | fa163e02-2909-0731-7856-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-12-05 06:22:18.135750 | fa163e02-2909-0731-7856-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-12-05 06:22:18.192795 | fa163e02-2909-0731-7856-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-12-05 06:22:18.250638 | fa163e02-2909-0731-7856-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-12-05 06:22:18.309189 | fa163e02-2909-0731-7856-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-12-05 06:22:18.363977 | fa163e02-2909-0731-7856-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-12-05 06:22:18.375276 | fa163e02-2909-0731-7856-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:19.479127 | 0.53s 2025-12-05 06:22:18.385945 | fa163e02-2909-0731-7856-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-12-05 06:22:19.337254 | fa163e02-2909-0731-7856-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-12-05 06:22:19.340307 | fa163e02-2909-0731-7856-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.444162 | 0.95s 2025-12-05 06:22:20.126868 | fa163e02-2909-0731-7856-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-12-05 06:22:20.127804 | fa163e02-2909-0731-7856-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.231679 | 1.74s 2025-12-05 06:22:21.301636 | fa163e02-2909-0731-7856-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-12-05 06:22:21.304469 | fa163e02-2909-0731-7856-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.408336 | 2.92s 2025-12-05 06:22:22.306434 | fa163e02-2909-0731-7856-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-12-05 06:22:22.308835 | fa163e02-2909-0731-7856-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.412702 | 3.92s 2025-12-05 06:22:22.318593 | fa163e02-2909-0731-7856-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.422453 | 3.93s 2025-12-05 06:22:22.336840 | fa163e02-2909-0731-7856-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-12-05 06:22:22.594146 | fa163e02-2909-0731-7856-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-12-05 06:22:22.595904 | fa163e02-2909-0731-7856-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:23.699775 | 0.26s 2025-12-05 06:22:22.601203 | fa163e02-2909-0731-7856-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:23.705071 | 0.26s 2025-12-05 06:22:22.606561 | fa163e02-2909-0731-7856-0000000000a7 | TASK | Fail if spec file is missing 2025-12-05 06:22:22.676904 | fa163e02-2909-0731-7856-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': 880806728, 'dev': 64516, 'nlink': 1, 'atime': 1764915666.3115819, 'mtime': 1764915666.0205753, 'ctime': 1764915666.313582, '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': 'f0b9aec085710be90164a5aa26561929bc946d44', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '110316970', '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-12-05 06:22:22.685084 | fa163e02-2909-0731-7856-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:23.788924 | 0.08s 2025-12-05 06:22:22.697433 | fa163e02-2909-0731-7856-0000000000a8 | TASK | Get ceph_cli 2025-12-05 06:22:22.717440 | fa163e02-2909-0731-7856-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:23.821297 | 0.02s 2025-12-05 06:22:22.729047 | a45e2aa6-f71a-4f66-a25c-457a7031fe88 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-05 06:22:22.746808 | fa163e02-2909-0731-7856-000000000270 | TASK | Set ceph CLI 2025-12-05 06:22:22.904519 | fa163e02-2909-0731-7856-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-12-05 06:22:22.906083 | fa163e02-2909-0731-7856-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:24.009938 | 0.16s 2025-12-05 06:22:22.916916 | fa163e02-2909-0731-7856-0000000000a9 | TASK | Get the ceph orchestrator status 2025-12-05 06:22:23.767211 | fa163e02-2909-0731-7856-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-12-05 06:22:23.768663 | fa163e02-2909-0731-7856-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:24.872524 | 0.85s 2025-12-05 06:22:23.778939 | fa163e02-2909-0731-7856-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-12-05 06:22:23.836037 | fa163e02-2909-0731-7856-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-12-05 06:22:23.837209 | fa163e02-2909-0731-7856-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:24.941071 | 0.06s 2025-12-05 06:22:23.846264 | fa163e02-2909-0731-7856-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-12-05 06:22:23.875350 | fa163e02-2909-0731-7856-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:24.979193 | 0.03s 2025-12-05 06:22:23.907466 | 297a15e3-937b-4fdb-b85b-01d918179d69 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-12-05 06:22:23.925872 | fa163e02-2909-0731-7856-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-05 06:22:23.972227 | fa163e02-2909-0731-7856-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-12-05 06:22:23.973433 | fa163e02-2909-0731-7856-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:25.077295 | 0.05s 2025-12-05 06:22:23.983465 | fa163e02-2909-0731-7856-0000000002a8 | TASK | set cephadm debug level 2025-12-05 06:22:24.033673 | fa163e02-2909-0731-7856-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-12-05 06:22:24.035437 | fa163e02-2909-0731-7856-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:25.139292 | 0.05s 2025-12-05 06:22:24.047267 | fa163e02-2909-0731-7856-0000000002a9 | TASK | enforce minimum ceph clients version 2025-12-05 06:22:24.095723 | fa163e02-2909-0731-7856-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-12-05 06:22:24.097124 | fa163e02-2909-0731-7856-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:25.200979 | 0.05s 2025-12-05 06:22:24.107046 | fa163e02-2909-0731-7856-0000000002aa | TASK | set container image base in ceph configuration 2025-12-05 06:22:25.091360 | fa163e02-2909-0731-7856-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-12-05 06:22:25.092625 | fa163e02-2909-0731-7856-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:26.196487 | 0.98s 2025-12-05 06:22:25.102254 | fa163e02-2909-0731-7856-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-12-05 06:22:25.160283 | fa163e02-2909-0731-7856-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-12-05 06:22:25.161362 | fa163e02-2909-0731-7856-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:26.265226 | 0.06s 2025-12-05 06:22:25.170604 | fa163e02-2909-0731-7856-0000000002ad | TASK | set grafana container image in ceph configuration 2025-12-05 06:22:25.229941 | fa163e02-2909-0731-7856-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-12-05 06:22:25.230901 | fa163e02-2909-0731-7856-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:26.334770 | 0.06s 2025-12-05 06:22:25.237298 | fa163e02-2909-0731-7856-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-12-05 06:22:25.302931 | fa163e02-2909-0731-7856-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-12-05 06:22:25.303922 | fa163e02-2909-0731-7856-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:26.407790 | 0.07s 2025-12-05 06:22:25.310817 | fa163e02-2909-0731-7856-0000000002af | TASK | set prometheus container image in ceph configuration 2025-12-05 06:22:25.377234 | fa163e02-2909-0731-7856-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-12-05 06:22:25.377918 | fa163e02-2909-0731-7856-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:26.481792 | 0.07s 2025-12-05 06:22:25.382223 | fa163e02-2909-0731-7856-0000000000ac | TASK | Apply spec 2025-12-05 06:22:26.926156 | fa163e02-2909-0731-7856-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-12-05 06:22:26.927545 | fa163e02-2909-0731-7856-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:28.031406 | 1.54s 2025-12-05 06:22:26.936799 | fa163e02-2909-0731-7856-0000000000ad | TASK | Show results of spec apply 2025-12-05 06:22:27.003601 | fa163e02-2909-0731-7856-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-12-05 06:22:27.005385 | fa163e02-2909-0731-7856-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:28.109247 | 0.07s 2025-12-05 06:22:27.014930 | fa163e02-2909-0731-7856-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-12-05 06:22:27.081832 | fa163e02-2909-0731-7856-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:28.185681 | 0.07s 2025-12-05 06:22:27.094808 | 1e90dab9-981b-4319-9cb2-35ded8e0d1ca | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-12-05 06:22:27.123801 | fa163e02-2909-0731-7856-000000000307 | TASK | Wait for expected number of osds to be running 2025-12-05 06:22:28.195198 | fa163e02-2909-0731-7856-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-12-05 06:22:59.130889 | fa163e02-2909-0731-7856-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-12-05 06:22:59.132090 | fa163e02-2909-0731-7856-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:00.235952 | 32.01s 2025-12-05 06:22:59.149334 | fa163e02-2909-0731-7856-0000000000c9 | TASK | Get ceph_cli 2025-12-05 06:22:59.195830 | fa163e02-2909-0731-7856-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-05 06:22:59.197024 | fa163e02-2909-0731-7856-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.300884 | 0.05s 2025-12-05 06:22:59.206190 | fa163e02-2909-0731-7856-0000000000ca | TASK | Collect ceph config dump 2025-12-05 06:22:59.242332 | fa163e02-2909-0731-7856-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-12-05 06:22:59.243418 | fa163e02-2909-0731-7856-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:00.347282 | 0.04s 2025-12-05 06:22:59.252455 | fa163e02-2909-0731-7856-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-12-05 06:22:59.319020 | fa163e02-2909-0731-7856-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-12-05 06:22:59.320098 | fa163e02-2909-0731-7856-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:00.423960 | 0.07s 2025-12-05 06:22:59.328724 | fa163e02-2909-0731-7856-0000000000cc | TASK | Create pool 2025-12-05 06:22:59.380578 | fa163e02-2909-0731-7856-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:00.484435 | 0.05s 2025-12-05 06:22:59.389452 | fa163e02-2909-0731-7856-0000000000cd | TASK | Enable application on Ceph pools 2025-12-05 06:22:59.439939 | fa163e02-2909-0731-7856-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:00.543799 | 0.05s 2025-12-05 06:22:59.449459 | fa163e02-2909-0731-7856-0000000000cf | TASK | Get the RBD ceph_cli 2025-12-05 06:22:59.496277 | fa163e02-2909-0731-7856-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-12-05 06:22:59.497454 | fa163e02-2909-0731-7856-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:00.601316 | 0.05s 2025-12-05 06:22:59.507491 | fa163e02-2909-0731-7856-0000000000d0 | TASK | Set trash interval 2025-12-05 06:22:59.596286 | fa163e02-2909-0731-7856-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-12-05 06:22:59.607428 | fa163e02-2909-0731-7856-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:00.711283 | 0.10s 2025-12-05 06:22:59.626598 | fa163e02-2909-0731-7856-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-12-05 06:22:59.686853 | fa163e02-2909-0731-7856-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:00.790708 | 0.06s 2025-12-05 06:22:59.698220 | fa163e02-2909-0731-7856-0000000000e9 | TASK | Get ceph_cli 2025-12-05 06:22:59.737307 | fa163e02-2909-0731-7856-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-05 06:22:59.738527 | fa163e02-2909-0731-7856-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.842389 | 0.04s 2025-12-05 06:22:59.748052 | fa163e02-2909-0731-7856-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-12-05 06:22:59.805018 | fa163e02-2909-0731-7856-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:00.908871 | 0.06s 2025-12-05 06:22:59.825134 | fa163e02-2909-0731-7856-0000000000f9 | TASK | Get ceph_cli 2025-12-05 06:22:59.865702 | fa163e02-2909-0731-7856-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-05 06:22:59.867286 | fa163e02-2909-0731-7856-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.971143 | 0.04s 2025-12-05 06:22:59.879106 | fa163e02-2909-0731-7856-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-12-05 06:22:59.920576 | fa163e02-2909-0731-7856-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-12-05 06:22:59.921667 | fa163e02-2909-0731-7856-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:01.025527 | 0.04s 2025-12-05 06:22:59.931551 | fa163e02-2909-0731-7856-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-12-05 06:22:59.970420 | fa163e02-2909-0731-7856-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-12-05 06:22:59.971742 | fa163e02-2909-0731-7856-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:01.075601 | 0.04s 2025-12-05 06:22:59.981159 | fa163e02-2909-0731-7856-0000000000fc | TASK | Extract mons_json 2025-12-05 06:23:00.020080 | fa163e02-2909-0731-7856-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-12-05 06:23:00.021130 | fa163e02-2909-0731-7856-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:01.124993 | 0.04s 2025-12-05 06:23:00.030856 | fa163e02-2909-0731-7856-0000000000fd | TASK | Build mons_list 2025-12-05 06:23:00.077226 | fa163e02-2909-0731-7856-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-12-05 06:23:00.078418 | fa163e02-2909-0731-7856-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:01.182249 | 0.05s 2025-12-05 06:23:00.087391 | fa163e02-2909-0731-7856-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-12-05 06:23:00.134666 | fa163e02-2909-0731-7856-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-12-05 06:23:00.135505 | fa163e02-2909-0731-7856-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:01.239376 | 0.05s 2025-12-05 06:23:00.140384 | fa163e02-2909-0731-7856-0000000000ff | TASK | Verify the keyring 2025-12-05 06:23:00.189832 | fa163e02-2909-0731-7856-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:01.293685 | 0.05s 2025-12-05 06:23:00.203878 | fa163e02-2909-0731-7856-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-12-05 06:23:00.240140 | fa163e02-2909-0731-7856-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-12-05 06:23:00.241232 | fa163e02-2909-0731-7856-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:01.345094 | 0.04s 2025-12-05 06:23:00.254497 | fa163e02-2909-0731-7856-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-12-05 06:23:00.295981 | fa163e02-2909-0731-7856-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-12-05 06:23:00.297123 | fa163e02-2909-0731-7856-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:01.400986 | 0.04s 2025-12-05 06:23:00.313450 | fa163e02-2909-0731-7856-00000000011c | TASK | Get ceph_cli 2025-12-05 06:23:00.339065 | fa163e02-2909-0731-7856-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.442925 | 0.02s 2025-12-05 06:23:00.346514 | 929821f9-3400-47d8-9200-1ff4c2185a02 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-05 06:23:00.355348 | fa163e02-2909-0731-7856-0000000003c0 | TASK | Set ceph CLI 2025-12-05 06:23:00.508279 | fa163e02-2909-0731-7856-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-12-05 06:23:00.509282 | fa163e02-2909-0731-7856-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:01.613149 | 0.15s 2025-12-05 06:23:00.515915 | fa163e02-2909-0731-7856-00000000011d | TASK | Get the ceph orchestrator status 2025-12-05 06:23:01.415577 | fa163e02-2909-0731-7856-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-12-05 06:23:01.417063 | fa163e02-2909-0731-7856-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:02.520922 | 0.90s 2025-12-05 06:23:01.427239 | fa163e02-2909-0731-7856-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-12-05 06:23:01.489461 | fa163e02-2909-0731-7856-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-12-05 06:23:01.490708 | fa163e02-2909-0731-7856-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:02.594568 | 0.06s 2025-12-05 06:23:01.500076 | fa163e02-2909-0731-7856-000000000120 | TASK | Show the deployed daemons 2025-12-05 06:23:02.354058 | fa163e02-2909-0731-7856-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-12-05 06:23:02.355816 | fa163e02-2909-0731-7856-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:03.459636 | 0.85s 2025-12-05 06:23:02.367894 | fa163e02-2909-0731-7856-000000000121 | TASK | Deployed daemons 2025-12-05 06:23:02.408262 | fa163e02-2909-0731-7856-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-12-05 06:23:02.409566 | fa163e02-2909-0731-7856-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:03.513426 | 0.04s 2025-12-05 06:23:02.418752 | fa163e02-2909-0731-7856-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-12-05 06:23:03.334376 | fa163e02-2909-0731-7856-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-12-05 06:23:03.335734 | fa163e02-2909-0731-7856-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:04.439594 | 0.92s 2025-12-05 06:23:03.346638 | fa163e02-2909-0731-7856-000000000123 | TASK | Ceph cluster status 2025-12-05 06:23:03.384036 | fa163e02-2909-0731-7856-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 1c2d2a93-ecb6-5bd1-ab22-73b9a0e44f3f", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 82s)", " mgr: standalone.vaxzvq(active, since 66s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 31s)", " ", " 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-12-05 06:23:03.385172 | fa163e02-2909-0731-7856-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:04.489033 | 0.04s 2025-12-05 06:23:03.407181 | fa163e02-2909-0731-7856-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-12-05 06:23:04.005420 | fa163e02-2909-0731-7856-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e02-2909-0731-7856-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-12-05 06:23:04.030214 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 06:23:04.030533 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 06:23:04.030954 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:05.134828 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 06:23:04.031315 | UUID | Info | Host | Task Name | Run Time 2025-12-05 06:23:04.031645 | fa163e02-2909-0731-7856-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 66.89s 2025-12-05 06:23:04.031999 | fa163e02-2909-0731-7856-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.01s 2025-12-05 06:23:04.032303 | fa163e02-2909-0731-7856-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.93s 2025-12-05 06:23:04.032689 | fa163e02-2909-0731-7856-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.06s 2025-12-05 06:23:04.033090 | fa163e02-2909-0731-7856-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.54s 2025-12-05 06:23:04.033428 | fa163e02-2909-0731-7856-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.23s 2025-12-05 06:23:04.033734 | fa163e02-2909-0731-7856-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.98s 2025-12-05 06:23:04.034106 | fa163e02-2909-0731-7856-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.92s 2025-12-05 06:23:04.034437 | fa163e02-2909-0731-7856-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.90s 2025-12-05 06:23:04.034859 | fa163e02-2909-0731-7856-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.85s 2025-12-05 06:23:04.035199 | fa163e02-2909-0731-7856-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.85s 2025-12-05 06:23:04.035527 | fa163e02-2909-0731-7856-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.84s 2025-12-05 06:23:04.035913 | fa163e02-2909-0731-7856-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.79s 2025-12-05 06:23:04.036304 | fa163e02-2909-0731-7856-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.56s 2025-12-05 06:23:04.036642 | fa163e02-2909-0731-7856-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.53s 2025-12-05 06:23:04.036996 | fa163e02-2909-0731-7856-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.50s 2025-12-05 06:23:04.037295 | fa163e02-2909-0731-7856-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.44s 2025-12-05 06:23:04.037624 | fa163e02-2909-0731-7856-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.37s 2025-12-05 06:23:04.038033 | fa163e02-2909-0731-7856-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.36s 2025-12-05 06:23:04.038368 | fa163e02-2909-0731-7856-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.26s 2025-12-05 06:23:04.038664 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + 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' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-12-05 06:23:07.144 40196 INFO migrate.versioning.api [-] 72 -> 73...  2025-12-05 06:23:07.168 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.168 40196 INFO migrate.versioning.api [-] 73 -> 74...  2025-12-05 06:23:07.170 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.170 40196 INFO migrate.versioning.api [-] 74 -> 75...  2025-12-05 06:23:07.172 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.172 40196 INFO migrate.versioning.api [-] 75 -> 76...  2025-12-05 06:23:07.173 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.173 40196 INFO migrate.versioning.api [-] 76 -> 77...  2025-12-05 06:23:07.175 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.175 40196 INFO migrate.versioning.api [-] 77 -> 78...  2025-12-05 06:23:07.177 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.177 40196 INFO migrate.versioning.api [-] 78 -> 79...  2025-12-05 06:23:07.202 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.202 40196 INFO migrate.versioning.api [-] 79 -> 80...  2025-12-05 06:23:07.220 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.220 40196 INFO migrate.versioning.api [-] 80 -> 81...  2025-12-05 06:23:07.221 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.222 40196 INFO migrate.versioning.api [-] 81 -> 82...  2025-12-05 06:23:07.223 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.223 40196 INFO migrate.versioning.api [-] 82 -> 83...  2025-12-05 06:23:07.225 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.225 40196 INFO migrate.versioning.api [-] 83 -> 84...  2025-12-05 06:23:07.227 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.227 40196 INFO migrate.versioning.api [-] 84 -> 85...  2025-12-05 06:23:07.229 40196 INFO migrate.versioning.api [-] done 2025-12-05 06:23:07.229 40196 INFO migrate.versioning.api [-] 85 -> 86...  2025-12-05 06:23:07.251 40196 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-12-05 06:23:15Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:16Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:16Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-12-05 06:23:17Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:17Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:17Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:17Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-12-05 06:23:17Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:18Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:18Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:18Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-12-05 06:23:18Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:18Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-12-05 06:23:19Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:19Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:19Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:19Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-12-05 06:23:19Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:19Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:19Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-12-05 06:23:19Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:19Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-12-05 06:23:19Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:20Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:20Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-12-05 06:23:20Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-12-05 06:23:20Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-12-05 06:23:20Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:20Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:20Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-12-05 06:23:21Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:21Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:21Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:21Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-12-05 06:23:21Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:21Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-12-05 06:23:21Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:22Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:22Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:22Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-12-05 06:23:22Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:22Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:22Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:22Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-12-05 06:23:22Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-12-05 06:23:22Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:22Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-12-05 06:23:22Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:23Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:23Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-12-05 06:23:23Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-12-05 06:23:23Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:23Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-12-05 06:23:24Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:24Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-12-05 06:23:25Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:25Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-12-05 06:23:25Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:26Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-12-05 06:23:26Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:26Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:26Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:26Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-12-05 06:23:26Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:26Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:26Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:26Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:26Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-12-05 06:23:26Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-12-05 06:23:27Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-12-05 06:23:27Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-12-05 06:23:27Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-12-05 06:23:27Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-12-05 06:23:27Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:27Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:27Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:27Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-05 06:23:27Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:28Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-12-05 06:23:28Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:28Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:29Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-12-05 06:23:30Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-12-05 06:23:30Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:30Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-12-05 06:23:30Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:30Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:30Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:32Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:33Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:33Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:34Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:34Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:23:34Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:34Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:34Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 06:23:34Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:35Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:23:36Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:36Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:23:37Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:37Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:23:37Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-12-05 06:23:37Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:38Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-12-05 06:23:39Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:39Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:39Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:39Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:23:40Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:41Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:41Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:23:42Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:42Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:23:43Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-12-05 06:23:43Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:44Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-12-05 06:23:44Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:44Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:45Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:46Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:46Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:23:46Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-12-05 06:23:47Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:48Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:48Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:23:49Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:23:49Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:50Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-12-05 06:23:50Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:50Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:50Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:51Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:51Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:23:52Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:52Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:23:53Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:53Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:23:53Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-12-05 06:23:53Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:54Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-12-05 06:23:55Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:55Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:55Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:55Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:23:55Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:23:56Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-12-05 06:23:56Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:56Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:56Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:57Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:57Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:23:57Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:23:58Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:59Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:59Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:23:59Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-12-05 06:23:59Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:23:59Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:23:59Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:00Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:00Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-12-05 06:24:01Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:01Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:01Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:01Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:01Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 06:24:01Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:02Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:02Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:03Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-12-05 06:24:04Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:05Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-12-05 06:24:05Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:06Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-12-05 06:24:07Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:07Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:07Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:07Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:24:08Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:09Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:10Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:10Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:11Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-12-05 06:24:11Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:11Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:11Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:12Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:13Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:24:13Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:13Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:15Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:15Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:15Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-12-05 06:24:16Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:16Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:16Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:16Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:16Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:16Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-05 06:24:16Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:16Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-05 06:24:17Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:17Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-05 06:24:17Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:18Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:18Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:19Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-12-05 06:24:19Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:20Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-12-05 06:24:21Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:21Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:21Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:21Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-12-05 06:24:22Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:22Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:22Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:22Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-05 06:24:22Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:22Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-05 06:24:23Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:23Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-05 06:24:23Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:24Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:24Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:25Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-12-05 06:24:25Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:25Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:26Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:26Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:26Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:26Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-05 06:24:26Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:26Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-05 06:24:27Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:27Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-05 06:24:27Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:28Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:29Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-12-05 06:24:29Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:29Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:29Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:29Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:29Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:29Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-05 06:24:29Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:29Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-05 06:24:30Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:30Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-05 06:24:30Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:31Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:31Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:32Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-12-05 06:24:33Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:33Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:33Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:33Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:24:34Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:34Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:34Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:35Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:35Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 06:24:35Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:36Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:36Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:36Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:36Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:37Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:37Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:37Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:37Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:37Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:37Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 06:24:37Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:38Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:38Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:39Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:24:39Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:40Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-12-05 06:24:40Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:40Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:40Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:42Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:24:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:42Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:43Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:44Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:24:44Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:24:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:24:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 06:24:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 06:24:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:49Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:49Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-12-05 06:24:50Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:50Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:51Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:52Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:52Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:24:52Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:24:53Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:53Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:53Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:54Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:54Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:54Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:55Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:55Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:55Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 06:24:55Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:56Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:56Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-12-05 06:24:56Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:24:57Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-12-05 06:24:57Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:57Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:24:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:58Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:24:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-05 06:24:59Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:00Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:25:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:25:00Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:00Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:01Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 06:25:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 06:25:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-12-05 06:25:05Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:05Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-12-05 06:25:07Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:07Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:08Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:08Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:08Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:09Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:09Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:09Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:10Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:10Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-12-05 06:25:10Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:11Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-12-05 06:25:11Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:12Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-12-05 06:25:12Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:12Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:12Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:12Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:13Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:14Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:14Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:15Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:25:15Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:16Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-12-05 06:25:17Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:18Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-12-05 06:25:18Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:18Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:18Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:19Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:19Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:19Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:19Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:20Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-12-05 06:25:21Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:22Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-12-05 06:25:22Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:22Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:22Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:23Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:23Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:23Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:25:24Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:25Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:25Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 06:25:26Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:26Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-05 06:25:26Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:27Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:27Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:27Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:27Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:27Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:28Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-05 06:25:28Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-12-05 06:25:30Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:30Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-05 06:25:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:32Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:32Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:32Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-05 06:25:33Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:33Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:33Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:25:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:25:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:35Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:35Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-05 06:25:35Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:36Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 06:25:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-12-05 06:25:38Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:39Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-12-05 06:25:40Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:40Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:40Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 06:25:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:42Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:42Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:25:43Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:43Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:43Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:25:44Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:45Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:25:45Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:46Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-12-05 06:25:46Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:46Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:47Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:48Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:48Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:25:49Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:49Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:49Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:50Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:51Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:25:51Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:51Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-12-05 06:25:52Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:52Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:52Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:52Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:53Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:54Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:54Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:25:55Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:55Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:25:56Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:25:56Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:25:57Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-12-05 06:25:58Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:58Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:25:58Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:25:58Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:25:59Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:00Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:00Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-05 06:26:00Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-05 06:26:01Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:02Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:02Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:02Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:26:02Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:02Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:26:03Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:04Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:04Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-05 06:26:04Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-05 06:26:05Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:26:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-12-05 06:26:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-12-05 06:26:08Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:09Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-12-05 06:26:09Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:10Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:10Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:10Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:10Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:10Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 06:26:10Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:11Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:11Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:26:12Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:12Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-12-05 06:26:13Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:13Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:26:14Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:14Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:26:14Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-12-05 06:26:14Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:15Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-12-05 06:26:15Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:15Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:15Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:16Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:16Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-12-05 06:26:17Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:17Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-12-05 06:26:18Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:18Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:26:18Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:26:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 06:26:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:26:20Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:21Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-12-05 06:26:22Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:22Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:22Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:22Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:26:23Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:24Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:24Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:26:25Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:25Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:25Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-12-05 06:26:25Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:25Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:26:25Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:26Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:26Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-12-05 06:26:27Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:26:27Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:28Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-12-05 06:26:29Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:29Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:29Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:29Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:26:30Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:31Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:26:31Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:32Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-12-05 06:26:32Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:32Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:33Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:33Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:26:33Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:26:33Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:34Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-12-05 06:26:35Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:35Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:35Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:35Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:26:35Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:36Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-12-05 06:26:36Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:36Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:36Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:36Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:36Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:36Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:26:36Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:37Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:37Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-12-05 06:26:38Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:38Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:26:38Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:26:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 06:26:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:40Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:40Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:26:41Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:26:41Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:42Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-12-05 06:26:43Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:43Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:43Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:43Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:26:44Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-12-05 06:26:46Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:46Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:26:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:47Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:26:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 06:26:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:26:48Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:49Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-12-05 06:26:49Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:51Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-12-05 06:26:51Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:51Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:51Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:51Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:26:52Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:53Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:53Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:26:54Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:54Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:26:55Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-12-05 06:26:55Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:26:56Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-12-05 06:26:57Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:57Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:57Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:57Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:26:57Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:58Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:26:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:59Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:26:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:26:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:00Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:00Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:27:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:27:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:27:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:27:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-12-05 06:27:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-12-05 06:27:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:03Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:04Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-12-05 06:27:05Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:05Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:05Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:06Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:06Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:06Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:27:06Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:07Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-12-05 06:27:07Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:07Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:07Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:08Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:08Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:27:09Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:09Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:09Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:09Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:10Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-12-05 06:27:11Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:12Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-12-05 06:27:12Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:12Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:13Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:13Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:14Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:15Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:15Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:15Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:27:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:17Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-05 06:27:18Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:27:18Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:19Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-12-05 06:27:20Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:20Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:20Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:20Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-12-05 06:27:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:24Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:25Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-12-05 06:27:25Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:25Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:26Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:27Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:27Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:27:28Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:28Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-05 06:27:29Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:30Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:30Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:31Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-12-05 06:27:31Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:31Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:31Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:31Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:32Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:33Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:33Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-05 06:27:34Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:34Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:35Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:27:35Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:36Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-12-05 06:27:37Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:37Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:37Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:37Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:39Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:39Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:40Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:40Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:40Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:27:40Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:40Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:40Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:41Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-12-05 06:27:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 06:27:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:42Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:42Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:43Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:27:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-05 06:27:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-05 06:27:45Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:46Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-12-05 06:27:47Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:47Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:47Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:48Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:27:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-05 06:27:51Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-05 06:27:52Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:52Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:52Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:27:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-05 06:27:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-12-05 06:27:54Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:55Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-12-05 06:27:56Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:56Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:56Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:56Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:56Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:56Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:27:56Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:57Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:57Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 06:27:58Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:58Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:27:58Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:58Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 06:27:58Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:27:58Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:27:59Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:27:59Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:28:00Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:00Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-05 06:28:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:01Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-12-05 06:28:03Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:03Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:03Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-05 06:28:03Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:04Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-12-05 06:28:05Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:05Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:05Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:06Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:07Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:07Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 06:28:08Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:08Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-05 06:28:09Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:09Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-05 06:28:10Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:10Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:10Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:28:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-05 06:28:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-12-05 06:28:12Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:13Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-12-05 06:28:13Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:13Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:14Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:14Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-05 06:28:15Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:15Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:15Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:15Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:16Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:16Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:16Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-12-05 06:28:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:17Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 06:28:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 06:28:19Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:19Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:19Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-12-05 06:28:20Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:20Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:21Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:22Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:22Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-12-05 06:28:22Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:23Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:24Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:24Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:24Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:24Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:24Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:24Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:25Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:25Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 06:28:25Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:25Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-12-05 06:28:26Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:26Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:26Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:27Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:27Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:28Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:28Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:28Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-12-05 06:28:28Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:29Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-12-05 06:28:30Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:30Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:30Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:30Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:30Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:30Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:30Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:30Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-05 06:28:31Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:31Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:31Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:31Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:32Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:32Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:32Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-12-05 06:28:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-05 06:28:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:34Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:34Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 06:28:35Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:28:35Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:36Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-12-05 06:28:36Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:36Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:36Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:38Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:38Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:38Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:38Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:38Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:38Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:39Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-12-05 06:28:40Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:40Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:40Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:40Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:41Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:42Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:42Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:43Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-12-05 06:28:43Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:43Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:44Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:44Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:45Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:46Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:46Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-12-05 06:28:46Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:47Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-05 06:28:48Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:48Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:48Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-12-05 06:28:49Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:49Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:49Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:50Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:28:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:51Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:51Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:52Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:52Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:28:52Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:52Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:52Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-05 06:28:53Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:53Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:53Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:28:54Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:54Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-12-05 06:28:54Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:28:54Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-05 06:28:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-12-05 06:28:55Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:56Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-12-05 06:28:57Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:57Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:57Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:57Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-12-05 06:28:57Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:28:58Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-12-05 06:28:58Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:58Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:28:58Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:28:59Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:00Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-05 06:29:01Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:01Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:29:01Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:01Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:02Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:29:02Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:02Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-12-05 06:29:03Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:03Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:03Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:04Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:04Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:29:05Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:05Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:05Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-05 06:29:06Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:07Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:29:07Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:08Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-12-05 06:29:09Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:09Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:09Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:10Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:10Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-05 06:29:11Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:11Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:29:12Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:12Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:12Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:29:12Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:13Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-12-05 06:29:13Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:14Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-12-05 06:29:15Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:15Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:15Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:16Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:29:16Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:17Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-12-05 06:29:17Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:17Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:19Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:19Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:19Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:19Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:19Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:29:19Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:19Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:20Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:20Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:29:20Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:29:21Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:29:21Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:21Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-12-05 06:29:22Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:22Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-12-05 06:29:23Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:24Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-12-05 06:29:24Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:24Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:26Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:26Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-12-05 06:29:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:29:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 06:29:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:28Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:28Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 06:29:29Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:29Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:29Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 06:29:29Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:29Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-12-05 06:29:30Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:31Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-12-05 06:29:31Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:32Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:33Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:34Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:34Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:34Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:29:34Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:34Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:35Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:36Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:36Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:29:37Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-12-05 06:29:37Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:38Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-12-05 06:29:38Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:39Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-12-05 06:29:39Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:40Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-12-05 06:29:41Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:42Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-12-05 06:29:42Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:43Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-12-05 06:29:44Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:44Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:44Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:44Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:45Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:45Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-05 06:29:46Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:47Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:47Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-12-05 06:29:48Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:29:48Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:49Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-12-05 06:29:49Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:49Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:49Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:49Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:49Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:50Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-12-05 06:29:50Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:51Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:51Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:52Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:52Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-12-05 06:29:53Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:53Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:53Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 06:29:53Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:54Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-12-05 06:29:54Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:55Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-12-05 06:29:56Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:57Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-12-05 06:29:57Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:58Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-12-05 06:29:58Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:58Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:29:59Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:29:59Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:29:59Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:29:59Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-12-05 06:30:00Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:00Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:00Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:01Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:01Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:30:01Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-12-05 06:30:01Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:02Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-12-05 06:30:02Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:02Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:02Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:02Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 06:30:02Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:03Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-12-05 06:30:03Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:04Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-12-05 06:30:06Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:07Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:07Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:07Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-12-05 06:30:07Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:07Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:07Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:08Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-12-05 06:30:08Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:08Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:08Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:08Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:08Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:09Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-12-05 06:30:09Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:09Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-12-05 06:30:09Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:09Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:09Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:10Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:10Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:10Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:10Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:10Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:10Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:10Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:10Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:11Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-12-05 06:30:11Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:11Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:11Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:12Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-12-05 06:30:12Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:12Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:12Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:12Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-12-05 06:30:12Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:12Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-12-05 06:30:12Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:13Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-12-05 06:30:13Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:13Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-12-05 06:30:13Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:13Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-12-05 06:30:13Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:14Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:14Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:14Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-05 06:30:14Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:14Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:14Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:15Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:15Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:15Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:15Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:16Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:16Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:16Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-05 06:30:16Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:16Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:16Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:16Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-12-05 06:30:16Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:16Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:16Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:17Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-12-05 06:30:17Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:17Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-12-05 06:30:18Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:18Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-12-05 06:30:18Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:18Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:18Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-12-05 06:30:18Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-05 06:30:18Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:18Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:18Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:18Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-05 06:30:18Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-12-05 06:30:19Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:19Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:19Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:19Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-12-05 06:30:20Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-12-05 06:30:20Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:20Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:20Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:20Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-12-05 06:30:21Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:21Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:21Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:22Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:22Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-12-05 06:30:22Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-12-05 06:30:22Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:23Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-12-05 06:30:23Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:24Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:24Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:24Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:24Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:24Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-12-05 06:30:24Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:24Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:24Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:24Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:24Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:25Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-12-05 06:30:25Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-12-05 06:30:25Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-12-05 06:30:25Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-12-05 06:30:25Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:25Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-12-05 06:30:25Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-12-05 06:30:25Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:25Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:25Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:25Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-05 06:30:25Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:26Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-12-05 06:30:26Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-12-05 06:30:26Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:27Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-12-05 06:30:27Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-12-05 06:30:28Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-12-05 06:30:28Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:28Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:28Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:28Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:28Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:28Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:28Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:29Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-12-05 06:30:29Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-12-05 06:30:29Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-12-05 06:30:29Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-05 06:30:29Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-12-05 06:30:29Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-12-05 06:30:29Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-12-05 06:30:29Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:29Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:29Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-12-05 06:30:29Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:29Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:29Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 06:30:29Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:29Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-12-05 06:30:29Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:29Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:30Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:30Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-05 06:30:30Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:30Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:30Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:31Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-12-05 06:30:31Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:31Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:32Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:32Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-12-05 06:30:33Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:33Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:34Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:34Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:35Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:36Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:36Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-05 06:30:36Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-12-05 06:30:36Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 06:30:36Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-12-05 06:30:36Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 06:30:37Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-12-05 06:30:37Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/a0750c71-30dd-4d29-bb72-32cd5e2f659d 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-12-05 06:30:59.273317 | fa163e02-2909-e15a-00f9-000000000006 | TASK | External deployment step 0 2025-12-05 06:30:59.298603 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-000000000006') missing from stats 2025-12-05 06:30:59.347162 | fa163e02-2909-e15a-00f9-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.123541 | 0.03s 2025-12-05 06:30:59.360364 | b5f98b21-452b-40dc-8e49-447e316ae441 | INCLUDED | /root/standalone-ansible-0zpkwi6h/external_deploy_steps_tasks_step0.yaml | undercloud 2025-12-05 06:30:59.381109 | fa163e02-2909-e15a-00f9-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-12-05 06:31:00.254825 | fa163e02-2909-e15a-00f9-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-12-05 06:31:00.256183 | fa163e02-2909-e15a-00f9-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.032557 | 0.87s 2025-12-05 06:31:00.274601 | fa163e02-2909-e15a-00f9-000000000129 | TASK | create redis virtual ip 2025-12-05 06:31:01.128894 | fa163e02-2909-e15a-00f9-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-12-05 06:31:01.130541 | fa163e02-2909-e15a-00f9-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.906912 | 0.85s PLAY [Check if required variables are defined] ********************************* 2025-12-05 06:31:01.212575 | fa163e02-2909-e15a-00f9-000000000138 | TASK | Gathering Facts 2025-12-05 06:31:01.782270 | fa163e02-2909-e15a-00f9-000000000138 | OK | Gathering Facts | localhost 2025-12-05 06:31:01.784434 | fa163e02-2909-e15a-00f9-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.560799 | 0.57s 2025-12-05 06:31:01.847345 | fa163e02-2909-e15a-00f9-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-12-05 06:31:01.848589 | fa163e02-2909-e15a-00f9-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.624961 | 0.04s 2025-12-05 06:31:01.881443 | fa163e02-2909-e15a-00f9-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-12-05 06:31:01.882918 | fa163e02-2909-e15a-00f9-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.659293 | 0.03s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-12-05 06:31:02.006889 | fa163e02-2909-e15a-00f9-000000000160 | TASK | Gathering Facts 2025-12-05 06:31:02.017400 | fa163e02-2909-e15a-00f9-000000000160 | TASK | Gathering Facts 2025-12-05 06:31:02.337667 | fa163e02-2909-e15a-00f9-000000000160 | OK | Gathering Facts | undercloud 2025-12-05 06:31:02.339416 | fa163e02-2909-e15a-00f9-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.115789 | 0.33s 2025-12-05 06:31:02.369850 | fa163e02-2909-e15a-00f9-000000000160 | OK | Gathering Facts | standalone 2025-12-05 06:31:02.371150 | fa163e02-2909-e15a-00f9-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.147526 | 0.35s 2025-12-05 06:31:02.389047 | fa163e02-2909-e15a-00f9-000000000012 | TASK | Set legacy facts 2025-12-05 06:31:02.435330 | fa163e02-2909-e15a-00f9-000000000012 | OK | Set legacy facts | undercloud 2025-12-05 06:31:02.436130 | fa163e02-2909-e15a-00f9-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.212510 | 0.05s 2025-12-05 06:31:02.459514 | fa163e02-2909-e15a-00f9-000000000012 | TASK | Set legacy facts 2025-12-05 06:31:02.492830 | fa163e02-2909-e15a-00f9-000000000012 | OK | Set legacy facts | standalone 2025-12-05 06:31:02.493442 | fa163e02-2909-e15a-00f9-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.269824 | 0.03s PLAY [Load global variables] *************************************************** 2025-12-05 06:31:02.651434 | fa163e02-2909-e15a-00f9-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-12-05 06:31:02.652498 | fa163e02-2909-e15a-00f9-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.428856 | 0.04s 2025-12-05 06:31:02.663134 | fa163e02-2909-e15a-00f9-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-12-05 06:31:02.663532 | fa163e02-2909-e15a-00f9-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.439918 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-12-05 06:31:02.738779 | fa163e02-2909-e15a-00f9-000000000018 | TASK | Include Service VIP vars 2025-12-05 06:31:02.762530 | fa163e02-2909-e15a-00f9-000000000018 | OK | Include Service VIP vars | undercloud 2025-12-05 06:31:02.763367 | fa163e02-2909-e15a-00f9-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.539747 | 0.02s 2025-12-05 06:31:02.775645 | fa163e02-2909-e15a-00f9-000000000018 | OK | Include Service VIP vars | standalone 2025-12-05 06:31:02.776006 | fa163e02-2909-e15a-00f9-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.552393 | 0.03s 2025-12-05 06:31:02.779183 | fa163e02-2909-e15a-00f9-000000000019 | TASK | Include OVN bridge MAC address variables 2025-12-05 06:31:02.806168 | fa163e02-2909-e15a-00f9-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-12-05 06:31:02.807192 | fa163e02-2909-e15a-00f9-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.583570 | 0.03s 2025-12-05 06:31:02.818061 | fa163e02-2909-e15a-00f9-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-12-05 06:31:02.818569 | fa163e02-2909-e15a-00f9-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.594954 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-12-05 06:31:02.910561 | fa163e02-2909-e15a-00f9-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-12-05 06:31:03.577287 | fa163e02-2909-e15a-00f9-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e02-2909-e15a-00f9-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-12-05 06:31:03.670892 | fa163e02-2909-e15a-00f9-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-12-05 06:31:03.708657 | fa163e02-2909-e15a-00f9-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-12-05 06:31:03.709588 | fa163e02-2909-e15a-00f9-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.485966 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-12-05 06:31:03.771790 | fa163e02-2909-e15a-00f9-000000000023 | TASK | Set selinux state 2025-12-05 06:31:04.392069 | fa163e02-2909-e15a-00f9-000000000023 | OK | Set selinux state | standalone 2025-12-05 06:31:04.393503 | fa163e02-2909-e15a-00f9-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.169870 | 0.62s PLAY [Generate /etc/hosts] ***************************************************** 2025-12-05 06:31:04.535040 | fa163e02-2909-e15a-00f9-000000000026 | TASK | Configure Hosts Entries 2025-12-05 06:31:04.569261 | fa163e02-2909-e15a-00f9-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.345611 | 0.03s 2025-12-05 06:31:04.612886 | fa163e02-2909-e15a-00f9-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.389257 | 0.06s 2025-12-05 06:31:04.658995 | fa163e02-2909-e15a-00f9-0000000001f1 | TASK | Create temporary file for hosts 2025-12-05 06:31:05.031817 | fa163e02-2909-e15a-00f9-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-12-05 06:31:05.033224 | fa163e02-2909-e15a-00f9-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.809588 | 0.36s 2025-12-05 06:31:05.034095 | fa163e02-2909-e15a-00f9-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-12-05 06:31:05.034744 | fa163e02-2909-e15a-00f9-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.811124 | 0.37s 2025-12-05 06:31:05.053469 | fa163e02-2909-e15a-00f9-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-12-05 06:31:05.460812 | fa163e02-2909-e15a-00f9-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-12-05 06:31:05.462348 | fa163e02-2909-e15a-00f9-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.238719 | 0.41s 2025-12-05 06:31:05.463296 | fa163e02-2909-e15a-00f9-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-12-05 06:31:05.464103 | fa163e02-2909-e15a-00f9-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.240483 | 0.39s 2025-12-05 06:31:05.482329 | fa163e02-2909-e15a-00f9-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-12-05 06:31:05.799103 | fa163e02-2909-e15a-00f9-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-12-05 06:31:05.800885 | fa163e02-2909-e15a-00f9-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.577247 | 0.32s 2025-12-05 06:31:05.825089 | fa163e02-2909-e15a-00f9-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-12-05 06:31:05.826163 | fa163e02-2909-e15a-00f9-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.602538 | 0.32s 2025-12-05 06:31:05.844638 | fa163e02-2909-e15a-00f9-0000000001f4 | TASK | Render out the hosts entries 2025-12-05 06:31:05.975242 | fa163e02-2909-e15a-00f9-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-12-05 06:31:05.976590 | fa163e02-2909-e15a-00f9-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.752958 | 0.13s 2025-12-05 06:31:05.994599 | fa163e02-2909-e15a-00f9-0000000001f5 | TASK | Prepare new /etc/hosts 2025-12-05 06:31:06.258355 | fa163e02-2909-e15a-00f9-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-12-05 06:31:06.259968 | fa163e02-2909-e15a-00f9-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.036338 | 0.26s 2025-12-05 06:31:06.312527 | fa163e02-2909-e15a-00f9-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-12-05 06:31:06.313823 | fa163e02-2909-e15a-00f9-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.090198 | 0.30s 2025-12-05 06:31:06.332074 | fa163e02-2909-e15a-00f9-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-12-05 06:31:06.700807 | fa163e02-2909-e15a-00f9-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-12-05 06:31:06.702336 | fa163e02-2909-e15a-00f9-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.478702 | 0.34s 2025-12-05 06:31:06.703350 | fa163e02-2909-e15a-00f9-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-12-05 06:31:06.704307 | fa163e02-2909-e15a-00f9-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.480682 | 0.37s 2025-12-05 06:31:06.722536 | fa163e02-2909-e15a-00f9-0000000001f7 | TASK | Clean up temporary hosts file 2025-12-05 06:31:07.058981 | fa163e02-2909-e15a-00f9-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-12-05 06:31:07.060435 | fa163e02-2909-e15a-00f9-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.836803 | 0.32s 2025-12-05 06:31:07.075881 | fa163e02-2909-e15a-00f9-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-12-05 06:31:07.076645 | fa163e02-2909-e15a-00f9-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.853024 | 0.35s PLAY [Common roles for TripleO servers] **************************************** 2025-12-05 06:31:07.197291 | fa163e02-2909-e15a-00f9-00000000002a | TASK | Common roles for TripleO servers 2025-12-05 06:31:07.223312 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-00000000002a') missing from stats 2025-12-05 06:31:07.305651 | fa163e02-2909-e15a-00f9-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.082013 | 0.02s 2025-12-05 06:31:07.378592 | fa163e02-2909-e15a-00f9-000000000254 | TASK | Gather variables for each operating system 2025-12-05 06:31:07.491796 | fa163e02-2909-e15a-00f9-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-05 06:31:07.492615 | fa163e02-2909-e15a-00f9-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.268995 | 0.11s 2025-12-05 06:31:07.495836 | fa163e02-2909-e15a-00f9-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.272204 | 0.12s 2025-12-05 06:31:07.521153 | fa163e02-2909-e15a-00f9-000000000256 | TASK | Check release version package is installed 2025-12-05 06:31:07.824631 | fa163e02-2909-e15a-00f9-000000000256 | CHANGED | Check release version package is installed | standalone 2025-12-05 06:31:07.826061 | fa163e02-2909-e15a-00f9-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.602409 | 0.30s 2025-12-05 06:31:07.853288 | fa163e02-2909-e15a-00f9-000000000257 | TASK | Deploy release version package 2025-12-05 06:31:12.636441 | fa163e02-2909-e15a-00f9-000000000257 | CHANGED | Deploy release version package | standalone 2025-12-05 06:31:12.637828 | fa163e02-2909-e15a-00f9-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.414201 | 4.78s 2025-12-05 06:31:12.663647 | fa163e02-2909-e15a-00f9-000000000259 | TASK | Include packages tasks 2025-12-05 06:31:12.692423 | fa163e02-2909-e15a-00f9-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.468783 | 0.03s 2025-12-05 06:31:12.719589 | d57c8e3a-f496-47df-adbd-978be1149204 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-12-05 06:31:12.745963 | fa163e02-2909-e15a-00f9-0000000002ad | TASK | Gather facts if they don't exist 2025-12-05 06:31:12.791523 | fa163e02-2909-e15a-00f9-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-12-05 06:31:12.792648 | fa163e02-2909-e15a-00f9-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.569020 | 0.05s 2025-12-05 06:31:12.815658 | fa163e02-2909-e15a-00f9-0000000002ae | TASK | Gather variables for each operating system 2025-12-05 06:31:12.929466 | fa163e02-2909-e15a-00f9-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-05 06:31:12.935343 | fa163e02-2909-e15a-00f9-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.711712 | 0.12s 2025-12-05 06:31:12.965719 | fa163e02-2909-e15a-00f9-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-05 06:31:13.220458 | fa163e02-2909-e15a-00f9-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-05 06:31:13.222015 | fa163e02-2909-e15a-00f9-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.998385 | 0.25s 2025-12-05 06:31:13.248469 | fa163e02-2909-e15a-00f9-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-12-05 06:31:18.741984 | fa163e02-2909-e15a-00f9-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-12-05 06:31:18.744434 | fa163e02-2909-e15a-00f9-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.520798 | 5.49s 2025-12-05 06:31:18.769852 | fa163e02-2909-e15a-00f9-0000000002b2 | TASK | Ensure packages are actually well installed 2025-12-05 06:31:19.786034 | fa163e02-2909-e15a-00f9-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-05 06:31:19.787060 | fa163e02-2909-e15a-00f9-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.563438 | 1.02s 2025-12-05 06:31:19.807382 | fa163e02-2909-e15a-00f9-00000000025a | TASK | Enable openvswitch service if installed 2025-12-05 06:31:20.817205 | fa163e02-2909-e15a-00f9-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-12-05 06:31:20.819101 | fa163e02-2909-e15a-00f9-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.595472 | 1.01s 2025-12-05 06:31:20.846243 | fa163e02-2909-e15a-00f9-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-12-05 06:31:21.089232 | fa163e02-2909-e15a-00f9-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-12-05 06:31:21.090623 | fa163e02-2909-e15a-00f9-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.866995 | 0.24s 2025-12-05 06:31:21.116271 | fa163e02-2909-e15a-00f9-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-12-05 06:31:21.399969 | fa163e02-2909-e15a-00f9-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-12-05 06:31:21.401605 | fa163e02-2909-e15a-00f9-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.177976 | 0.28s 2025-12-05 06:31:21.428734 | fa163e02-2909-e15a-00f9-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-12-05 06:31:21.489401 | fa163e02-2909-e15a-00f9-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-12-05 06:31:21.490784 | fa163e02-2909-e15a-00f9-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.267128 | 0.06s 2025-12-05 06:31:21.516160 | fa163e02-2909-e15a-00f9-00000000025f | TASK | Ensure network service is enabled 2025-12-05 06:31:21.928227 | fa163e02-2909-e15a-00f9-00000000025f | OK | Ensure network service is enabled | standalone 2025-12-05 06:31:21.929585 | fa163e02-2909-e15a-00f9-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.705963 | 0.41s 2025-12-05 06:31:21.948701 | fa163e02-2909-e15a-00f9-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-12-05 06:31:22.293503 | fa163e02-2909-e15a-00f9-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-05 06:31:22.294970 | fa163e02-2909-e15a-00f9-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.071342 | 0.35s 2025-12-05 06:31:22.320466 | fa163e02-2909-e15a-00f9-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-12-05 06:31:22.562894 | fa163e02-2909-e15a-00f9-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-05 06:31:22.564437 | fa163e02-2909-e15a-00f9-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.340807 | 0.24s 2025-12-05 06:31:22.591112 | fa163e02-2909-e15a-00f9-000000000263 | TASK | Reload NetworkManager 2025-12-05 06:31:23.036739 | fa163e02-2909-e15a-00f9-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-12-05 06:31:23.038704 | fa163e02-2909-e15a-00f9-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.815078 | 0.45s 2025-12-05 06:31:23.065330 | fa163e02-2909-e15a-00f9-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-12-05 06:31:23.290478 | fa163e02-2909-e15a-00f9-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-12-05 06:31:23.292293 | fa163e02-2909-e15a-00f9-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.068659 | 0.23s 2025-12-05 06:31:23.318893 | fa163e02-2909-e15a-00f9-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-12-05 06:31:23.632105 | fa163e02-2909-e15a-00f9-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-12-05 06:31:23.633652 | fa163e02-2909-e15a-00f9-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.410023 | 0.31s 2025-12-05 06:31:23.659425 | fa163e02-2909-e15a-00f9-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-12-05 06:31:23.880256 | fa163e02-2909-e15a-00f9-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-12-05 06:31:23.881609 | fa163e02-2909-e15a-00f9-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.657980 | 0.22s 2025-12-05 06:31:23.906603 | fa163e02-2909-e15a-00f9-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-12-05 06:31:24.148328 | fa163e02-2909-e15a-00f9-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-12-05 06:31:24.149785 | fa163e02-2909-e15a-00f9-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.926131 | 0.24s 2025-12-05 06:31:24.224443 | fa163e02-2909-e15a-00f9-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.000809 | 0.03s 2025-12-05 06:31:24.315947 | fa163e02-2909-e15a-00f9-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-12-05 06:31:24.529232 | fa163e02-2909-e15a-00f9-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-12-05 06:31:24.530538 | fa163e02-2909-e15a-00f9-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.306911 | 0.21s 2025-12-05 06:31:24.555377 | fa163e02-2909-e15a-00f9-000000000362 | TASK | Check for ssh_known_hosts file 2025-12-05 06:31:24.831162 | fa163e02-2909-e15a-00f9-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-12-05 06:31:24.831956 | fa163e02-2909-e15a-00f9-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.608338 | 0.28s 2025-12-05 06:31:24.849271 | fa163e02-2909-e15a-00f9-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-12-05 06:31:24.876095 | fa163e02-2909-e15a-00f9-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-12-05 06:31:24.876722 | fa163e02-2909-e15a-00f9-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.653104 | 0.03s 2025-12-05 06:31:24.893824 | fa163e02-2909-e15a-00f9-000000000364 | TASK | Write temporary file 2025-12-05 06:31:24.919082 | fa163e02-2909-e15a-00f9-000000000364 | SKIPPED | Write temporary file | standalone 2025-12-05 06:31:24.919738 | fa163e02-2909-e15a-00f9-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.696117 | 0.03s 2025-12-05 06:31:24.939150 | fa163e02-2909-e15a-00f9-000000000365 | TASK | Set ssh_known_hosts fact 2025-12-05 06:31:25.017915 | fa163e02-2909-e15a-00f9-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-12-05 06:31:25.019230 | fa163e02-2909-e15a-00f9-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.795599 | 0.08s 2025-12-05 06:31:25.045479 | fa163e02-2909-e15a-00f9-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-12-05 06:31:25.241267 | fa163e02-2909-e15a-00f9-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-12-05 06:31:25.242655 | fa163e02-2909-e15a-00f9-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.019027 | 0.20s 2025-12-05 06:31:25.268052 | fa163e02-2909-e15a-00f9-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-12-05 06:31:25.491571 | fa163e02-2909-e15a-00f9-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-12-05 06:31:25.493003 | fa163e02-2909-e15a-00f9-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.269375 | 0.22s 2025-12-05 06:31:25.520639 | fa163e02-2909-e15a-00f9-000000000368 | TASK | Remove temp file 2025-12-05 06:31:25.711858 | fa163e02-2909-e15a-00f9-000000000368 | CHANGED | Remove temp file | standalone 2025-12-05 06:31:25.713280 | fa163e02-2909-e15a-00f9-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.489652 | 0.19s PLAY [Deploy step tasks for step 0] ******************************************** 2025-12-05 06:31:25.898516 | fa163e02-2909-e15a-00f9-000000000034 | TASK | Deploy step tasks for step 0 2025-12-05 06:31:25.957563 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-000000000034') missing from stats 2025-12-05 06:31:25.979094 | fa163e02-2909-e15a-00f9-000000000035 | TASK | Ensure /var/log/journal exists 2025-12-05 06:31:26.206737 | fa163e02-2909-e15a-00f9-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-12-05 06:31:26.207830 | fa163e02-2909-e15a-00f9-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.984210 | 0.23s 2025-12-05 06:31:26.228979 | fa163e02-2909-e15a-00f9-000000000036 | TASK | Check cloud-init status 2025-12-05 06:31:26.437454 | fa163e02-2909-e15a-00f9-000000000036 | CHANGED | Check cloud-init status | standalone 2025-12-05 06:31:26.438841 | fa163e02-2909-e15a-00f9-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.215214 | 0.21s 2025-12-05 06:31:26.466236 | fa163e02-2909-e15a-00f9-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-12-05 06:31:26.697715 | fa163e02-2909-e15a-00f9-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-12-05 06:31:26.698999 | fa163e02-2909-e15a-00f9-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.475375 | 0.23s 2025-12-05 06:31:26.725328 | fa163e02-2909-e15a-00f9-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-12-05 06:31:27.132309 | fa163e02-2909-e15a-00f9-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-12-05 06:31:27.133663 | fa163e02-2909-e15a-00f9-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.910038 | 0.41s 2025-12-05 06:31:27.159889 | fa163e02-2909-e15a-00f9-000000000039 | TASK | Create /var/lib/container-puppet 2025-12-05 06:31:27.367672 | fa163e02-2909-e15a-00f9-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-12-05 06:31:27.368985 | fa163e02-2909-e15a-00f9-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.145360 | 0.21s 2025-12-05 06:31:27.394517 | fa163e02-2909-e15a-00f9-00000000003a | TASK | Write container-puppet.sh 2025-12-05 06:31:27.795001 | fa163e02-2909-e15a-00f9-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-12-05 06:31:27.795848 | fa163e02-2909-e15a-00f9-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.572232 | 0.40s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 06:31:27.839665 | fa163e02-2909-e15a-00f9-00000000003b | TIMING | include_tasks | standalone | 0:00:28.616038 | 0.03s 2025-12-05 06:31:27.853618 | 8a1bfcc9-edeb-411a-83a8-afdef8d20c1c | INCLUDED | /root/standalone-ansible-0zpkwi6h/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-12-05 06:31:27.882117 | fa163e02-2909-e15a-00f9-000000000416 | TASK | Configure tuned before reboot 2025-12-05 06:31:27.928924 | fa163e02-2909-e15a-00f9-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.705304 | 0.05s 2025-12-05 06:31:27.978115 | fa163e02-2909-e15a-00f9-000000000455 | TASK | Gather variables for each operating system 2025-12-05 06:31:28.085157 | fa163e02-2909-e15a-00f9-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-05 06:31:28.086479 | fa163e02-2909-e15a-00f9-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.862850 | 0.11s 2025-12-05 06:31:28.092918 | fa163e02-2909-e15a-00f9-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.869275 | 0.11s 2025-12-05 06:31:28.173568 | fa163e02-2909-e15a-00f9-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.949932 | 0.05s 2025-12-05 06:31:28.197482 | e1050712-4fc1-46a3-ade9-665ee3a9f4a3 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-05 06:31:28.237051 | fa163e02-2909-e15a-00f9-00000000047f | TASK | Check tuned package is installed 2025-12-05 06:31:28.469937 | fa163e02-2909-e15a-00f9-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-12-05 06:31:28.471475 | fa163e02-2909-e15a-00f9-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:29.247851 | 0.23s 2025-12-05 06:31:28.498912 | fa163e02-2909-e15a-00f9-000000000480 | TASK | Install tuned 2025-12-05 06:31:35.064322 | fa163e02-2909-e15a-00f9-000000000480 | CHANGED | Install tuned | standalone 2025-12-05 06:31:35.065784 | fa163e02-2909-e15a-00f9-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.842135 | 6.56s 2025-12-05 06:31:35.094135 | fa163e02-2909-e15a-00f9-000000000481 | TASK | Restart tuned 2025-12-05 06:31:36.869375 | fa163e02-2909-e15a-00f9-000000000481 | CHANGED | Restart tuned | standalone 2025-12-05 06:31:36.871543 | fa163e02-2909-e15a-00f9-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.647914 | 1.78s 2025-12-05 06:31:36.902240 | fa163e02-2909-e15a-00f9-000000000457 | TASK | Check for tuned-adm 2025-12-05 06:31:37.122189 | fa163e02-2909-e15a-00f9-000000000457 | OK | Check for tuned-adm | standalone 2025-12-05 06:31:37.123861 | fa163e02-2909-e15a-00f9-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.900229 | 0.22s 2025-12-05 06:31:37.181665 | fa163e02-2909-e15a-00f9-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.958038 | 0.04s 2025-12-05 06:31:37.200250 | cbf08e79-2ad0-4689-8617-3421b15028b4 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-05 06:31:37.233960 | fa163e02-2909-e15a-00f9-0000000004b6 | TASK | Ensure profile directory exists 2025-12-05 06:31:37.302209 | fa163e02-2909-e15a-00f9-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-12-05 06:31:37.303467 | fa163e02-2909-e15a-00f9-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:38.079839 | 0.07s 2025-12-05 06:31:37.330888 | fa163e02-2909-e15a-00f9-0000000004b7 | TASK | Create custom tuned profile 2025-12-05 06:31:37.403192 | fa163e02-2909-e15a-00f9-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-12-05 06:31:37.404414 | fa163e02-2909-e15a-00f9-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.180781 | 0.07s 2025-12-05 06:31:37.430659 | fa163e02-2909-e15a-00f9-0000000004b8 | TASK | Check tuned active profile 2025-12-05 06:31:37.800736 | fa163e02-2909-e15a-00f9-0000000004b8 | OK | Check tuned active profile | standalone 2025-12-05 06:31:37.802204 | fa163e02-2909-e15a-00f9-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.578576 | 0.37s 2025-12-05 06:31:37.829950 | fa163e02-2909-e15a-00f9-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-12-05 06:31:38.051799 | fa163e02-2909-e15a-00f9-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-12-05 06:31:38.053130 | fa163e02-2909-e15a-00f9-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.829504 | 0.22s 2025-12-05 06:31:38.081477 | fa163e02-2909-e15a-00f9-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-05 06:31:38.145453 | fa163e02-2909-e15a-00f9-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-05 06:31:38.146745 | fa163e02-2909-e15a-00f9-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.923118 | 0.06s 2025-12-05 06:31:38.175360 | fa163e02-2909-e15a-00f9-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-12-05 06:31:38.236448 | fa163e02-2909-e15a-00f9-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-05 06:31:38.237821 | fa163e02-2909-e15a-00f9-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:39.014191 | 0.06s 2025-12-05 06:31:38.265707 | fa163e02-2909-e15a-00f9-0000000004bc | TASK | Enable tuned profile 2025-12-05 06:31:39.630498 | fa163e02-2909-e15a-00f9-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-12-05 06:31:39.631940 | fa163e02-2909-e15a-00f9-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.408312 | 1.36s 2025-12-05 06:31:39.684860 | fa163e02-2909-e15a-00f9-000000000417 | TASK | Configure kernel args and reboot 2025-12-05 06:31:39.723987 | fa163e02-2909-e15a-00f9-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.500354 | 0.04s 2025-12-05 06:31:39.866993 | fa163e02-2909-e15a-00f9-000000000569 | TASK | Get the command line args of the node 2025-12-05 06:31:40.107049 | fa163e02-2909-e15a-00f9-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-12-05 06:31:40.108527 | fa163e02-2909-e15a-00f9-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.884893 | 0.24s 2025-12-05 06:31:40.135718 | fa163e02-2909-e15a-00f9-00000000056b | TASK | Check if node has a nova.conf 2025-12-05 06:31:40.345431 | fa163e02-2909-e15a-00f9-00000000056b | OK | Check if node has a nova.conf | standalone 2025-12-05 06:31:40.346651 | fa163e02-2909-e15a-00f9-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:41.123026 | 0.21s 2025-12-05 06:31:40.373834 | fa163e02-2909-e15a-00f9-00000000056d | TASK | Warn operator about workload protection 2025-12-05 06:31:40.413149 | fa163e02-2909-e15a-00f9-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-12-05 06:31:40.414329 | fa163e02-2909-e15a-00f9-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.190702 | 0.04s 2025-12-05 06:31:40.441964 | fa163e02-2909-e15a-00f9-00000000056e | TASK | Setting defer reboot fact 2025-12-05 06:31:40.483464 | fa163e02-2909-e15a-00f9-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-12-05 06:31:40.484502 | fa163e02-2909-e15a-00f9-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.260875 | 0.04s 2025-12-05 06:31:40.510867 | fa163e02-2909-e15a-00f9-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-12-05 06:31:40.539845 | fa163e02-2909-e15a-00f9-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.316211 | 0.03s 2025-12-05 06:31:40.567465 | fa163e02-2909-e15a-00f9-000000000575 | TASK | Find hugepages in cmdline 2025-12-05 06:31:40.617717 | fa163e02-2909-e15a-00f9-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-12-05 06:31:40.619487 | fa163e02-2909-e15a-00f9-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.395857 | 0.05s 2025-12-05 06:31:40.649675 | fa163e02-2909-e15a-00f9-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-12-05 06:31:40.690178 | fa163e02-2909-e15a-00f9-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-12-05 06:31:40.691385 | fa163e02-2909-e15a-00f9-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.467759 | 0.04s 2025-12-05 06:31:40.720678 | fa163e02-2909-e15a-00f9-00000000057a | TASK | Find desired default hugepage size 2025-12-05 06:31:40.761286 | fa163e02-2909-e15a-00f9-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-12-05 06:31:40.762649 | fa163e02-2909-e15a-00f9-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.539019 | 0.04s 2025-12-05 06:31:40.790138 | fa163e02-2909-e15a-00f9-00000000057c | TASK | Storing non-configured hugepages 2025-12-05 06:31:40.823275 | fa163e02-2909-e15a-00f9-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.599634 | 0.03s 2025-12-05 06:31:40.851421 | fa163e02-2909-e15a-00f9-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-12-05 06:31:40.895938 | fa163e02-2909-e15a-00f9-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-12-05 06:31:40.897381 | fa163e02-2909-e15a-00f9-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.673753 | 0.04s 2025-12-05 06:31:40.926526 | fa163e02-2909-e15a-00f9-00000000057f | TASK | Determining the default hugepagesz 2025-12-05 06:31:40.969477 | fa163e02-2909-e15a-00f9-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-12-05 06:31:40.971007 | fa163e02-2909-e15a-00f9-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.747376 | 0.04s 2025-12-05 06:31:40.998691 | fa163e02-2909-e15a-00f9-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-12-05 06:31:41.048750 | fa163e02-2909-e15a-00f9-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-12-05 06:31:41.050181 | fa163e02-2909-e15a-00f9-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.826552 | 0.05s 2025-12-05 06:31:41.077328 | fa163e02-2909-e15a-00f9-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-12-05 06:31:41.121642 | fa163e02-2909-e15a-00f9-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-12-05 06:31:41.122895 | fa163e02-2909-e15a-00f9-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.899266 | 0.04s 2025-12-05 06:31:41.149327 | fa163e02-2909-e15a-00f9-000000000583 | TASK | Warn about possible modifications 2025-12-05 06:31:41.188334 | fa163e02-2909-e15a-00f9-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-12-05 06:31:41.189481 | fa163e02-2909-e15a-00f9-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.965852 | 0.04s 2025-12-05 06:31:41.215892 | fa163e02-2909-e15a-00f9-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-12-05 06:31:41.265230 | fa163e02-2909-e15a-00f9-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-12-05 06:31:41.266568 | fa163e02-2909-e15a-00f9-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:42.042939 | 0.05s 2025-12-05 06:31:41.293361 | fa163e02-2909-e15a-00f9-000000000585 | TASK | Cleaning up whitespaces 2025-12-05 06:31:41.336792 | fa163e02-2909-e15a-00f9-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-12-05 06:31:41.338116 | fa163e02-2909-e15a-00f9-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:42.114487 | 0.04s 2025-12-05 06:31:41.365261 | fa163e02-2909-e15a-00f9-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-12-05 06:31:41.718744 | fa163e02-2909-e15a-00f9-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-12-05 06:31:41.720016 | fa163e02-2909-e15a-00f9-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.496391 | 0.35s 2025-12-05 06:31:41.746640 | fa163e02-2909-e15a-00f9-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-12-05 06:31:41.807423 | fa163e02-2909-e15a-00f9-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-12-05 06:31:41.808512 | fa163e02-2909-e15a-00f9-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.584884 | 0.06s 2025-12-05 06:31:41.837466 | fa163e02-2909-e15a-00f9-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-12-05 06:31:41.880672 | fa163e02-2909-e15a-00f9-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-12-05 06:31:41.881863 | fa163e02-2909-e15a-00f9-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.658235 | 0.04s 2025-12-05 06:31:41.909127 | fa163e02-2909-e15a-00f9-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-12-05 06:31:41.951420 | fa163e02-2909-e15a-00f9-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-12-05 06:31:41.954117 | fa163e02-2909-e15a-00f9-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.730490 | 0.04s 2025-12-05 06:31:41.979577 | fa163e02-2909-e15a-00f9-00000000058c | TASK | Generate grub config 2025-12-05 06:31:42.019606 | fa163e02-2909-e15a-00f9-00000000058c | SKIPPED | Generate grub config | standalone 2025-12-05 06:31:42.020665 | fa163e02-2909-e15a-00f9-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.797040 | 0.04s 2025-12-05 06:31:42.049350 | fa163e02-2909-e15a-00f9-000000000590 | TASK | Get the block device that /boot is on 2025-12-05 06:31:42.111688 | fa163e02-2909-e15a-00f9-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-12-05 06:31:42.112810 | fa163e02-2909-e15a-00f9-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.889183 | 0.06s 2025-12-05 06:31:42.139163 | fa163e02-2909-e15a-00f9-000000000591 | TASK | Get the mount point that /boot is in 2025-12-05 06:31:42.201030 | fa163e02-2909-e15a-00f9-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-12-05 06:31:42.202253 | fa163e02-2909-e15a-00f9-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.978625 | 0.06s 2025-12-05 06:31:42.230086 | fa163e02-2909-e15a-00f9-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-12-05 06:31:42.291557 | fa163e02-2909-e15a-00f9-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-12-05 06:31:42.292868 | fa163e02-2909-e15a-00f9-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:43.069239 | 0.06s 2025-12-05 06:31:42.320463 | fa163e02-2909-e15a-00f9-000000000593 | TASK | Executed script to fix grub-menu 2025-12-05 06:31:42.362570 | fa163e02-2909-e15a-00f9-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-12-05 06:31:42.363881 | fa163e02-2909-e15a-00f9-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.140254 | 0.04s 2025-12-05 06:31:42.391828 | fa163e02-2909-e15a-00f9-000000000594 | TASK | Check grub config paths 2025-12-05 06:31:42.441628 | fa163e02-2909-e15a-00f9-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-12-05 06:31:42.457881 | fa163e02-2909-e15a-00f9-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-12-05 06:31:42.464727 | fa163e02-2909-e15a-00f9-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.241090 | 0.07s 2025-12-05 06:31:42.492150 | fa163e02-2909-e15a-00f9-000000000595 | TASK | Write EFI grub.cfg 2025-12-05 06:31:42.564567 | fa163e02-2909-e15a-00f9-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-12-05 06:31:42.582321 | fa163e02-2909-e15a-00f9-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-12-05 06:31:42.589189 | fa163e02-2909-e15a-00f9-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.365551 | 0.10s 2025-12-05 06:31:42.619002 | fa163e02-2909-e15a-00f9-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-12-05 06:31:42.662568 | fa163e02-2909-e15a-00f9-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-12-05 06:31:42.663973 | fa163e02-2909-e15a-00f9-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.440345 | 0.04s 2025-12-05 06:31:42.692213 | fa163e02-2909-e15a-00f9-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-12-05 06:31:42.732664 | fa163e02-2909-e15a-00f9-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-12-05 06:31:42.733893 | fa163e02-2909-e15a-00f9-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.510264 | 0.04s 2025-12-05 06:31:42.761171 | fa163e02-2909-e15a-00f9-000000000598 | TASK | Execute grub2-mkconfig 2025-12-05 06:31:42.804536 | fa163e02-2909-e15a-00f9-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-12-05 06:31:42.805790 | fa163e02-2909-e15a-00f9-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.582134 | 0.04s 2025-12-05 06:31:42.834032 | fa163e02-2909-e15a-00f9-000000000599 | TASK | Check for active tuned profile 2025-12-05 06:31:42.875481 | fa163e02-2909-e15a-00f9-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-12-05 06:31:42.876831 | fa163e02-2909-e15a-00f9-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.653200 | 0.04s 2025-12-05 06:31:42.898281 | fa163e02-2909-e15a-00f9-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-12-05 06:31:42.944302 | fa163e02-2909-e15a-00f9-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-12-05 06:31:42.945203 | fa163e02-2909-e15a-00f9-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.721583 | 0.05s 2025-12-05 06:31:42.970351 | fa163e02-2909-e15a-00f9-00000000059b | TASK | Set reboot required fact 2025-12-05 06:31:43.012070 | fa163e02-2909-e15a-00f9-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-12-05 06:31:43.013352 | fa163e02-2909-e15a-00f9-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.789720 | 0.04s 2025-12-05 06:31:43.041360 | fa163e02-2909-e15a-00f9-00000000059d | TASK | Apply DPDK workarounds 2025-12-05 06:31:43.090328 | fa163e02-2909-e15a-00f9-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-12-05 06:31:43.091519 | fa163e02-2909-e15a-00f9-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.867891 | 0.05s 2025-12-05 06:31:43.120421 | fa163e02-2909-e15a-00f9-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-12-05 06:31:43.164479 | fa163e02-2909-e15a-00f9-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-12-05 06:31:43.165830 | fa163e02-2909-e15a-00f9-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.942202 | 0.04s 2025-12-05 06:31:43.194046 | fa163e02-2909-e15a-00f9-0000000005a0 | TASK | Load modules 2025-12-05 06:31:43.242332 | fa163e02-2909-e15a-00f9-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-12-05 06:31:43.246078 | fa163e02-2909-e15a-00f9-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:44.022457 | 0.05s 2025-12-05 06:31:43.267582 | fa163e02-2909-e15a-00f9-0000000005a2 | TASK | Persist modules via modules-load.d 2025-12-05 06:31:43.312130 | fa163e02-2909-e15a-00f9-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-12-05 06:31:43.316446 | fa163e02-2909-e15a-00f9-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.092818 | 0.05s 2025-12-05 06:31:43.343515 | fa163e02-2909-e15a-00f9-0000000005a4 | TASK | Drop module persistence 2025-12-05 06:31:43.385796 | fa163e02-2909-e15a-00f9-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-12-05 06:31:43.394153 | fa163e02-2909-e15a-00f9-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.170524 | 0.05s 2025-12-05 06:31:43.425987 | fa163e02-2909-e15a-00f9-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-12-05 06:31:43.469949 | fa163e02-2909-e15a-00f9-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-12-05 06:31:43.481276 | fa163e02-2909-e15a-00f9-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.257651 | 0.05s 2025-12-05 06:31:43.499204 | fa163e02-2909-e15a-00f9-0000000005a8 | TASK | Modules reload 2025-12-05 06:31:43.524015 | fa163e02-2909-e15a-00f9-0000000005a8 | SKIPPED | Modules reload | standalone 2025-12-05 06:31:43.524657 | fa163e02-2909-e15a-00f9-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.301039 | 0.02s 2025-12-05 06:31:43.542366 | fa163e02-2909-e15a-00f9-0000000005aa | TASK | Reboot tasks 2025-12-05 06:31:43.570245 | fa163e02-2909-e15a-00f9-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-12-05 06:31:43.570944 | fa163e02-2909-e15a-00f9-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.347327 | 0.03s 2025-12-05 06:31:43.588842 | fa163e02-2909-e15a-00f9-0000000005ab | TASK | Skipping reboot for deployed node 2025-12-05 06:31:43.618164 | fa163e02-2909-e15a-00f9-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-12-05 06:31:43.618847 | fa163e02-2909-e15a-00f9-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.395230 | 0.03s PLAY [Server pre network steps] ************************************************ 2025-12-05 06:31:43.772234 | fa163e02-2909-e15a-00f9-00000000003f | TASK | Server pre-network deployments 2025-12-05 06:31:43.789631 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-00000000003f') missing from stats 2025-12-05 06:31:43.811137 | fa163e02-2909-e15a-00f9-000000000043 | TASK | Hiera config 2025-12-05 06:31:43.836442 | fa163e02-2909-e15a-00f9-000000000043 | TIMING | Hiera config | standalone | 0:00:44.612813 | 0.02s 2025-12-05 06:31:43.880854 | fa163e02-2909-e15a-00f9-000000000721 | TASK | Create /etc/puppet/hieradata 2025-12-05 06:31:44.067209 | fa163e02-2909-e15a-00f9-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-12-05 06:31:44.068354 | fa163e02-2909-e15a-00f9-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.844732 | 0.19s 2025-12-05 06:31:44.093231 | fa163e02-2909-e15a-00f9-000000000722 | TASK | Write hiera config 2025-12-05 06:31:44.543901 | fa163e02-2909-e15a-00f9-000000000722 | CHANGED | Write hiera config | standalone 2025-12-05 06:31:44.545660 | fa163e02-2909-e15a-00f9-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.322028 | 0.45s 2025-12-05 06:31:44.594153 | fa163e02-2909-e15a-00f9-000000000044 | TASK | Hiera symlink 2025-12-05 06:31:44.832390 | fa163e02-2909-e15a-00f9-000000000044 | CHANGED | Hiera symlink | standalone 2025-12-05 06:31:44.834109 | fa163e02-2909-e15a-00f9-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.610477 | 0.24s 2025-12-05 06:31:44.862194 | fa163e02-2909-e15a-00f9-000000000045 | TASK | Hieradata from vars 2025-12-05 06:31:44.890719 | fa163e02-2909-e15a-00f9-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.667085 | 0.03s 2025-12-05 06:31:44.948956 | fa163e02-2909-e15a-00f9-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-12-05 06:31:45.384513 | fa163e02-2909-e15a-00f9-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-12-05 06:31:45.385832 | fa163e02-2909-e15a-00f9-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.162178 | 0.44s 2025-12-05 06:31:45.411837 | fa163e02-2909-e15a-00f9-00000000077d | TASK | Render hieradata from template 2025-12-05 06:31:45.910345 | fa163e02-2909-e15a-00f9-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-12-05 06:31:45.911728 | fa163e02-2909-e15a-00f9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.688109 | 0.50s 2025-12-05 06:31:46.442278 | fa163e02-2909-e15a-00f9-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-12-05 06:31:46.442926 | fa163e02-2909-e15a-00f9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.219309 | 1.03s 2025-12-05 06:31:47.010908 | fa163e02-2909-e15a-00f9-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-12-05 06:31:47.011519 | fa163e02-2909-e15a-00f9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.787902 | 1.60s 2025-12-05 06:31:47.467788 | fa163e02-2909-e15a-00f9-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-12-05 06:31:47.468667 | fa163e02-2909-e15a-00f9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.245045 | 2.06s 2025-12-05 06:31:47.981098 | fa163e02-2909-e15a-00f9-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-12-05 06:31:47.982193 | fa163e02-2909-e15a-00f9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.758567 | 2.57s 2025-12-05 06:31:48.454894 | fa163e02-2909-e15a-00f9-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-12-05 06:31:48.455968 | fa163e02-2909-e15a-00f9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.232344 | 3.04s 2025-12-05 06:31:48.944303 | fa163e02-2909-e15a-00f9-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-12-05 06:31:48.945343 | fa163e02-2909-e15a-00f9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.721719 | 3.53s 2025-12-05 06:31:49.371895 | fa163e02-2909-e15a-00f9-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-12-05 06:31:49.372573 | fa163e02-2909-e15a-00f9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.148956 | 3.96s 2025-12-05 06:31:49.843098 | fa163e02-2909-e15a-00f9-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-12-05 06:31:49.844267 | fa163e02-2909-e15a-00f9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.620642 | 4.43s 2025-12-05 06:31:50.284133 | fa163e02-2909-e15a-00f9-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-05 06:31:50.284814 | fa163e02-2909-e15a-00f9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.061197 | 4.87s 2025-12-05 06:31:50.295538 | fa163e02-2909-e15a-00f9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.071907 | 4.88s 2025-12-05 06:31:50.346976 | fa163e02-2909-e15a-00f9-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-12-05 06:31:50.374739 | fa163e02-2909-e15a-00f9-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.151105 | 0.03s 2025-12-05 06:31:50.449566 | fa163e02-2909-e15a-00f9-000000000821 | TASK | Check for hieradata file 2025-12-05 06:31:50.677193 | fa163e02-2909-e15a-00f9-000000000821 | OK | Check for hieradata file | standalone 2025-12-05 06:31:50.678516 | fa163e02-2909-e15a-00f9-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.454889 | 0.23s 2025-12-05 06:31:50.704349 | fa163e02-2909-e15a-00f9-000000000823 | TASK | Get existing data 2025-12-05 06:31:50.754163 | fa163e02-2909-e15a-00f9-000000000823 | SKIPPED | Get existing data | standalone 2025-12-05 06:31:50.755354 | fa163e02-2909-e15a-00f9-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.531726 | 0.05s 2025-12-05 06:31:50.780871 | fa163e02-2909-e15a-00f9-000000000824 | TASK | Set data fact 2025-12-05 06:31:50.829839 | fa163e02-2909-e15a-00f9-000000000824 | SKIPPED | Set data fact | standalone 2025-12-05 06:31:50.830999 | fa163e02-2909-e15a-00f9-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.607371 | 0.05s 2025-12-05 06:31:50.856441 | fa163e02-2909-e15a-00f9-000000000826 | TASK | Write ansible hieradata file 2025-12-05 06:31:51.321834 | fa163e02-2909-e15a-00f9-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-12-05 06:31:51.323193 | fa163e02-2909-e15a-00f9-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.099564 | 0.47s 2025-12-05 06:31:51.410943 | fa163e02-2909-e15a-00f9-000000000047 | TIMING | include_tasks | standalone | 0:00:52.187304 | 0.04s PLAY [Server network deployments] ********************************************** 2025-12-05 06:31:51.580503 | fa163e02-2909-e15a-00f9-00000000004b | TASK | Network Configuration 2025-12-05 06:31:51.606034 | fa163e02-2909-e15a-00f9-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e02-2909-e15a-00f9-00000000004b') missing from stats 2025-12-05 06:31:51.628920 | fa163e02-2909-e15a-00f9-00000000004c | TASK | Check NetworkConfig script existence 2025-12-05 06:31:51.654364 | fa163e02-2909-e15a-00f9-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-12-05 06:31:51.655196 | fa163e02-2909-e15a-00f9-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.431575 | 0.03s 2025-12-05 06:31:51.675457 | fa163e02-2909-e15a-00f9-000000000052 | TASK | Gather SELinux fact if needed 2025-12-05 06:31:51.722606 | fa163e02-2909-e15a-00f9-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-12-05 06:31:51.723404 | fa163e02-2909-e15a-00f9-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.499783 | 0.05s 2025-12-05 06:31:51.743179 | fa163e02-2909-e15a-00f9-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-12-05 06:31:52.391166 | fa163e02-2909-e15a-00f9-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-12-05 06:31:52.392551 | fa163e02-2909-e15a-00f9-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.168925 | 0.65s 2025-12-05 06:31:52.418684 | fa163e02-2909-e15a-00f9-000000000054 | TASK | Ensure requirements are satisfied 2025-12-05 06:31:52.448725 | fa163e02-2909-e15a-00f9-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.225095 | 0.03s 2025-12-05 06:31:52.507488 | fa163e02-2909-e15a-00f9-0000000008bf | TASK | Gather facts if they don't exist 2025-12-05 06:31:52.555313 | fa163e02-2909-e15a-00f9-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-12-05 06:31:52.556355 | fa163e02-2909-e15a-00f9-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.332728 | 0.05s 2025-12-05 06:31:52.581512 | fa163e02-2909-e15a-00f9-0000000008c0 | TASK | Gather variables for each operating system 2025-12-05 06:31:52.701338 | fa163e02-2909-e15a-00f9-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-05 06:31:52.705729 | fa163e02-2909-e15a-00f9-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.482101 | 0.12s 2025-12-05 06:31:52.733894 | fa163e02-2909-e15a-00f9-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-05 06:31:53.011161 | fa163e02-2909-e15a-00f9-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-05 06:31:53.012560 | fa163e02-2909-e15a-00f9-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.788933 | 0.28s 2025-12-05 06:31:53.040258 | fa163e02-2909-e15a-00f9-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-12-05 06:31:53.072817 | fa163e02-2909-e15a-00f9-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-12-05 06:31:53.073851 | fa163e02-2909-e15a-00f9-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.850224 | 0.03s 2025-12-05 06:31:53.099496 | fa163e02-2909-e15a-00f9-0000000008c4 | TASK | Ensure packages are actually well installed 2025-12-05 06:31:54.076313 | fa163e02-2909-e15a-00f9-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-05 06:31:54.077627 | fa163e02-2909-e15a-00f9-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.854001 | 0.98s 2025-12-05 06:31:54.128974 | fa163e02-2909-e15a-00f9-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-12-05 06:31:54.370263 | fa163e02-2909-e15a-00f9-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-05 06:31:54.371564 | fa163e02-2909-e15a-00f9-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.147938 | 0.24s 2025-12-05 06:31:54.397911 | fa163e02-2909-e15a-00f9-000000000057 | TASK | Reload NetworkManager 2025-12-05 06:31:54.808747 | fa163e02-2909-e15a-00f9-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-12-05 06:31:54.810852 | fa163e02-2909-e15a-00f9-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.587227 | 0.41s 2025-12-05 06:31:54.839404 | fa163e02-2909-e15a-00f9-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-12-05 06:31:55.069341 | fa163e02-2909-e15a-00f9-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-12-05 06:31:55.070869 | fa163e02-2909-e15a-00f9-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.847244 | 0.23s 2025-12-05 06:31:55.097938 | fa163e02-2909-e15a-00f9-00000000005a | TASK | Check for previous run of NetworkConfig 2025-12-05 06:31:55.283649 | fa163e02-2909-e15a-00f9-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-12-05 06:31:55.284901 | fa163e02-2909-e15a-00f9-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.061276 | 0.19s 2025-12-05 06:31:55.310574 | fa163e02-2909-e15a-00f9-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-12-05 06:31:55.340704 | fa163e02-2909-e15a-00f9-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-12-05 06:31:55.341435 | fa163e02-2909-e15a-00f9-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.117815 | 0.03s 2025-12-05 06:31:55.361418 | fa163e02-2909-e15a-00f9-00000000005c | TASK | Ensure we get cloud-init 2025-12-05 06:31:55.557595 | fa163e02-2909-e15a-00f9-00000000005c | OK | Ensure we get cloud-init | standalone 2025-12-05 06:31:55.559047 | fa163e02-2909-e15a-00f9-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.335420 | 0.20s 2025-12-05 06:31:55.585120 | fa163e02-2909-e15a-00f9-00000000005e | TASK | Create /etc/os-net-config directory 2025-12-05 06:31:55.862601 | fa163e02-2909-e15a-00f9-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-12-05 06:31:55.864015 | fa163e02-2909-e15a-00f9-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.640388 | 0.28s 2025-12-05 06:31:55.890813 | fa163e02-2909-e15a-00f9-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-12-05 06:31:56.229811 | fa163e02-2909-e15a-00f9-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-12-05 06:31:56.231052 | fa163e02-2909-e15a-00f9-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.007425 | 0.34s 2025-12-05 06:31:56.256699 | fa163e02-2909-e15a-00f9-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-12-05 06:31:56.340373 | fa163e02-2909-e15a-00f9-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-12-05 06:31:56.342055 | fa163e02-2909-e15a-00f9-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.118427 | 0.08s 2025-12-05 06:31:56.369151 | fa163e02-2909-e15a-00f9-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-12-05 06:31:56.636633 | fa163e02-2909-e15a-00f9-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-12-05 06:31:56.638155 | fa163e02-2909-e15a-00f9-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.414526 | 0.27s 2025-12-05 06:31:56.664570 | fa163e02-2909-e15a-00f9-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-12-05 06:31:56.738351 | fa163e02-2909-e15a-00f9-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.514706 | 0.07s 2025-12-05 06:31:56.766875 | 80e33260-d3a4-4119-88c6-69f4ce3b89aa | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-12-05 06:31:56.799657 | fa163e02-2909-e15a-00f9-000000000909 | TASK | Set nic_config_file fact 2025-12-05 06:31:56.893546 | fa163e02-2909-e15a-00f9-000000000909 | OK | Set nic_config_file fact | standalone 2025-12-05 06:31:56.894943 | fa163e02-2909-e15a-00f9-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.671308 | 0.09s 2025-12-05 06:31:56.921645 | fa163e02-2909-e15a-00f9-00000000090a | TASK | Render overidden network config 2025-12-05 06:31:56.984952 | fa163e02-2909-e15a-00f9-00000000090a | SKIPPED | Render overidden network config | standalone 2025-12-05 06:31:56.985877 | fa163e02-2909-e15a-00f9-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.762259 | 0.06s 2025-12-05 06:31:57.003961 | fa163e02-2909-e15a-00f9-00000000090b | TASK | Render network_config 2025-12-05 06:31:57.074188 | fa163e02-2909-e15a-00f9-00000000090b | SKIPPED | Render network_config | standalone 2025-12-05 06:31:57.075435 | fa163e02-2909-e15a-00f9-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.851808 | 0.07s 2025-12-05 06:31:57.101846 | fa163e02-2909-e15a-00f9-00000000090c | TASK | Render network_config from template 2025-12-05 06:31:57.627248 | fa163e02-2909-e15a-00f9-00000000090c | CHANGED | Render network_config from template | standalone 2025-12-05 06:31:57.628830 | fa163e02-2909-e15a-00f9-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.405203 | 0.53s 2025-12-05 06:31:57.656264 | fa163e02-2909-e15a-00f9-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=283982760664.43279 2025-12-05 06:32:01.800860 | fa163e02-2909-e15a-00f9-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-12-05 06:32:01.802973 | fa163e02-2909-e15a-00f9-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.579347 | 4.14s 2025-12-05 06:32:01.832278 | fa163e02-2909-e15a-00f9-000000000064 | TASK | Write rc of NetworkConfig script 2025-12-05 06:32:02.326104 | fa163e02-2909-e15a-00f9-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-12-05 06:32:02.327638 | fa163e02-2909-e15a-00f9-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.104012 | 0.49s 2025-12-05 06:32:02.354739 | fa163e02-2909-e15a-00f9-000000000065 | TASK | Disable cloud-init network config 2025-12-05 06:32:02.947441 | fa163e02-2909-e15a-00f9-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-12-05 06:32:02.948888 | fa163e02-2909-e15a-00f9-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.725261 | 0.59s 2025-12-05 06:32:02.974957 | fa163e02-2909-e15a-00f9-000000000066 | TASK | Ensure network service is enabled 2025-12-05 06:32:03.376373 | fa163e02-2909-e15a-00f9-000000000066 | OK | Ensure network service is enabled | standalone 2025-12-05 06:32:03.378316 | fa163e02-2909-e15a-00f9-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.154691 | 0.40s PLAY [Server network validation] *********************************************** 2025-12-05 06:32:03.558825 | fa163e02-2909-e15a-00f9-000000000096 | TASK | Basic Network Validation 2025-12-05 06:32:03.586246 | fa163e02-2909-e15a-00f9-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.362622 | 0.03s 2025-12-05 06:32:03.628312 | fa163e02-2909-e15a-00f9-000000000945 | TASK | Collect default network fact 2025-12-05 06:32:04.238502 | fa163e02-2909-e15a-00f9-000000000945 | OK | Collect default network fact | standalone 2025-12-05 06:32:04.239191 | fa163e02-2909-e15a-00f9-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.015573 | 0.61s 2025-12-05 06:32:04.256318 | fa163e02-2909-e15a-00f9-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-12-05 06:32:04.282449 | fa163e02-2909-e15a-00f9-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-12-05 06:32:04.283025 | fa163e02-2909-e15a-00f9-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.059408 | 0.03s 2025-12-05 06:32:04.299806 | fa163e02-2909-e15a-00f9-000000000947 | TASK | Check all networks Gateway availability 2025-12-05 06:32:04.324595 | fa163e02-2909-e15a-00f9-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.100975 | 0.02s 2025-12-05 06:32:04.342069 | fa163e02-2909-e15a-00f9-000000000949 | TASK | Check Controllers availability 2025-12-05 06:32:04.401500 | fa163e02-2909-e15a-00f9-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-12-05 06:32:04.408440 | fa163e02-2909-e15a-00f9-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-12-05 06:32:04.414204 | fa163e02-2909-e15a-00f9-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-12-05 06:32:04.420697 | fa163e02-2909-e15a-00f9-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-12-05 06:32:04.427578 | fa163e02-2909-e15a-00f9-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-12-05 06:32:04.433735 | fa163e02-2909-e15a-00f9-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-12-05 06:32:04.440479 | fa163e02-2909-e15a-00f9-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.216851 | 0.10s 2025-12-05 06:32:04.465265 | fa163e02-2909-e15a-00f9-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-12-05 06:32:04.493716 | fa163e02-2909-e15a-00f9-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-12-05 06:32:04.494800 | fa163e02-2909-e15a-00f9-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.271132 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-12-05 06:32:04.676824 | fa163e02-2909-e15a-00f9-00000000009a | TASK | Server pre deployments 2025-12-05 06:32:04.703219 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-00000000009a') missing from stats 2025-12-05 06:32:04.724525 | fa163e02-2909-e15a-00f9-00000000009e | TASK | Hiera config 2025-12-05 06:32:04.750876 | fa163e02-2909-e15a-00f9-00000000009e | TIMING | Hiera config | standalone | 0:01:05.527252 | 0.03s 2025-12-05 06:32:04.790578 | fa163e02-2909-e15a-00f9-00000000099e | TASK | Create /etc/puppet/hieradata 2025-12-05 06:32:05.030080 | fa163e02-2909-e15a-00f9-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-12-05 06:32:05.031441 | fa163e02-2909-e15a-00f9-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.807815 | 0.24s 2025-12-05 06:32:05.058790 | fa163e02-2909-e15a-00f9-00000000099f | TASK | Write hiera config 2025-12-05 06:32:05.543178 | fa163e02-2909-e15a-00f9-00000000099f | OK | Write hiera config | standalone 2025-12-05 06:32:05.544735 | fa163e02-2909-e15a-00f9-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.321108 | 0.48s 2025-12-05 06:32:05.594532 | fa163e02-2909-e15a-00f9-00000000009f | TASK | Hiera symlink 2025-12-05 06:32:05.835264 | fa163e02-2909-e15a-00f9-00000000009f | OK | Hiera symlink | standalone 2025-12-05 06:32:05.836696 | fa163e02-2909-e15a-00f9-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.613070 | 0.24s 2025-12-05 06:32:05.865144 | fa163e02-2909-e15a-00f9-0000000000a0 | TASK | Hieradata from vars 2025-12-05 06:32:05.887969 | fa163e02-2909-e15a-00f9-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.664334 | 0.02s 2025-12-05 06:32:05.947992 | fa163e02-2909-e15a-00f9-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-12-05 06:32:06.451729 | fa163e02-2909-e15a-00f9-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-12-05 06:32:06.452605 | fa163e02-2909-e15a-00f9-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.228985 | 0.50s 2025-12-05 06:32:06.479205 | fa163e02-2909-e15a-00f9-0000000009fa | TASK | Render hieradata from template 2025-12-05 06:32:07.019531 | fa163e02-2909-e15a-00f9-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-12-05 06:32:07.021539 | fa163e02-2909-e15a-00f9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.797902 | 0.54s 2025-12-05 06:32:07.546896 | fa163e02-2909-e15a-00f9-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-12-05 06:32:07.547615 | fa163e02-2909-e15a-00f9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.323997 | 1.07s 2025-12-05 06:32:08.158779 | fa163e02-2909-e15a-00f9-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-12-05 06:32:08.159454 | fa163e02-2909-e15a-00f9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.935838 | 1.68s 2025-12-05 06:32:08.647377 | fa163e02-2909-e15a-00f9-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-12-05 06:32:08.648053 | fa163e02-2909-e15a-00f9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.424435 | 2.17s 2025-12-05 06:32:09.216066 | fa163e02-2909-e15a-00f9-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-12-05 06:32:09.218914 | fa163e02-2909-e15a-00f9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.995283 | 2.74s 2025-12-05 06:32:09.723819 | fa163e02-2909-e15a-00f9-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-12-05 06:32:09.724661 | fa163e02-2909-e15a-00f9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.501041 | 3.24s 2025-12-05 06:32:10.253753 | fa163e02-2909-e15a-00f9-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-12-05 06:32:10.254905 | fa163e02-2909-e15a-00f9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.031279 | 3.77s 2025-12-05 06:32:10.765185 | fa163e02-2909-e15a-00f9-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-12-05 06:32:10.766356 | fa163e02-2909-e15a-00f9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.542730 | 4.29s 2025-12-05 06:32:11.293951 | fa163e02-2909-e15a-00f9-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-12-05 06:32:11.294617 | fa163e02-2909-e15a-00f9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.071000 | 4.81s 2025-12-05 06:32:11.750055 | fa163e02-2909-e15a-00f9-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-05 06:32:11.752240 | fa163e02-2909-e15a-00f9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.528613 | 5.27s 2025-12-05 06:32:11.765346 | fa163e02-2909-e15a-00f9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.541714 | 5.28s 2025-12-05 06:32:11.819069 | fa163e02-2909-e15a-00f9-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-12-05 06:32:11.848398 | fa163e02-2909-e15a-00f9-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.624760 | 0.03s 2025-12-05 06:32:11.918281 | fa163e02-2909-e15a-00f9-000000000a9e | TASK | Check for hieradata file 2025-12-05 06:32:12.147887 | fa163e02-2909-e15a-00f9-000000000a9e | OK | Check for hieradata file | standalone 2025-12-05 06:32:12.148653 | fa163e02-2909-e15a-00f9-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.925035 | 0.23s 2025-12-05 06:32:12.166673 | fa163e02-2909-e15a-00f9-000000000aa0 | TASK | Get existing data 2025-12-05 06:32:12.215178 | fa163e02-2909-e15a-00f9-000000000aa0 | SKIPPED | Get existing data | standalone 2025-12-05 06:32:12.216416 | fa163e02-2909-e15a-00f9-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.992790 | 0.05s 2025-12-05 06:32:12.243133 | fa163e02-2909-e15a-00f9-000000000aa1 | TASK | Set data fact 2025-12-05 06:32:12.293499 | fa163e02-2909-e15a-00f9-000000000aa1 | SKIPPED | Set data fact | standalone 2025-12-05 06:32:12.294831 | fa163e02-2909-e15a-00f9-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:13.071202 | 0.05s 2025-12-05 06:32:12.320972 | fa163e02-2909-e15a-00f9-000000000aa3 | TASK | Write ansible hieradata file 2025-12-05 06:32:12.787313 | fa163e02-2909-e15a-00f9-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-12-05 06:32:12.788713 | fa163e02-2909-e15a-00f9-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.565087 | 0.47s 2025-12-05 06:32:12.888294 | fa163e02-2909-e15a-00f9-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.664655 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-12-05 06:32:13.051442 | fa163e02-2909-e15a-00f9-0000000000a6 | TASK | Host prep steps 2025-12-05 06:32:13.077746 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000a6') missing from stats 2025-12-05 06:32:13.151428 | fa163e02-2909-e15a-00f9-0000000000a7 | TASK | Deploy Artifacts 2025-12-05 06:32:13.255007 | fa163e02-2909-e15a-00f9-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-12-05 06:32:13.256269 | fa163e02-2909-e15a-00f9-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:14.032639 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 06:32:13.404884 | fa163e02-2909-e15a-00f9-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.181264 | 0.13s 2025-12-05 06:32:13.582003 | 1509ec4d-aa44-49f2-af68-6253cd625168 | INCLUDED | /root/standalone-ansible-0zpkwi6h/Standalone/host_prep_tasks.yaml | standalone 2025-12-05 06:32:13.645291 | fa163e02-2909-e15a-00f9-000000000b1e | TASK | Run firewall role 2025-12-05 06:32:13.670290 | fa163e02-2909-e15a-00f9-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.446654 | 0.02s 2025-12-05 06:32:13.731062 | fa163e02-2909-e15a-00f9-000000000c38 | TASK | Gather variables for each operating system 2025-12-05 06:32:13.853635 | fa163e02-2909-e15a-00f9-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-12-05 06:32:13.856204 | fa163e02-2909-e15a-00f9-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.632562 | 0.12s 2025-12-05 06:32:13.866096 | fa163e02-2909-e15a-00f9-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.642462 | 0.13s 2025-12-05 06:32:13.893317 | fa163e02-2909-e15a-00f9-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-12-05 06:32:16.765953 | fa163e02-2909-e15a-00f9-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-12-05 06:32:16.767691 | fa163e02-2909-e15a-00f9-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.544057 | 2.87s 2025-12-05 06:32:16.795277 | fa163e02-2909-e15a-00f9-000000000c3d | TASK | Create empty var for masquerade rules 2025-12-05 06:32:16.826741 | fa163e02-2909-e15a-00f9-000000000c3d | OK | Create empty var for masquerade rules | standalone 2025-12-05 06:32:16.828186 | fa163e02-2909-e15a-00f9-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.604560 | 0.03s 2025-12-05 06:32:16.855586 | fa163e02-2909-e15a-00f9-000000000c3e | TASK | Enable masquerade 2025-12-05 06:32:16.908086 | fa163e02-2909-e15a-00f9-000000000c3e | SKIPPED | Enable masquerade | standalone 2025-12-05 06:32:16.909447 | fa163e02-2909-e15a-00f9-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.685820 | 0.05s 2025-12-05 06:32:16.935980 | fa163e02-2909-e15a-00f9-000000000c3f | TASK | Set the default frontend firewall rules 2025-12-05 06:32:16.969583 | fa163e02-2909-e15a-00f9-000000000c3f | OK | Set the default frontend firewall rules | standalone 2025-12-05 06:32:16.970869 | fa163e02-2909-e15a-00f9-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.747241 | 0.03s 2025-12-05 06:32:16.998885 | fa163e02-2909-e15a-00f9-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2025-12-05 06:32:17.051002 | fa163e02-2909-e15a-00f9-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-12-05 06:32:17.052615 | fa163e02-2909-e15a-00f9-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.828989 | 0.05s 2025-12-05 06:32:17.079961 | fa163e02-2909-e15a-00f9-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2025-12-05 06:32:17.119681 | fa163e02-2909-e15a-00f9-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-05 06:32:17.121105 | fa163e02-2909-e15a-00f9-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.897478 | 0.04s 2025-12-05 06:32:17.147436 | fa163e02-2909-e15a-00f9-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2025-12-05 06:32:17.179568 | fa163e02-2909-e15a-00f9-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-12-05 06:32:17.180912 | fa163e02-2909-e15a-00f9-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.957279 | 0.03s 2025-12-05 06:32:17.206689 | fa163e02-2909-e15a-00f9-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2025-12-05 06:32:17.238278 | fa163e02-2909-e15a-00f9-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-05 06:32:17.239364 | fa163e02-2909-e15a-00f9-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.015736 | 0.03s 2025-12-05 06:32:17.267649 | fa163e02-2909-e15a-00f9-000000000c48 | TASK | Enable LOG rules 2025-12-05 06:32:17.296918 | fa163e02-2909-e15a-00f9-000000000c48 | SKIPPED | Enable LOG rules | standalone 2025-12-05 06:32:17.298238 | fa163e02-2909-e15a-00f9-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:18.074611 | 0.03s 2025-12-05 06:32:17.323694 | fa163e02-2909-e15a-00f9-000000000c49 | TASK | Set rule fact 2025-12-05 06:32:17.420067 | fa163e02-2909-e15a-00f9-000000000c49 | OK | Set rule fact | standalone 2025-12-05 06:32:17.423001 | fa163e02-2909-e15a-00f9-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:18.199375 | 0.10s 2025-12-05 06:32:17.451862 | fa163e02-2909-e15a-00f9-000000000c4a | TASK | Manage rules via nftables 2025-12-05 06:32:17.480864 | fa163e02-2909-e15a-00f9-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:18.257230 | 0.03s 2025-12-05 06:32:17.569057 | fa163e02-2909-e15a-00f9-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.345417 | 0.03s 2025-12-05 06:32:17.591973 | 079cee26-a2e0-4dbe-a836-678158f2bda3 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-12-05 06:32:17.619408 | fa163e02-2909-e15a-00f9-000000000d11 | TASK | Ensure legacy iptables services are off 2025-12-05 06:32:18.015016 | fa163e02-2909-e15a-00f9-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-12-05 06:32:18.017219 | fa163e02-2909-e15a-00f9-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.793586 | 0.40s 2025-12-05 06:32:19.380982 | fa163e02-2909-e15a-00f9-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-12-05 06:32:19.383058 | fa163e02-2909-e15a-00f9-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.159433 | 1.76s 2025-12-05 06:32:19.393715 | fa163e02-2909-e15a-00f9-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.170087 | 1.77s 2025-12-05 06:32:19.416866 | fa163e02-2909-e15a-00f9-000000000d12 | TASK | Ensure nftables service is enabled and running 2025-12-05 06:32:20.185121 | fa163e02-2909-e15a-00f9-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-12-05 06:32:20.186969 | fa163e02-2909-e15a-00f9-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.963343 | 0.77s 2025-12-05 06:32:20.214694 | fa163e02-2909-e15a-00f9-000000000d13 | TASK | Empty nftables from anything that may lay around 2025-12-05 06:32:20.255786 | fa163e02-2909-e15a-00f9-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-12-05 06:32:20.257138 | fa163e02-2909-e15a-00f9-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:21.033509 | 0.04s 2025-12-05 06:32:20.313359 | fa163e02-2909-e15a-00f9-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.089723 | 0.03s 2025-12-05 06:32:20.354525 | 4ff3a9ae-2e8b-451a-83fe-ae22a6febbab | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-12-05 06:32:20.391035 | fa163e02-2909-e15a-00f9-000000000d42 | TASK | Push empty ruleset 2025-12-05 06:32:20.836157 | fa163e02-2909-e15a-00f9-000000000d42 | CHANGED | Push empty ruleset | standalone 2025-12-05 06:32:20.837586 | fa163e02-2909-e15a-00f9-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.613960 | 0.45s 2025-12-05 06:32:20.864529 | fa163e02-2909-e15a-00f9-000000000d43 | TASK | Load empty ruleset 2025-12-05 06:32:21.129936 | fa163e02-2909-e15a-00f9-000000000d43 | CHANGED | Load empty ruleset | standalone 2025-12-05 06:32:21.131359 | fa163e02-2909-e15a-00f9-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.907732 | 0.27s 2025-12-05 06:32:21.158017 | fa163e02-2909-e15a-00f9-000000000d45 | TASK | Use default rules 2025-12-05 06:32:21.246434 | fa163e02-2909-e15a-00f9-000000000d45 | OK | Use default rules | standalone 2025-12-05 06:32:21.249847 | fa163e02-2909-e15a-00f9-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:22.026218 | 0.09s 2025-12-05 06:32:21.280248 | fa163e02-2909-e15a-00f9-000000000d46 | TASK | Enable LOG rules 2025-12-05 06:32:21.376029 | fa163e02-2909-e15a-00f9-000000000d46 | OK | Enable LOG rules | standalone 2025-12-05 06:32:21.379013 | fa163e02-2909-e15a-00f9-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:22.155387 | 0.10s 2025-12-05 06:32:21.408881 | fa163e02-2909-e15a-00f9-000000000d48 | TASK | Get current nftables content 2025-12-05 06:32:21.642350 | fa163e02-2909-e15a-00f9-000000000d48 | CHANGED | Get current nftables content | standalone 2025-12-05 06:32:21.643824 | fa163e02-2909-e15a-00f9-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:22.420196 | 0.23s 2025-12-05 06:32:21.671898 | fa163e02-2909-e15a-00f9-000000000d4a | TASK | Generate chain jumps 2025-12-05 06:32:22.196147 | fa163e02-2909-e15a-00f9-000000000d4a | CHANGED | Generate chain jumps | standalone 2025-12-05 06:32:22.197798 | fa163e02-2909-e15a-00f9-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.974136 | 0.52s 2025-12-05 06:32:22.227408 | fa163e02-2909-e15a-00f9-000000000d4b | TASK | Generate chain jumps 2025-12-05 06:32:22.812172 | fa163e02-2909-e15a-00f9-000000000d4b | CHANGED | Generate chain jumps | standalone 2025-12-05 06:32:22.813047 | fa163e02-2909-e15a-00f9-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.589431 | 0.58s 2025-12-05 06:32:22.831226 | fa163e02-2909-e15a-00f9-000000000d4c | TASK | Generate nft flushes 2025-12-05 06:32:23.334417 | fa163e02-2909-e15a-00f9-000000000d4c | CHANGED | Generate nft flushes | standalone 2025-12-05 06:32:23.336002 | fa163e02-2909-e15a-00f9-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:24.112371 | 0.50s 2025-12-05 06:32:23.363660 | fa163e02-2909-e15a-00f9-000000000d4d | TASK | Generate nft tripleo chains 2025-12-05 06:32:23.855148 | fa163e02-2909-e15a-00f9-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2025-12-05 06:32:23.856523 | fa163e02-2909-e15a-00f9-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.632897 | 0.49s 2025-12-05 06:32:23.883223 | fa163e02-2909-e15a-00f9-000000000d4e | TASK | Generate nft ruleset in static file 2025-12-05 06:32:25.471027 | fa163e02-2909-e15a-00f9-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2025-12-05 06:32:25.472488 | fa163e02-2909-e15a-00f9-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:26.248861 | 1.59s 2025-12-05 06:32:25.499721 | fa163e02-2909-e15a-00f9-000000000d50 | TASK | Validate all of the generated content before loading 2025-12-05 06:32:26.068727 | fa163e02-2909-e15a-00f9-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2025-12-05 06:32:26.070185 | fa163e02-2909-e15a-00f9-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.846558 | 0.57s 2025-12-05 06:32:26.096681 | fa163e02-2909-e15a-00f9-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2025-12-05 06:32:26.361904 | fa163e02-2909-e15a-00f9-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-12-05 06:32:26.363260 | fa163e02-2909-e15a-00f9-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:27.139634 | 0.26s 2025-12-05 06:32:26.418216 | fa163e02-2909-e15a-00f9-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:27.194579 | 0.03s 2025-12-05 06:32:26.437950 | c9793d82-9c3a-4433-af35-ead17c59c922 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-12-05 06:32:26.491932 | fa163e02-2909-e15a-00f9-000000000db9 | TASK | Inject our custom chains in nftables 2025-12-05 06:32:26.719619 | fa163e02-2909-e15a-00f9-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2025-12-05 06:32:26.721208 | fa163e02-2909-e15a-00f9-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:27.497576 | 0.23s 2025-12-05 06:32:26.752442 | fa163e02-2909-e15a-00f9-000000000dba | TASK | Reload custom nftables ruleset files 2025-12-05 06:32:27.033689 | fa163e02-2909-e15a-00f9-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2025-12-05 06:32:27.035095 | fa163e02-2909-e15a-00f9-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.811469 | 0.28s 2025-12-05 06:32:27.111984 | fa163e02-2909-e15a-00f9-000000000b1f | TASK | create persistent logs directory 2025-12-05 06:32:27.384856 | fa163e02-2909-e15a-00f9-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-05 06:32:27.386421 | fa163e02-2909-e15a-00f9-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.162793 | 0.27s 2025-12-05 06:32:27.562128 | fa163e02-2909-e15a-00f9-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-12-05 06:32:27.563095 | fa163e02-2909-e15a-00f9-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.339471 | 0.45s 2025-12-05 06:32:27.570313 | fa163e02-2909-e15a-00f9-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.346681 | 0.46s 2025-12-05 06:32:27.596245 | fa163e02-2909-e15a-00f9-000000000b20 | TASK | create persistent directories 2025-12-05 06:32:27.843566 | fa163e02-2909-e15a-00f9-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-05 06:32:27.845501 | fa163e02-2909-e15a-00f9-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.621872 | 0.25s 2025-12-05 06:32:27.855220 | fa163e02-2909-e15a-00f9-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.631598 | 0.26s 2025-12-05 06:32:27.873191 | fa163e02-2909-e15a-00f9-000000000b21 | TASK | create persistent directories 2025-12-05 06:32:28.115885 | fa163e02-2909-e15a-00f9-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-05 06:32:28.118309 | fa163e02-2909-e15a-00f9-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.894679 | 0.24s 2025-12-05 06:32:28.328739 | fa163e02-2909-e15a-00f9-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-12-05 06:32:28.329922 | fa163e02-2909-e15a-00f9-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.106297 | 0.46s 2025-12-05 06:32:28.336667 | fa163e02-2909-e15a-00f9-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.113034 | 0.46s 2025-12-05 06:32:28.363157 | fa163e02-2909-e15a-00f9-000000000b22 | TASK | create persistent directories 2025-12-05 06:32:28.615012 | fa163e02-2909-e15a-00f9-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-12-05 06:32:28.616695 | fa163e02-2909-e15a-00f9-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.393065 | 0.25s 2025-12-05 06:32:28.831265 | fa163e02-2909-e15a-00f9-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-12-05 06:32:28.832524 | fa163e02-2909-e15a-00f9-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.608898 | 0.47s 2025-12-05 06:32:28.839536 | fa163e02-2909-e15a-00f9-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.615906 | 0.48s 2025-12-05 06:32:28.865725 | fa163e02-2909-e15a-00f9-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-12-05 06:32:29.979984 | fa163e02-2909-e15a-00f9-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-12-05 06:32:29.981613 | fa163e02-2909-e15a-00f9-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.757986 | 1.11s 2025-12-05 06:32:30.007508 | fa163e02-2909-e15a-00f9-000000000b24 | TASK | create persistent directories 2025-12-05 06:32:30.262731 | fa163e02-2909-e15a-00f9-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-12-05 06:32:30.264852 | fa163e02-2909-e15a-00f9-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.041221 | 0.26s 2025-12-05 06:32:30.275166 | fa163e02-2909-e15a-00f9-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.051534 | 0.27s 2025-12-05 06:32:30.302087 | fa163e02-2909-e15a-00f9-000000000b25 | TASK | create persistent directories 2025-12-05 06:32:30.579731 | fa163e02-2909-e15a-00f9-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-05 06:32:30.581074 | fa163e02-2909-e15a-00f9-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.357448 | 0.28s 2025-12-05 06:32:30.803799 | fa163e02-2909-e15a-00f9-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-12-05 06:32:30.804670 | fa163e02-2909-e15a-00f9-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.581049 | 0.50s 2025-12-05 06:32:30.811595 | fa163e02-2909-e15a-00f9-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.587962 | 0.51s 2025-12-05 06:32:30.837231 | fa163e02-2909-e15a-00f9-000000000b26 | TASK | create fcontext entry for cinder data 2025-12-05 06:32:32.184449 | fa163e02-2909-e15a-00f9-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-12-05 06:32:32.186181 | fa163e02-2909-e15a-00f9-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:32.962554 | 1.35s 2025-12-05 06:32:32.212080 | fa163e02-2909-e15a-00f9-000000000b27 | TASK | create persistent directories 2025-12-05 06:32:32.462327 | fa163e02-2909-e15a-00f9-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-05 06:32:32.463987 | fa163e02-2909-e15a-00f9-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.240358 | 0.25s 2025-12-05 06:32:32.679926 | fa163e02-2909-e15a-00f9-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-12-05 06:32:32.681579 | fa163e02-2909-e15a-00f9-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.457957 | 0.47s 2025-12-05 06:32:32.692545 | fa163e02-2909-e15a-00f9-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.468912 | 0.48s 2025-12-05 06:32:32.719635 | fa163e02-2909-e15a-00f9-000000000b28 | TASK | ensure ceph configurations exist 2025-12-05 06:32:32.943974 | fa163e02-2909-e15a-00f9-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-12-05 06:32:32.945524 | fa163e02-2909-e15a-00f9-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:33.721899 | 0.22s 2025-12-05 06:32:32.972538 | fa163e02-2909-e15a-00f9-000000000b29 | TASK | create persistent directories 2025-12-05 06:32:33.216922 | fa163e02-2909-e15a-00f9-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-05 06:32:33.219057 | fa163e02-2909-e15a-00f9-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.995427 | 0.25s 2025-12-05 06:32:33.229318 | fa163e02-2909-e15a-00f9-000000000b29 | TIMING | create persistent directories | standalone | 0:01:34.005685 | 0.26s 2025-12-05 06:32:33.255307 | fa163e02-2909-e15a-00f9-000000000b2b | TASK | Create cinder image conversion directory 2025-12-05 06:32:33.331921 | fa163e02-2909-e15a-00f9-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-12-05 06:32:33.332899 | fa163e02-2909-e15a-00f9-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:34.109277 | 0.08s 2025-12-05 06:32:33.353523 | fa163e02-2909-e15a-00f9-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-12-05 06:32:33.380307 | fa163e02-2909-e15a-00f9-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-12-05 06:32:33.381098 | fa163e02-2909-e15a-00f9-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:34.157478 | 0.03s 2025-12-05 06:32:33.400371 | fa163e02-2909-e15a-00f9-000000000b2e | TASK | cinder_configure_lvm fact 2025-12-05 06:32:33.428854 | fa163e02-2909-e15a-00f9-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-12-05 06:32:33.429701 | fa163e02-2909-e15a-00f9-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:34.206081 | 0.03s 2025-12-05 06:32:33.449430 | fa163e02-2909-e15a-00f9-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-12-05 06:32:33.477133 | fa163e02-2909-e15a-00f9-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-12-05 06:32:33.478193 | fa163e02-2909-e15a-00f9-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:34.254565 | 0.03s 2025-12-05 06:32:33.503175 | fa163e02-2909-e15a-00f9-000000000b31 | TASK | cinder create LVM volume group dd 2025-12-05 06:32:33.533860 | fa163e02-2909-e15a-00f9-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-12-05 06:32:33.535144 | fa163e02-2909-e15a-00f9-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:34.311517 | 0.03s 2025-12-05 06:32:33.559480 | fa163e02-2909-e15a-00f9-000000000b32 | TASK | Get or create LVM loopback device 2025-12-05 06:32:33.587711 | fa163e02-2909-e15a-00f9-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-12-05 06:32:33.588809 | fa163e02-2909-e15a-00f9-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:34.365182 | 0.03s 2025-12-05 06:32:33.613597 | fa163e02-2909-e15a-00f9-000000000b33 | TASK | Create LVM volume group 2025-12-05 06:32:33.643795 | fa163e02-2909-e15a-00f9-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-12-05 06:32:33.645091 | fa163e02-2909-e15a-00f9-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:34.421462 | 0.03s 2025-12-05 06:32:33.670975 | fa163e02-2909-e15a-00f9-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-12-05 06:32:33.701379 | fa163e02-2909-e15a-00f9-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-12-05 06:32:33.703933 | fa163e02-2909-e15a-00f9-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:34.480304 | 0.03s 2025-12-05 06:32:33.730383 | fa163e02-2909-e15a-00f9-000000000b35 | TASK | cinder enable the LVM losetup service 2025-12-05 06:32:33.759582 | fa163e02-2909-e15a-00f9-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-12-05 06:32:33.760835 | fa163e02-2909-e15a-00f9-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:34.537208 | 0.03s 2025-12-05 06:32:33.786532 | fa163e02-2909-e15a-00f9-000000000b37 | TASK | allow logrotate to read inside containers 2025-12-05 06:32:34.747260 | fa163e02-2909-e15a-00f9-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-12-05 06:32:34.748510 | fa163e02-2909-e15a-00f9-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:35.524888 | 0.96s 2025-12-05 06:32:34.766100 | fa163e02-2909-e15a-00f9-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-12-05 06:32:37.155673 | fa163e02-2909-e15a-00f9-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-12-05 06:32:37.158037 | fa163e02-2909-e15a-00f9-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:37.934407 | 2.39s 2025-12-05 06:32:37.219944 | fa163e02-2909-e15a-00f9-000000000b3a | OK | set_fact | standalone 2025-12-05 06:32:37.221373 | fa163e02-2909-e15a-00f9-000000000b3a | TIMING | set_fact | standalone | 0:01:37.997746 | 0.03s 2025-12-05 06:32:37.275961 | fa163e02-2909-e15a-00f9-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:38.052325 | 0.02s 2025-12-05 06:32:37.332745 | fa163e02-2909-e15a-00f9-000000000f06 | TASK | ensure apache is installed 2025-12-05 06:32:43.283194 | fa163e02-2909-e15a-00f9-000000000f06 | CHANGED | ensure apache is installed | standalone 2025-12-05 06:32:43.285254 | fa163e02-2909-e15a-00f9-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:44.061623 | 5.95s 2025-12-05 06:32:43.312579 | fa163e02-2909-e15a-00f9-000000000f07 | TASK | create image data directory 2025-12-05 06:32:43.669979 | fa163e02-2909-e15a-00f9-000000000f07 | CHANGED | create image data directory | standalone 2025-12-05 06:32:43.671483 | fa163e02-2909-e15a-00f9-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:44.447855 | 0.36s 2025-12-05 06:32:43.697542 | fa163e02-2909-e15a-00f9-000000000f08 | TASK | create /v2/ response file 2025-12-05 06:32:44.207501 | fa163e02-2909-e15a-00f9-000000000f08 | CHANGED | create /v2/ response file | standalone 2025-12-05 06:32:44.209201 | fa163e02-2909-e15a-00f9-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:44.985571 | 0.51s 2025-12-05 06:32:44.235993 | fa163e02-2909-e15a-00f9-000000000f09 | TASK | Add listen line 2025-12-05 06:32:44.649839 | fa163e02-2909-e15a-00f9-000000000f09 | CHANGED | Add listen line | standalone 2025-12-05 06:32:44.651194 | fa163e02-2909-e15a-00f9-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:45.427562 | 0.41s 2025-12-05 06:32:44.677290 | fa163e02-2909-e15a-00f9-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-12-05 06:32:45.156366 | fa163e02-2909-e15a-00f9-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-12-05 06:32:45.157903 | fa163e02-2909-e15a-00f9-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:45.934274 | 0.48s 2025-12-05 06:32:45.184253 | fa163e02-2909-e15a-00f9-000000000f0b | TASK | Image-Serve | restart httpd 2025-12-05 06:32:46.246887 | fa163e02-2909-e15a-00f9-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2025-12-05 06:32:46.248811 | fa163e02-2909-e15a-00f9-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:47.025183 | 1.06s 2025-12-05 06:32:46.299375 | fa163e02-2909-e15a-00f9-000000000b3d | TASK | create persistent logs directory 2025-12-05 06:32:46.578443 | fa163e02-2909-e15a-00f9-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-12-05 06:32:46.580543 | fa163e02-2909-e15a-00f9-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.356908 | 0.28s 2025-12-05 06:32:46.758694 | fa163e02-2909-e15a-00f9-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-12-05 06:32:46.760797 | fa163e02-2909-e15a-00f9-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.537135 | 0.46s 2025-12-05 06:32:46.770922 | fa163e02-2909-e15a-00f9-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.547300 | 0.47s 2025-12-05 06:32:46.797633 | fa163e02-2909-e15a-00f9-000000000b3e | TASK | Mount NFS on host 2025-12-05 06:32:46.826841 | fa163e02-2909-e15a-00f9-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-12-05 06:32:46.828034 | fa163e02-2909-e15a-00f9-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:47.604406 | 0.03s 2025-12-05 06:32:46.853191 | fa163e02-2909-e15a-00f9-000000000b3f | TASK | Mount Node Staging Location 2025-12-05 06:32:46.881460 | fa163e02-2909-e15a-00f9-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-12-05 06:32:46.882683 | fa163e02-2909-e15a-00f9-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:47.659055 | 0.03s 2025-12-05 06:32:46.910143 | fa163e02-2909-e15a-00f9-000000000b40 | TASK | ensure /var/lib/glance exists 2025-12-05 06:32:47.137491 | fa163e02-2909-e15a-00f9-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-12-05 06:32:47.139061 | fa163e02-2909-e15a-00f9-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:47.915433 | 0.23s 2025-12-05 06:32:47.164948 | fa163e02-2909-e15a-00f9-000000000b41 | TASK | create logs directory 2025-12-05 06:32:47.422325 | fa163e02-2909-e15a-00f9-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-12-05 06:32:47.426064 | fa163e02-2909-e15a-00f9-000000000b41 | TIMING | create logs directory | standalone | 0:01:48.202433 | 0.26s 2025-12-05 06:32:47.613176 | fa163e02-2909-e15a-00f9-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-12-05 06:32:47.615727 | fa163e02-2909-e15a-00f9-000000000b41 | TIMING | create logs directory | standalone | 0:01:48.392101 | 0.45s 2025-12-05 06:32:47.624711 | fa163e02-2909-e15a-00f9-000000000b41 | TIMING | create logs directory | standalone | 0:01:48.401089 | 0.46s 2025-12-05 06:32:47.649719 | fa163e02-2909-e15a-00f9-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-12-05 06:32:47.678590 | fa163e02-2909-e15a-00f9-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-12-05 06:32:47.679654 | fa163e02-2909-e15a-00f9-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:48.456028 | 0.03s 2025-12-05 06:32:47.704312 | fa163e02-2909-e15a-00f9-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-12-05 06:32:47.954431 | fa163e02-2909-e15a-00f9-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-12-05 06:32:47.956023 | fa163e02-2909-e15a-00f9-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:48.732397 | 0.25s 2025-12-05 06:32:47.982374 | fa163e02-2909-e15a-00f9-000000000b44 | TASK | create persistent directories 2025-12-05 06:32:48.238142 | fa163e02-2909-e15a-00f9-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-12-05 06:32:48.240436 | fa163e02-2909-e15a-00f9-000000000b44 | TIMING | create persistent directories | standalone | 0:01:49.016806 | 0.26s 2025-12-05 06:32:48.250368 | fa163e02-2909-e15a-00f9-000000000b44 | TIMING | create persistent directories | standalone | 0:01:49.026745 | 0.27s 2025-12-05 06:32:48.276889 | fa163e02-2909-e15a-00f9-000000000b45 | TASK | create persistent data directory 2025-12-05 06:32:48.519252 | fa163e02-2909-e15a-00f9-000000000b45 | OK | create persistent data directory | standalone 2025-12-05 06:32:48.520708 | fa163e02-2909-e15a-00f9-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:49.297081 | 0.24s 2025-12-05 06:32:48.546144 | fa163e02-2909-e15a-00f9-000000000b46 | TASK | get parameters 2025-12-05 06:32:48.573575 | fa163e02-2909-e15a-00f9-000000000b46 | OK | get parameters | standalone 2025-12-05 06:32:48.574704 | fa163e02-2909-e15a-00f9-000000000b46 | TIMING | get parameters | standalone | 0:01:49.351076 | 0.03s 2025-12-05 06:32:48.600323 | fa163e02-2909-e15a-00f9-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-12-05 06:32:48.635059 | fa163e02-2909-e15a-00f9-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-12-05 06:32:48.636212 | fa163e02-2909-e15a-00f9-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:49.412586 | 0.03s 2025-12-05 06:32:48.662652 | fa163e02-2909-e15a-00f9-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-12-05 06:32:48.712706 | fa163e02-2909-e15a-00f9-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-12-05 06:32:48.714129 | fa163e02-2909-e15a-00f9-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:49.490501 | 0.05s 2025-12-05 06:32:48.739572 | fa163e02-2909-e15a-00f9-000000000b4a | TASK | get haproxy status 2025-12-05 06:32:48.789193 | fa163e02-2909-e15a-00f9-000000000b4a | SKIPPED | get haproxy status | standalone 2025-12-05 06:32:48.790798 | fa163e02-2909-e15a-00f9-000000000b4a | TIMING | get haproxy status | standalone | 0:01:49.567133 | 0.05s 2025-12-05 06:32:48.817016 | fa163e02-2909-e15a-00f9-000000000b4b | TASK | get pacemaker status 2025-12-05 06:32:48.867425 | fa163e02-2909-e15a-00f9-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-12-05 06:32:48.868829 | fa163e02-2909-e15a-00f9-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:49.645200 | 0.05s 2025-12-05 06:32:48.894370 | fa163e02-2909-e15a-00f9-000000000b4c | TASK | get docker status 2025-12-05 06:32:48.944066 | fa163e02-2909-e15a-00f9-000000000b4c | SKIPPED | get docker status | standalone 2025-12-05 06:32:48.945288 | fa163e02-2909-e15a-00f9-000000000b4c | TIMING | get docker status | standalone | 0:01:49.721661 | 0.05s 2025-12-05 06:32:48.971352 | fa163e02-2909-e15a-00f9-000000000b4d | TASK | get container_id 2025-12-05 06:32:49.024171 | fa163e02-2909-e15a-00f9-000000000b4d | SKIPPED | get container_id | standalone 2025-12-05 06:32:49.025578 | fa163e02-2909-e15a-00f9-000000000b4d | TIMING | get container_id | standalone | 0:01:49.801950 | 0.05s 2025-12-05 06:32:49.050543 | fa163e02-2909-e15a-00f9-000000000b4e | TASK | get pcs resource name for haproxy container 2025-12-05 06:32:49.095512 | fa163e02-2909-e15a-00f9-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-12-05 06:32:49.097082 | fa163e02-2909-e15a-00f9-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:49.873451 | 0.05s 2025-12-05 06:32:49.125579 | fa163e02-2909-e15a-00f9-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-12-05 06:32:49.177609 | fa163e02-2909-e15a-00f9-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-12-05 06:32:49.178952 | fa163e02-2909-e15a-00f9-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:49.955324 | 0.05s 2025-12-05 06:32:49.205416 | fa163e02-2909-e15a-00f9-000000000b50 | TASK | push certificate content 2025-12-05 06:32:49.246442 | fa163e02-2909-e15a-00f9-000000000b50 | SKIPPED | push certificate content | standalone 2025-12-05 06:32:49.247595 | fa163e02-2909-e15a-00f9-000000000b50 | TIMING | push certificate content | standalone | 0:01:50.023968 | 0.04s 2025-12-05 06:32:49.273044 | fa163e02-2909-e15a-00f9-000000000b52 | TASK | set certificate ownership 2025-12-05 06:32:49.323406 | fa163e02-2909-e15a-00f9-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-12-05 06:32:49.324852 | fa163e02-2909-e15a-00f9-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:50.101223 | 0.05s 2025-12-05 06:32:49.354319 | fa163e02-2909-e15a-00f9-000000000b53 | TASK | reload haproxy if enabled 2025-12-05 06:32:49.404547 | fa163e02-2909-e15a-00f9-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-12-05 06:32:49.405914 | fa163e02-2909-e15a-00f9-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:50.182286 | 0.05s 2025-12-05 06:32:49.432317 | fa163e02-2909-e15a-00f9-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-12-05 06:32:49.484057 | fa163e02-2909-e15a-00f9-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-12-05 06:32:49.485598 | fa163e02-2909-e15a-00f9-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:50.261961 | 0.05s 2025-12-05 06:32:49.512964 | fa163e02-2909-e15a-00f9-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-12-05 06:32:49.565532 | fa163e02-2909-e15a-00f9-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-12-05 06:32:49.566970 | fa163e02-2909-e15a-00f9-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:50.343340 | 0.05s 2025-12-05 06:32:49.593079 | fa163e02-2909-e15a-00f9-000000000b58 | TASK | create persistent directories 2025-12-05 06:32:49.862725 | fa163e02-2909-e15a-00f9-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-12-05 06:32:49.864810 | fa163e02-2909-e15a-00f9-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.641146 | 0.27s 2025-12-05 06:32:50.056037 | fa163e02-2909-e15a-00f9-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-12-05 06:32:50.057674 | fa163e02-2909-e15a-00f9-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.834045 | 0.46s 2025-12-05 06:32:50.070493 | fa163e02-2909-e15a-00f9-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.846860 | 0.48s 2025-12-05 06:32:50.096939 | fa163e02-2909-e15a-00f9-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-12-05 06:32:55.227205 | fa163e02-2909-e15a-00f9-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-12-05 06:32:55.228699 | fa163e02-2909-e15a-00f9-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:56.005074 | 5.13s 2025-12-05 06:32:55.254073 | fa163e02-2909-e15a-00f9-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-12-05 06:32:55.315202 | fa163e02-2909-e15a-00f9-000000000b5a | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.66 seconds", "Notice: Applied catalog in 0.29 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.28", " Catalog application: 0.29", " Config retrieval: 0.78", " Last run: 1764916375", " Total: 0.29", "Version:", " Config: 1764916374", " 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-12-05 06:32:55.316504 | fa163e02-2909-e15a-00f9-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:56.092879 | 0.06s 2025-12-05 06:32:55.341881 | fa163e02-2909-e15a-00f9-000000000b5b | TASK | create persistent directories 2025-12-05 06:32:55.565332 | fa163e02-2909-e15a-00f9-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-05 06:32:55.568059 | fa163e02-2909-e15a-00f9-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.344422 | 0.22s 2025-12-05 06:32:55.775075 | fa163e02-2909-e15a-00f9-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-12-05 06:32:55.776408 | fa163e02-2909-e15a-00f9-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.552784 | 0.43s 2025-12-05 06:32:55.783038 | fa163e02-2909-e15a-00f9-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.559416 | 0.44s 2025-12-05 06:32:55.809190 | fa163e02-2909-e15a-00f9-000000000b5c | TASK | create persistent directories 2025-12-05 06:32:56.050501 | fa163e02-2909-e15a-00f9-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-05 06:32:56.052850 | fa163e02-2909-e15a-00f9-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.829222 | 0.24s 2025-12-05 06:32:56.262687 | fa163e02-2909-e15a-00f9-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-12-05 06:32:56.264520 | fa163e02-2909-e15a-00f9-000000000b5c | TIMING | create persistent directories | standalone | 0:01:57.040895 | 0.45s 2025-12-05 06:32:56.275088 | fa163e02-2909-e15a-00f9-000000000b5c | TIMING | create persistent directories | standalone | 0:01:57.051466 | 0.46s 2025-12-05 06:32:56.301160 | fa163e02-2909-e15a-00f9-000000000b5d | TASK | create persistent directories 2025-12-05 06:32:56.554617 | fa163e02-2909-e15a-00f9-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-05 06:32:56.556870 | fa163e02-2909-e15a-00f9-000000000b5d | TIMING | create persistent directories | standalone | 0:01:57.333241 | 0.25s 2025-12-05 06:32:56.566890 | fa163e02-2909-e15a-00f9-000000000b5d | TIMING | create persistent directories | standalone | 0:01:57.343267 | 0.26s 2025-12-05 06:32:56.595150 | fa163e02-2909-e15a-00f9-000000000b5e | TASK | create persistent directories 2025-12-05 06:32:56.859362 | fa163e02-2909-e15a-00f9-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-12-05 06:32:56.861669 | fa163e02-2909-e15a-00f9-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.638041 | 0.27s 2025-12-05 06:32:57.134519 | fa163e02-2909-e15a-00f9-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-12-05 06:32:57.136028 | fa163e02-2909-e15a-00f9-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.912403 | 0.54s 2025-12-05 06:32:57.357541 | fa163e02-2909-e15a-00f9-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-12-05 06:32:57.358713 | fa163e02-2909-e15a-00f9-000000000b5e | TIMING | create persistent directories | standalone | 0:01:58.135089 | 0.76s 2025-12-05 06:32:57.589547 | fa163e02-2909-e15a-00f9-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-12-05 06:32:57.590277 | fa163e02-2909-e15a-00f9-000000000b5e | TIMING | create persistent directories | standalone | 0:01:58.366661 | 0.99s 2025-12-05 06:32:57.599669 | fa163e02-2909-e15a-00f9-000000000b5e | TIMING | create persistent directories | standalone | 0:01:58.376032 | 1.00s 2025-12-05 06:32:57.629646 | fa163e02-2909-e15a-00f9-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-12-05 06:32:58.077591 | fa163e02-2909-e15a-00f9-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-12-05 06:32:58.079127 | fa163e02-2909-e15a-00f9-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:58.855500 | 0.45s 2025-12-05 06:32:58.105022 | fa163e02-2909-e15a-00f9-000000000b60 | TASK | create fcontext entry for iscsi 2025-12-05 06:32:59.433291 | fa163e02-2909-e15a-00f9-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-05 06:32:59.436387 | fa163e02-2909-e15a-00f9-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.212748 | 1.33s 2025-12-05 06:33:00.621354 | fa163e02-2909-e15a-00f9-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-05 06:33:00.622795 | fa163e02-2909-e15a-00f9-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.399143 | 2.52s 2025-12-05 06:33:01.900108 | fa163e02-2909-e15a-00f9-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-05 06:33:01.901384 | fa163e02-2909-e15a-00f9-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.677760 | 3.79s 2025-12-05 06:33:01.907490 | fa163e02-2909-e15a-00f9-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.683858 | 3.80s 2025-12-05 06:33:01.934574 | fa163e02-2909-e15a-00f9-000000000b61 | TASK | create persistent directories 2025-12-05 06:33:02.185522 | fa163e02-2909-e15a-00f9-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-05 06:33:02.187024 | fa163e02-2909-e15a-00f9-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.963397 | 0.25s 2025-12-05 06:33:02.404114 | fa163e02-2909-e15a-00f9-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-05 06:33:02.405911 | fa163e02-2909-e15a-00f9-000000000b61 | TIMING | create persistent directories | standalone | 0:02:03.182286 | 0.47s 2025-12-05 06:33:02.612947 | fa163e02-2909-e15a-00f9-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-05 06:33:02.614092 | fa163e02-2909-e15a-00f9-000000000b61 | TIMING | create persistent directories | standalone | 0:02:03.390468 | 0.68s 2025-12-05 06:33:02.621157 | fa163e02-2909-e15a-00f9-000000000b61 | TIMING | create persistent directories | standalone | 0:02:03.397525 | 0.69s 2025-12-05 06:33:02.648080 | fa163e02-2909-e15a-00f9-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-12-05 06:33:02.867174 | fa163e02-2909-e15a-00f9-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-12-05 06:33:02.868519 | fa163e02-2909-e15a-00f9-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:03.644892 | 0.22s 2025-12-05 06:33:02.893882 | fa163e02-2909-e15a-00f9-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-12-05 06:33:02.921888 | fa163e02-2909-e15a-00f9-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-12-05 06:33:02.923009 | fa163e02-2909-e15a-00f9-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:03.699382 | 0.03s 2025-12-05 06:33:02.948631 | fa163e02-2909-e15a-00f9-000000000b64 | TASK | Check if iscsi.service is enabled 2025-12-05 06:33:03.190848 | fa163e02-2909-e15a-00f9-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-12-05 06:33:03.192215 | fa163e02-2909-e15a-00f9-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:03.968589 | 0.24s 2025-12-05 06:33:03.217485 | fa163e02-2909-e15a-00f9-000000000b65 | TASK | Stop iscsi.service 2025-12-05 06:33:03.257834 | fa163e02-2909-e15a-00f9-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-12-05 06:33:03.259111 | fa163e02-2909-e15a-00f9-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:04.035483 | 0.04s 2025-12-05 06:33:03.313314 | fa163e02-2909-e15a-00f9-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:04.089681 | 0.03s 2025-12-05 06:33:03.407359 | fa163e02-2909-e15a-00f9-000000001069 | TASK | Install additional packages 2025-12-05 06:33:03.433373 | fa163e02-2909-e15a-00f9-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:04.209741 | 0.03s 2025-12-05 06:33:03.451600 | fa163e02-2909-e15a-00f9-00000000106a | TASK | Remove dracut-config-generic 2025-12-05 06:33:07.278186 | fa163e02-2909-e15a-00f9-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2025-12-05 06:33:07.279591 | fa163e02-2909-e15a-00f9-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:08.055965 | 3.83s 2025-12-05 06:33:07.305236 | fa163e02-2909-e15a-00f9-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-12-05 06:33:07.551590 | fa163e02-2909-e15a-00f9-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-12-05 06:33:07.553240 | fa163e02-2909-e15a-00f9-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:08.329615 | 0.25s 2025-12-05 06:33:07.579384 | fa163e02-2909-e15a-00f9-00000000106c | TASK | Write list of modules to load at boot 2025-12-05 06:33:08.080074 | fa163e02-2909-e15a-00f9-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2025-12-05 06:33:08.081667 | fa163e02-2909-e15a-00f9-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:08.858041 | 0.50s 2025-12-05 06:33:08.108443 | fa163e02-2909-e15a-00f9-00000000106d | TASK | Modules reload 2025-12-05 06:33:08.594577 | fa163e02-2909-e15a-00f9-00000000106d | CHANGED | Modules reload | standalone 2025-12-05 06:33:08.597285 | fa163e02-2909-e15a-00f9-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:09.373654 | 0.49s 2025-12-05 06:33:08.618818 | fa163e02-2909-e15a-00f9-00000000106e | TASK | Set default sysctl options 2025-12-05 06:33:09.120953 | fa163e02-2909-e15a-00f9-00000000106e | CHANGED | Set default sysctl options | standalone 2025-12-05 06:33:09.121999 | fa163e02-2909-e15a-00f9-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:09.898379 | 0.50s 2025-12-05 06:33:09.142997 | fa163e02-2909-e15a-00f9-00000000106f | TASK | Set extra sysctl options 2025-12-05 06:33:09.553556 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-12-05 06:33:09.555541 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.331913 | 0.41s 2025-12-05 06:33:09.767673 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-12-05 06:33:09.769604 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.545981 | 0.63s 2025-12-05 06:33:09.980205 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-12-05 06:33:09.981881 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.758258 | 0.84s 2025-12-05 06:33:10.192900 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-12-05 06:33:10.194944 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.971319 | 1.05s 2025-12-05 06:33:10.460003 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-12-05 06:33:10.461575 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.237951 | 1.32s 2025-12-05 06:33:10.697076 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-12-05 06:33:10.699041 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.475416 | 1.55s 2025-12-05 06:33:10.889671 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-12-05 06:33:10.891582 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.667954 | 1.75s 2025-12-05 06:33:11.135641 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-12-05 06:33:11.137362 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.913737 | 1.99s 2025-12-05 06:33:11.365868 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-12-05 06:33:11.366981 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.143355 | 2.22s 2025-12-05 06:33:11.579881 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-12-05 06:33:11.581130 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.357502 | 2.44s 2025-12-05 06:33:11.820652 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-12-05 06:33:11.822385 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.598756 | 2.68s 2025-12-05 06:33:12.063876 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-12-05 06:33:12.065038 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.841409 | 2.92s 2025-12-05 06:33:12.299865 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-12-05 06:33:12.301044 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.077414 | 3.16s 2025-12-05 06:33:12.538004 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-12-05 06:33:12.539726 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.316098 | 3.40s 2025-12-05 06:33:12.780614 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-12-05 06:33:12.781798 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.558130 | 3.64s 2025-12-05 06:33:12.979279 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-12-05 06:33:12.981320 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.757690 | 3.84s 2025-12-05 06:33:13.201824 | fa163e02-2909-e15a-00f9-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-12-05 06:33:13.203845 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.980215 | 4.06s 2025-12-05 06:33:13.216518 | fa163e02-2909-e15a-00f9-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.992885 | 4.07s 2025-12-05 06:33:13.241024 | fa163e02-2909-e15a-00f9-000000001071 | TASK | Sysctl reload 2025-12-05 06:33:13.721453 | fa163e02-2909-e15a-00f9-000000001071 | CHANGED | Sysctl reload | standalone 2025-12-05 06:33:13.723957 | fa163e02-2909-e15a-00f9-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:14.500324 | 0.48s 2025-12-05 06:33:13.779157 | fa163e02-2909-e15a-00f9-000000000b67 | TASK | create persistent directories 2025-12-05 06:33:14.037400 | fa163e02-2909-e15a-00f9-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-12-05 06:33:14.038396 | fa163e02-2909-e15a-00f9-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.814777 | 0.26s 2025-12-05 06:33:14.194149 | fa163e02-2909-e15a-00f9-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-12-05 06:33:14.196162 | fa163e02-2909-e15a-00f9-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.972536 | 0.41s 2025-12-05 06:33:14.206587 | fa163e02-2909-e15a-00f9-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.982960 | 0.43s 2025-12-05 06:33:14.227468 | fa163e02-2909-e15a-00f9-000000000b68 | TASK | Check if file certs_valid exist 2025-12-05 06:33:14.405806 | fa163e02-2909-e15a-00f9-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-12-05 06:33:14.407141 | fa163e02-2909-e15a-00f9-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:15.183515 | 0.18s 2025-12-05 06:33:14.432597 | fa163e02-2909-e15a-00f9-000000000b69 | TASK | Check if file cert9.db exist 2025-12-05 06:33:14.631706 | fa163e02-2909-e15a-00f9-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-12-05 06:33:14.633335 | fa163e02-2909-e15a-00f9-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:15.409703 | 0.20s 2025-12-05 06:33:14.660032 | fa163e02-2909-e15a-00f9-000000000b6a | TASK | Check if file key4.db exist 2025-12-05 06:33:14.855454 | fa163e02-2909-e15a-00f9-000000000b6a | OK | Check if file key4.db exist | standalone 2025-12-05 06:33:14.856908 | fa163e02-2909-e15a-00f9-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:15.633280 | 0.20s 2025-12-05 06:33:14.906220 | fa163e02-2909-e15a-00f9-000000000b6b | SKIPPED | fail | standalone 2025-12-05 06:33:14.907554 | fa163e02-2909-e15a-00f9-000000000b6b | TIMING | fail | standalone | 0:02:15.683923 | 0.02s 2025-12-05 06:33:14.934240 | fa163e02-2909-e15a-00f9-000000000b6c | TASK | Create persistent directories 2025-12-05 06:33:15.219244 | fa163e02-2909-e15a-00f9-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-05 06:33:15.220118 | fa163e02-2909-e15a-00f9-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.996500 | 0.28s 2025-12-05 06:33:15.445380 | fa163e02-2909-e15a-00f9-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-12-05 06:33:15.447088 | fa163e02-2909-e15a-00f9-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.223465 | 0.51s 2025-12-05 06:33:15.457908 | fa163e02-2909-e15a-00f9-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.234276 | 0.52s 2025-12-05 06:33:15.484391 | fa163e02-2909-e15a-00f9-000000000b6d | TASK | create persistent directories 2025-12-05 06:33:15.697782 | fa163e02-2909-e15a-00f9-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-05 06:33:15.699828 | fa163e02-2909-e15a-00f9-000000000b6d | TIMING | create persistent directories | standalone | 0:02:16.476199 | 0.21s 2025-12-05 06:33:15.710050 | fa163e02-2909-e15a-00f9-000000000b6d | TIMING | create persistent directories | standalone | 0:02:16.486415 | 0.22s 2025-12-05 06:33:15.736250 | fa163e02-2909-e15a-00f9-000000000b6e | TASK | create persistent directories 2025-12-05 06:33:16.016371 | fa163e02-2909-e15a-00f9-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-05 06:33:16.018069 | fa163e02-2909-e15a-00f9-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.794439 | 0.28s 2025-12-05 06:33:16.224883 | fa163e02-2909-e15a-00f9-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-12-05 06:33:16.226608 | fa163e02-2909-e15a-00f9-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.002982 | 0.49s 2025-12-05 06:33:16.236435 | fa163e02-2909-e15a-00f9-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.012809 | 0.50s 2025-12-05 06:33:16.254476 | fa163e02-2909-e15a-00f9-000000000b6f | TASK | create persistent directories 2025-12-05 06:33:16.497056 | fa163e02-2909-e15a-00f9-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-12-05 06:33:16.498632 | fa163e02-2909-e15a-00f9-000000000b6f | TIMING | create persistent directories | standalone | 0:02:17.275012 | 0.24s 2025-12-05 06:33:16.509344 | fa163e02-2909-e15a-00f9-000000000b6f | TIMING | create persistent directories | standalone | 0:02:17.285709 | 0.25s 2025-12-05 06:33:16.537290 | fa163e02-2909-e15a-00f9-000000000b70 | TASK | create persistent directories 2025-12-05 06:33:16.807711 | fa163e02-2909-e15a-00f9-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-12-05 06:33:16.809384 | fa163e02-2909-e15a-00f9-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.585755 | 0.27s 2025-12-05 06:33:17.045997 | fa163e02-2909-e15a-00f9-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-12-05 06:33:17.047949 | fa163e02-2909-e15a-00f9-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.824324 | 0.51s 2025-12-05 06:33:17.268353 | fa163e02-2909-e15a-00f9-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-12-05 06:33:17.269647 | fa163e02-2909-e15a-00f9-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.046021 | 0.73s 2025-12-05 06:33:17.282499 | fa163e02-2909-e15a-00f9-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.058867 | 0.74s 2025-12-05 06:33:17.310026 | fa163e02-2909-e15a-00f9-000000000b71 | TASK | create persistent directories 2025-12-05 06:33:17.562358 | fa163e02-2909-e15a-00f9-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-05 06:33:17.564087 | fa163e02-2909-e15a-00f9-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.340452 | 0.25s 2025-12-05 06:33:17.767944 | fa163e02-2909-e15a-00f9-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-12-05 06:33:17.769973 | fa163e02-2909-e15a-00f9-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.546348 | 0.46s 2025-12-05 06:33:17.780369 | fa163e02-2909-e15a-00f9-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.556738 | 0.47s 2025-12-05 06:33:17.807625 | fa163e02-2909-e15a-00f9-000000000b72 | TASK | create persistent directories 2025-12-05 06:33:18.031359 | fa163e02-2909-e15a-00f9-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-05 06:33:18.032735 | fa163e02-2909-e15a-00f9-000000000b72 | TIMING | create persistent directories | standalone | 0:02:18.809107 | 0.22s 2025-12-05 06:33:18.039242 | fa163e02-2909-e15a-00f9-000000000b72 | TIMING | create persistent directories | standalone | 0:02:18.815611 | 0.23s 2025-12-05 06:33:18.065540 | fa163e02-2909-e15a-00f9-000000000b73 | TASK | creating directory 2025-12-05 06:33:18.275125 | fa163e02-2909-e15a-00f9-000000000b73 | CHANGED | creating directory | standalone 2025-12-05 06:33:18.276490 | fa163e02-2909-e15a-00f9-000000000b73 | TIMING | creating directory | standalone | 0:02:19.052864 | 0.21s 2025-12-05 06:33:18.301450 | fa163e02-2909-e15a-00f9-000000000b74 | TASK | derive pci passthrough whitelist 2025-12-05 06:33:18.732488 | fa163e02-2909-e15a-00f9-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-12-05 06:33:18.733934 | fa163e02-2909-e15a-00f9-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:19.510307 | 0.43s 2025-12-05 06:33:18.759078 | fa163e02-2909-e15a-00f9-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-12-05 06:33:19.551220 | fa163e02-2909-e15a-00f9-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-12-05 06:33:19.552829 | fa163e02-2909-e15a-00f9-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:20.329202 | 0.79s 2025-12-05 06:33:19.578890 | fa163e02-2909-e15a-00f9-000000000b76 | TASK | create /run/netns with temp namespace 2025-12-05 06:33:19.821092 | fa163e02-2909-e15a-00f9-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-12-05 06:33:19.822427 | fa163e02-2909-e15a-00f9-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:20.598801 | 0.24s 2025-12-05 06:33:19.847832 | fa163e02-2909-e15a-00f9-000000000b77 | TASK | remove temp namespace 2025-12-05 06:33:20.088281 | fa163e02-2909-e15a-00f9-000000000b77 | CHANGED | remove temp namespace | standalone 2025-12-05 06:33:20.089214 | fa163e02-2909-e15a-00f9-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:20.865594 | 0.24s 2025-12-05 06:33:20.107138 | fa163e02-2909-e15a-00f9-000000000b78 | TASK | create /var/lib/neutron 2025-12-05 06:33:20.356536 | fa163e02-2909-e15a-00f9-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-12-05 06:33:20.357925 | fa163e02-2909-e15a-00f9-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:21.134301 | 0.25s 2025-12-05 06:33:20.379186 | fa163e02-2909-e15a-00f9-000000000b79 | TASK | set conditions 2025-12-05 06:33:20.405351 | fa163e02-2909-e15a-00f9-000000000b79 | OK | set conditions | standalone 2025-12-05 06:33:20.406283 | fa163e02-2909-e15a-00f9-000000000b79 | TIMING | set conditions | standalone | 0:02:21.182663 | 0.03s 2025-12-05 06:33:20.426668 | fa163e02-2909-e15a-00f9-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-12-05 06:33:20.613655 | fa163e02-2909-e15a-00f9-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-12-05 06:33:20.615444 | fa163e02-2909-e15a-00f9-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:21.391813 | 0.19s 2025-12-05 06:33:20.642080 | fa163e02-2909-e15a-00f9-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-12-05 06:33:21.048738 | fa163e02-2909-e15a-00f9-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-12-05 06:33:21.050237 | fa163e02-2909-e15a-00f9-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:21.826610 | 0.41s 2025-12-05 06:33:21.075752 | fa163e02-2909-e15a-00f9-000000000b7c | TASK | create haproxy kill script 2025-12-05 06:33:21.539282 | fa163e02-2909-e15a-00f9-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-12-05 06:33:21.540690 | fa163e02-2909-e15a-00f9-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:22.317063 | 0.46s 2025-12-05 06:33:21.567286 | fa163e02-2909-e15a-00f9-000000000b7d | TASK | create persistent directories 2025-12-05 06:33:21.826720 | fa163e02-2909-e15a-00f9-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-05 06:33:21.828478 | fa163e02-2909-e15a-00f9-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.604842 | 0.26s 2025-12-05 06:33:22.039532 | fa163e02-2909-e15a-00f9-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-12-05 06:33:22.041377 | fa163e02-2909-e15a-00f9-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.817751 | 0.47s 2025-12-05 06:33:22.051837 | fa163e02-2909-e15a-00f9-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.828202 | 0.48s 2025-12-05 06:33:22.078081 | fa163e02-2909-e15a-00f9-000000000b7e | TASK | create persistent directories 2025-12-05 06:33:22.324046 | fa163e02-2909-e15a-00f9-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-05 06:33:22.326054 | fa163e02-2909-e15a-00f9-000000000b7e | TIMING | create persistent directories | standalone | 0:02:23.102428 | 0.25s 2025-12-05 06:33:22.336362 | fa163e02-2909-e15a-00f9-000000000b7e | TIMING | create persistent directories | standalone | 0:02:23.112732 | 0.26s 2025-12-05 06:33:22.363251 | fa163e02-2909-e15a-00f9-000000000b7f | TASK | create persistent directories 2025-12-05 06:33:22.594414 | fa163e02-2909-e15a-00f9-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-05 06:33:22.596640 | fa163e02-2909-e15a-00f9-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.373013 | 0.23s 2025-12-05 06:33:22.791372 | fa163e02-2909-e15a-00f9-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-12-05 06:33:22.792653 | fa163e02-2909-e15a-00f9-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.569028 | 0.43s 2025-12-05 06:33:22.799705 | fa163e02-2909-e15a-00f9-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.576074 | 0.44s 2025-12-05 06:33:22.826043 | fa163e02-2909-e15a-00f9-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-12-05 06:33:23.025789 | fa163e02-2909-e15a-00f9-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-12-05 06:33:23.027074 | fa163e02-2909-e15a-00f9-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:23.803448 | 0.20s 2025-12-05 06:33:23.053009 | fa163e02-2909-e15a-00f9-000000000b81 | TASK | create persistent directories 2025-12-05 06:33:23.304926 | fa163e02-2909-e15a-00f9-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-05 06:33:23.305820 | fa163e02-2909-e15a-00f9-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.082202 | 0.25s 2025-12-05 06:33:23.523463 | fa163e02-2909-e15a-00f9-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-12-05 06:33:23.525183 | fa163e02-2909-e15a-00f9-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.301559 | 0.47s 2025-12-05 06:33:23.760949 | fa163e02-2909-e15a-00f9-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-12-05 06:33:23.761647 | fa163e02-2909-e15a-00f9-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.538031 | 0.71s 2025-12-05 06:33:23.988946 | fa163e02-2909-e15a-00f9-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-05 06:33:23.990173 | fa163e02-2909-e15a-00f9-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.766548 | 0.94s 2025-12-05 06:33:24.185930 | fa163e02-2909-e15a-00f9-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-12-05 06:33:24.187981 | fa163e02-2909-e15a-00f9-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.964355 | 1.13s 2025-12-05 06:33:24.199378 | fa163e02-2909-e15a-00f9-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.975746 | 1.15s 2025-12-05 06:33:24.227974 | fa163e02-2909-e15a-00f9-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-12-05 06:33:24.649888 | fa163e02-2909-e15a-00f9-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-12-05 06:33:24.651228 | fa163e02-2909-e15a-00f9-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:25.427601 | 0.42s 2025-12-05 06:33:24.676513 | fa163e02-2909-e15a-00f9-000000000b83 | TASK | create tempfiles 2025-12-05 06:33:24.928984 | fa163e02-2909-e15a-00f9-000000000b83 | CHANGED | create tempfiles | standalone 2025-12-05 06:33:24.930619 | fa163e02-2909-e15a-00f9-000000000b83 | TIMING | create tempfiles | standalone | 0:02:25.706993 | 0.25s 2025-12-05 06:33:24.956189 | fa163e02-2909-e15a-00f9-000000000b84 | TASK | Mount Nova NFS Share 2025-12-05 06:33:24.984263 | fa163e02-2909-e15a-00f9-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-12-05 06:33:24.985584 | fa163e02-2909-e15a-00f9-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:25.761956 | 0.03s 2025-12-05 06:33:25.011719 | fa163e02-2909-e15a-00f9-000000000b86 | TASK | check systemd-container package installed or not 2025-12-05 06:33:25.040519 | fa163e02-2909-e15a-00f9-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-12-05 06:33:25.041684 | fa163e02-2909-e15a-00f9-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:25.818054 | 0.03s 2025-12-05 06:33:25.066820 | fa163e02-2909-e15a-00f9-000000000b87 | TASK | get latest package from downloaded package versions 2025-12-05 06:33:25.097739 | fa163e02-2909-e15a-00f9-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-12-05 06:33:25.099053 | fa163e02-2909-e15a-00f9-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:25.875425 | 0.03s 2025-12-05 06:33:25.123705 | fa163e02-2909-e15a-00f9-000000000b88 | TASK | Install systemd-container package on boot 2025-12-05 06:33:25.152569 | fa163e02-2909-e15a-00f9-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-12-05 06:33:25.153876 | fa163e02-2909-e15a-00f9-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:25.930248 | 0.03s 2025-12-05 06:33:25.179273 | fa163e02-2909-e15a-00f9-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-12-05 06:33:25.207323 | fa163e02-2909-e15a-00f9-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-12-05 06:33:25.208451 | fa163e02-2909-e15a-00f9-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:25.984823 | 0.03s 2025-12-05 06:33:25.233515 | fa163e02-2909-e15a-00f9-000000000b8a | TASK | check if install-systemd-container service exists 2025-12-05 06:33:25.263106 | fa163e02-2909-e15a-00f9-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-12-05 06:33:25.264297 | fa163e02-2909-e15a-00f9-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:26.040672 | 0.03s 2025-12-05 06:33:25.290729 | fa163e02-2909-e15a-00f9-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-12-05 06:33:25.318429 | fa163e02-2909-e15a-00f9-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-12-05 06:33:25.319595 | fa163e02-2909-e15a-00f9-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:26.095968 | 0.03s 2025-12-05 06:33:25.344361 | fa163e02-2909-e15a-00f9-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-12-05 06:33:25.374201 | fa163e02-2909-e15a-00f9-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-12-05 06:33:25.375266 | fa163e02-2909-e15a-00f9-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:26.151642 | 0.03s 2025-12-05 06:33:25.400359 | fa163e02-2909-e15a-00f9-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-12-05 06:33:25.430343 | fa163e02-2909-e15a-00f9-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-12-05 06:33:25.431390 | fa163e02-2909-e15a-00f9-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:26.207764 | 0.03s 2025-12-05 06:33:25.456203 | fa163e02-2909-e15a-00f9-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-12-05 06:33:25.486945 | fa163e02-2909-e15a-00f9-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-05 06:33:25.488062 | fa163e02-2909-e15a-00f9-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:26.264436 | 0.03s 2025-12-05 06:33:25.512602 | fa163e02-2909-e15a-00f9-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-12-05 06:33:25.540881 | fa163e02-2909-e15a-00f9-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-05 06:33:25.541964 | fa163e02-2909-e15a-00f9-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:26.318333 | 0.03s 2025-12-05 06:33:25.566571 | fa163e02-2909-e15a-00f9-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-12-05 06:33:25.596502 | fa163e02-2909-e15a-00f9-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-12-05 06:33:25.597569 | fa163e02-2909-e15a-00f9-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:26.373943 | 0.03s 2025-12-05 06:33:25.622356 | fa163e02-2909-e15a-00f9-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-12-05 06:33:25.653520 | fa163e02-2909-e15a-00f9-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-12-05 06:33:25.654793 | fa163e02-2909-e15a-00f9-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:26.431139 | 0.03s 2025-12-05 06:33:25.680590 | fa163e02-2909-e15a-00f9-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-12-05 06:33:25.709932 | fa163e02-2909-e15a-00f9-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-05 06:33:25.711003 | fa163e02-2909-e15a-00f9-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:26.487377 | 0.03s 2025-12-05 06:33:25.735916 | fa163e02-2909-e15a-00f9-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-12-05 06:33:25.765284 | fa163e02-2909-e15a-00f9-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-05 06:33:25.766471 | fa163e02-2909-e15a-00f9-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:26.542844 | 0.03s 2025-12-05 06:33:25.791732 | fa163e02-2909-e15a-00f9-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-12-05 06:33:25.821925 | fa163e02-2909-e15a-00f9-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-12-05 06:33:25.822996 | fa163e02-2909-e15a-00f9-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:26.599371 | 0.03s 2025-12-05 06:33:25.848749 | fa163e02-2909-e15a-00f9-000000000b99 | TASK | install nova-compute delay wrapper script 2025-12-05 06:33:25.898240 | fa163e02-2909-e15a-00f9-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-12-05 06:33:25.899488 | fa163e02-2909-e15a-00f9-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:26.675861 | 0.05s 2025-12-05 06:33:25.924457 | fa163e02-2909-e15a-00f9-000000000b9a | TASK | Is irqbalance enabled 2025-12-05 06:33:25.952386 | fa163e02-2909-e15a-00f9-000000000b9a | OK | Is irqbalance enabled | standalone 2025-12-05 06:33:25.953592 | fa163e02-2909-e15a-00f9-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:26.729965 | 0.03s 2025-12-05 06:33:25.978398 | fa163e02-2909-e15a-00f9-000000000b9b | TASK | disable irqbalance service on compute 2025-12-05 06:33:26.007828 | fa163e02-2909-e15a-00f9-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-12-05 06:33:26.008911 | fa163e02-2909-e15a-00f9-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:26.785285 | 0.03s 2025-12-05 06:33:26.035143 | fa163e02-2909-e15a-00f9-000000000b9c | TASK | create persistent directories 2025-12-05 06:33:26.277849 | fa163e02-2909-e15a-00f9-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-12-05 06:33:26.279979 | fa163e02-2909-e15a-00f9-000000000b9c | TIMING | create persistent directories | standalone | 0:02:27.056350 | 0.24s 2025-12-05 06:33:26.289973 | fa163e02-2909-e15a-00f9-000000000b9c | TIMING | create persistent directories | standalone | 0:02:27.066352 | 0.25s 2025-12-05 06:33:26.315849 | fa163e02-2909-e15a-00f9-000000000b9d | TASK | create libvirt persistent data directories 2025-12-05 06:33:26.583021 | fa163e02-2909-e15a-00f9-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-12-05 06:33:26.584674 | fa163e02-2909-e15a-00f9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.361045 | 0.27s 2025-12-05 06:33:26.824700 | fa163e02-2909-e15a-00f9-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-12-05 06:33:26.826397 | fa163e02-2909-e15a-00f9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.602772 | 0.51s 2025-12-05 06:33:27.086077 | fa163e02-2909-e15a-00f9-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-12-05 06:33:27.087497 | fa163e02-2909-e15a-00f9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.863873 | 0.77s 2025-12-05 06:33:27.331061 | fa163e02-2909-e15a-00f9-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-05 06:33:27.332836 | fa163e02-2909-e15a-00f9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.109213 | 1.02s 2025-12-05 06:33:27.575444 | fa163e02-2909-e15a-00f9-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-12-05 06:33:27.577150 | fa163e02-2909-e15a-00f9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.353527 | 1.26s 2025-12-05 06:33:27.818535 | fa163e02-2909-e15a-00f9-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-05 06:33:27.819227 | fa163e02-2909-e15a-00f9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.595610 | 1.50s 2025-12-05 06:33:28.071408 | fa163e02-2909-e15a-00f9-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-12-05 06:33:28.073311 | fa163e02-2909-e15a-00f9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.849686 | 1.76s 2025-12-05 06:33:28.332285 | fa163e02-2909-e15a-00f9-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-12-05 06:33:28.334553 | fa163e02-2909-e15a-00f9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.110928 | 2.02s 2025-12-05 06:33:28.347256 | fa163e02-2909-e15a-00f9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.123620 | 2.03s 2025-12-05 06:33:28.377233 | fa163e02-2909-e15a-00f9-000000000b9e | TASK | ensure qemu group is present on the host 2025-12-05 06:33:28.801111 | fa163e02-2909-e15a-00f9-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-12-05 06:33:28.802626 | fa163e02-2909-e15a-00f9-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:29.579000 | 0.42s 2025-12-05 06:33:28.827736 | fa163e02-2909-e15a-00f9-000000000b9f | TASK | ensure qemu user is present on the host 2025-12-05 06:33:29.335011 | fa163e02-2909-e15a-00f9-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-12-05 06:33:29.336394 | fa163e02-2909-e15a-00f9-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:30.112768 | 0.51s 2025-12-05 06:33:29.362048 | fa163e02-2909-e15a-00f9-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-12-05 06:33:29.601795 | fa163e02-2909-e15a-00f9-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-12-05 06:33:29.603282 | fa163e02-2909-e15a-00f9-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:30.379655 | 0.24s 2025-12-05 06:33:29.628818 | fa163e02-2909-e15a-00f9-000000000ba1 | TASK | check if libvirt is installed 2025-12-05 06:33:29.860148 | fa163e02-2909-e15a-00f9-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-12-05 06:33:29.861645 | fa163e02-2909-e15a-00f9-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:30.638020 | 0.23s 2025-12-05 06:33:29.887739 | fa163e02-2909-e15a-00f9-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-12-05 06:33:29.930021 | fa163e02-2909-e15a-00f9-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-12-05 06:33:29.935057 | fa163e02-2909-e15a-00f9-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-12-05 06:33:29.942144 | fa163e02-2909-e15a-00f9-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:30.718513 | 0.05s 2025-12-05 06:33:29.967835 | fa163e02-2909-e15a-00f9-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-12-05 06:33:30.392325 | fa163e02-2909-e15a-00f9-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-12-05 06:33:30.393659 | fa163e02-2909-e15a-00f9-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:31.170035 | 0.42s 2025-12-05 06:33:30.418799 | fa163e02-2909-e15a-00f9-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-12-05 06:33:31.417956 | fa163e02-2909-e15a-00f9-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-12-05 06:33:31.419565 | fa163e02-2909-e15a-00f9-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:32.195939 | 1.00s 2025-12-05 06:33:31.446154 | fa163e02-2909-e15a-00f9-000000000ba5 | TASK | remove gnutls-qemu.config 2025-12-05 06:33:31.680267 | fa163e02-2909-e15a-00f9-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2025-12-05 06:33:31.681641 | fa163e02-2909-e15a-00f9-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:32.458015 | 0.23s 2025-12-05 06:33:31.709584 | fa163e02-2909-e15a-00f9-000000000ba6 | TASK | update crypto policies 2025-12-05 06:33:31.739630 | fa163e02-2909-e15a-00f9-000000000ba6 | SKIPPED | update crypto policies | standalone 2025-12-05 06:33:31.740842 | fa163e02-2909-e15a-00f9-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:32.517215 | 0.03s 2025-12-05 06:33:31.767376 | fa163e02-2909-e15a-00f9-000000000ba7 | TASK | Create libvirt persistent data directories 2025-12-05 06:33:32.020312 | fa163e02-2909-e15a-00f9-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-12-05 06:33:32.022462 | fa163e02-2909-e15a-00f9-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:32.798834 | 0.25s 2025-12-05 06:33:32.032535 | fa163e02-2909-e15a-00f9-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:32.808913 | 0.26s 2025-12-05 06:33:32.058414 | fa163e02-2909-e15a-00f9-000000000ba8 | TASK | create persistent directories 2025-12-05 06:33:32.311502 | fa163e02-2909-e15a-00f9-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-05 06:33:32.313125 | fa163e02-2909-e15a-00f9-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:33.089499 | 0.25s 2025-12-05 06:33:32.540101 | fa163e02-2909-e15a-00f9-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-05 06:33:32.540859 | fa163e02-2909-e15a-00f9-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:33.317243 | 0.48s 2025-12-05 06:33:32.548422 | fa163e02-2909-e15a-00f9-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:33.324809 | 0.49s 2025-12-05 06:33:32.565985 | fa163e02-2909-e15a-00f9-000000000ba9 | TASK | Copy in cleanup script 2025-12-05 06:33:32.978048 | fa163e02-2909-e15a-00f9-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2025-12-05 06:33:32.979378 | fa163e02-2909-e15a-00f9-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:33.755754 | 0.41s 2025-12-05 06:33:33.005414 | fa163e02-2909-e15a-00f9-000000000baa | TASK | Copy in cleanup service 2025-12-05 06:33:33.463127 | fa163e02-2909-e15a-00f9-000000000baa | CHANGED | Copy in cleanup service | standalone 2025-12-05 06:33:33.464462 | fa163e02-2909-e15a-00f9-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:34.240837 | 0.46s 2025-12-05 06:33:33.490107 | fa163e02-2909-e15a-00f9-000000000bab | TASK | Enabling the cleanup service 2025-12-05 06:33:34.134398 | fa163e02-2909-e15a-00f9-000000000bab | CHANGED | Enabling the cleanup service | standalone 2025-12-05 06:33:34.136109 | fa163e02-2909-e15a-00f9-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:34.912486 | 0.64s 2025-12-05 06:33:34.160169 | fa163e02-2909-e15a-00f9-000000000bac | TASK | create persistent directories 2025-12-05 06:33:34.403784 | fa163e02-2909-e15a-00f9-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-05 06:33:34.405421 | fa163e02-2909-e15a-00f9-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.181802 | 0.24s 2025-12-05 06:33:34.581825 | fa163e02-2909-e15a-00f9-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-05 06:33:34.582666 | fa163e02-2909-e15a-00f9-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.359048 | 0.42s 2025-12-05 06:33:34.587813 | fa163e02-2909-e15a-00f9-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.364190 | 0.43s 2025-12-05 06:33:34.614235 | fa163e02-2909-e15a-00f9-000000000bad | TASK | set conditions 2025-12-05 06:33:34.642816 | fa163e02-2909-e15a-00f9-000000000bad | OK | set conditions | standalone 2025-12-05 06:33:34.644053 | fa163e02-2909-e15a-00f9-000000000bad | TIMING | set conditions | standalone | 0:02:35.420428 | 0.03s 2025-12-05 06:33:34.670499 | fa163e02-2909-e15a-00f9-000000000bae | TASK | create persistent directories 2025-12-05 06:33:34.911988 | fa163e02-2909-e15a-00f9-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-05 06:33:34.913563 | fa163e02-2909-e15a-00f9-000000000bae | TIMING | create persistent directories | standalone | 0:02:35.689942 | 0.24s 2025-12-05 06:33:35.136835 | fa163e02-2909-e15a-00f9-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-12-05 06:33:35.137634 | fa163e02-2909-e15a-00f9-000000000bae | TIMING | create persistent directories | standalone | 0:02:35.914016 | 0.47s 2025-12-05 06:33:35.606537 | fa163e02-2909-e15a-00f9-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-12-05 06:33:35.608395 | fa163e02-2909-e15a-00f9-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.384771 | 0.94s 2025-12-05 06:33:35.619265 | fa163e02-2909-e15a-00f9-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.395643 | 0.95s 2025-12-05 06:33:35.644987 | fa163e02-2909-e15a-00f9-000000000baf | TASK | ensure /run/octavia is present upon reboot 2025-12-05 06:33:36.063816 | fa163e02-2909-e15a-00f9-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-12-05 06:33:36.065099 | fa163e02-2909-e15a-00f9-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:36.841474 | 0.42s 2025-12-05 06:33:36.090270 | fa163e02-2909-e15a-00f9-000000000bb0 | TASK | create persistent directories 2025-12-05 06:33:36.334470 | fa163e02-2909-e15a-00f9-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-05 06:33:36.336115 | fa163e02-2909-e15a-00f9-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.112486 | 0.24s 2025-12-05 06:33:36.543204 | fa163e02-2909-e15a-00f9-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-12-05 06:33:36.545112 | fa163e02-2909-e15a-00f9-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.321489 | 0.45s 2025-12-05 06:33:36.555573 | fa163e02-2909-e15a-00f9-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.331951 | 0.46s 2025-12-05 06:33:36.581252 | fa163e02-2909-e15a-00f9-000000000bb1 | TASK | create empty log files 2025-12-05 06:33:36.823365 | fa163e02-2909-e15a-00f9-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-12-05 06:33:36.825719 | fa163e02-2909-e15a-00f9-000000000bb1 | TIMING | create empty log files | standalone | 0:02:37.602089 | 0.24s 2025-12-05 06:33:36.990720 | fa163e02-2909-e15a-00f9-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-12-05 06:33:36.991815 | fa163e02-2909-e15a-00f9-000000000bb1 | TIMING | create empty log files | standalone | 0:02:37.768192 | 0.41s 2025-12-05 06:33:36.998379 | fa163e02-2909-e15a-00f9-000000000bb1 | TIMING | create empty log files | standalone | 0:02:37.774758 | 0.42s 2025-12-05 06:33:37.025824 | fa163e02-2909-e15a-00f9-000000000bb2 | TASK | create persistent directories 2025-12-05 06:33:37.254344 | fa163e02-2909-e15a-00f9-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-05 06:33:37.256198 | fa163e02-2909-e15a-00f9-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:38.032564 | 0.23s 2025-12-05 06:33:37.264796 | fa163e02-2909-e15a-00f9-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:38.041141 | 0.24s 2025-12-05 06:33:37.290461 | fa163e02-2909-e15a-00f9-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2025-12-05 06:33:40.172879 | fa163e02-2909-e15a-00f9-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2025-12-05 06:33:40.174382 | fa163e02-2909-e15a-00f9-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:40.950757 | 2.88s 2025-12-05 06:33:40.222316 | fa163e02-2909-e15a-00f9-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:40.998682 | 0.02s 2025-12-05 06:33:40.285301 | fa163e02-2909-e15a-00f9-000000001297 | TASK | Gather variables for each operating system 2025-12-05 06:33:40.406833 | fa163e02-2909-e15a-00f9-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:41.183190 | 0.12s 2025-12-05 06:33:40.433174 | fa163e02-2909-e15a-00f9-000000001298 | TASK | Set packages facts 2025-12-05 06:33:40.477288 | fa163e02-2909-e15a-00f9-000000001298 | OK | Set packages facts | standalone 2025-12-05 06:33:40.478575 | fa163e02-2909-e15a-00f9-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:41.254950 | 0.04s 2025-12-05 06:33:40.504232 | fa163e02-2909-e15a-00f9-000000001299 | TASK | Manage package 2025-12-05 06:33:40.562566 | fa163e02-2909-e15a-00f9-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2025-12-05 06:33:40.577843 | fa163e02-2909-e15a-00f9-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2025-12-05 06:33:40.594183 | fa163e02-2909-e15a-00f9-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2025-12-05 06:33:45.307381 | fa163e02-2909-e15a-00f9-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:46.083739 | 4.80s 2025-12-05 06:33:45.326715 | fa163e02-2909-e15a-00f9-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2025-12-05 06:33:45.335538 | fa163e02-2909-e15a-00f9-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:46.111901 | 4.83s 2025-12-05 06:33:45.385348 | fa163e02-2909-e15a-00f9-000000000bb7 | TASK | create fcontext for rabbitmq data 2025-12-05 06:33:46.704373 | fa163e02-2909-e15a-00f9-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2025-12-05 06:33:46.706153 | fa163e02-2909-e15a-00f9-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:47.482527 | 1.32s 2025-12-05 06:33:46.733709 | fa163e02-2909-e15a-00f9-000000000bb8 | TASK | create persistent directories 2025-12-05 06:33:46.999538 | fa163e02-2909-e15a-00f9-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-12-05 06:33:47.001861 | fa163e02-2909-e15a-00f9-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:47.778228 | 0.27s 2025-12-05 06:33:47.199882 | fa163e02-2909-e15a-00f9-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-12-05 06:33:47.201118 | fa163e02-2909-e15a-00f9-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:47.977495 | 0.47s 2025-12-05 06:33:47.208138 | fa163e02-2909-e15a-00f9-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:47.984515 | 0.47s 2025-12-05 06:33:47.239683 | fa163e02-2909-e15a-00f9-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-12-05 06:33:47.502985 | fa163e02-2909-e15a-00f9-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-12-05 06:33:47.504340 | fa163e02-2909-e15a-00f9-000000000bb9 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:48.280714 | 0.26s 2025-12-05 06:33:47.530104 | fa163e02-2909-e15a-00f9-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-12-05 06:33:47.558397 | fa163e02-2909-e15a-00f9-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-12-05 06:33:47.559503 | fa163e02-2909-e15a-00f9-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:48.335875 | 0.03s 2025-12-05 06:33:47.584499 | fa163e02-2909-e15a-00f9-000000000bbb | TASK | Remove existing entries from logind conf 2025-12-05 06:33:47.827097 | fa163e02-2909-e15a-00f9-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2025-12-05 06:33:47.828434 | fa163e02-2909-e15a-00f9-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:48.604810 | 0.24s 2025-12-05 06:33:47.853594 | fa163e02-2909-e15a-00f9-000000000bbc | TASK | Make sure systemd-logind ignores power off 2025-12-05 06:33:48.077548 | fa163e02-2909-e15a-00f9-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-12-05 06:33:48.078901 | fa163e02-2909-e15a-00f9-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:48.855275 | 0.22s 2025-12-05 06:33:48.104877 | fa163e02-2909-e15a-00f9-000000000bbd | TASK | Restart systemd-logind 2025-12-05 06:33:48.628624 | fa163e02-2909-e15a-00f9-000000000bbd | CHANGED | Restart systemd-logind | standalone 2025-12-05 06:33:48.630486 | fa163e02-2909-e15a-00f9-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:49.406861 | 0.52s 2025-12-05 06:33:48.661234 | fa163e02-2909-e15a-00f9-000000000bbe | 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-12-05 06:33:48.732638 | fa163e02-2909-e15a-00f9-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-12-05 06:33:48.733829 | fa163e02-2909-e15a-00f9-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:49.510190 | 0.07s 2025-12-05 06:33:48.760139 | fa163e02-2909-e15a-00f9-000000000bbf | 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-12-05 06:33:48.822427 | fa163e02-2909-e15a-00f9-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-12-05 06:33:48.823519 | fa163e02-2909-e15a-00f9-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:49.599884 | 0.06s 2025-12-05 06:33:48.850958 | fa163e02-2909-e15a-00f9-000000000bc0 | TASK | create persistent logs directory 2025-12-05 06:33:49.109116 | fa163e02-2909-e15a-00f9-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-12-05 06:33:49.110832 | fa163e02-2909-e15a-00f9-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:49.887198 | 0.26s 2025-12-05 06:33:49.319993 | fa163e02-2909-e15a-00f9-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-12-05 06:33:49.321854 | fa163e02-2909-e15a-00f9-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:50.098229 | 0.47s 2025-12-05 06:33:49.332657 | fa163e02-2909-e15a-00f9-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:50.109019 | 0.48s 2025-12-05 06:33:49.360066 | fa163e02-2909-e15a-00f9-000000000bc2 | TASK | Set login facts 2025-12-05 06:33:49.392179 | fa163e02-2909-e15a-00f9-000000000bc2 | OK | Set login facts | standalone 2025-12-05 06:33:49.393611 | fa163e02-2909-e15a-00f9-000000000bc2 | TIMING | Set login facts | standalone | 0:02:50.169985 | 0.03s 2025-12-05 06:33:49.420243 | fa163e02-2909-e15a-00f9-000000000bc3 | TASK | Convert logins json to dict 2025-12-05 06:33:49.465034 | fa163e02-2909-e15a-00f9-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2025-12-05 06:33:49.466694 | fa163e02-2909-e15a-00f9-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:50.243060 | 0.04s 2025-12-05 06:33:49.492492 | fa163e02-2909-e15a-00f9-000000000bc4 | TASK | Set registry logins 2025-12-05 06:33:49.537726 | fa163e02-2909-e15a-00f9-000000000bc4 | SKIPPED | Set registry logins | standalone 2025-12-05 06:33:49.539093 | fa163e02-2909-e15a-00f9-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:50.315465 | 0.04s 2025-12-05 06:33:49.566662 | fa163e02-2909-e15a-00f9-000000000bc5 | TASK | Run podman install 2025-12-05 06:33:49.595694 | fa163e02-2909-e15a-00f9-000000000bc5 | TIMING | Run podman install | standalone | 0:02:50.372061 | 0.03s 2025-12-05 06:33:49.680908 | fa163e02-2909-e15a-00f9-000000001329 | TASK | Gather variables for each operating system 2025-12-05 06:33:49.823453 | fa163e02-2909-e15a-00f9-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-12-05 06:33:49.825057 | fa163e02-2909-e15a-00f9-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:50.601429 | 0.14s 2025-12-05 06:33:49.835038 | fa163e02-2909-e15a-00f9-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:50.611413 | 0.15s 2025-12-05 06:33:49.861204 | fa163e02-2909-e15a-00f9-00000000132b | TASK | ensure podman and deps are installed 2025-12-05 06:33:52.885665 | fa163e02-2909-e15a-00f9-00000000132b | OK | ensure podman and deps are installed | standalone 2025-12-05 06:33:52.887183 | fa163e02-2909-e15a-00f9-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:53.663555 | 3.02s 2025-12-05 06:33:52.914520 | fa163e02-2909-e15a-00f9-00000000132c | TASK | Ensure we get the ansible interfaces facts 2025-12-05 06:33:53.466526 | fa163e02-2909-e15a-00f9-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2025-12-05 06:33:53.467812 | fa163e02-2909-e15a-00f9-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:54.244185 | 0.55s 2025-12-05 06:33:53.494014 | fa163e02-2909-e15a-00f9-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-12-05 06:33:53.524231 | fa163e02-2909-e15a-00f9-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-12-05 06:33:53.525290 | fa163e02-2909-e15a-00f9-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:54.301663 | 0.03s 2025-12-05 06:33:53.551217 | fa163e02-2909-e15a-00f9-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2025-12-05 06:33:53.590340 | fa163e02-2909-e15a-00f9-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-12-05 06:33:53.591457 | fa163e02-2909-e15a-00f9-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:54.367831 | 0.04s 2025-12-05 06:33:53.617216 | fa163e02-2909-e15a-00f9-000000001330 | TASK | Update default network configuration if possible 2025-12-05 06:33:53.656288 | fa163e02-2909-e15a-00f9-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2025-12-05 06:33:53.657463 | fa163e02-2909-e15a-00f9-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:54.433830 | 0.04s 2025-12-05 06:33:53.685713 | fa163e02-2909-e15a-00f9-000000001332 | TASK | Make sure /etc/containers/networks exists 2025-12-05 06:33:53.930192 | fa163e02-2909-e15a-00f9-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2025-12-05 06:33:53.931640 | fa163e02-2909-e15a-00f9-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:54.708013 | 0.24s 2025-12-05 06:33:53.958156 | fa163e02-2909-e15a-00f9-000000001333 | TASK | Get current podman network 2025-12-05 06:33:54.276500 | fa163e02-2909-e15a-00f9-000000001333 | CHANGED | Get current podman network | standalone 2025-12-05 06:33:54.277967 | fa163e02-2909-e15a-00f9-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:55.054341 | 0.32s 2025-12-05 06:33:54.304631 | fa163e02-2909-e15a-00f9-000000001334 | TASK | Update the default network configuration 2025-12-05 06:33:54.885584 | fa163e02-2909-e15a-00f9-000000001334 | CHANGED | Update the default network configuration | standalone 2025-12-05 06:33:54.887087 | fa163e02-2909-e15a-00f9-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:55.663460 | 0.58s 2025-12-05 06:33:54.914540 | fa163e02-2909-e15a-00f9-000000001335 | TASK | Write containers registries.conf 2025-12-05 06:33:55.405182 | fa163e02-2909-e15a-00f9-000000001335 | CHANGED | Write containers registries.conf | standalone 2025-12-05 06:33:55.406642 | fa163e02-2909-e15a-00f9-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:56.183016 | 0.49s 2025-12-05 06:33:55.433090 | fa163e02-2909-e15a-00f9-000000001336 | TASK | Write containers.conf 2025-12-05 06:33:55.694717 | fa163e02-2909-e15a-00f9-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-12-05 06:33:55.696441 | fa163e02-2909-e15a-00f9-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.472812 | 0.26s 2025-12-05 06:33:55.909396 | fa163e02-2909-e15a-00f9-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-12-05 06:33:55.911188 | fa163e02-2909-e15a-00f9-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.687564 | 0.48s 2025-12-05 06:33:56.115815 | fa163e02-2909-e15a-00f9-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-12-05 06:33:56.117819 | fa163e02-2909-e15a-00f9-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.894193 | 0.68s 2025-12-05 06:33:56.336206 | fa163e02-2909-e15a-00f9-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-12-05 06:33:56.337430 | fa163e02-2909-e15a-00f9-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.113804 | 0.90s 2025-12-05 06:33:56.345193 | fa163e02-2909-e15a-00f9-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.121562 | 0.91s 2025-12-05 06:33:56.373884 | fa163e02-2909-e15a-00f9-000000001337 | TASK | Enable podman.socket service 2025-12-05 06:33:56.403563 | fa163e02-2909-e15a-00f9-000000001337 | SKIPPED | Enable podman.socket service | standalone 2025-12-05 06:33:56.404950 | fa163e02-2909-e15a-00f9-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:57.181289 | 0.03s 2025-12-05 06:33:56.463960 | fa163e02-2909-e15a-00f9-000000000bc6 | TASK | Run podman login 2025-12-05 06:33:56.492590 | fa163e02-2909-e15a-00f9-000000000bc6 | TIMING | Run podman login | standalone | 0:02:57.268956 | 0.03s 2025-12-05 06:33:56.575886 | fa163e02-2909-e15a-00f9-000000001437 | TASK | Perform container registry login(s) with podman 2025-12-05 06:33:56.606386 | fa163e02-2909-e15a-00f9-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:57.382754 | 0.03s 2025-12-05 06:33:56.645162 | fa163e02-2909-e15a-00f9-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-12-05 06:33:57.149866 | fa163e02-2909-e15a-00f9-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-12-05 06:33:57.151267 | fa163e02-2909-e15a-00f9-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:57.927640 | 0.51s 2025-12-05 06:33:57.178584 | fa163e02-2909-e15a-00f9-000000000bc9 | TASK | create persistent directories 2025-12-05 06:33:57.439426 | fa163e02-2909-e15a-00f9-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-12-05 06:33:57.441608 | fa163e02-2909-e15a-00f9-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:58.217979 | 0.26s 2025-12-05 06:33:57.643366 | fa163e02-2909-e15a-00f9-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-12-05 06:33:57.645237 | fa163e02-2909-e15a-00f9-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:58.421613 | 0.47s 2025-12-05 06:33:57.865993 | fa163e02-2909-e15a-00f9-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-12-05 06:33:57.867063 | fa163e02-2909-e15a-00f9-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:58.643440 | 0.69s 2025-12-05 06:33:57.875002 | fa163e02-2909-e15a-00f9-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:58.651369 | 0.70s 2025-12-05 06:33:57.896152 | fa163e02-2909-e15a-00f9-000000000bca | TASK | ensure /run/redis is present upon reboot 2025-12-05 06:33:58.363000 | fa163e02-2909-e15a-00f9-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-12-05 06:33:58.364014 | fa163e02-2909-e15a-00f9-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:59.140393 | 0.47s 2025-12-05 06:33:58.384923 | fa163e02-2909-e15a-00f9-000000000bcb | TASK | Ensure rsyslog is installed 2025-12-05 06:34:01.301625 | fa163e02-2909-e15a-00f9-000000000bcb | OK | Ensure rsyslog is installed | standalone 2025-12-05 06:34:01.303629 | fa163e02-2909-e15a-00f9-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:02.079997 | 2.92s 2025-12-05 06:34:01.331931 | fa163e02-2909-e15a-00f9-000000000bcc | TASK | Ensure rsyslog is enabled and started 2025-12-05 06:34:01.738934 | fa163e02-2909-e15a-00f9-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2025-12-05 06:34:01.741039 | fa163e02-2909-e15a-00f9-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:02.517409 | 0.41s 2025-12-05 06:34:01.794554 | fa163e02-2909-e15a-00f9-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:02.570917 | 0.03s 2025-12-05 06:34:01.871524 | fa163e02-2909-e15a-00f9-000000001552 | TASK | Gather variables for each operating system 2025-12-05 06:34:01.990880 | fa163e02-2909-e15a-00f9-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-12-05 06:34:01.992682 | fa163e02-2909-e15a-00f9-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:02.769040 | 0.12s 2025-12-05 06:34:01.999684 | fa163e02-2909-e15a-00f9-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:02.776042 | 0.13s 2025-12-05 06:34:02.028576 | fa163e02-2909-e15a-00f9-000000001554 | TASK | Install the OpenSSH server 2025-12-05 06:34:04.953403 | fa163e02-2909-e15a-00f9-000000001554 | OK | Install the OpenSSH server | standalone 2025-12-05 06:34:04.955299 | fa163e02-2909-e15a-00f9-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:05.731667 | 2.93s 2025-12-05 06:34:04.983654 | fa163e02-2909-e15a-00f9-000000001555 | TASK | Start sshd 2025-12-05 06:34:05.015391 | fa163e02-2909-e15a-00f9-000000001555 | SKIPPED | Start sshd | standalone 2025-12-05 06:34:05.017968 | fa163e02-2909-e15a-00f9-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:05.794338 | 0.03s 2025-12-05 06:34:05.046270 | fa163e02-2909-e15a-00f9-000000001556 | TASK | PasswordAuthentication notice 2025-12-05 06:34:05.076547 | fa163e02-2909-e15a-00f9-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2025-12-05 06:34:05.078067 | fa163e02-2909-e15a-00f9-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:05.854436 | 0.03s 2025-12-05 06:34:05.106547 | fa163e02-2909-e15a-00f9-000000001557 | TASK | PasswordAuthentication duplication notice 2025-12-05 06:34:05.140886 | fa163e02-2909-e15a-00f9-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-12-05 06:34:05.142213 | fa163e02-2909-e15a-00f9-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:05.918581 | 0.03s 2025-12-05 06:34:05.168389 | fa163e02-2909-e15a-00f9-000000001558 | TASK | Motd duplication notice 2025-12-05 06:34:05.212595 | fa163e02-2909-e15a-00f9-000000001558 | 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-12-05 06:34:05.213348 | fa163e02-2909-e15a-00f9-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:05.989729 | 0.04s 2025-12-05 06:34:05.231436 | fa163e02-2909-e15a-00f9-000000001559 | TASK | Configure the banner text 2025-12-05 06:34:05.269422 | fa163e02-2909-e15a-00f9-000000001559 | SKIPPED | Configure the banner text | standalone 2025-12-05 06:34:05.270643 | fa163e02-2909-e15a-00f9-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:06.047013 | 0.04s 2025-12-05 06:34:05.297538 | fa163e02-2909-e15a-00f9-00000000155a | TASK | Configure the motd banner 2025-12-05 06:34:05.331877 | fa163e02-2909-e15a-00f9-00000000155a | SKIPPED | Configure the motd banner | standalone 2025-12-05 06:34:05.333328 | fa163e02-2909-e15a-00f9-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:06.109691 | 0.03s 2025-12-05 06:34:05.359428 | fa163e02-2909-e15a-00f9-00000000155b | TASK | Update sshd configuration options from vars 2025-12-05 06:34:05.390562 | fa163e02-2909-e15a-00f9-00000000155b | OK | Update sshd configuration options from vars | standalone 2025-12-05 06:34:05.391931 | fa163e02-2909-e15a-00f9-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:06.168304 | 0.03s 2025-12-05 06:34:05.418089 | fa163e02-2909-e15a-00f9-00000000155c | TASK | Adjust ssh server configuration 2025-12-05 06:34:05.996303 | fa163e02-2909-e15a-00f9-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2025-12-05 06:34:05.998284 | fa163e02-2909-e15a-00f9-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:06.774653 | 0.58s 2025-12-05 06:34:06.025078 | fa163e02-2909-e15a-00f9-00000000155d | TASK | Restart sshd 2025-12-05 06:34:06.478185 | fa163e02-2909-e15a-00f9-00000000155d | CHANGED | Restart sshd | standalone 2025-12-05 06:34:06.480516 | fa163e02-2909-e15a-00f9-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:07.256885 | 0.45s 2025-12-05 06:34:06.532355 | fa163e02-2909-e15a-00f9-000000000bce | TASK | create persistent directories 2025-12-05 06:34:06.818777 | fa163e02-2909-e15a-00f9-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-05 06:34:06.821539 | fa163e02-2909-e15a-00f9-000000000bce | TIMING | create persistent directories | standalone | 0:03:07.597899 | 0.29s 2025-12-05 06:34:07.089159 | fa163e02-2909-e15a-00f9-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-12-05 06:34:07.091840 | fa163e02-2909-e15a-00f9-000000000bce | TIMING | create persistent directories | standalone | 0:03:07.868208 | 0.56s 2025-12-05 06:34:07.326418 | fa163e02-2909-e15a-00f9-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-05 06:34:07.328219 | fa163e02-2909-e15a-00f9-000000000bce | TIMING | create persistent directories | standalone | 0:03:08.104593 | 0.79s 2025-12-05 06:34:07.339116 | fa163e02-2909-e15a-00f9-000000000bce | TIMING | create persistent directories | standalone | 0:03:08.115477 | 0.81s 2025-12-05 06:34:07.366049 | fa163e02-2909-e15a-00f9-000000000bcf | TASK | create persistent directories 2025-12-05 06:34:07.645469 | fa163e02-2909-e15a-00f9-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-05 06:34:07.647341 | fa163e02-2909-e15a-00f9-000000000bcf | TIMING | create persistent directories | standalone | 0:03:08.423711 | 0.28s 2025-12-05 06:34:07.881808 | fa163e02-2909-e15a-00f9-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-12-05 06:34:07.883734 | fa163e02-2909-e15a-00f9-000000000bcf | TIMING | create persistent directories | standalone | 0:03:08.660109 | 0.52s 2025-12-05 06:34:08.112217 | fa163e02-2909-e15a-00f9-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-05 06:34:08.113477 | fa163e02-2909-e15a-00f9-000000000bcf | TIMING | create persistent directories | standalone | 0:03:08.889852 | 0.75s 2025-12-05 06:34:08.131750 | fa163e02-2909-e15a-00f9-000000000bcf | TIMING | create persistent directories | standalone | 0:03:08.908128 | 0.76s 2025-12-05 06:34:08.158019 | fa163e02-2909-e15a-00f9-000000000bd0 | TASK | Set swift_use_local_disks fact 2025-12-05 06:34:08.190033 | fa163e02-2909-e15a-00f9-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2025-12-05 06:34:08.191221 | fa163e02-2909-e15a-00f9-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:08.967595 | 0.03s 2025-12-05 06:34:08.216370 | fa163e02-2909-e15a-00f9-000000000bd1 | TASK | Set use_node_data_lookup fact 2025-12-05 06:34:08.248493 | fa163e02-2909-e15a-00f9-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2025-12-05 06:34:08.249687 | fa163e02-2909-e15a-00f9-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:09.026061 | 0.03s 2025-12-05 06:34:08.275968 | fa163e02-2909-e15a-00f9-000000000bd2 | TASK | Create Swift d1 directory if needed 2025-12-05 06:34:08.506641 | fa163e02-2909-e15a-00f9-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2025-12-05 06:34:08.508065 | fa163e02-2909-e15a-00f9-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:09.284439 | 0.23s 2025-12-05 06:34:08.533676 | fa163e02-2909-e15a-00f9-000000000bd3 | TASK | Set fact for SwiftRawDisks 2025-12-05 06:34:08.573032 | fa163e02-2909-e15a-00f9-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2025-12-05 06:34:08.574184 | fa163e02-2909-e15a-00f9-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:09.350559 | 0.04s 2025-12-05 06:34:08.599820 | fa163e02-2909-e15a-00f9-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2025-12-05 06:34:08.628228 | fa163e02-2909-e15a-00f9-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-12-05 06:34:08.629352 | fa163e02-2909-e15a-00f9-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:09.405725 | 0.03s 2025-12-05 06:34:08.655695 | fa163e02-2909-e15a-00f9-000000000bd5 | TASK | Set fact for swift_raw_disks 2025-12-05 06:34:08.700440 | fa163e02-2909-e15a-00f9-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-12-05 06:34:08.701881 | fa163e02-2909-e15a-00f9-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:09.478252 | 0.04s 2025-12-05 06:34:08.728109 | fa163e02-2909-e15a-00f9-000000000bd6 | TASK | Format SwiftRawDisks 2025-12-05 06:34:08.757643 | fa163e02-2909-e15a-00f9-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:09.534007 | 0.03s 2025-12-05 06:34:08.783722 | fa163e02-2909-e15a-00f9-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-12-05 06:34:08.834208 | fa163e02-2909-e15a-00f9-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-12-05 06:34:08.835603 | fa163e02-2909-e15a-00f9-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:09.611973 | 0.05s 2025-12-05 06:34:08.861407 | fa163e02-2909-e15a-00f9-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2025-12-05 06:34:08.892831 | fa163e02-2909-e15a-00f9-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:09.669191 | 0.03s 2025-12-05 06:34:08.920522 | fa163e02-2909-e15a-00f9-000000000bd9 | TASK | Check for NTP service 2025-12-05 06:34:09.194560 | fa163e02-2909-e15a-00f9-000000000bd9 | CHANGED | Check for NTP service | standalone 2025-12-05 06:34:09.195988 | fa163e02-2909-e15a-00f9-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:09.972362 | 0.27s 2025-12-05 06:34:09.223105 | fa163e02-2909-e15a-00f9-000000000bda | TASK | Disable NTP before configuring Chrony 2025-12-05 06:34:09.272421 | fa163e02-2909-e15a-00f9-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-05 06:34:09.273720 | fa163e02-2909-e15a-00f9-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:10.050092 | 0.05s 2025-12-05 06:34:09.299895 | fa163e02-2909-e15a-00f9-000000000bdb | TASK | Install, Configure and Run Chrony 2025-12-05 06:34:09.328376 | fa163e02-2909-e15a-00f9-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:10.104735 | 0.03s 2025-12-05 06:34:09.429683 | fa163e02-2909-e15a-00f9-0000000016ee | TASK | Load distro-specific variables 2025-12-05 06:34:09.455706 | fa163e02-2909-e15a-00f9-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.232077 | 0.03s 2025-12-05 06:34:09.469720 | 59e38802-50a1-481d-9bd4-d7f4cba2a09f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-05 06:34:09.495721 | fa163e02-2909-e15a-00f9-0000000017d3 | TASK | Load distro-specific variables 2025-12-05 06:34:09.550282 | fa163e02-2909-e15a-00f9-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 06:34:09.551577 | fa163e02-2909-e15a-00f9-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.327941 | 0.05s 2025-12-05 06:34:09.557909 | fa163e02-2909-e15a-00f9-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.334286 | 0.06s 2025-12-05 06:34:09.583579 | fa163e02-2909-e15a-00f9-0000000016ef | TASK | Install chronyd 2025-12-05 06:34:09.614971 | fa163e02-2909-e15a-00f9-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:10.391336 | 0.03s 2025-12-05 06:34:09.640128 | e0f2f479-550a-4fa1-9c16-817b0e4f18c7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-12-05 06:34:09.672369 | fa163e02-2909-e15a-00f9-00000000180c | TASK | Load distro-specific variables 2025-12-05 06:34:09.698942 | fa163e02-2909-e15a-00f9-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.475315 | 0.03s 2025-12-05 06:34:09.710274 | 6f40e089-f833-4484-8c86-3b5c12b812be | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-05 06:34:09.735427 | fa163e02-2909-e15a-00f9-000000001853 | TASK | Load distro-specific variables 2025-12-05 06:34:09.792202 | fa163e02-2909-e15a-00f9-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 06:34:09.794457 | fa163e02-2909-e15a-00f9-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.570827 | 0.06s 2025-12-05 06:34:09.805192 | fa163e02-2909-e15a-00f9-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.581569 | 0.07s 2025-12-05 06:34:09.831202 | fa163e02-2909-e15a-00f9-00000000180d | TASK | Check for NTP service 2025-12-05 06:34:10.083454 | fa163e02-2909-e15a-00f9-00000000180d | CHANGED | Check for NTP service | standalone 2025-12-05 06:34:10.085259 | fa163e02-2909-e15a-00f9-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:10.861627 | 0.25s 2025-12-05 06:34:10.112545 | fa163e02-2909-e15a-00f9-00000000180e | TASK | Disable NTP before configuring Chrony 2025-12-05 06:34:10.164892 | fa163e02-2909-e15a-00f9-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-05 06:34:10.166512 | fa163e02-2909-e15a-00f9-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:10.942879 | 0.05s 2025-12-05 06:34:10.195657 | fa163e02-2909-e15a-00f9-00000000180f | TASK | Install chronyd package 2025-12-05 06:34:13.370291 | fa163e02-2909-e15a-00f9-00000000180f | OK | Install chronyd package | standalone 2025-12-05 06:34:13.371674 | fa163e02-2909-e15a-00f9-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:14.148048 | 3.17s 2025-12-05 06:34:13.399206 | fa163e02-2909-e15a-00f9-0000000016f0 | TASK | Upgrade chronyd 2025-12-05 06:34:13.428433 | fa163e02-2909-e15a-00f9-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2025-12-05 06:34:13.429701 | fa163e02-2909-e15a-00f9-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:14.206072 | 0.03s 2025-12-05 06:34:13.455363 | fa163e02-2909-e15a-00f9-0000000016f1 | TASK | Configure chronyd 2025-12-05 06:34:13.492927 | fa163e02-2909-e15a-00f9-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:14.269291 | 0.04s 2025-12-05 06:34:13.513855 | 11072b27-1f23-4d8a-b379-710444eef524 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-12-05 06:34:13.552698 | fa163e02-2909-e15a-00f9-00000000188c | TASK | Load distro-specific variables 2025-12-05 06:34:13.580111 | fa163e02-2909-e15a-00f9-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.356479 | 0.03s 2025-12-05 06:34:13.590773 | 27c05837-daec-4787-8b79-9ddfe8f86f51 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-05 06:34:13.613199 | fa163e02-2909-e15a-00f9-0000000018f8 | TASK | Load distro-specific variables 2025-12-05 06:34:13.679630 | fa163e02-2909-e15a-00f9-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 06:34:13.681176 | fa163e02-2909-e15a-00f9-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.457546 | 0.07s 2025-12-05 06:34:13.693101 | fa163e02-2909-e15a-00f9-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.469472 | 0.08s 2025-12-05 06:34:13.718728 | fa163e02-2909-e15a-00f9-00000000188d | TASK | Install chrony configuration file 2025-12-05 06:34:14.333369 | fa163e02-2909-e15a-00f9-00000000188d | OK | Install chrony configuration file | standalone 2025-12-05 06:34:14.334847 | fa163e02-2909-e15a-00f9-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:15.111215 | 0.61s 2025-12-05 06:34:14.361181 | fa163e02-2909-e15a-00f9-0000000016f2 | TASK | Run chronyd 2025-12-05 06:34:14.393490 | fa163e02-2909-e15a-00f9-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:15.169855 | 0.03s 2025-12-05 06:34:14.415643 | b1f2f5ce-4125-48cd-a1b3-56495d936d83 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-12-05 06:34:14.456045 | fa163e02-2909-e15a-00f9-00000000191b | TASK | Load distro-specific variables 2025-12-05 06:34:14.482598 | fa163e02-2909-e15a-00f9-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.258969 | 0.03s 2025-12-05 06:34:14.493659 | f9f49b90-2f29-4cb3-8604-9dafb310ec3d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-05 06:34:14.518223 | fa163e02-2909-e15a-00f9-00000000199f | TASK | Load distro-specific variables 2025-12-05 06:34:14.575227 | fa163e02-2909-e15a-00f9-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 06:34:14.577425 | fa163e02-2909-e15a-00f9-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.353791 | 0.06s 2025-12-05 06:34:14.587489 | fa163e02-2909-e15a-00f9-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.363857 | 0.07s 2025-12-05 06:34:14.613642 | fa163e02-2909-e15a-00f9-00000000191c | TASK | Ensure chronyd is running 2025-12-05 06:34:15.034481 | fa163e02-2909-e15a-00f9-00000000191c | OK | Ensure chronyd is running | standalone 2025-12-05 06:34:15.035614 | fa163e02-2909-e15a-00f9-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:15.811996 | 0.42s 2025-12-05 06:34:15.061319 | fa163e02-2909-e15a-00f9-00000000191d | TASK | Force chronyd restart 2025-12-05 06:34:15.105559 | fa163e02-2909-e15a-00f9-00000000191d | SKIPPED | Force chronyd restart | standalone 2025-12-05 06:34:15.106845 | fa163e02-2909-e15a-00f9-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:15.883217 | 0.04s 2025-12-05 06:34:15.132853 | fa163e02-2909-e15a-00f9-0000000016f3 | TASK | Enable online service 2025-12-05 06:34:15.161483 | fa163e02-2909-e15a-00f9-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:15.937844 | 0.03s 2025-12-05 06:34:15.182380 | f4734db8-14ff-4cab-a55e-5a35fde90e0c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-12-05 06:34:15.229717 | fa163e02-2909-e15a-00f9-0000000019cc | TASK | Create chrony-online.service unit file 2025-12-05 06:34:15.708265 | fa163e02-2909-e15a-00f9-0000000019cc | OK | Create chrony-online.service unit file | standalone 2025-12-05 06:34:15.709693 | fa163e02-2909-e15a-00f9-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:16.486064 | 0.48s 2025-12-05 06:34:15.736256 | fa163e02-2909-e15a-00f9-0000000019cd | TASK | Enable chrony-online.service 2025-12-05 06:34:16.448864 | fa163e02-2909-e15a-00f9-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2025-12-05 06:34:16.450982 | fa163e02-2909-e15a-00f9-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:17.227352 | 0.71s 2025-12-05 06:34:16.483324 | fa163e02-2909-e15a-00f9-0000000016f4 | TASK | Sync chronyc 2025-12-05 06:34:16.514671 | fa163e02-2909-e15a-00f9-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:17.291032 | 0.03s 2025-12-05 06:34:16.540290 | 288efe52-dcd4-4b68-9c98-73119aa88e08 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-12-05 06:34:16.589742 | fa163e02-2909-e15a-00f9-000000001a72 | TASK | Force NTP sync 2025-12-05 06:34:16.841774 | fa163e02-2909-e15a-00f9-000000001a72 | CHANGED | Force NTP sync | standalone 2025-12-05 06:34:16.844397 | fa163e02-2909-e15a-00f9-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:17.620761 | 0.25s 2025-12-05 06:34:16.876690 | fa163e02-2909-e15a-00f9-000000001a73 | TASK | Ensure system is NTP time synced 2025-12-05 06:34:17.104214 | fa163e02-2909-e15a-00f9-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2025-12-05 06:34:17.105592 | fa163e02-2909-e15a-00f9-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:17.881962 | 0.23s 2025-12-05 06:34:17.155524 | fa163e02-2909-e15a-00f9-000000000bdc | TASK | Force NTP sync 2025-12-05 06:34:17.387296 | fa163e02-2909-e15a-00f9-000000000bdc | CHANGED | Force NTP sync | standalone 2025-12-05 06:34:17.388878 | fa163e02-2909-e15a-00f9-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:18.165250 | 0.23s 2025-12-05 06:34:17.416019 | fa163e02-2909-e15a-00f9-000000000bdd | TASK | Ensure system is NTP time synced 2025-12-05 06:34:17.642130 | fa163e02-2909-e15a-00f9-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2025-12-05 06:34:17.643579 | fa163e02-2909-e15a-00f9-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:18.419953 | 0.23s 2025-12-05 06:34:17.673124 | fa163e02-2909-e15a-00f9-000000000bde | TASK | Run timezone role 2025-12-05 06:34:17.702602 | fa163e02-2909-e15a-00f9-000000000bde | TIMING | Run timezone role | standalone | 0:03:18.478966 | 0.03s 2025-12-05 06:34:17.805201 | fa163e02-2909-e15a-00f9-000000001c33 | TASK | Set timezone 2025-12-05 06:34:18.346159 | fa163e02-2909-e15a-00f9-000000001c33 | OK | Set timezone | standalone 2025-12-05 06:34:18.347533 | fa163e02-2909-e15a-00f9-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:19.123906 | 0.54s 2025-12-05 06:34:18.373703 | fa163e02-2909-e15a-00f9-000000001c34 | TASK | Restart time services 2025-12-05 06:34:18.413942 | fa163e02-2909-e15a-00f9-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-12-05 06:34:18.420837 | fa163e02-2909-e15a-00f9-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2025-12-05 06:34:18.427063 | fa163e02-2909-e15a-00f9-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:19.203426 | 0.05s 2025-12-05 06:34:18.477769 | fa163e02-2909-e15a-00f9-000000000bdf | TASK | install tmpwatch on the host 2025-12-05 06:34:21.352871 | fa163e02-2909-e15a-00f9-000000000bdf | OK | install tmpwatch on the host | standalone 2025-12-05 06:34:21.354912 | fa163e02-2909-e15a-00f9-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:22.131280 | 2.88s 2025-12-05 06:34:21.381728 | fa163e02-2909-e15a-00f9-000000000be0 | TASK | Notice - ctlplane subnet is set 2025-12-05 06:34:21.414767 | fa163e02-2909-e15a-00f9-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-12-05 06:34:21.416005 | fa163e02-2909-e15a-00f9-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:22.192378 | 0.03s 2025-12-05 06:34:21.478441 | fa163e02-2909-e15a-00f9-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:22.254789 | 0.03s 2025-12-05 06:34:21.586944 | fa163e02-2909-e15a-00f9-000000001e67 | TASK | Gather variables for each operating system 2025-12-05 06:34:21.708348 | fa163e02-2909-e15a-00f9-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-05 06:34:21.710022 | fa163e02-2909-e15a-00f9-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:22.486390 | 0.12s 2025-12-05 06:34:21.716257 | fa163e02-2909-e15a-00f9-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:22.492620 | 0.13s 2025-12-05 06:34:21.806431 | fa163e02-2909-e15a-00f9-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:22.582794 | 0.06s 2025-12-05 06:34:21.829019 | 4fa00f88-82cd-43b2-966b-c74701a57fad | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-05 06:34:21.862507 | fa163e02-2909-e15a-00f9-000000001f98 | TASK | Check tuned package is installed 2025-12-05 06:34:22.152363 | fa163e02-2909-e15a-00f9-000000001f98 | CHANGED | Check tuned package is installed | standalone 2025-12-05 06:34:22.154133 | fa163e02-2909-e15a-00f9-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:22.930498 | 0.29s 2025-12-05 06:34:22.181872 | fa163e02-2909-e15a-00f9-000000001f99 | TASK | Install tuned 2025-12-05 06:34:22.217673 | fa163e02-2909-e15a-00f9-000000001f99 | SKIPPED | Install tuned | standalone 2025-12-05 06:34:22.218952 | fa163e02-2909-e15a-00f9-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:22.995324 | 0.04s 2025-12-05 06:34:22.245524 | fa163e02-2909-e15a-00f9-000000001f9a | TASK | Restart tuned 2025-12-05 06:34:22.278036 | fa163e02-2909-e15a-00f9-000000001f9a | SKIPPED | Restart tuned | standalone 2025-12-05 06:34:22.279258 | fa163e02-2909-e15a-00f9-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:23.055629 | 0.03s 2025-12-05 06:34:22.306190 | fa163e02-2909-e15a-00f9-000000001e69 | TASK | Check for tuned-adm 2025-12-05 06:34:22.549808 | fa163e02-2909-e15a-00f9-000000001e69 | OK | Check for tuned-adm | standalone 2025-12-05 06:34:22.551508 | fa163e02-2909-e15a-00f9-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:23.327879 | 0.24s 2025-12-05 06:34:22.615754 | fa163e02-2909-e15a-00f9-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:23.392108 | 0.04s 2025-12-05 06:34:22.646925 | 072296ed-aa81-44b0-bde2-9dec8d3e1bcd | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-05 06:34:22.679191 | fa163e02-2909-e15a-00f9-000000001fc5 | TASK | Ensure profile directory exists 2025-12-05 06:34:22.750324 | fa163e02-2909-e15a-00f9-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2025-12-05 06:34:22.751707 | fa163e02-2909-e15a-00f9-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:23.528078 | 0.07s 2025-12-05 06:34:22.777931 | fa163e02-2909-e15a-00f9-000000001fc6 | TASK | Create custom tuned profile 2025-12-05 06:34:22.851767 | fa163e02-2909-e15a-00f9-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2025-12-05 06:34:22.853054 | fa163e02-2909-e15a-00f9-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:23.629423 | 0.07s 2025-12-05 06:34:22.878674 | fa163e02-2909-e15a-00f9-000000001fc7 | TASK | Check tuned active profile 2025-12-05 06:34:23.106930 | fa163e02-2909-e15a-00f9-000000001fc7 | OK | Check tuned active profile | standalone 2025-12-05 06:34:23.108648 | fa163e02-2909-e15a-00f9-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:23.885018 | 0.23s 2025-12-05 06:34:23.135826 | fa163e02-2909-e15a-00f9-000000001fc8 | TASK | Check Tuned Configuration file exists 2025-12-05 06:34:23.359350 | fa163e02-2909-e15a-00f9-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2025-12-05 06:34:23.361134 | fa163e02-2909-e15a-00f9-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:24.137502 | 0.22s 2025-12-05 06:34:23.388041 | fa163e02-2909-e15a-00f9-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-05 06:34:23.461052 | fa163e02-2909-e15a-00f9-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-05 06:34:23.462321 | fa163e02-2909-e15a-00f9-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:24.238690 | 0.07s 2025-12-05 06:34:23.490929 | fa163e02-2909-e15a-00f9-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2025-12-05 06:34:23.554839 | fa163e02-2909-e15a-00f9-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-05 06:34:23.556133 | fa163e02-2909-e15a-00f9-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:24.332503 | 0.06s 2025-12-05 06:34:23.581738 | fa163e02-2909-e15a-00f9-000000001fcb | TASK | Enable tuned profile 2025-12-05 06:34:23.623853 | fa163e02-2909-e15a-00f9-000000001fcb | SKIPPED | Enable tuned profile | standalone 2025-12-05 06:34:23.625152 | fa163e02-2909-e15a-00f9-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:24.401524 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-12-05 06:34:23.810008 | fa163e02-2909-e15a-00f9-0000000000ac | TASK | Overcloud container setup tasks 2025-12-05 06:34:23.850037 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000ac') missing from stats 2025-12-05 06:34:23.877474 | fa163e02-2909-e15a-00f9-0000000000ad | TASK | Write config data 2025-12-05 06:34:23.952641 | fa163e02-2909-e15a-00f9-0000000000ad | TIMING | Write config data | standalone | 0:03:24.729001 | 0.07s 2025-12-05 06:34:24.088827 | 5bd2c2a3-a505-4486-a863-f09fbef659de | INCLUDED | /root/standalone-ansible-0zpkwi6h/common_container_setup_tasks.yaml | standalone 2025-12-05 06:34:24.110260 | fa163e02-2909-e15a-00f9-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2025-12-05 06:34:24.339524 | fa163e02-2909-e15a-00f9-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-12-05 06:34:24.341410 | fa163e02-2909-e15a-00f9-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:25.117776 | 0.23s 2025-12-05 06:34:24.368215 | fa163e02-2909-e15a-00f9-00000000202a | TASK | Create ContainerLogStdoutPath directory 2025-12-05 06:34:24.606655 | fa163e02-2909-e15a-00f9-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-12-05 06:34:24.608511 | fa163e02-2909-e15a-00f9-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:25.384879 | 0.24s 2025-12-05 06:34:24.657099 | fa163e02-2909-e15a-00f9-00000000202b | TASK | Create /var/lib/tripleo-config directory 2025-12-05 06:34:24.904668 | fa163e02-2909-e15a-00f9-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2025-12-05 06:34:24.907075 | fa163e02-2909-e15a-00f9-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:25.683444 | 0.25s 2025-12-05 06:34:24.934640 | fa163e02-2909-e15a-00f9-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2025-12-05 06:34:25.156485 | fa163e02-2909-e15a-00f9-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-12-05 06:34:25.158407 | fa163e02-2909-e15a-00f9-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:25.934777 | 0.22s 2025-12-05 06:34:25.185867 | fa163e02-2909-e15a-00f9-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-12-05 06:34:25.419617 | fa163e02-2909-e15a-00f9-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-12-05 06:34:25.421398 | fa163e02-2909-e15a-00f9-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:26.197769 | 0.23s 2025-12-05 06:34:25.448693 | fa163e02-2909-e15a-00f9-000000002031 | TASK | Create fcontext entry for container-config-scripts 2025-12-05 06:34:26.806517 | fa163e02-2909-e15a-00f9-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-12-05 06:34:26.808251 | fa163e02-2909-e15a-00f9-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:27.584623 | 1.36s 2025-12-05 06:34:26.836744 | fa163e02-2909-e15a-00f9-000000002032 | TASK | Create /var/lib/container-config-scripts 2025-12-05 06:34:27.091077 | fa163e02-2909-e15a-00f9-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-12-05 06:34:27.092586 | fa163e02-2909-e15a-00f9-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:27.868959 | 0.25s 2025-12-05 06:34:27.120866 | fa163e02-2909-e15a-00f9-000000002033 | TASK | Write container config scripts 2025-12-05 06:34:27.460373 | fa163e02-2909-e15a-00f9-000000002033 | CHANGED | Write container config scripts | standalone 2025-12-05 06:34:27.462005 | fa163e02-2909-e15a-00f9-000000002033 | TIMING | Write container config scripts | standalone | 0:03:28.238378 | 0.34s 2025-12-05 06:34:27.487979 | fa163e02-2909-e15a-00f9-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-12-05 06:34:27.984735 | fa163e02-2909-e15a-00f9-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-12-05 06:34:27.986118 | fa163e02-2909-e15a-00f9-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:28.762491 | 0.50s 2025-12-05 06:34:28.012280 | fa163e02-2909-e15a-00f9-000000002035 | TASK | Generate startup configs files per step and per container 2025-12-05 06:34:28.633664 | fa163e02-2909-e15a-00f9-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2025-12-05 06:34:28.642476 | fa163e02-2909-e15a-00f9-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:29.418848 | 0.63s 2025-12-05 06:34:28.682880 | fa163e02-2909-e15a-00f9-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2025-12-05 06:34:28.915995 | fa163e02-2909-e15a-00f9-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-12-05 06:34:28.917509 | fa163e02-2909-e15a-00f9-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:29.693882 | 0.23s 2025-12-05 06:34:28.943286 | fa163e02-2909-e15a-00f9-000000002037 | TASK | Create /var/lib/config-data directory 2025-12-05 06:34:29.165916 | fa163e02-2909-e15a-00f9-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2025-12-05 06:34:29.167459 | fa163e02-2909-e15a-00f9-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:29.943833 | 0.22s 2025-12-05 06:34:29.192958 | fa163e02-2909-e15a-00f9-000000002038 | TASK | Write container config json files 2025-12-05 06:34:29.708918 | fa163e02-2909-e15a-00f9-000000002038 | CHANGED | Write container config json files | standalone 2025-12-05 06:34:29.716678 | fa163e02-2909-e15a-00f9-000000002038 | TIMING | Write container config json files | standalone | 0:03:30.493051 | 0.52s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-12-05 06:34:29.891049 | fa163e02-2909-e15a-00f9-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-12-05 06:34:29.919193 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-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-12-05 06:34:29.987502 | fa163e02-2909-e15a-00f9-0000000000b2 | TIMING | include_tasks | standalone | 0:03:30.763870 | 0.05s 2025-12-05 06:34:30.002211 | 003c74d8-356b-402f-8ebe-c844fb4f1d15 | INCLUDED | /root/standalone-ansible-0zpkwi6h/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-12-05 06:34:30.131839 | fa163e02-2909-e15a-00f9-0000000000b6 | TASK | External deployment step 1 2025-12-05 06:34:30.158913 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000b6') missing from stats 2025-12-05 06:34:30.214725 | fa163e02-2909-e15a-00f9-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:30.991083 | 0.04s 2025-12-05 06:34:30.251120 | db70e3aa-4b7a-47f3-9f25-892733720b41 | INCLUDED | /root/standalone-ansible-0zpkwi6h/external_deploy_steps_tasks_step1.yaml | undercloud 2025-12-05 06:34:30.269688 | fa163e02-2909-e15a-00f9-00000000207d | TASK | Set some tripleo-ansible facts 2025-12-05 06:34:30.319778 | fa163e02-2909-e15a-00f9-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2025-12-05 06:34:30.322062 | fa163e02-2909-e15a-00f9-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:31.098422 | 0.05s 2025-12-05 06:34:30.340337 | fa163e02-2909-e15a-00f9-00000000207f | TASK | Build disk list for cephadm 2025-12-05 06:34:30.394025 | fa163e02-2909-e15a-00f9-00000000207f | OK | Build disk list for cephadm | undercloud 2025-12-05 06:34:30.395299 | fa163e02-2909-e15a-00f9-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:31.171672 | 0.05s 2025-12-05 06:34:30.413639 | fa163e02-2909-e15a-00f9-000000002086 | TASK | Container image prepare 2025-12-05 06:34:31.441017 | fa163e02-2909-e15a-00f9-000000002086 | CHANGED | Container image prepare | undercloud 2025-12-05 06:34:31.443429 | fa163e02-2909-e15a-00f9-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:32.219801 | 1.03s 2025-12-05 06:34:31.481280 | fa163e02-2909-e15a-00f9-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2025-12-05 06:34:31.679176 | fa163e02-2909-e15a-00f9-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-12-05 06:34:31.680576 | fa163e02-2909-e15a-00f9-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:32.456949 | 0.20s 2025-12-05 06:34:31.698866 | fa163e02-2909-e15a-00f9-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2025-12-05 06:34:31.739544 | fa163e02-2909-e15a-00f9-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:32.515909 | 0.04s 2025-12-05 06:34:31.785996 | fa163e02-2909-e15a-00f9-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-12-05 06:34:32.028208 | fa163e02-2909-e15a-00f9-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-12-05 06:34:32.029528 | fa163e02-2909-e15a-00f9-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:32.805899 | 0.24s 2025-12-05 06:34:32.049435 | fa163e02-2909-e15a-00f9-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-12-05 06:34:32.520124 | fa163e02-2909-e15a-00f9-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-12-05 06:34:32.521462 | fa163e02-2909-e15a-00f9-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:33.297836 | 0.47s 2025-12-05 06:34:32.541681 | fa163e02-2909-e15a-00f9-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2025-12-05 06:34:32.595312 | fa163e02-2909-e15a-00f9-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:33.371675 | 0.05s 2025-12-05 06:34:32.643875 | fa163e02-2909-e15a-00f9-0000000020f1 | TASK | Check for a configured destination 2025-12-05 06:34:32.707405 | fa163e02-2909-e15a-00f9-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2025-12-05 06:34:32.708435 | fa163e02-2909-e15a-00f9-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:33.484813 | 0.06s 2025-12-05 06:34:32.729166 | fa163e02-2909-e15a-00f9-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2025-12-05 06:34:33.212349 | fa163e02-2909-e15a-00f9-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-12-05 06:34:33.213718 | fa163e02-2909-e15a-00f9-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:33.990091 | 0.48s PLAY [Deploy step tasks for 1] ************************************************* 2025-12-05 06:34:33.380457 | fa163e02-2909-e15a-00f9-0000000000ba | TASK | Deploy step tasks for 1 2025-12-05 06:34:33.408666 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000ba') missing from stats 2025-12-05 06:34:33.428971 | fa163e02-2909-e15a-00f9-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-12-05 06:34:33.869489 | fa163e02-2909-e15a-00f9-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-12-05 06:34:33.870899 | fa163e02-2909-e15a-00f9-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:34.647272 | 0.44s 2025-12-05 06:34:33.896032 | fa163e02-2909-e15a-00f9-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-05 06:34:34.127773 | fa163e02-2909-e15a-00f9-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-05 06:34:34.129212 | fa163e02-2909-e15a-00f9-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:34.905584 | 0.23s 2025-12-05 06:34:34.155391 | fa163e02-2909-e15a-00f9-0000000000be | TASK | Write config data at the start of step 1 2025-12-05 06:34:34.228059 | fa163e02-2909-e15a-00f9-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:35.004420 | 0.07s 2025-12-05 06:34:34.276067 | 99a0c8e0-aba8-4627-bbdf-36a52bb56fc8 | INCLUDED | /root/standalone-ansible-0zpkwi6h/common_deploy_steps_tasks_step_1.yaml | standalone 2025-12-05 06:34:34.301450 | fa163e02-2909-e15a-00f9-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-12-05 06:34:34.327724 | fa163e02-2909-e15a-00f9-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-05 06:34:34.328616 | fa163e02-2909-e15a-00f9-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:35.104992 | 0.03s 2025-12-05 06:34:34.348470 | fa163e02-2909-e15a-00f9-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-12-05 06:34:34.378002 | fa163e02-2909-e15a-00f9-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-05 06:34:34.379358 | fa163e02-2909-e15a-00f9-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:35.155729 | 0.03s 2025-12-05 06:34:34.400124 | fa163e02-2909-e15a-00f9-000000002132 | TASK | Write the puppet step_config manifest 2025-12-05 06:34:34.906748 | fa163e02-2909-e15a-00f9-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2025-12-05 06:34:34.908120 | fa163e02-2909-e15a-00f9-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:35.684493 | 0.51s 2025-12-05 06:34:34.933842 | fa163e02-2909-e15a-00f9-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2025-12-05 06:34:34.962648 | fa163e02-2909-e15a-00f9-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-05 06:34:34.963915 | fa163e02-2909-e15a-00f9-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:35.740285 | 0.03s 2025-12-05 06:34:34.989446 | fa163e02-2909-e15a-00f9-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2025-12-05 06:34:35.018967 | fa163e02-2909-e15a-00f9-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-05 06:34:35.019987 | fa163e02-2909-e15a-00f9-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:35.796364 | 0.03s 2025-12-05 06:34:35.040547 | fa163e02-2909-e15a-00f9-000000002135 | TASK | Create /var/lib/container-puppet 2025-12-05 06:34:35.590761 | fa163e02-2909-e15a-00f9-000000002135 | OK | Create /var/lib/container-puppet | standalone 2025-12-05 06:34:35.592231 | fa163e02-2909-e15a-00f9-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:36.368604 | 0.55s 2025-12-05 06:34:35.617763 | fa163e02-2909-e15a-00f9-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-12-05 06:34:35.648649 | fa163e02-2909-e15a-00f9-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-05 06:34:35.650019 | fa163e02-2909-e15a-00f9-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:36.426392 | 0.03s 2025-12-05 06:34:35.675255 | fa163e02-2909-e15a-00f9-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-12-05 06:34:35.703592 | fa163e02-2909-e15a-00f9-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-05 06:34:35.704893 | fa163e02-2909-e15a-00f9-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:36.481265 | 0.03s 2025-12-05 06:34:35.729901 | fa163e02-2909-e15a-00f9-000000002138 | TASK | Write container-puppet.json file 2025-12-05 06:34:36.329921 | fa163e02-2909-e15a-00f9-000000002138 | CHANGED | Write container-puppet.json file | standalone 2025-12-05 06:34:36.331183 | fa163e02-2909-e15a-00f9-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:37.107558 | 0.60s 2025-12-05 06:34:36.355653 | fa163e02-2909-e15a-00f9-000000002139 | TASK | Diff container-puppet.json changes for check mode 2025-12-05 06:34:36.385287 | fa163e02-2909-e15a-00f9-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-05 06:34:36.386593 | fa163e02-2909-e15a-00f9-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:37.162966 | 0.03s 2025-12-05 06:34:36.412384 | fa163e02-2909-e15a-00f9-00000000213a | TASK | Diff container-puppet.json changes for check mode 2025-12-05 06:34:36.443091 | fa163e02-2909-e15a-00f9-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-05 06:34:36.444409 | fa163e02-2909-e15a-00f9-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:37.220781 | 0.03s 2025-12-05 06:34:36.469737 | fa163e02-2909-e15a-00f9-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2025-12-05 06:34:36.829767 | fa163e02-2909-e15a-00f9-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-12-05 06:34:36.831276 | fa163e02-2909-e15a-00f9-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:37.607649 | 0.36s 2025-12-05 06:34:36.856364 | fa163e02-2909-e15a-00f9-00000000213c | TASK | Set host puppet debugging fact string 2025-12-05 06:34:36.895470 | fa163e02-2909-e15a-00f9-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2025-12-05 06:34:36.896867 | fa163e02-2909-e15a-00f9-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:37.673239 | 0.04s 2025-12-05 06:34:36.922939 | fa163e02-2909-e15a-00f9-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-12-05 06:34:36.956346 | fa163e02-2909-e15a-00f9-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-12-05 06:34:36.957569 | fa163e02-2909-e15a-00f9-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:37.733941 | 0.03s 2025-12-05 06:34:36.984270 | fa163e02-2909-e15a-00f9-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-12-05 06:34:37.012873 | fa163e02-2909-e15a-00f9-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-12-05 06:34:37.014069 | fa163e02-2909-e15a-00f9-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:37.790440 | 0.03s 2025-12-05 06:34:37.040029 | fa163e02-2909-e15a-00f9-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2025-12-05 06:34:37.070127 | fa163e02-2909-e15a-00f9-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-12-05 06:34:37.071260 | fa163e02-2909-e15a-00f9-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:37.847633 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 06:34:37.139438 | fa163e02-2909-e15a-00f9-0000000000c0 | TIMING | include_tasks | standalone | 0:03:37.915800 | 0.04s 2025-12-05 06:34:37.258441 | 20674cd3-c3cb-4ddf-b56c-15257fec77b3 | INCLUDED | /root/standalone-ansible-0zpkwi6h/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-12-05 06:34:37.299684 | fa163e02-2909-e15a-00f9-00000000216a | TASK | Create dirs for certificates and keys 2025-12-05 06:34:37.358300 | fa163e02-2909-e15a-00f9-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-12-05 06:34:37.379438 | fa163e02-2909-e15a-00f9-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-12-05 06:34:37.385520 | fa163e02-2909-e15a-00f9-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:38.161880 | 0.08s 2025-12-05 06:34:37.463385 | fa163e02-2909-e15a-00f9-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-05 06:34:37.464927 | fa163e02-2909-e15a-00f9-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:38.241302 | 0.05s 2025-12-05 06:34:37.490944 | fa163e02-2909-e15a-00f9-000000002172 | TASK | Fail if container image is undefined 2025-12-05 06:34:37.551867 | fa163e02-2909-e15a-00f9-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 06:34:37.553154 | fa163e02-2909-e15a-00f9-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:38.329527 | 0.06s 2025-12-05 06:34:37.596176 | fa163e02-2909-e15a-00f9-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-05 06:34:51.495527 | fa163e02-2909-e15a-00f9-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-05 06:34:51.496936 | fa163e02-2909-e15a-00f9-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:52.273310 | 13.90s 2025-12-05 06:34:51.552876 | fa163e02-2909-e15a-00f9-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-05 06:34:51.923475 | fa163e02-2909-e15a-00f9-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-05 06:34:51.924934 | fa163e02-2909-e15a-00f9-000000002174 | 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:52.701308 | 0.37s 2025-12-05 06:34:51.975284 | fa163e02-2909-e15a-00f9-000000002183 | TASK | Fail if container image is undefined 2025-12-05 06:34:52.038834 | fa163e02-2909-e15a-00f9-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 06:34:52.039929 | fa163e02-2909-e15a-00f9-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:52.816299 | 0.06s 2025-12-05 06:34:52.082310 | fa163e02-2909-e15a-00f9-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-05 06:35:01.558465 | fa163e02-2909-e15a-00f9-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-05 06:35:01.560032 | fa163e02-2909-e15a-00f9-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:02.336406 | 9.48s 2025-12-05 06:35:01.616213 | fa163e02-2909-e15a-00f9-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-05 06:35:02.003112 | fa163e02-2909-e15a-00f9-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-05 06:35:02.004629 | fa163e02-2909-e15a-00f9-000000002185 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:02.781002 | 0.39s 2025-12-05 06:35:02.056912 | fa163e02-2909-e15a-00f9-000000002190 | TASK | Check if rsyslog exists 2025-12-05 06:35:02.336825 | fa163e02-2909-e15a-00f9-000000002190 | CHANGED | Check if rsyslog exists | standalone 2025-12-05 06:35:02.338596 | fa163e02-2909-e15a-00f9-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:04:03.114964 | 0.28s 2025-12-05 06:35:02.366342 | fa163e02-2909-e15a-00f9-000000002192 | TASK | Forward logging to haproxy.log file 2025-12-05 06:35:02.638683 | fa163e02-2909-e15a-00f9-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2025-12-05 06:35:02.640476 | fa163e02-2909-e15a-00f9-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:03.416846 | 0.27s 2025-12-05 06:35:02.667434 | fa163e02-2909-e15a-00f9-000000002193 | TASK | restart rsyslog service after logging conf change 2025-12-05 06:35:03.267848 | fa163e02-2909-e15a-00f9-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-12-05 06:35:03.270616 | fa163e02-2909-e15a-00f9-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:04.046982 | 0.60s 2025-12-05 06:35:03.299910 | fa163e02-2909-e15a-00f9-00000000219a | TASK | Fail if container image is undefined 2025-12-05 06:35:03.368705 | fa163e02-2909-e15a-00f9-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 06:35:03.370223 | fa163e02-2909-e15a-00f9-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:04.146586 | 0.07s 2025-12-05 06:35:03.414322 | fa163e02-2909-e15a-00f9-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-05 06:35:08.267553 | fa163e02-2909-e15a-00f9-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-05 06:35:08.269124 | fa163e02-2909-e15a-00f9-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:09.045496 | 4.85s 2025-12-05 06:35:08.331902 | fa163e02-2909-e15a-00f9-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-05 06:35:08.701253 | fa163e02-2909-e15a-00f9-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-05 06:35:08.702731 | fa163e02-2909-e15a-00f9-00000000219c | 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:09.479102 | 0.37s 2025-12-05 06:35:08.756366 | fa163e02-2909-e15a-00f9-0000000021a6 | TASK | Run lvmfilter role 2025-12-05 06:35:08.807198 | fa163e02-2909-e15a-00f9-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:09.583565 | 0.05s 2025-12-05 06:35:08.893291 | fa163e02-2909-e15a-00f9-0000000022bd | TASK | Check if lvm2 is installed 2025-12-05 06:35:09.139515 | fa163e02-2909-e15a-00f9-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2025-12-05 06:35:09.141158 | fa163e02-2909-e15a-00f9-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:09.917527 | 0.25s 2025-12-05 06:35:09.169668 | fa163e02-2909-e15a-00f9-0000000022bf | TASK | collect ansible devices 2025-12-05 06:35:09.221044 | fa163e02-2909-e15a-00f9-0000000022bf | SKIPPED | collect ansible devices | standalone 2025-12-05 06:35:09.222256 | fa163e02-2909-e15a-00f9-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:09.998626 | 0.05s 2025-12-05 06:35:09.249897 | fa163e02-2909-e15a-00f9-0000000022c0 | TASK | collect in-use lvm2 devices list 2025-12-05 06:35:09.302885 | fa163e02-2909-e15a-00f9-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-12-05 06:35:09.304187 | fa163e02-2909-e15a-00f9-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:10.080557 | 0.05s 2025-12-05 06:35:09.331556 | fa163e02-2909-e15a-00f9-0000000022c1 | TASK | set allowed_devices 2025-12-05 06:35:09.383549 | fa163e02-2909-e15a-00f9-0000000022c1 | SKIPPED | set allowed_devices | standalone 2025-12-05 06:35:09.384967 | fa163e02-2909-e15a-00f9-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:10.161339 | 0.05s 2025-12-05 06:35:09.412582 | fa163e02-2909-e15a-00f9-0000000022c2 | TASK | build lvm2 allow list 2025-12-05 06:35:09.463537 | fa163e02-2909-e15a-00f9-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2025-12-05 06:35:09.465021 | fa163e02-2909-e15a-00f9-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:10.241391 | 0.05s 2025-12-05 06:35:09.493458 | fa163e02-2909-e15a-00f9-0000000022c3 | TASK | build lvm2 deny list 2025-12-05 06:35:09.545163 | fa163e02-2909-e15a-00f9-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2025-12-05 06:35:09.546563 | fa163e02-2909-e15a-00f9-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:10.322863 | 0.05s 2025-12-05 06:35:09.573137 | fa163e02-2909-e15a-00f9-0000000022c4 | TASK | build lvm2 filter 2025-12-05 06:35:09.626431 | fa163e02-2909-e15a-00f9-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2025-12-05 06:35:09.627745 | fa163e02-2909-e15a-00f9-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:10.404116 | 0.05s 2025-12-05 06:35:09.654511 | fa163e02-2909-e15a-00f9-0000000022c5 | TASK | regenerate lvm config 2025-12-05 06:35:09.707953 | fa163e02-2909-e15a-00f9-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2025-12-05 06:35:09.709161 | fa163e02-2909-e15a-00f9-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:10.485534 | 0.05s 2025-12-05 06:35:09.735830 | fa163e02-2909-e15a-00f9-0000000022c6 | TASK | copy new lvm.conf in place 2025-12-05 06:35:09.791927 | fa163e02-2909-e15a-00f9-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2025-12-05 06:35:09.793335 | fa163e02-2909-e15a-00f9-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:10.569708 | 0.06s 2025-12-05 06:35:09.849017 | fa163e02-2909-e15a-00f9-0000000021ac | TASK | Fail if container image is undefined 2025-12-05 06:35:09.912846 | fa163e02-2909-e15a-00f9-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 06:35:09.914397 | fa163e02-2909-e15a-00f9-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:10.690764 | 0.06s 2025-12-05 06:35:09.960585 | fa163e02-2909-e15a-00f9-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-05 06:35:18.189599 | fa163e02-2909-e15a-00f9-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-05 06:35:18.191371 | fa163e02-2909-e15a-00f9-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:18.967742 | 8.23s 2025-12-05 06:35:18.247841 | fa163e02-2909-e15a-00f9-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-05 06:35:18.622217 | fa163e02-2909-e15a-00f9-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-05 06:35:18.623762 | fa163e02-2909-e15a-00f9-0000000021ae | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:19.400133 | 0.37s 2025-12-05 06:35:18.728022 | fa163e02-2909-e15a-00f9-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-05 06:35:18.729529 | fa163e02-2909-e15a-00f9-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:19.505899 | 0.05s 2025-12-05 06:35:18.757222 | fa163e02-2909-e15a-00f9-0000000021c0 | TASK | Fail if container image is undefined 2025-12-05 06:35:18.820182 | fa163e02-2909-e15a-00f9-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 06:35:18.821537 | fa163e02-2909-e15a-00f9-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:19.597907 | 0.06s 2025-12-05 06:35:18.864697 | fa163e02-2909-e15a-00f9-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-05 06:35:25.766637 | fa163e02-2909-e15a-00f9-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-05 06:35:25.769459 | fa163e02-2909-e15a-00f9-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:26.545829 | 6.90s 2025-12-05 06:35:25.826182 | fa163e02-2909-e15a-00f9-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-05 06:35:26.171181 | fa163e02-2909-e15a-00f9-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-05 06:35:26.173702 | fa163e02-2909-e15a-00f9-0000000021c2 | 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:26.950074 | 0.35s 2025-12-05 06:35:26.274818 | fa163e02-2909-e15a-00f9-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-05 06:35:26.276893 | fa163e02-2909-e15a-00f9-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:27.053159 | 0.05s 2025-12-05 06:35:26.303019 | fa163e02-2909-e15a-00f9-0000000021cf | TASK | install systemd-container for a greenfield 2025-12-05 06:35:46.991108 | fa163e02-2909-e15a-00f9-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2025-12-05 06:35:46.992483 | fa163e02-2909-e15a-00f9-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:47.768863 | 20.69s 2025-12-05 06:35:47.010761 | fa163e02-2909-e15a-00f9-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2025-12-05 06:35:47.061931 | fa163e02-2909-e15a-00f9-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-12-05 06:35:47.062776 | fa163e02-2909-e15a-00f9-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:47.839158 | 0.05s 2025-12-05 06:35:47.080559 | fa163e02-2909-e15a-00f9-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-12-05 06:35:47.352010 | fa163e02-2909-e15a-00f9-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-12-05 06:35:47.353239 | fa163e02-2909-e15a-00f9-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:48.129611 | 0.27s 2025-12-05 06:35:47.378289 | fa163e02-2909-e15a-00f9-0000000021d4 | TASK | is KSM enabled 2025-12-05 06:35:47.429354 | fa163e02-2909-e15a-00f9-0000000021d4 | OK | is KSM enabled | standalone 2025-12-05 06:35:47.430467 | fa163e02-2909-e15a-00f9-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:48.206842 | 0.05s 2025-12-05 06:35:47.456097 | fa163e02-2909-e15a-00f9-0000000021d6 | TASK | Check for ksm 2025-12-05 06:35:47.719191 | fa163e02-2909-e15a-00f9-0000000021d6 | CHANGED | Check for ksm | standalone 2025-12-05 06:35:47.720527 | fa163e02-2909-e15a-00f9-0000000021d6 | TIMING | Check for ksm | standalone | 0:04:48.496902 | 0.26s 2025-12-05 06:35:47.745757 | fa163e02-2909-e15a-00f9-0000000021d7 | TASK | disable KSM services 2025-12-05 06:35:47.834212 | fa163e02-2909-e15a-00f9-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-12-05 06:35:47.871543 | fa163e02-2909-e15a-00f9-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-12-05 06:35:47.883341 | fa163e02-2909-e15a-00f9-0000000021d7 | TIMING | disable KSM services | standalone | 0:04:48.659708 | 0.14s 2025-12-05 06:35:47.910877 | fa163e02-2909-e15a-00f9-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2025-12-05 06:35:47.961186 | fa163e02-2909-e15a-00f9-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-12-05 06:35:47.962487 | fa163e02-2909-e15a-00f9-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:48.738857 | 0.05s 2025-12-05 06:35:47.990369 | fa163e02-2909-e15a-00f9-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-12-05 06:35:48.039757 | fa163e02-2909-e15a-00f9-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-12-05 06:35:48.041075 | fa163e02-2909-e15a-00f9-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:48.817447 | 0.05s 2025-12-05 06:35:48.068117 | fa163e02-2909-e15a-00f9-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-12-05 06:35:48.107357 | fa163e02-2909-e15a-00f9-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-12-05 06:35:48.108631 | fa163e02-2909-e15a-00f9-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:48.885003 | 0.04s 2025-12-05 06:35:48.135400 | fa163e02-2909-e15a-00f9-0000000021dc | TASK | enable ksmtunded 2025-12-05 06:35:48.199615 | fa163e02-2909-e15a-00f9-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-12-05 06:35:48.224094 | fa163e02-2909-e15a-00f9-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-12-05 06:35:48.235452 | fa163e02-2909-e15a-00f9-0000000021dc | TIMING | enable ksmtunded | standalone | 0:04:49.011824 | 0.10s 2025-12-05 06:35:48.300575 | fa163e02-2909-e15a-00f9-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-05 06:35:48.301535 | fa163e02-2909-e15a-00f9-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:49.077916 | 0.05s 2025-12-05 06:35:48.320995 | fa163e02-2909-e15a-00f9-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-05 06:35:48.398903 | fa163e02-2909-e15a-00f9-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-05 06:35:48.399755 | fa163e02-2909-e15a-00f9-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:49.176137 | 0.08s 2025-12-05 06:35:48.424968 | fa163e02-2909-e15a-00f9-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-12-05 06:35:51.400135 | fa163e02-2909-e15a-00f9-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-12-05 06:35:51.405227 | fa163e02-2909-e15a-00f9-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:52.181599 | 2.98s 2025-12-05 06:35:51.441604 | fa163e02-2909-e15a-00f9-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2025-12-05 06:35:51.512604 | fa163e02-2909-e15a-00f9-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-12-05 06:35:51.513980 | fa163e02-2909-e15a-00f9-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:52.290353 | 0.07s 2025-12-05 06:35:51.543202 | fa163e02-2909-e15a-00f9-0000000021e4 | TASK | Fetch ovn VIP 2025-12-05 06:35:51.618289 | fa163e02-2909-e15a-00f9-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2025-12-05 06:35:51.619265 | fa163e02-2909-e15a-00f9-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:04:52.395642 | 0.07s 2025-12-05 06:35:51.648159 | fa163e02-2909-e15a-00f9-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2025-12-05 06:35:51.719227 | fa163e02-2909-e15a-00f9-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-12-05 06:35:51.720605 | fa163e02-2909-e15a-00f9-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:52.496977 | 0.07s 2025-12-05 06:35:51.751499 | fa163e02-2909-e15a-00f9-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2025-12-05 06:35:51.815520 | fa163e02-2909-e15a-00f9-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-12-05 06:35:51.817905 | fa163e02-2909-e15a-00f9-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:52.594168 | 0.06s 2025-12-05 06:35:51.848761 | fa163e02-2909-e15a-00f9-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2025-12-05 06:35:51.908980 | fa163e02-2909-e15a-00f9-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-12-05 06:35:51.911208 | fa163e02-2909-e15a-00f9-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:52.687578 | 0.06s 2025-12-05 06:35:51.939965 | fa163e02-2909-e15a-00f9-0000000021e8 | TASK | Remove pacemaker attributes 2025-12-05 06:35:52.009641 | fa163e02-2909-e15a-00f9-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-12-05 06:35:52.015958 | fa163e02-2909-e15a-00f9-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:04:52.792329 | 0.07s 2025-12-05 06:35:52.097691 | fa163e02-2909-e15a-00f9-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-05 06:35:52.098954 | fa163e02-2909-e15a-00f9-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:52.875327 | 0.05s 2025-12-05 06:35:52.180465 | fa163e02-2909-e15a-00f9-0000000021ed | TASK | Configure OVN DBs and northd 2025-12-05 06:35:52.233918 | fa163e02-2909-e15a-00f9-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:04:53.010285 | 0.05s 2025-12-05 06:35:52.306485 | fa163e02-2909-e15a-00f9-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-12-05 06:35:52.567086 | fa163e02-2909-e15a-00f9-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-12-05 06:35:52.570044 | fa163e02-2909-e15a-00f9-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:53.346416 | 0.26s 2025-12-05 06:35:52.603732 | fa163e02-2909-e15a-00f9-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-05 06:35:52.676467 | fa163e02-2909-e15a-00f9-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-05 06:35:52.678447 | fa163e02-2909-e15a-00f9-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:53.454818 | 0.07s 2025-12-05 06:35:52.710026 | fa163e02-2909-e15a-00f9-000000002397 | TASK | check ovsdb-tool election-timer options 2025-12-05 06:35:53.018479 | fa163e02-2909-e15a-00f9-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-12-05 06:35:53.021201 | fa163e02-2909-e15a-00f9-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:53.797561 | 0.31s 2025-12-05 06:35:53.056352 | fa163e02-2909-e15a-00f9-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2025-12-05 06:35:53.130538 | fa163e02-2909-e15a-00f9-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-12-05 06:35:53.131540 | fa163e02-2909-e15a-00f9-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:53.907918 | 0.07s 2025-12-05 06:35:53.154484 | fa163e02-2909-e15a-00f9-000000002399 | TASK | render OVN cluster configuration 2025-12-05 06:35:53.754831 | fa163e02-2909-e15a-00f9-000000002399 | CHANGED | render OVN cluster configuration | standalone 2025-12-05 06:35:53.755574 | fa163e02-2909-e15a-00f9-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:54.531956 | 0.60s 2025-12-05 06:35:53.775484 | fa163e02-2909-e15a-00f9-00000000239a | TASK | restart OVN northd and north and south databases 2025-12-05 06:35:53.840118 | fa163e02-2909-e15a-00f9-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:54.616478 | 0.06s 2025-12-05 06:35:53.857965 | fa163e02-2909-e15a-00f9-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:54.634309 | 0.08s 2025-12-05 06:35:53.871993 | fa163e02-2909-e15a-00f9-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:54.648368 | 0.10s 2025-12-05 06:35:53.884464 | fa163e02-2909-e15a-00f9-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:54.660841 | 0.11s 2025-12-05 06:35:53.910339 | cd307931-14af-429f-aefe-6a47c0830de3 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-05 06:35:53.918505 | 76300080-bff6-4d83-ae02-cd8b834f7658 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-05 06:35:53.926530 | 17ba6ab7-adff-4729-89c3-211998eb3f9c | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-05 06:35:53.957754 | fa163e02-2909-e15a-00f9-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-12-05 06:35:54.208918 | fa163e02-2909-e15a-00f9-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-12-05 06:35:54.209745 | fa163e02-2909-e15a-00f9-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:54.986126 | 0.25s 2025-12-05 06:35:54.230304 | fa163e02-2909-e15a-00f9-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2025-12-05 06:35:54.266289 | fa163e02-2909-e15a-00f9-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-12-05 06:35:54.267060 | fa163e02-2909-e15a-00f9-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:55.043443 | 0.04s 2025-12-05 06:35:54.299705 | fa163e02-2909-e15a-00f9-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-12-05 06:35:54.520360 | fa163e02-2909-e15a-00f9-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-12-05 06:35:54.521757 | fa163e02-2909-e15a-00f9-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:55.298132 | 0.22s 2025-12-05 06:35:54.555648 | fa163e02-2909-e15a-00f9-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2025-12-05 06:35:54.587039 | fa163e02-2909-e15a-00f9-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-12-05 06:35:54.588194 | fa163e02-2909-e15a-00f9-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:55.364568 | 0.03s 2025-12-05 06:35:54.621502 | fa163e02-2909-e15a-00f9-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2025-12-05 06:35:54.858019 | fa163e02-2909-e15a-00f9-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-12-05 06:35:54.859503 | fa163e02-2909-e15a-00f9-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:55.635877 | 0.24s 2025-12-05 06:35:54.892976 | fa163e02-2909-e15a-00f9-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2025-12-05 06:35:54.945589 | fa163e02-2909-e15a-00f9-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-12-05 06:35:54.946781 | fa163e02-2909-e15a-00f9-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:55.723154 | 0.05s 2025-12-05 06:35:55.055777 | fa163e02-2909-e15a-00f9-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-05 06:35:55.057077 | fa163e02-2909-e15a-00f9-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:55.833450 | 0.05s 2025-12-05 06:35:55.137633 | fa163e02-2909-e15a-00f9-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-05 06:35:55.138879 | fa163e02-2909-e15a-00f9-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:55.915252 | 0.05s 2025-12-05 06:35:55.169102 | fa163e02-2909-e15a-00f9-0000000021f8 | TASK | Fail if container image is undefined 2025-12-05 06:35:55.229373 | fa163e02-2909-e15a-00f9-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 06:35:55.230635 | fa163e02-2909-e15a-00f9-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:56.007007 | 0.06s 2025-12-05 06:35:55.283402 | fa163e02-2909-e15a-00f9-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-05 06:36:01.279553 | fa163e02-2909-e15a-00f9-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-05 06:36:01.280771 | fa163e02-2909-e15a-00f9-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:02.057152 | 6.00s 2025-12-05 06:36:01.323339 | fa163e02-2909-e15a-00f9-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-05 06:36:01.667676 | fa163e02-2909-e15a-00f9-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-05 06:36:01.669024 | fa163e02-2909-e15a-00f9-0000000021fa | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:02.445400 | 0.34s 2025-12-05 06:36:01.726018 | fa163e02-2909-e15a-00f9-000000002205 | TASK | Pre-fetch all the containers 2025-12-05 06:36:05.873781 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-12-05 06:36:05.877778 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:06.654148 | 4.15s 2025-12-05 06:36:10.402035 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-12-05 06:36:10.405576 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:11.181950 | 8.68s 2025-12-05 06:36:12.898368 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-12-05 06:36:12.902318 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:13.678691 | 11.17s 2025-12-05 06:36:16.017064 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-12-05 06:36:16.020412 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:16.796786 | 14.29s 2025-12-05 06:36:17.896566 | fa163e02-2909-e15a-00f9-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-12-05 06:36:17.899133 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:18.675507 | 16.17s 2025-12-05 06:36:19.748334 | fa163e02-2909-e15a-00f9-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-12-05 06:36:19.751694 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:20.528067 | 18.02s 2025-12-05 06:36:24.486370 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-12-05 06:36:24.490781 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:25.267150 | 22.76s 2025-12-05 06:36:28.197428 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-12-05 06:36:28.201386 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:28.977759 | 26.47s 2025-12-05 06:36:32.110484 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-12-05 06:36:32.114637 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:32.891007 | 30.39s 2025-12-05 06:36:34.087089 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-12-05 06:36:34.090185 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:34.866558 | 32.36s 2025-12-05 06:36:41.499075 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-12-05 06:36:41.502731 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:42.279104 | 39.77s 2025-12-05 06:36:44.862998 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-12-05 06:36:44.865936 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:45.642308 | 43.14s 2025-12-05 06:37:01.630539 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-12-05 06:37:01.635071 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:02.411445 | 59.91s 2025-12-05 06:37:11.130567 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-12-05 06:37:11.134307 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:11.910680 | 69.41s 2025-12-05 06:37:17.700749 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-12-05 06:37:17.704438 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:18.480813 | 75.98s 2025-12-05 06:37:27.274878 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-12-05 06:37:27.278704 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:28.055077 | 85.55s 2025-12-05 06:37:36.172342 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-12-05 06:37:36.176940 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:36.953312 | 94.45s 2025-12-05 06:37:40.851728 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-12-05 06:37:40.855464 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:41.631838 | 99.13s 2025-12-05 06:37:43.597388 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-12-05 06:37:43.601032 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:44.377407 | 101.87s 2025-12-05 06:37:46.833426 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-12-05 06:37:46.836294 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:47.612669 | 105.11s 2025-12-05 06:37:51.392661 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-12-05 06:37:51.395849 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:52.172221 | 109.67s 2025-12-05 06:38:02.778174 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-12-05 06:38:02.781122 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:03.557496 | 121.05s 2025-12-05 06:38:05.303651 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-12-05 06:38:05.307770 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:06.084143 | 123.58s 2025-12-05 06:38:18.399423 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-12-05 06:38:18.403438 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:19.179811 | 136.68s 2025-12-05 06:38:20.751626 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-12-05 06:38:20.755505 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:21.531878 | 139.03s 2025-12-05 06:38:23.334989 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-12-05 06:38:23.338533 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:24.114907 | 141.61s 2025-12-05 06:38:26.054279 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-12-05 06:38:26.058279 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:26.834652 | 144.33s 2025-12-05 06:38:29.884356 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-12-05 06:38:29.888608 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:30.664978 | 148.16s 2025-12-05 06:38:32.387388 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-12-05 06:38:32.391357 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:33.167730 | 150.66s 2025-12-05 06:38:34.722710 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-12-05 06:38:34.725636 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:35.502009 | 153.00s 2025-12-05 06:38:39.045239 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-12-05 06:38:39.048430 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:39.824802 | 157.32s 2025-12-05 06:38:41.044821 | fa163e02-2909-e15a-00f9-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-12-05 06:38:41.047990 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:41.824363 | 159.32s 2025-12-05 06:38:42.694424 | fa163e02-2909-e15a-00f9-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-12-05 06:38:42.697377 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:43.473751 | 160.97s 2025-12-05 06:38:45.455881 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-12-05 06:38:45.458518 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:46.234893 | 163.73s 2025-12-05 06:38:47.360674 | fa163e02-2909-e15a-00f9-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-12-05 06:38:47.364640 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:48.141012 | 165.64s 2025-12-05 06:38:51.917716 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-12-05 06:38:51.920997 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:52.697371 | 170.19s 2025-12-05 06:38:54.566932 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-12-05 06:38:54.570527 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:55.346902 | 172.84s 2025-12-05 06:38:58.267719 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-12-05 06:38:58.270852 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:59.047227 | 176.54s 2025-12-05 06:39:01.476663 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-12-05 06:39:01.480415 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:02.256788 | 179.75s 2025-12-05 06:39:04.684736 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-12-05 06:39:04.687469 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:05.463849 | 182.96s 2025-12-05 06:39:07.362763 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-12-05 06:39:07.366698 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:08.143072 | 185.64s 2025-12-05 06:39:09.984250 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-12-05 06:39:09.988041 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:10.764414 | 188.26s 2025-12-05 06:39:12.436433 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-12-05 06:39:12.439108 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:13.215480 | 190.71s 2025-12-05 06:39:14.832137 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-12-05 06:39:14.836274 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:15.612647 | 193.11s 2025-12-05 06:39:17.690899 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-12-05 06:39:17.694753 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:18.471127 | 195.97s 2025-12-05 06:39:20.371227 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-12-05 06:39:20.373631 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:21.150004 | 198.65s 2025-12-05 06:39:22.581351 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-12-05 06:39:22.584191 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:23.360565 | 200.86s 2025-12-05 06:39:25.102592 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-12-05 06:39:25.105784 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:25.882157 | 203.38s 2025-12-05 06:39:27.974095 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-12-05 06:39:27.977262 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:28.753636 | 206.25s 2025-12-05 06:39:31.378006 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-12-05 06:39:31.381066 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:32.157439 | 209.65s 2025-12-05 06:39:33.682701 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-12-05 06:39:33.687025 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:34.463398 | 211.96s 2025-12-05 06:39:36.380495 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-12-05 06:39:36.384433 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:37.160806 | 214.66s 2025-12-05 06:39:38.710944 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-12-05 06:39:38.713895 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:39.490268 | 216.99s 2025-12-05 06:39:41.358329 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-12-05 06:39:41.362487 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.138860 | 219.63s 2025-12-05 06:39:43.681598 | fa163e02-2909-e15a-00f9-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-12-05 06:39:43.685147 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:44.461520 | 221.96s 2025-12-05 06:39:44.035932 | fa163e02-2909-e15a-00f9-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:44.812297 | 222.31s 2025-12-05 06:39:44.269019 | fa163e02-2909-e15a-00f9-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-05 06:39:44.270351 | fa163e02-2909-e15a-00f9-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:45.046724 | 0.06s 2025-12-05 06:39:44.293512 | fa163e02-2909-e15a-00f9-00000000220f | TASK | Fail if container image is undefined 2025-12-05 06:39:44.365601 | fa163e02-2909-e15a-00f9-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 06:39:44.366713 | fa163e02-2909-e15a-00f9-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:45.143091 | 0.07s 2025-12-05 06:39:44.402424 | fa163e02-2909-e15a-00f9-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-12-05 06:39:49.041595 | fa163e02-2909-e15a-00f9-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-12-05 06:39:49.042469 | fa163e02-2909-e15a-00f9-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:08:49.818851 | 4.64s 2025-12-05 06:39:49.075377 | fa163e02-2909-e15a-00f9-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-12-05 06:39:49.420428 | fa163e02-2909-e15a-00f9-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-12-05 06:39:49.421907 | fa163e02-2909-e15a-00f9-000000002211 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:08:50.198279 | 0.35s 2025-12-05 06:39:49.479729 | fa163e02-2909-e15a-00f9-00000000221c | TASK | Check if rsyslog exists 2025-12-05 06:39:49.759881 | fa163e02-2909-e15a-00f9-00000000221c | CHANGED | Check if rsyslog exists | standalone 2025-12-05 06:39:49.761306 | fa163e02-2909-e15a-00f9-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:08:50.537680 | 0.28s 2025-12-05 06:39:49.789457 | fa163e02-2909-e15a-00f9-00000000221d | TASK | Forward logging to swift.log file 2025-12-05 06:39:50.331738 | fa163e02-2909-e15a-00f9-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2025-12-05 06:39:50.333158 | fa163e02-2909-e15a-00f9-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:08:51.109531 | 0.54s 2025-12-05 06:39:50.362704 | fa163e02-2909-e15a-00f9-00000000221e | TASK | Restart rsyslogd service after logging conf change 2025-12-05 06:39:51.036294 | fa163e02-2909-e15a-00f9-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-12-05 06:39:51.038578 | fa163e02-2909-e15a-00f9-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:08:51.814850 | 0.67s 2025-12-05 06:39:51.135574 | fa163e02-2909-e15a-00f9-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-05 06:39:51.379894 | fa163e02-2909-e15a-00f9-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-05 06:39:51.381388 | fa163e02-2909-e15a-00f9-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:08:52.157763 | 0.24s 2025-12-05 06:39:51.494917 | fa163e02-2909-e15a-00f9-0000000000c3 | TIMING | include_tasks | standalone | 0:08:52.271280 | 0.08s 2025-12-05 06:39:51.537638 | 9c2ddaf1-bb93-4c08-aa9e-2b5db523cacc | INCLUDED | /root/standalone-ansible-0zpkwi6h/common_deploy_steps_tasks.yaml | standalone 2025-12-05 06:39:51.567095 | fa163e02-2909-e15a-00f9-0000000024a0 | TASK | Write the config_step hieradata 2025-12-05 06:39:52.063646 | fa163e02-2909-e15a-00f9-0000000024a0 | OK | Write the config_step hieradata | standalone 2025-12-05 06:39:52.065320 | fa163e02-2909-e15a-00f9-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:08:52.841693 | 0.50s 2025-12-05 06:39:52.095535 | fa163e02-2909-e15a-00f9-0000000024a1 | TASK | Run puppet host configuration for step 1 2025-12-05 06:39:52.434864 | fa163e02-2909-e15a-00f9-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-12-05 06:39:52.436225 | fa163e02-2909-e15a-00f9-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:08:53.212598 | 0.34s 2025-12-05 06:39:52.467099 | fa163e02-2909-e15a-00f9-0000000024a2 | TASK | Wait for puppet host configuration to finish 2025-12-05 06:39:52.729985 | fa163e02-2909-e15a-00f9-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-05 06:40:02.949228 | fa163e02-2909-e15a-00f9-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-05 06:40:13.148729 | fa163e02-2909-e15a-00f9-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-05 06:40:23.368217 | fa163e02-2909-e15a-00f9-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-12-05 06:40:33.582392 | fa163e02-2909-e15a-00f9-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-12-05 06:40:43.797815 | fa163e02-2909-e15a-00f9-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-12-05 06:40:54.019737 | fa163e02-2909-e15a-00f9-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-05 06:40:54.022457 | fa163e02-2909-e15a-00f9-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:09:54.798825 | 61.55s 2025-12-05 06:40:54.054938 | fa163e02-2909-e15a-00f9-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-12-05 06:40:54.141625 | fa163e02-2909-e15a-00f9-0000000024a3 | 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>Dec 5 06:39:52 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 5 06:39:56 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 5 06:39:56 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 5 06:39:56 puppet-user: (file & line not available)", "<13>Dec 5 06:39:56 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>Dec 5 06:39:56 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 5 06:39:56 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 5 06:39:56 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.39 seconds", "<13>Dec 5 06:39:56 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Dec 5 06:39:56 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Dec 5 06:39:56 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Dec 5 06:40:06 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Dec 5 06:40:14 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Dec 5 06:40:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Dec 5 06:40:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Dec 5 06:40:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Dec 5 06:40:17 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 5 06:40:17 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Dec 5 06:40:18 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Dec 5 06:40:22 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 5 06:40:24 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 5 06:40:24 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Dec 5 06:40:25 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Dec 5 06:40:48 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Dec 5 06:40:49 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 5 06:40:51 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Dec 5 06:40:51 puppet-user: Notice: Applied catalog in 54.73 seconds", "<13>Dec 5 06:40:51 puppet-user: Application:", "<13>Dec 5 06:40:51 puppet-user: Initial environment: production", "<13>Dec 5 06:40:51 puppet-user: Converged environment: production", "<13>Dec 5 06:40:51 puppet-user: Run mode: user", "<13>Dec 5 06:40:51 puppet-user: Changes:", "<13>Dec 5 06:40:51 puppet-user: Total: 17", "<13>Dec 5 06:40:51 puppet-user: Events:", "<13>Dec 5 06:40:51 puppet-user: Success: 17", "<13>Dec 5 06:40:51 puppet-user: Resources:", "<13>Dec 5 06:40:51 puppet-user: Restarted: 1", "<13>Dec 5 06:40:51 puppet-user: Changed: 16", "<13>Dec 5 06:40:51 puppet-user: Out of sync: 16", "<13>Dec 5 06:40:51 puppet-user: Total: 26", "<13>Dec 5 06:40:51 puppet-user: Time:", "<13>Dec 5 06:40:51 puppet-user: Filebucket: 0.00", "<13>Dec 5 06:40:51 puppet-user: Schedule: 0.00", "<13>Dec 5 06:40:51 puppet-user: File: 0.00", "<13>Dec 5 06:40:51 puppet-user: File line: 0.00", "<13>Dec 5 06:40:51 puppet-user: Augeas: 0.02", "<13>Dec 5 06:40:51 puppet-user: User: 0.18", "<13>Dec 5 06:40:51 puppet-user: Config retrieval: 0.44", "<13>Dec 5 06:40:51 puppet-user: Package: 17.25", "<13>Dec 5 06:40:51 puppet-user: Last run: 1764916851", "<13>Dec 5 06:40:51 puppet-user: Exec: 28.88", "<13>Dec 5 06:40:51 puppet-user: Pcmk property: 3.31", "<13>Dec 5 06:40:51 puppet-user: Service: 3.73", "<13>Dec 5 06:40:51 puppet-user: Transaction evaluation: 54.72", "<13>Dec 5 06:40:51 puppet-user: Catalog application: 54.73", "<13>Dec 5 06:40:51 puppet-user: Total: 54.73", "<13>Dec 5 06:40:51 puppet-user: Version:", "<13>Dec 5 06:40:51 puppet-user: Config: 1764916796", "<13>Dec 5 06:40:51 puppet-user: Puppet: 7.10.0" ] } 2025-12-05 06:40:54.142994 | fa163e02-2909-e15a-00f9-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:09:54.919375 | 0.09s 2025-12-05 06:40:54.166705 | fa163e02-2909-e15a-00f9-0000000024a4 | TASK | Pre-cache facts for puppet containers 2025-12-05 06:40:54.195465 | fa163e02-2909-e15a-00f9-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:09:54.971831 | 0.03s 2025-12-05 06:40:54.269072 | fa163e02-2909-e15a-00f9-0000000024eb | TASK | Gather variables for each operating system 2025-12-05 06:40:54.392009 | fa163e02-2909-e15a-00f9-0000000024eb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:09:55.168379 | 0.12s 2025-12-05 06:40:54.416116 | fa163e02-2909-e15a-00f9-0000000024ec | TASK | Create puppet caching structures 2025-12-05 06:40:54.621819 | fa163e02-2909-e15a-00f9-0000000024ec | CHANGED | Create puppet caching structures | standalone 2025-12-05 06:40:54.623445 | fa163e02-2909-e15a-00f9-0000000024ec | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:09:55.399825 | 0.21s 2025-12-05 06:40:54.646778 | fa163e02-2909-e15a-00f9-0000000024ed | TASK | Check for facter.conf 2025-12-05 06:40:54.830313 | fa163e02-2909-e15a-00f9-0000000024ed | OK | Check for facter.conf | standalone 2025-12-05 06:40:54.832113 | fa163e02-2909-e15a-00f9-0000000024ed | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:09:55.608492 | 0.18s 2025-12-05 06:40:54.855408 | fa163e02-2909-e15a-00f9-0000000024ee | TASK | Remove facter.conf if directory 2025-12-05 06:40:54.899573 | fa163e02-2909-e15a-00f9-0000000024ee | SKIPPED | Remove facter.conf if directory | standalone 2025-12-05 06:40:54.901872 | fa163e02-2909-e15a-00f9-0000000024ee | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:09:55.678241 | 0.04s 2025-12-05 06:40:54.933610 | fa163e02-2909-e15a-00f9-0000000024ef | TASK | Write facter cache config 2025-12-05 06:40:55.402890 | fa163e02-2909-e15a-00f9-0000000024ef | CHANGED | Write facter cache config | standalone 2025-12-05 06:40:55.405477 | fa163e02-2909-e15a-00f9-0000000024ef | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:09:56.181848 | 0.47s 2025-12-05 06:40:55.435454 | fa163e02-2909-e15a-00f9-0000000024f0 | TASK | Cleanup facter cache if exists 2025-12-05 06:40:55.664100 | fa163e02-2909-e15a-00f9-0000000024f0 | OK | Cleanup facter cache if exists | standalone 2025-12-05 06:40:55.665505 | fa163e02-2909-e15a-00f9-0000000024f0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:09:56.441877 | 0.23s 2025-12-05 06:40:55.695284 | fa163e02-2909-e15a-00f9-0000000024f1 | TASK | Pre-cache facts 2025-12-05 06:40:56.297386 | fa163e02-2909-e15a-00f9-0000000024f1 | CHANGED | Pre-cache facts | standalone 2025-12-05 06:40:56.298764 | fa163e02-2909-e15a-00f9-0000000024f1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:09:57.075137 | 0.60s 2025-12-05 06:40:56.331592 | fa163e02-2909-e15a-00f9-0000000024f2 | TASK | Failed deployment if facter fails 2025-12-05 06:40:56.377378 | fa163e02-2909-e15a-00f9-0000000024f2 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-05 06:40:56.378206 | fa163e02-2909-e15a-00f9-0000000024f2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:09:57.154587 | 0.04s 2025-12-05 06:40:56.409575 | fa163e02-2909-e15a-00f9-0000000024f3 | TASK | Sync cached facts 2025-12-05 06:40:56.877045 | fa163e02-2909-e15a-00f9-0000000024f3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e02-2909-e15a-00f9-0000000024f3') missing from stats 2025-12-05 06:40:56.933722 | fa163e02-2909-e15a-00f9-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-05 06:40:56.973427 | fa163e02-2909-e15a-00f9-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:09:57.749790 | 0.04s 2025-12-05 06:40:57.004022 | ee95c032-70a4-46de-a99b-17e2797da241 | INCLUDED | /root/standalone-ansible-0zpkwi6h/generate-config-tasks.yaml | standalone 2025-12-05 06:40:57.040629 | fa163e02-2909-e15a-00f9-00000000253d | TASK | Create base directory puppet configs 2025-12-05 06:40:57.290217 | fa163e02-2909-e15a-00f9-00000000253d | CHANGED | Create base directory puppet configs | standalone 2025-12-05 06:40:57.291900 | fa163e02-2909-e15a-00f9-00000000253d | TIMING | Create base directory puppet configs | standalone | 0:09:58.068264 | 0.25s 2025-12-05 06:40:57.323998 | fa163e02-2909-e15a-00f9-00000000253e | TASK | Generate container puppet configs for step 1 2025-12-05 06:40:57.577033 | fa163e02-2909-e15a-00f9-00000000253e | CHANGED | Generate container puppet configs for step 1 | standalone 2025-12-05 06:40:57.578453 | fa163e02-2909-e15a-00f9-00000000253e | TIMING | Generate container puppet configs for step 1 | standalone | 0:09:58.354820 | 0.25s 2025-12-05 06:40:57.610082 | fa163e02-2909-e15a-00f9-00000000253f | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-12-05 06:40:57.639777 | fa163e02-2909-e15a-00f9-00000000253f | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:09:58.416144 | 0.03s 2025-12-05 06:40:57.715673 | fa163e02-2909-e15a-00f9-0000000025c9 | TASK | Gather variables for each operating system 2025-12-05 06:40:57.837680 | fa163e02-2909-e15a-00f9-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:09:58.614041 | 0.12s 2025-12-05 06:40:57.869301 | fa163e02-2909-e15a-00f9-0000000025ca | TASK | Create container logs path 2025-12-05 06:40:58.107724 | fa163e02-2909-e15a-00f9-0000000025ca | OK | Create container logs path | standalone 2025-12-05 06:40:58.109348 | fa163e02-2909-e15a-00f9-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:09:58.885715 | 0.24s 2025-12-05 06:40:58.142647 | fa163e02-2909-e15a-00f9-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 06:40:58.614663 | fa163e02-2909-e15a-00f9-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 06:40:58.616122 | fa163e02-2909-e15a-00f9-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:59.392489 | 0.47s 2025-12-05 06:40:58.650479 | fa163e02-2909-e15a-00f9-0000000025cd | TASK | Finalise hashes for all containers 2025-12-05 06:40:58.739486 | fa163e02-2909-e15a-00f9-0000000025cd | OK | Finalise hashes for all containers | standalone 2025-12-05 06:40:58.740731 | fa163e02-2909-e15a-00f9-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:09:59.517105 | 0.09s 2025-12-05 06:40:58.771466 | fa163e02-2909-e15a-00f9-0000000025cf | TASK | Manage systemd shutdown files 2025-12-05 06:40:58.805359 | fa163e02-2909-e15a-00f9-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 06:40:58.806616 | fa163e02-2909-e15a-00f9-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:09:59.582989 | 0.03s 2025-12-05 06:40:58.838484 | fa163e02-2909-e15a-00f9-0000000025d1 | TASK | Update container configs with new config hashes 2025-12-05 06:40:58.899915 | fa163e02-2909-e15a-00f9-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 06:40:58.900908 | fa163e02-2909-e15a-00f9-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:09:59.677287 | 0.06s 2025-12-05 06:40:58.933454 | fa163e02-2909-e15a-00f9-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 06:40:58.996002 | fa163e02-2909-e15a-00f9-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:59.772363 | 0.06s 2025-12-05 06:40:59.023952 | 700aa490-7d95-409d-b58d-04eae75dd13d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 06:40:59.061944 | fa163e02-2909-e15a-00f9-000000002616 | TASK | Gather podman infos 2025-12-05 06:40:59.651249 | fa163e02-2909-e15a-00f9-000000002616 | OK | Gather podman infos | standalone 2025-12-05 06:40:59.652961 | fa163e02-2909-e15a-00f9-000000002616 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:00.429333 | 0.59s 2025-12-05 06:40:59.690207 | fa163e02-2909-e15a-00f9-000000002617 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 06:40:59.730608 | fa163e02-2909-e15a-00f9-000000002617 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 06:40:59.731906 | fa163e02-2909-e15a-00f9-000000002617 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:00.508278 | 0.04s 2025-12-05 06:40:59.764010 | fa163e02-2909-e15a-00f9-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 06:40:59.820313 | fa163e02-2909-e15a-00f9-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:00.596683 | 0.05s 2025-12-05 06:40:59.845667 | 60fe6362-78a2-4fdb-be44-9c339fc2ee8c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 06:40:59.883817 | fa163e02-2909-e15a-00f9-000000002640 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 06:41:32.781043 | fa163e02-2909-e15a-00f9-000000002640 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 06:41:32.782624 | fa163e02-2909-e15a-00f9-000000002640 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:33.558996 | 32.90s 2025-12-05 06:41:32.864215 | fa163e02-2909-e15a-00f9-000000002641 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 06:41:32.955534 | fa163e02-2909-e15a-00f9-000000002641 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 06:41:32.956526 | fa163e02-2909-e15a-00f9-000000002641 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:33.732904 | 0.09s 2025-12-05 06:41:33.000654 | fa163e02-2909-e15a-00f9-000000002541 | TASK | Diff puppet-generated changes for check mode 2025-12-05 06:41:33.028828 | fa163e02-2909-e15a-00f9-000000002541 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-05 06:41:33.029742 | fa163e02-2909-e15a-00f9-000000002541 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:33.806120 | 0.03s 2025-12-05 06:41:33.053013 | fa163e02-2909-e15a-00f9-000000002542 | TASK | Diff puppet-generated changes for check mode 2025-12-05 06:41:33.084066 | fa163e02-2909-e15a-00f9-000000002542 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-05 06:41:33.084960 | fa163e02-2909-e15a-00f9-000000002542 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:33.861338 | 0.03s 2025-12-05 06:41:33.109153 | fa163e02-2909-e15a-00f9-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2025-12-05 06:41:33.135980 | fa163e02-2909-e15a-00f9-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:10:33.912355 | 0.03s 2025-12-05 06:41:33.195634 | fa163e02-2909-e15a-00f9-000000002696 | TASK | Gather variables for each operating system 2025-12-05 06:41:33.316542 | fa163e02-2909-e15a-00f9-000000002696 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:34.092905 | 0.12s 2025-12-05 06:41:33.339987 | fa163e02-2909-e15a-00f9-000000002697 | TASK | Create container logs path 2025-12-05 06:41:33.527125 | fa163e02-2909-e15a-00f9-000000002697 | OK | Create container logs path | standalone 2025-12-05 06:41:33.528594 | fa163e02-2909-e15a-00f9-000000002697 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:34.304966 | 0.19s 2025-12-05 06:41:33.562090 | fa163e02-2909-e15a-00f9-000000002699 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-12-05 06:41:33.845751 | fa163e02-2909-e15a-00f9-000000002699 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-05 06:41:33.846765 | fa163e02-2909-e15a-00f9-000000002699 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:34.623144 | 0.28s 2025-12-05 06:41:33.871152 | fa163e02-2909-e15a-00f9-00000000269a | TASK | Finalise hashes for all containers 2025-12-05 06:41:33.931937 | fa163e02-2909-e15a-00f9-00000000269a | OK | Finalise hashes for all containers | standalone 2025-12-05 06:41:33.932793 | fa163e02-2909-e15a-00f9-00000000269a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:34.709171 | 0.06s 2025-12-05 06:41:33.953186 | fa163e02-2909-e15a-00f9-00000000269c | TASK | Manage systemd shutdown files 2025-12-05 06:41:33.979200 | fa163e02-2909-e15a-00f9-00000000269c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:34.755573 | 0.03s 2025-12-05 06:41:33.997549 | 40f5e1f6-cd75-44af-a025-814985a7c68e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-05 06:41:34.022160 | fa163e02-2909-e15a-00f9-0000000026cf | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-05 06:41:34.220011 | fa163e02-2909-e15a-00f9-0000000026cf | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-05 06:41:34.221454 | fa163e02-2909-e15a-00f9-0000000026cf | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:10:34.997828 | 0.20s 2025-12-05 06:41:34.255742 | fa163e02-2909-e15a-00f9-0000000026d0 | TASK | Set podman_drop_in fact 2025-12-05 06:41:34.307866 | fa163e02-2909-e15a-00f9-0000000026d0 | OK | Set podman_drop_in fact | standalone 2025-12-05 06:41:34.308927 | fa163e02-2909-e15a-00f9-0000000026d0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:10:35.085306 | 0.05s 2025-12-05 06:41:34.334085 | fa163e02-2909-e15a-00f9-0000000026d2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-05 06:41:34.842112 | fa163e02-2909-e15a-00f9-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-05 06:41:34.843044 | fa163e02-2909-e15a-00f9-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:35.619426 | 0.51s 2025-12-05 06:41:35.217281 | fa163e02-2909-e15a-00f9-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-05 06:41:35.218382 | fa163e02-2909-e15a-00f9-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:35.994758 | 0.88s 2025-12-05 06:41:35.224961 | fa163e02-2909-e15a-00f9-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:36.001339 | 0.89s 2025-12-05 06:41:35.256058 | fa163e02-2909-e15a-00f9-0000000026d3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-05 06:41:35.670732 | fa163e02-2909-e15a-00f9-0000000026d3 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-05 06:41:35.672147 | fa163e02-2909-e15a-00f9-0000000026d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:10:36.448521 | 0.41s 2025-12-05 06:41:35.702302 | fa163e02-2909-e15a-00f9-0000000026d4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-05 06:41:36.165523 | fa163e02-2909-e15a-00f9-0000000026d4 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-05 06:41:36.166404 | fa163e02-2909-e15a-00f9-0000000026d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:10:36.942787 | 0.46s 2025-12-05 06:41:36.186132 | fa163e02-2909-e15a-00f9-0000000026d5 | TASK | Enable and start tripleo-container-shutdown 2025-12-05 06:41:37.105332 | fa163e02-2909-e15a-00f9-0000000026d5 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-12-05 06:41:37.107034 | fa163e02-2909-e15a-00f9-0000000026d5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:10:37.883415 | 0.92s 2025-12-05 06:41:37.128142 | fa163e02-2909-e15a-00f9-0000000026d6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-05 06:41:37.669823 | fa163e02-2909-e15a-00f9-0000000026d6 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-05 06:41:37.671327 | fa163e02-2909-e15a-00f9-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:10:38.447701 | 0.54s 2025-12-05 06:41:37.702988 | fa163e02-2909-e15a-00f9-0000000026d7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-05 06:41:38.236182 | fa163e02-2909-e15a-00f9-0000000026d7 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-05 06:41:38.237518 | fa163e02-2909-e15a-00f9-0000000026d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:10:39.013892 | 0.53s 2025-12-05 06:41:38.267981 | fa163e02-2909-e15a-00f9-0000000026d8 | TASK | Enable and start netns-placeholder 2025-12-05 06:41:39.208347 | fa163e02-2909-e15a-00f9-0000000026d8 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-05 06:41:39.210472 | fa163e02-2909-e15a-00f9-0000000026d8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:10:39.986840 | 0.94s 2025-12-05 06:41:39.242593 | fa163e02-2909-e15a-00f9-00000000269e | TASK | Update container configs with new config hashes 2025-12-05 06:41:39.304701 | fa163e02-2909-e15a-00f9-00000000269e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:40.081072 | 0.06s 2025-12-05 06:41:39.319443 | 9c8c21c6-a3c3-41fc-9d65-1a45db3ff7b1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-05 06:41:39.348086 | fa163e02-2909-e15a-00f9-000000002700 | TASK | Update config hashes for container startup configs 2025-12-05 06:41:39.680280 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-12-05 06:41:39.681026 | | WARNING | Config change detected for mysql_bootstrap, new hash: 01f454b71776651c0d5b2f3928f9935a 2025-12-05 06:41:39.681291 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 322dba576f4d5e5ec55a4fa8b160cb69 2025-12-05 06:41:39.681553 | | WARNING | Config change detected for clustercheck, new hash: 777b889b4959aa0506758e9904f1d195 2025-12-05 06:41:39.681846 | | WARNING | Config change detected for horizon_fix_perms, new hash: 2a2865722377828c0bb23f7d6cd888c2 2025-12-05 06:41:39.682141 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 01f454b71776651c0d5b2f3928f9935a 2025-12-05 06:41:39.682400 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 2b07a47f7352f04f3f4cb179bc3ceead 2025-12-05 06:41:39.682661 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 2b07a47f7352f04f3f4cb179bc3ceead 2025-12-05 06:41:39.682993 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 2b07a47f7352f04f3f4cb179bc3ceead 2025-12-05 06:41:39.683267 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 2b07a47f7352f04f3f4cb179bc3ceead 2025-12-05 06:41:39.683522 | | WARNING | Config change detected for aodh_db_sync, new hash: cb91c7437158789bc784e93eef7d6f17 2025-12-05 06:41:39.683853 | | WARNING | Config change detected for barbican_api, new hash: c9c46673297517982b783779d7f26f8b 2025-12-05 06:41:39.684131 | | WARNING | Config change detected for barbican_api_db_sync, new hash: c9c46673297517982b783779d7f26f8b 2025-12-05 06:41:39.684386 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: c9c46673297517982b783779d7f26f8b 2025-12-05 06:41:39.684679 | | WARNING | Config change detected for barbican_keystone_listener, new hash: c9c46673297517982b783779d7f26f8b 2025-12-05 06:41:39.684983 | | WARNING | Config change detected for barbican_worker, new hash: c9c46673297517982b783779d7f26f8b 2025-12-05 06:41:39.685286 | | WARNING | Config change detected for cinder_api_db_sync, new hash: b055488a92b5c059cc21e29e9e845d50 2025-12-05 06:41:39.685541 | | WARNING | Config change detected for glance_api_db_sync, new hash: 3e2a0f7af6e10c540f8d51814baf087b-2064897fc340b3dcf3f01746ea9f074e 2025-12-05 06:41:39.685816 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 31301783d5409b688b8dea5838f526a8 2025-12-05 06:41:39.686098 | | WARNING | Config change detected for horizon, new hash: 2a2865722377828c0bb23f7d6cd888c2 2025-12-05 06:41:39.686374 | | WARNING | Config change detected for iscsid, new hash: 2064897fc340b3dcf3f01746ea9f074e 2025-12-05 06:41:39.686634 | | WARNING | Config change detected for keystone, new hash: 0c39b95ab490c9580b2291d4a4a0221d 2025-12-05 06:41:39.686935 | | WARNING | Config change detected for keystone_cron, new hash: 0c39b95ab490c9580b2291d4a4a0221d 2025-12-05 06:41:39.687200 | | WARNING | Config change detected for keystone_db_sync, new hash: 0c39b95ab490c9580b2291d4a4a0221d 2025-12-05 06:41:39.687476 | | WARNING | Config change detected for manila_api_db_sync, new hash: 16ae22b369b0b4384bd7eeb458cbfb61 2025-12-05 06:41:39.687747 | | WARNING | Config change detected for neutron_db_sync, new hash: 2eacf1aeb9e1028bf52e5d4d9f9ea294 2025-12-05 06:41:39.688066 | | WARNING | Config change detected for nova_api_db_sync, new hash: b236ccecc5fc32802ea5f8b165f1ea3f 2025-12-05 06:41:39.688362 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: b236ccecc5fc32802ea5f8b165f1ea3f 2025-12-05 06:41:39.688644 | | WARNING | Config change detected for nova_db_sync, new hash: b236ccecc5fc32802ea5f8b165f1ea3f 2025-12-05 06:41:39.688940 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 9569aa31bb6c877bdff06494be9b1a7b 2025-12-05 06:41:39.689211 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 9569aa31bb6c877bdff06494be9b1a7b 2025-12-05 06:41:39.689480 | | WARNING | Config change detected for nova_virtproxyd, new hash: 9569aa31bb6c877bdff06494be9b1a7b 2025-12-05 06:41:39.689732 | | WARNING | Config change detected for nova_virtqemud, new hash: 9569aa31bb6c877bdff06494be9b1a7b 2025-12-05 06:41:39.690031 | | WARNING | Config change detected for nova_virtsecretd, new hash: 9569aa31bb6c877bdff06494be9b1a7b 2025-12-05 06:41:39.690304 | | WARNING | Config change detected for nova_virtstoraged, new hash: 9569aa31bb6c877bdff06494be9b1a7b 2025-12-05 06:41:39.690558 | | WARNING | Config change detected for octavia_db_sync, new hash: 2b07a47f7352f04f3f4cb179bc3ceead 2025-12-05 06:41:39.690834 | | WARNING | Config change detected for placement_api_db_sync, new hash: d13b6121bd0fa773a578fb3c2b8bc1e1 2025-12-05 06:41:39.691125 | | WARNING | Config change detected for swift_copy_rings, new hash: 9c1c019898b2d8d141517ab4c8ad0311-7467b37fc7842c8139bc0d5a58c3bec7 2025-12-05 06:41:39.691381 | | WARNING | Config change detected for aodh_api, new hash: cb91c7437158789bc784e93eef7d6f17 2025-12-05 06:41:39.691643 | | WARNING | Config change detected for aodh_api_cron, new hash: cb91c7437158789bc784e93eef7d6f17 2025-12-05 06:41:39.691939 | | WARNING | Config change detected for aodh_evaluator, new hash: cb91c7437158789bc784e93eef7d6f17 2025-12-05 06:41:39.692214 | | WARNING | Config change detected for aodh_listener, new hash: cb91c7437158789bc784e93eef7d6f17 2025-12-05 06:41:39.692464 | | WARNING | Config change detected for aodh_notifier, new hash: cb91c7437158789bc784e93eef7d6f17 2025-12-05 06:41:39.692827 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 6c02d283cd2d3f61c2ba3cb4a125bdad 2025-12-05 06:41:39.693091 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 6c02d283cd2d3f61c2ba3cb4a125bdad 2025-12-05 06:41:39.693356 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 6c02d283cd2d3f61c2ba3cb4a125bdad 2025-12-05 06:41:39.696071 | | WARNING | Config change detected for cinder_api, new hash: b055488a92b5c059cc21e29e9e845d50 2025-12-05 06:41:39.696427 | | WARNING | Config change detected for cinder_api_cron, new hash: b055488a92b5c059cc21e29e9e845d50 2025-12-05 06:41:39.696726 | | WARNING | Config change detected for cinder_scheduler, new hash: b055488a92b5c059cc21e29e9e845d50 2025-12-05 06:41:39.698471 | | WARNING | Config change detected for glance_api, new hash: 3e2a0f7af6e10c540f8d51814baf087b-2064897fc340b3dcf3f01746ea9f074e 2025-12-05 06:41:39.700165 | | WARNING | Config change detected for glance_api_cron, new hash: 3e2a0f7af6e10c540f8d51814baf087b 2025-12-05 06:41:39.700517 | | WARNING | Config change detected for glance_api_internal, new hash: c4979a34f2e7cd3149a88074eec8c99b-2064897fc340b3dcf3f01746ea9f074e 2025-12-05 06:41:39.701819 | | WARNING | Config change detected for heat_api, new hash: 0f290237bc475016d562d4906619c4c4 2025-12-05 06:41:39.702166 | | WARNING | Config change detected for heat_api_cfn, new hash: 5ccc8f1f28900939cb4fbd65ecbdd407 2025-12-05 06:41:39.702473 | | WARNING | Config change detected for heat_api_cron, new hash: 0f290237bc475016d562d4906619c4c4 2025-12-05 06:41:39.702788 | | WARNING | Config change detected for heat_engine, new hash: 31301783d5409b688b8dea5838f526a8 2025-12-05 06:41:39.703221 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-12-05 06:41:39.703548 | | WARNING | Config change detected for manila_api, new hash: 16ae22b369b0b4384bd7eeb458cbfb61 2025-12-05 06:41:39.703947 | | WARNING | Config change detected for manila_api_cron, new hash: 16ae22b369b0b4384bd7eeb458cbfb61 2025-12-05 06:41:39.704286 | | WARNING | Config change detected for manila_scheduler, new hash: 16ae22b369b0b4384bd7eeb458cbfb61 2025-12-05 06:41:39.704610 | | WARNING | Config change detected for neutron_api, new hash: 2eacf1aeb9e1028bf52e5d4d9f9ea294 2025-12-05 06:41:39.704965 | | WARNING | Config change detected for neutron_dhcp, new hash: 2eacf1aeb9e1028bf52e5d4d9f9ea294 2025-12-05 06:41:39.705305 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 2eacf1aeb9e1028bf52e5d4d9f9ea294 2025-12-05 06:41:39.705616 | | WARNING | Config change detected for nova_api, new hash: b236ccecc5fc32802ea5f8b165f1ea3f 2025-12-05 06:41:39.705966 | | WARNING | Config change detected for nova_api_cron, new hash: b236ccecc5fc32802ea5f8b165f1ea3f 2025-12-05 06:41:39.706289 | | WARNING | Config change detected for nova_conductor, new hash: b236ccecc5fc32802ea5f8b165f1ea3f 2025-12-05 06:41:39.706611 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 9569aa31bb6c877bdff06494be9b1a7b 2025-12-05 06:41:39.706958 | | WARNING | Config change detected for nova_metadata, new hash: f500f0b986d33e902e04e1315c07b7d7 2025-12-05 06:41:39.707293 | | WARNING | Config change detected for nova_migration_target, new hash: 9569aa31bb6c877bdff06494be9b1a7b 2025-12-05 06:41:39.707623 | | WARNING | Config change detected for nova_scheduler, new hash: b236ccecc5fc32802ea5f8b165f1ea3f 2025-12-05 06:41:39.707956 | | WARNING | Config change detected for nova_vnc_proxy, new hash: b236ccecc5fc32802ea5f8b165f1ea3f 2025-12-05 06:41:39.708273 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: b236ccecc5fc32802ea5f8b165f1ea3f 2025-12-05 06:41:39.708586 | | WARNING | Config change detected for octavia_api, new hash: 2b07a47f7352f04f3f4cb179bc3ceead 2025-12-05 06:41:39.709000 | | WARNING | Config change detected for octavia_driver_agent, new hash: 2b07a47f7352f04f3f4cb179bc3ceead 2025-12-05 06:41:39.709342 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 2eacf1aeb9e1028bf52e5d4d9f9ea294 2025-12-05 06:41:39.709653 | | WARNING | Config change detected for placement_api, new hash: d13b6121bd0fa773a578fb3c2b8bc1e1 2025-12-05 06:41:39.710028 | | WARNING | Config change detected for placement_wait_for_service, new hash: d13b6121bd0fa773a578fb3c2b8bc1e1 2025-12-05 06:41:39.710347 | | WARNING | Config change detected for swift_account_reaper, new hash: 9c1c019898b2d8d141517ab4c8ad0311 2025-12-05 06:41:39.710659 | | WARNING | Config change detected for swift_account_server, new hash: 9c1c019898b2d8d141517ab4c8ad0311 2025-12-05 06:41:39.711206 | | WARNING | Config change detected for swift_container_server, new hash: 9c1c019898b2d8d141517ab4c8ad0311 2025-12-05 06:41:39.711538 | | WARNING | Config change detected for swift_container_updater, new hash: 9c1c019898b2d8d141517ab4c8ad0311 2025-12-05 06:41:39.711879 | | WARNING | Config change detected for swift_object_expirer, new hash: 9c1c019898b2d8d141517ab4c8ad0311 2025-12-05 06:41:39.712188 | | WARNING | Config change detected for swift_object_server, new hash: 9c1c019898b2d8d141517ab4c8ad0311 2025-12-05 06:41:39.712519 | | WARNING | Config change detected for swift_object_updater, new hash: 9c1c019898b2d8d141517ab4c8ad0311 2025-12-05 06:41:39.712870 | | WARNING | Config change detected for swift_proxy, new hash: 9c1c019898b2d8d141517ab4c8ad0311 2025-12-05 06:41:39.713181 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 6c02d283cd2d3f61c2ba3cb4a125bdad 2025-12-05 06:41:39.713487 | | WARNING | Config change detected for gnocchi_api, new hash: 0f193f34875e32e696bdf3606b5a4157 2025-12-05 06:41:39.713843 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 0f193f34875e32e696bdf3606b5a4157 2025-12-05 06:41:39.714153 | | WARNING | Config change detected for gnocchi_metricd, new hash: 0f193f34875e32e696bdf3606b5a4157 2025-12-05 06:41:39.714456 | | WARNING | Config change detected for gnocchi_statsd, new hash: 0f193f34875e32e696bdf3606b5a4157 2025-12-05 06:41:39.714756 | | WARNING | Config change detected for nova_compute, new hash: 2064897fc340b3dcf3f01746ea9f074e-9569aa31bb6c877bdff06494be9b1a7b 2025-12-05 06:41:39.715275 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 9569aa31bb6c877bdff06494be9b1a7b 2025-12-05 06:41:39.715603 | | WARNING | Config change detected for octavia_health_manager, new hash: 2b07a47f7352f04f3f4cb179bc3ceead 2025-12-05 06:41:39.715944 | | WARNING | Config change detected for octavia_housekeeping, new hash: 2b07a47f7352f04f3f4cb179bc3ceead 2025-12-05 06:41:39.716258 | | WARNING | Config change detected for octavia_rsyslog, new hash: 2b07a47f7352f04f3f4cb179bc3ceead 2025-12-05 06:41:39.716566 | | WARNING | Config change detected for octavia_worker, new hash: 2b07a47f7352f04f3f4cb179bc3ceead 2025-12-05 06:41:39.716910 | fa163e02-2909-e15a-00f9-000000002700 | CHANGED | Update config hashes for container startup configs | standalone 2025-12-05 06:41:39.717536 | fa163e02-2909-e15a-00f9-000000002700 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:10:40.493911 | 0.37s 2025-12-05 06:41:39.743920 | fa163e02-2909-e15a-00f9-00000000269f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-05 06:41:39.804961 | fa163e02-2909-e15a-00f9-00000000269f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:40.581326 | 0.06s 2025-12-05 06:41:39.823333 | fd771351-4464-4bb2-9958-a3b8977ecea8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 06:41:39.855441 | fa163e02-2909-e15a-00f9-00000000271f | TASK | Gather podman infos 2025-12-05 06:41:40.708719 | fa163e02-2909-e15a-00f9-00000000271f | OK | Gather podman infos | standalone 2025-12-05 06:41:40.709464 | fa163e02-2909-e15a-00f9-00000000271f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:41.485845 | 0.85s 2025-12-05 06:41:40.758268 | fa163e02-2909-e15a-00f9-000000002720 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-05 06:41:40.819885 | fa163e02-2909-e15a-00f9-000000002720 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:41.596262 | 0.06s 2025-12-05 06:41:40.894813 | fa163e02-2909-e15a-00f9-000000002769 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:10:41.671151 | 0.04s 2025-12-05 06:41:40.958014 | fa163e02-2909-e15a-00f9-0000000026a0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-05 06:41:40.993134 | fa163e02-2909-e15a-00f9-0000000026a0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:41.769505 | 0.03s 2025-12-05 06:41:41.010625 | c746016a-15a0-4b11-94d4-43687f70c48c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 06:41:41.045869 | fa163e02-2909-e15a-00f9-00000000278f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-05 06:41:48.696040 | fa163e02-2909-e15a-00f9-00000000278f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-05 06:41:48.697530 | fa163e02-2909-e15a-00f9-00000000278f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:49.473908 | 7.65s 2025-12-05 06:41:48.722766 | fa163e02-2909-e15a-00f9-000000002790 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-05 06:41:51.477647 | fa163e02-2909-e15a-00f9-000000002790 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-05 06:41:51.479453 | fa163e02-2909-e15a-00f9-000000002790 | 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:52.255827 | 2.76s 2025-12-05 06:41:51.554700 | fa163e02-2909-e15a-00f9-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2025-12-05 06:41:51.787346 | fa163e02-2909-e15a-00f9-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-12-05 06:41:51.788702 | fa163e02-2909-e15a-00f9-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:10:52.565075 | 0.23s 2025-12-05 06:41:51.835906 | fa163e02-2909-e15a-00f9-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2025-12-05 06:41:51.876523 | fa163e02-2909-e15a-00f9-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:10:52.652889 | 0.04s 2025-12-05 06:41:51.908132 | fa163e02-2909-e15a-00f9-0000000024ab | TASK | Include container-puppet tasks for step 1 2025-12-05 06:41:51.960684 | fa163e02-2909-e15a-00f9-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:10:52.737043 | 0.05s 2025-12-05 06:41:51.990559 | b18861cd-4c5e-4996-a087-3974f48d3086 | INCLUDED | /root/standalone-ansible-0zpkwi6h/host-container-puppet-tasks.yaml | standalone 2025-12-05 06:41:52.035409 | fa163e02-2909-e15a-00f9-0000000027db | TASK | Write container-puppet-tasks json file for standalone step 1 2025-12-05 06:41:52.559447 | fa163e02-2909-e15a-00f9-0000000027db | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-12-05 06:41:52.560939 | fa163e02-2909-e15a-00f9-0000000027db | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:10:53.337308 | 0.52s 2025-12-05 06:41:52.595108 | fa163e02-2909-e15a-00f9-0000000027dd | TASK | Generate container puppet configs for step 1 2025-12-05 06:41:52.851503 | fa163e02-2909-e15a-00f9-0000000027dd | OK | Generate container puppet configs for step 1 | standalone 2025-12-05 06:41:52.853257 | fa163e02-2909-e15a-00f9-0000000027dd | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:53.629628 | 0.26s 2025-12-05 06:41:52.885916 | fa163e02-2909-e15a-00f9-0000000027de | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-12-05 06:41:52.919116 | fa163e02-2909-e15a-00f9-0000000027de | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:10:53.695477 | 0.03s 2025-12-05 06:41:52.958972 | fa163e02-2909-e15a-00f9-0000000025c9 | TASK | Gather variables for each operating system 2025-12-05 06:41:53.044083 | fa163e02-2909-e15a-00f9-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:53.820447 | 0.08s 2025-12-05 06:41:53.076702 | fa163e02-2909-e15a-00f9-0000000025ca | TASK | Create container logs path 2025-12-05 06:41:53.276507 | fa163e02-2909-e15a-00f9-0000000025ca | OK | Create container logs path | standalone 2025-12-05 06:41:53.277827 | fa163e02-2909-e15a-00f9-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:54.054205 | 0.20s 2025-12-05 06:41:53.311536 | fa163e02-2909-e15a-00f9-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 06:41:53.580234 | fa163e02-2909-e15a-00f9-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 06:41:53.583230 | fa163e02-2909-e15a-00f9-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:54.359585 | 0.27s 2025-12-05 06:41:53.609001 | fa163e02-2909-e15a-00f9-0000000025cd | TASK | Finalise hashes for all containers 2025-12-05 06:41:53.639240 | fa163e02-2909-e15a-00f9-0000000025cd | OK | Finalise hashes for all containers | standalone 2025-12-05 06:41:53.640311 | fa163e02-2909-e15a-00f9-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:54.416690 | 0.03s 2025-12-05 06:41:53.661731 | fa163e02-2909-e15a-00f9-0000000025cf | TASK | Manage systemd shutdown files 2025-12-05 06:41:53.688673 | fa163e02-2909-e15a-00f9-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 06:41:53.689684 | fa163e02-2909-e15a-00f9-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:54.466063 | 0.03s 2025-12-05 06:41:53.710768 | fa163e02-2909-e15a-00f9-0000000025d1 | TASK | Update container configs with new config hashes 2025-12-05 06:41:53.747402 | fa163e02-2909-e15a-00f9-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 06:41:53.748563 | fa163e02-2909-e15a-00f9-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:54.524940 | 0.04s 2025-12-05 06:41:53.771035 | fa163e02-2909-e15a-00f9-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 06:41:53.819287 | fa163e02-2909-e15a-00f9-0000000025d2 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 06:41:53.820476 | fa163e02-2909-e15a-00f9-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:54.596856 | 0.05s 2025-12-05 06:41:53.842909 | fa163e02-2909-e15a-00f9-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 06:41:53.891492 | fa163e02-2909-e15a-00f9-0000000025d3 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 06:41:53.892505 | fa163e02-2909-e15a-00f9-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:54.668885 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-12-05 06:41:54.026076 | fa163e02-2909-e15a-00f9-0000000000c6 | TASK | External deployment step 2 2025-12-05 06:41:54.047577 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000c6') missing from stats 2025-12-05 06:41:54.099589 | fa163e02-2909-e15a-00f9-0000000000c7 | TIMING | include_tasks | undercloud | 0:10:54.875957 | 0.04s 2025-12-05 06:41:54.115754 | e1f8025a-9f00-44d7-92a2-b9b5ef91e5df | INCLUDED | /root/standalone-ansible-0zpkwi6h/external_deploy_steps_tasks_step2.yaml | undercloud 2025-12-05 06:41:54.132841 | fa163e02-2909-e15a-00f9-000000002858 | TASK | create cephadm working directory and related files 2025-12-05 06:41:54.185142 | fa163e02-2909-e15a-00f9-000000002858 | TIMING | create cephadm working directory and related files | undercloud | 0:10:54.961504 | 0.05s 2025-12-05 06:41:54.237361 | fa163e02-2909-e15a-00f9-000000002880 | TASK | create cephadm workdir 2025-12-05 06:41:54.514986 | fa163e02-2909-e15a-00f9-000000002880 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-0zpkwi6h/cephadm 2025-12-05 06:41:54.516615 | fa163e02-2909-e15a-00f9-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:10:55.292980 | 0.28s 2025-12-05 06:41:54.522979 | fa163e02-2909-e15a-00f9-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:10:55.299351 | 0.28s 2025-12-05 06:41:54.539381 | fa163e02-2909-e15a-00f9-000000002881 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-12-05 06:41:54.776671 | fa163e02-2909-e15a-00f9-000000002881 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-12-05 06:41:54.778171 | fa163e02-2909-e15a-00f9-000000002881 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:10:55.554543 | 0.24s 2025-12-05 06:41:54.796606 | fa163e02-2909-e15a-00f9-000000002882 | TASK | get the list of enabled services on the overcloud 2025-12-05 06:41:54.891027 | fa163e02-2909-e15a-00f9-000000002882 | OK | get the list of enabled services on the overcloud | undercloud 2025-12-05 06:41:54.892370 | fa163e02-2909-e15a-00f9-000000002882 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:10:55.668743 | 0.09s 2025-12-05 06:41:54.915144 | fa163e02-2909-e15a-00f9-000000002883 | TASK | Set grafana_vip: 192.168.122.99 2025-12-05 06:41:54.966909 | fa163e02-2909-e15a-00f9-000000002883 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-12-05 06:41:54.968410 | fa163e02-2909-e15a-00f9-000000002883 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:10:55.744772 | 0.05s 2025-12-05 06:41:55.028418 | fa163e02-2909-e15a-00f9-000000002884 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:55.804783 | 0.04s 2025-12-05 06:41:55.108240 | fa163e02-2909-e15a-00f9-000000002908 | TASK | set basic user fact 2025-12-05 06:41:55.147722 | fa163e02-2909-e15a-00f9-000000002908 | SKIPPED | set basic user fact | undercloud 2025-12-05 06:41:55.149078 | fa163e02-2909-e15a-00f9-000000002908 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:10:55.925415 | 0.04s 2025-12-05 06:41:55.165560 | fa163e02-2909-e15a-00f9-000000002909 | TASK | set basic home fact 2025-12-05 06:41:55.246942 | fa163e02-2909-e15a-00f9-000000002909 | OK | set basic home fact | undercloud 2025-12-05 06:41:55.248203 | fa163e02-2909-e15a-00f9-000000002909 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:10:56.024393 | 0.08s 2025-12-05 06:41:55.263974 | fa163e02-2909-e15a-00f9-00000000290a | TASK | set calling_ansible_environment_variables fact 2025-12-05 06:41:55.355810 | fa163e02-2909-e15a-00f9-00000000290a | OK | set calling_ansible_environment_variables fact | undercloud 2025-12-05 06:41:55.356773 | fa163e02-2909-e15a-00f9-00000000290a | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:10:56.133152 | 0.09s 2025-12-05 06:41:55.376154 | fa163e02-2909-e15a-00f9-00000000290c | TASK | get all ansible environment variables 2025-12-05 06:41:55.437423 | fa163e02-2909-e15a-00f9-00000000290c | SKIPPED | get all ansible environment variables | undercloud 2025-12-05 06:41:55.438454 | fa163e02-2909-e15a-00f9-00000000290c | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:10:56.214833 | 0.06s 2025-12-05 06:41:55.454591 | fa163e02-2909-e15a-00f9-00000000290d | TASK | set calling_ansible_environment_variables 2025-12-05 06:41:55.515028 | fa163e02-2909-e15a-00f9-00000000290d | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-12-05 06:41:55.516025 | fa163e02-2909-e15a-00f9-00000000290d | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:10:56.292404 | 0.06s 2025-12-05 06:41:55.532283 | fa163e02-2909-e15a-00f9-00000000290f | TASK | Set common fact 2025-12-05 06:41:55.582253 | fa163e02-2909-e15a-00f9-00000000290f | OK | Set common fact | undercloud 2025-12-05 06:41:55.583536 | fa163e02-2909-e15a-00f9-00000000290f | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:10:56.359911 | 0.05s 2025-12-05 06:41:55.602021 | fa163e02-2909-e15a-00f9-000000002910 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-12-05 06:41:55.636330 | fa163e02-2909-e15a-00f9-000000002910 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-12-05 06:41:55.637479 | fa163e02-2909-e15a-00f9-000000002910 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:10:56.413853 | 0.03s 2025-12-05 06:41:55.672081 | fa163e02-2909-e15a-00f9-000000002912 | TASK | build filter list 2025-12-05 06:41:55.702238 | fa163e02-2909-e15a-00f9-000000002912 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:10:56.478601 | 0.03s 2025-12-05 06:41:55.720917 | fa163e02-2909-e15a-00f9-000000002913 | TASK | add images pool 2025-12-05 06:41:55.805278 | fa163e02-2909-e15a-00f9-000000002913 | OK | add images pool | undercloud 2025-12-05 06:41:55.806752 | fa163e02-2909-e15a-00f9-000000002913 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:10:56.583124 | 0.08s 2025-12-05 06:41:55.825556 | fa163e02-2909-e15a-00f9-000000002914 | TASK | add volumes pool 2025-12-05 06:41:55.933328 | fa163e02-2909-e15a-00f9-000000002914 | OK | add volumes pool | undercloud 2025-12-05 06:41:55.934634 | fa163e02-2909-e15a-00f9-000000002914 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:10:56.711007 | 0.11s 2025-12-05 06:41:55.954333 | fa163e02-2909-e15a-00f9-000000002915 | TASK | add vms pool 2025-12-05 06:41:56.008640 | fa163e02-2909-e15a-00f9-000000002915 | OK | add vms pool | undercloud 2025-12-05 06:41:56.010286 | fa163e02-2909-e15a-00f9-000000002915 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:10:56.786652 | 0.05s 2025-12-05 06:41:56.029830 | fa163e02-2909-e15a-00f9-000000002916 | TASK | add gnocchi pool 2025-12-05 06:41:56.070934 | fa163e02-2909-e15a-00f9-000000002916 | SKIPPED | add gnocchi pool | undercloud 2025-12-05 06:41:56.072235 | fa163e02-2909-e15a-00f9-000000002916 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:10:56.848607 | 0.04s 2025-12-05 06:41:56.092122 | fa163e02-2909-e15a-00f9-000000002917 | TASK | add cinder backup pool 2025-12-05 06:41:56.145661 | fa163e02-2909-e15a-00f9-000000002917 | OK | add cinder backup pool | undercloud 2025-12-05 06:41:56.147054 | fa163e02-2909-e15a-00f9-000000002917 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:10:56.923429 | 0.05s 2025-12-05 06:41:56.166856 | fa163e02-2909-e15a-00f9-000000002918 | TASK | add cinder extra pools 2025-12-05 06:41:56.198560 | fa163e02-2909-e15a-00f9-000000002918 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:10:56.974914 | 0.03s 2025-12-05 06:41:56.218857 | fa163e02-2909-e15a-00f9-000000002919 | TASK | build resulting pool list 2025-12-05 06:41:56.345164 | fa163e02-2909-e15a-00f9-000000002919 | OK | build resulting pool list | undercloud 2025-12-05 06:41:56.346686 | fa163e02-2909-e15a-00f9-000000002919 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:10:57.123056 | 0.13s 2025-12-05 06:41:56.365905 | fa163e02-2909-e15a-00f9-00000000291b | TASK | add manila data pool 2025-12-05 06:41:56.441387 | fa163e02-2909-e15a-00f9-00000000291b | OK | add manila data pool | undercloud 2025-12-05 06:41:56.442954 | fa163e02-2909-e15a-00f9-00000000291b | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:10:57.219326 | 0.08s 2025-12-05 06:41:56.459504 | fa163e02-2909-e15a-00f9-00000000291c | TASK | add manila metadata pool 2025-12-05 06:41:56.511041 | fa163e02-2909-e15a-00f9-00000000291c | OK | add manila metadata pool | undercloud 2025-12-05 06:41:56.512031 | fa163e02-2909-e15a-00f9-00000000291c | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:10:57.288411 | 0.05s 2025-12-05 06:41:56.591983 | fa163e02-2909-e15a-00f9-000000002885 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:57.368349 | 0.05s 2025-12-05 06:41:56.711606 | fa163e02-2909-e15a-00f9-000000002aae | TASK | reset profiles string to avoid complex string manipulation 2025-12-05 06:41:56.768997 | fa163e02-2909-e15a-00f9-000000002aae | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-12-05 06:41:56.769912 | fa163e02-2909-e15a-00f9-000000002aae | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:10:57.546292 | 0.06s 2025-12-05 06:41:56.784496 | fa163e02-2909-e15a-00f9-000000002ab0 | TASK | build openstack client profiles per pool 2025-12-05 06:41:56.862951 | fa163e02-2909-e15a-00f9-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-05 06:41:56.863878 | fa163e02-2909-e15a-00f9-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:57.640260 | 0.08s 2025-12-05 06:41:56.896446 | fa163e02-2909-e15a-00f9-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-05 06:41:56.897672 | fa163e02-2909-e15a-00f9-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:57.674050 | 0.11s 2025-12-05 06:41:56.921016 | fa163e02-2909-e15a-00f9-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-05 06:41:56.922150 | fa163e02-2909-e15a-00f9-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:57.698529 | 0.14s 2025-12-05 06:41:56.960836 | fa163e02-2909-e15a-00f9-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-05 06:41:56.961933 | fa163e02-2909-e15a-00f9-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:57.738308 | 0.18s 2025-12-05 06:41:56.975181 | fa163e02-2909-e15a-00f9-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:57.751551 | 0.19s 2025-12-05 06:41:56.994285 | fa163e02-2909-e15a-00f9-000000002ab1 | TASK | set openstack client caps 2025-12-05 06:41:57.050272 | fa163e02-2909-e15a-00f9-000000002ab1 | OK | set openstack client caps | undercloud 2025-12-05 06:41:57.051589 | fa163e02-2909-e15a-00f9-000000002ab1 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:10:57.827963 | 0.06s 2025-12-05 06:41:57.073054 | fa163e02-2909-e15a-00f9-000000002ab2 | TASK | set openstack client osd(s) caps 2025-12-05 06:41:57.116857 | fa163e02-2909-e15a-00f9-000000002ab2 | OK | set openstack client osd(s) caps | undercloud 2025-12-05 06:41:57.118273 | fa163e02-2909-e15a-00f9-000000002ab2 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:10:57.894646 | 0.04s 2025-12-05 06:41:57.136517 | fa163e02-2909-e15a-00f9-000000002ab3 | TASK | Combine caps 2025-12-05 06:41:57.191301 | fa163e02-2909-e15a-00f9-000000002ab3 | OK | Combine caps | undercloud 2025-12-05 06:41:57.192462 | fa163e02-2909-e15a-00f9-000000002ab3 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:10:57.968838 | 0.05s 2025-12-05 06:41:57.211483 | fa163e02-2909-e15a-00f9-000000002ab4 | TASK | set openstack client key 2025-12-05 06:41:57.273764 | fa163e02-2909-e15a-00f9-000000002ab4 | OK | set openstack client key | undercloud 2025-12-05 06:41:57.275075 | fa163e02-2909-e15a-00f9-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:10:58.051448 | 0.06s 2025-12-05 06:41:57.294602 | fa163e02-2909-e15a-00f9-000000002ab6 | TASK | build manila key for openstack 2025-12-05 06:41:57.365548 | fa163e02-2909-e15a-00f9-000000002ab6 | OK | build manila key for openstack | undercloud 2025-12-05 06:41:57.366826 | fa163e02-2909-e15a-00f9-000000002ab6 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:10:58.143165 | 0.07s 2025-12-05 06:41:57.385110 | fa163e02-2909-e15a-00f9-000000002ab7 | TASK | build radosgw key for openstack 2025-12-05 06:41:57.438699 | fa163e02-2909-e15a-00f9-000000002ab7 | SKIPPED | build radosgw key for openstack | undercloud 2025-12-05 06:41:57.439993 | fa163e02-2909-e15a-00f9-000000002ab7 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:10:58.216367 | 0.05s 2025-12-05 06:41:57.458743 | fa163e02-2909-e15a-00f9-000000002ab8 | TASK | build the resulting keys 2025-12-05 06:41:57.607909 | fa163e02-2909-e15a-00f9-000000002ab8 | OK | build the resulting keys | undercloud 2025-12-05 06:41:57.609305 | fa163e02-2909-e15a-00f9-000000002ab8 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:10:58.385679 | 0.15s 2025-12-05 06:41:57.684716 | fa163e02-2909-e15a-00f9-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:58.461091 | 0.04s 2025-12-05 06:41:57.810219 | fa163e02-2909-e15a-00f9-000000002dd3 | TASK | build ceph orphan set 2025-12-05 06:41:57.892456 | fa163e02-2909-e15a-00f9-000000002dd3 | OK | build ceph orphan set | undercloud 2025-12-05 06:41:57.893681 | fa163e02-2909-e15a-00f9-000000002dd3 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:10:58.670054 | 0.08s 2025-12-05 06:41:57.910219 | fa163e02-2909-e15a-00f9-000000002dd4 | TASK | clean ceph_config_overrides list 2025-12-05 06:41:57.945529 | fa163e02-2909-e15a-00f9-000000002dd4 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:10:58.721904 | 0.03s 2025-12-05 06:41:57.959871 | fa163e02-2909-e15a-00f9-000000002dd5 | TASK | ceph_config_overrides w/o orphans 2025-12-05 06:41:58.007117 | fa163e02-2909-e15a-00f9-000000002dd5 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-12-05 06:41:58.007878 | fa163e02-2909-e15a-00f9-000000002dd5 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:10:58.784260 | 0.05s 2025-12-05 06:41:58.021895 | fa163e02-2909-e15a-00f9-000000002dd6 | TASK | build ceph config overrides 2025-12-05 06:41:58.126426 | fa163e02-2909-e15a-00f9-000000002dd6 | OK | build ceph config overrides | undercloud 2025-12-05 06:41:58.127720 | fa163e02-2909-e15a-00f9-000000002dd6 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:10:58.904095 | 0.11s 2025-12-05 06:41:58.161704 | fa163e02-2909-e15a-00f9-000000002887 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-12-05 06:41:58.867541 | fa163e02-2909-e15a-00f9-000000002887 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-12-05 06:41:58.868995 | fa163e02-2909-e15a-00f9-000000002887 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:10:59.645369 | 0.71s 2025-12-05 06:41:58.886918 | fa163e02-2909-e15a-00f9-000000002889 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-12-05 06:41:59.001575 | fa163e02-2909-e15a-00f9-000000002889 | OK | Set bootstrap host | undercloud 2025-12-05 06:41:59.002539 | fa163e02-2909-e15a-00f9-000000002889 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:10:59.778912 | 0.11s 2025-12-05 06:41:59.020979 | fa163e02-2909-e15a-00f9-00000000288a | 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-12-05 06:41:59.146533 | fa163e02-2909-e15a-00f9-00000000288a | OK | Set first monitor IP | undercloud 2025-12-05 06:41:59.147539 | fa163e02-2909-e15a-00f9-00000000288a | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:10:59.923913 | 0.13s 2025-12-05 06:41:59.165641 | fa163e02-2909-e15a-00f9-00000000288b | 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-12-05 06:41:59.222331 | fa163e02-2909-e15a-00f9-00000000288b | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-12-05 06:41:59.223240 | fa163e02-2909-e15a-00f9-00000000288b | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:10:59.999611 | 0.06s 2025-12-05 06:41:59.240949 | fa163e02-2909-e15a-00f9-00000000288d | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-12-05 06:41:59.773281 | fa163e02-2909-e15a-00f9-00000000288d | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-12-05 06:41:59.774750 | fa163e02-2909-e15a-00f9-00000000288d | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:00.551124 | 0.53s 2025-12-05 06:41:59.807849 | fa163e02-2909-e15a-00f9-000000002859 | TASK | Prepare cephadm user and keys 2025-12-05 06:42:00.338540 | fa163e02-2909-e15a-00f9-000000002859 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-12-05 06:42:00.340045 | fa163e02-2909-e15a-00f9-000000002859 | TIMING | Prepare cephadm user and keys | undercloud | 0:11:01.116416 | 0.53s 2025-12-05 06:42:00.358291 | fa163e02-2909-e15a-00f9-00000000285a | TASK | Deploy or configure the cephadm Ceph cluster 2025-12-05 06:42:00.444305 | fa163e02-2909-e15a-00f9-00000000285a | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:11:01.220669 | 0.08s 2025-12-05 06:42:00.526469 | fa163e02-2909-e15a-00f9-00000000304f | TASK | set cephadm playbook 2025-12-05 06:42:00.595946 | fa163e02-2909-e15a-00f9-00000000304f | OK | set cephadm playbook | undercloud 2025-12-05 06:42:00.597141 | fa163e02-2909-e15a-00f9-00000000304f | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:11:01.373514 | 0.07s 2025-12-05 06:42:00.615479 | fa163e02-2909-e15a-00f9-000000003050 | TASK | Setup the log path 2025-12-05 06:42:00.676350 | fa163e02-2909-e15a-00f9-000000003050 | OK | Setup the log path | undercloud 2025-12-05 06:42:00.677601 | fa163e02-2909-e15a-00f9-000000003050 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:01.453974 | 0.06s 2025-12-05 06:42:00.695756 | fa163e02-2909-e15a-00f9-000000003051 | TASK | Setup the cephadm playbook command 2025-12-05 06:42:00.767019 | fa163e02-2909-e15a-00f9-000000003051 | OK | Setup the cephadm playbook command | undercloud 2025-12-05 06:42:00.768516 | fa163e02-2909-e15a-00f9-000000003051 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:01.544885 | 0.07s 2025-12-05 06:42:00.788538 | fa163e02-2909-e15a-00f9-000000003052 | TASK | rotate cephadm_command.log 2025-12-05 06:42:01.030861 | fa163e02-2909-e15a-00f9-000000003052 | CHANGED | rotate cephadm_command.log | undercloud 2025-12-05 06:42:01.032063 | fa163e02-2909-e15a-00f9-000000003052 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:11:01.808437 | 0.24s 2025-12-05 06:42:01.049691 | fa163e02-2909-e15a-00f9-000000003053 | TASK | save cephadm playbook command to shell script 2025-12-05 06:42:01.537400 | fa163e02-2909-e15a-00f9-000000003053 | CHANGED | save cephadm playbook command to shell script | undercloud 2025-12-05 06:42:01.538765 | fa163e02-2909-e15a-00f9-000000003053 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:11:02.315139 | 0.49s 2025-12-05 06:42:01.558499 | fa163e02-2909-e15a-00f9-000000003054 | TASK | Notify user about upcoming cephadm execution(s) 2025-12-05 06:42:01.609210 | fa163e02-2909-e15a-00f9-000000003054 | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-0zpkwi6h/cephadm/cephadm_command.log)" } 2025-12-05 06:42:01.610349 | fa163e02-2909-e15a-00f9-000000003054 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:11:02.386724 | 0.05s 2025-12-05 06:42:01.628584 | fa163e02-2909-e15a-00f9-000000003055 | TASK | run cephadm playbook 2025-12-05 06:42:57.146746 | fa163e02-2909-e15a-00f9-000000003055 | CHANGED | run cephadm playbook | undercloud 2025-12-05 06:42:57.148567 | fa163e02-2909-e15a-00f9-000000003055 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:11:57.924948 | 55.52s 2025-12-05 06:42:57.164119 | fa163e02-2909-e15a-00f9-000000003056 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-12-05 06:42:57.232395 | fa163e02-2909-e15a-00f9-000000003056 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-12-05 06:42:57.233643 | fa163e02-2909-e15a-00f9-000000003056 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:11:58.010015 | 0.07s 2025-12-05 06:42:57.251751 | fa163e02-2909-e15a-00f9-000000003057 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-12-05 06:42:57.308022 | fa163e02-2909-e15a-00f9-000000003057 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-12-05 06:42:57.309742 | fa163e02-2909-e15a-00f9-000000003057 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:11:58.086107 | 0.06s 2025-12-05 06:42:57.346204 | fa163e02-2909-e15a-00f9-00000000285c | TASK | Check if the input variable file exists 2025-12-05 06:42:57.601258 | fa163e02-2909-e15a-00f9-00000000285c | OK | Check if the input variable file exists | undercloud 2025-12-05 06:42:57.602470 | fa163e02-2909-e15a-00f9-00000000285c | TIMING | Check if the input variable file exists | undercloud | 0:11:58.378849 | 0.25s 2025-12-05 06:42:57.619136 | fa163e02-2909-e15a-00f9-00000000285d | TASK | Populate CephClientConfigVars from THT 2025-12-05 06:42:57.652075 | fa163e02-2909-e15a-00f9-00000000285d | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-12-05 06:42:57.652907 | fa163e02-2909-e15a-00f9-00000000285d | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:11:58.429287 | 0.03s 2025-12-05 06:42:57.666854 | fa163e02-2909-e15a-00f9-00000000285e | TASK | configure ceph clients 2025-12-05 06:42:57.707304 | fa163e02-2909-e15a-00f9-00000000285e | TIMING | configure ceph clients | undercloud | 0:11:58.483680 | 0.04s 2025-12-05 06:42:57.747003 | fa163e02-2909-e15a-00f9-000000003119 | TASK | get the list of enabled services on the overcloud 2025-12-05 06:42:57.807416 | fa163e02-2909-e15a-00f9-000000003119 | OK | get the list of enabled services on the overcloud | undercloud 2025-12-05 06:42:57.809024 | fa163e02-2909-e15a-00f9-000000003119 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:11:58.585392 | 0.06s 2025-12-05 06:42:57.828147 | fa163e02-2909-e15a-00f9-00000000311a | TASK | Create ceph_client_fetch_dir 2025-12-05 06:42:57.878900 | fa163e02-2909-e15a-00f9-00000000311a | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:11:58.655263 | 0.05s 2025-12-05 06:42:57.892474 | e814c01e-f477-4c77-af46-f63960107b97 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-12-05 06:42:57.925310 | fa163e02-2909-e15a-00f9-00000000315d | TASK | Clean any old fetch directory path 2025-12-05 06:42:58.193877 | fa163e02-2909-e15a-00f9-00000000315d | OK | Clean any old fetch directory path | undercloud 2025-12-05 06:42:58.195422 | fa163e02-2909-e15a-00f9-00000000315d | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:11:58.971795 | 0.27s 2025-12-05 06:42:58.216239 | fa163e02-2909-e15a-00f9-00000000315e | TASK | Create ceph_client_fetch_dir for the current execution 2025-12-05 06:42:58.474536 | fa163e02-2909-e15a-00f9-00000000315e | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-12-05 06:42:58.476002 | fa163e02-2909-e15a-00f9-00000000315e | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:11:59.252375 | 0.26s 2025-12-05 06:42:58.494590 | fa163e02-2909-e15a-00f9-00000000311b | TASK | Check if the input variables exist 2025-12-05 06:42:58.751329 | fa163e02-2909-e15a-00f9-00000000311b | OK | Check if the input variables exist | undercloud 2025-12-05 06:42:58.753171 | fa163e02-2909-e15a-00f9-00000000311b | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:11:59.529544 | 0.26s 2025-12-05 06:42:58.771660 | fa163e02-2909-e15a-00f9-00000000311c | TASK | Load variables produced by the cephadm provisioning process 2025-12-05 06:42:58.833256 | fa163e02-2909-e15a-00f9-00000000311c | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-12-05 06:42:58.834393 | fa163e02-2909-e15a-00f9-00000000311c | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:11:59.610772 | 0.06s 2025-12-05 06:42:58.853051 | fa163e02-2909-e15a-00f9-00000000311d | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-12-05 06:42:58.914930 | fa163e02-2909-e15a-00f9-00000000311d | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-12-05 06:42:58.916378 | fa163e02-2909-e15a-00f9-00000000311d | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:11:59.692743 | 0.06s 2025-12-05 06:42:58.934824 | fa163e02-2909-e15a-00f9-00000000311e | TASK | Configure multiple external ceph clusters 2025-12-05 06:42:59.017614 | fa163e02-2909-e15a-00f9-00000000311e | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-12-05 06:42:59.019031 | fa163e02-2909-e15a-00f9-00000000311e | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:11:59.795401 | 0.08s 2025-12-05 06:42:59.035249 | fa163e02-2909-e15a-00f9-00000000311f | TASK | Render keys provided for the Ceph cluster 2025-12-05 06:42:59.117452 | fa163e02-2909-e15a-00f9-00000000311f | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:11:59.893815 | 0.08s 2025-12-05 06:42:59.125027 | abfe8c7b-35ef-40d2-b946-09c39ab7242d | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-12-05 06:42:59.153391 | fa163e02-2909-e15a-00f9-0000000031b1 | TASK | create cephx key(s) 2025-12-05 06:42:59.638875 | fa163e02-2909-e15a-00f9-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQBOejJpAAAAABAA4hmTAG4k9kMn6M9np4Um8g==', '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-12-05 06:42:59.640190 | fa163e02-2909-e15a-00f9-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:00.416564 | 0.49s 2025-12-05 06:43:00.037616 | fa163e02-2909-e15a-00f9-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQBOejJpAAAAABAA1P0Fhfq7U/aq3bO5C5QRRg==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-12-05 06:43:00.038300 | fa163e02-2909-e15a-00f9-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:00.814684 | 0.88s 2025-12-05 06:43:00.042383 | fa163e02-2909-e15a-00f9-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:00.818759 | 0.89s 2025-12-05 06:43:00.062416 | fa163e02-2909-e15a-00f9-000000003120 | TASK | Render ceph config for the Ceph Clients 2025-12-05 06:43:00.103087 | fa163e02-2909-e15a-00f9-000000003120 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:12:00.879450 | 0.04s 2025-12-05 06:43:00.113312 | 79698b79-381b-4890-a0f9-cabd7960b24c | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-12-05 06:43:00.139434 | fa163e02-2909-e15a-00f9-000000003215 | TASK | create ceph.conf 2025-12-05 06:43:00.702773 | fa163e02-2909-e15a-00f9-000000003215 | CHANGED | create ceph.conf | undercloud 2025-12-05 06:43:00.704228 | fa163e02-2909-e15a-00f9-000000003215 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:12:01.480600 | 0.56s 2025-12-05 06:43:00.720500 | fa163e02-2909-e15a-00f9-000000003121 | TASK | Configure Ceph Clients 2025-12-05 06:43:00.770625 | fa163e02-2909-e15a-00f9-000000003121 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:12:01.546995 | 0.05s 2025-12-05 06:43:00.783749 | 2fbbd615-5b25-4032-91ca-7108dfd26f6f | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-12-05 06:43:00.813806 | fa163e02-2909-e15a-00f9-000000003284 | TASK | set effective ceph_clients without limit 2025-12-05 06:43:00.936185 | fa163e02-2909-e15a-00f9-000000003284 | OK | set effective ceph_clients without limit | undercloud 2025-12-05 06:43:00.937067 | fa163e02-2909-e15a-00f9-000000003284 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:12:01.713449 | 0.12s 2025-12-05 06:43:00.952429 | fa163e02-2909-e15a-00f9-000000003285 | TASK | set effective ceph_clients with limit 2025-12-05 06:43:01.013015 | fa163e02-2909-e15a-00f9-000000003285 | SKIPPED | set effective ceph_clients with limit | undercloud 2025-12-05 06:43:01.014572 | fa163e02-2909-e15a-00f9-000000003285 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:12:01.790937 | 0.06s 2025-12-05 06:43:01.033119 | fa163e02-2909-e15a-00f9-000000003286 | TASK | set distribution list from cross product of files and effective clients 2025-12-05 06:43:01.122905 | fa163e02-2909-e15a-00f9-000000003286 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-12-05 06:43:01.124344 | fa163e02-2909-e15a-00f9-000000003286 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:12:01.900712 | 0.09s 2025-12-05 06:43:01.167419 | fa163e02-2909-e15a-00f9-000000003287 | TASK | Ensure /etc/ceph exists on all clients 2025-12-05 06:43:01.459712 | fa163e02-2909-e15a-00f9-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-0zpkwi6h/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e02-2909-e15a-00f9-000000003287') missing from stats 2025-12-05 06:43:01.682577 | fa163e02-2909-e15a-00f9-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-0zpkwi6h/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-12-05 06:43:01.906174 | fa163e02-2909-e15a-00f9-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-0zpkwi6h/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-12-05 06:43:01.914376 | fa163e02-2909-e15a-00f9-000000003287 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:12:02.690742 | 0.75s 2025-12-05 06:43:01.955474 | fa163e02-2909-e15a-00f9-000000003288 | TASK | push files to the other nodes of cluster 2025-12-05 06:43:02.363350 | fa163e02-2909-e15a-00f9-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-0zpkwi6h/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e02-2909-e15a-00f9-000000003288') missing from stats 2025-12-05 06:43:02.873737 | fa163e02-2909-e15a-00f9-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-0zpkwi6h/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-12-05 06:43:03.270529 | fa163e02-2909-e15a-00f9-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-0zpkwi6h/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-12-05 06:43:03.283474 | fa163e02-2909-e15a-00f9-000000003288 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:12:04.059838 | 1.33s 2025-12-05 06:43:03.304638 | fa163e02-2909-e15a-00f9-000000003122 | TASK | Clean ceph_client_fetch_dir 2025-12-05 06:43:03.341715 | fa163e02-2909-e15a-00f9-000000003122 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:12:04.118088 | 0.03s 2025-12-05 06:43:03.347760 | 0a27841a-22e2-42e0-9c08-a558b1e724f2 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-12-05 06:43:03.378360 | fa163e02-2909-e15a-00f9-00000000331c | TASK | Clean any old fetch directory path 2025-12-05 06:43:03.628395 | fa163e02-2909-e15a-00f9-00000000331c | CHANGED | Clean any old fetch directory path | undercloud 2025-12-05 06:43:03.629908 | fa163e02-2909-e15a-00f9-00000000331c | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:04.406279 | 0.25s 2025-12-05 06:43:03.650698 | fa163e02-2909-e15a-00f9-00000000331d | TASK | Create ceph_client_fetch_dir for the current execution 2025-12-05 06:43:03.684743 | fa163e02-2909-e15a-00f9-00000000331d | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-12-05 06:43:03.686573 | fa163e02-2909-e15a-00f9-00000000331d | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:04.462939 | 0.03s 2025-12-05 06:43:03.721592 | fa163e02-2909-e15a-00f9-00000000285f | TASK | tripleo client role 2025-12-05 06:43:03.752432 | fa163e02-2909-e15a-00f9-00000000285f | TIMING | tripleo client role | undercloud | 0:12:04.528794 | 0.03s 2025-12-05 06:43:03.771378 | fa163e02-2909-e15a-00f9-000000002860 | TASK | Load variables for standalone ganesha 2025-12-05 06:43:03.846512 | fa163e02-2909-e15a-00f9-000000002860 | SKIPPED | Load variables for standalone ganesha | undercloud 2025-12-05 06:43:03.847911 | fa163e02-2909-e15a-00f9-000000002860 | TIMING | Load variables for standalone ganesha | undercloud | 0:12:04.624283 | 0.07s 2025-12-05 06:43:03.868262 | fa163e02-2909-e15a-00f9-000000002861 | TASK | Config Standalone Ganesha 2025-12-05 06:43:03.943109 | fa163e02-2909-e15a-00f9-000000002861 | SKIPPED | Config Standalone Ganesha | undercloud 2025-12-05 06:43:03.944502 | fa163e02-2909-e15a-00f9-000000002861 | TIMING | Config Standalone Ganesha | undercloud | 0:12:04.720868 | 0.07s PLAY [Deploy step tasks for 2] ************************************************* 2025-12-05 06:43:04.087528 | fa163e02-2909-e15a-00f9-0000000000ca | TASK | Deploy step tasks for 2 2025-12-05 06:43:04.116269 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000ca') missing from stats 2025-12-05 06:43:04.148224 | fa163e02-2909-e15a-00f9-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-12-05 06:43:04.586977 | fa163e02-2909-e15a-00f9-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-12-05 06:43:04.588475 | fa163e02-2909-e15a-00f9-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:12:05.364848 | 0.44s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 06:43:04.662407 | fa163e02-2909-e15a-00f9-0000000000cc | TIMING | include_tasks | standalone | 0:12:05.438777 | 0.04s 2025-12-05 06:43:04.749258 | e5fe07ae-ea3a-4b80-85bd-b3cd67e75ec7 | INCLUDED | /root/standalone-ansible-0zpkwi6h/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-12-05 06:43:04.786986 | fa163e02-2909-e15a-00f9-0000000033e3 | TASK | Push script 2025-12-05 06:43:05.277920 | fa163e02-2909-e15a-00f9-0000000033e3 | CHANGED | Push script | standalone 2025-12-05 06:43:05.279372 | fa163e02-2909-e15a-00f9-0000000033e3 | TIMING | Push script | standalone | 0:12:06.055742 | 0.49s 2025-12-05 06:43:05.309541 | fa163e02-2909-e15a-00f9-0000000033e4 | TASK | Insert cronjob in root crontab 2025-12-05 06:43:05.748438 | fa163e02-2909-e15a-00f9-0000000033e4 | CHANGED | Insert cronjob in root crontab | standalone 2025-12-05 06:43:05.749559 | fa163e02-2909-e15a-00f9-0000000033e4 | TIMING | Insert cronjob in root crontab | standalone | 0:12:06.525936 | 0.44s 2025-12-05 06:43:05.773398 | fa163e02-2909-e15a-00f9-0000000033eb | TASK | Gather variables for each operating system 2025-12-05 06:43:05.897722 | fa163e02-2909-e15a-00f9-0000000033eb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:12:06.674088 | 0.12s 2025-12-05 06:43:05.917905 | fa163e02-2909-e15a-00f9-0000000033ec | TASK | Detect if resource is being created or already exists 2025-12-05 06:43:06.650289 | fa163e02-2909-e15a-00f9-0000000033ec | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 06:43:06.651818 | fa163e02-2909-e15a-00f9-0000000033ec | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:12:07.428170 | 0.73s 2025-12-05 06:43:06.683839 | fa163e02-2909-e15a-00f9-0000000033ed | TASK | Run init bundle puppet on the host for haproxy 2025-12-05 06:44:51.891680 | fa163e02-2909-e15a-00f9-0000000033ed | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-12-05 06:44:51.893535 | fa163e02-2909-e15a-00f9-0000000033ed | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:13:52.669908 | 105.21s 2025-12-05 06:44:51.927096 | fa163e02-2909-e15a-00f9-0000000033ee | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-12-05 06:44:52.202509 | fa163e02-2909-e15a-00f9-0000000033ee | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-12-05 06:44:52.204421 | fa163e02-2909-e15a-00f9-0000000033ee | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:13:52.980794 | 0.28s 2025-12-05 06:44:52.236329 | fa163e02-2909-e15a-00f9-0000000033ef | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 06:44:52.835620 | fa163e02-2909-e15a-00f9-0000000033ef | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 06:44:52.838078 | fa163e02-2909-e15a-00f9-0000000033ef | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:13:53.614447 | 0.60s 2025-12-05 06:44:52.870869 | fa163e02-2909-e15a-00f9-0000000033f0 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-12-05 06:44:53.125816 | fa163e02-2909-e15a-00f9-0000000033f0 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-12-05 06:44:53.127132 | fa163e02-2909-e15a-00f9-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:13:53.903506 | 0.25s 2025-12-05 06:44:53.159368 | fa163e02-2909-e15a-00f9-0000000033f2 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-12-05 06:44:53.215233 | fa163e02-2909-e15a-00f9-0000000033f2 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-12-05 06:44:53.216691 | fa163e02-2909-e15a-00f9-0000000033f2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:13:53.993061 | 0.06s 2025-12-05 06:44:53.249113 | fa163e02-2909-e15a-00f9-0000000033f3 | TASK | Get container image tag from bundle haproxy-bundle 2025-12-05 06:44:53.310913 | fa163e02-2909-e15a-00f9-0000000033f3 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-12-05 06:44:53.312369 | fa163e02-2909-e15a-00f9-0000000033f3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:13:54.088735 | 0.06s 2025-12-05 06:44:53.345187 | fa163e02-2909-e15a-00f9-0000000033f4 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-12-05 06:44:53.410206 | fa163e02-2909-e15a-00f9-0000000033f4 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-12-05 06:44:53.411530 | fa163e02-2909-e15a-00f9-0000000033f4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:13:54.187902 | 0.06s 2025-12-05 06:44:53.445688 | fa163e02-2909-e15a-00f9-0000000033f5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 06:44:53.497170 | fa163e02-2909-e15a-00f9-0000000033f5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 06:44:53.498518 | fa163e02-2909-e15a-00f9-0000000033f5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:13:54.274889 | 0.05s 2025-12-05 06:44:53.530560 | fa163e02-2909-e15a-00f9-0000000033f6 | TASK | Remove update marker for bundle haproxy-bundle 2025-12-05 06:44:53.593834 | fa163e02-2909-e15a-00f9-0000000033f6 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-12-05 06:44:53.595137 | fa163e02-2909-e15a-00f9-0000000033f6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:13:54.371509 | 0.06s 2025-12-05 06:44:53.652434 | fa163e02-2909-e15a-00f9-000000003417 | TASK | Gather variables for each operating system 2025-12-05 06:44:53.778700 | fa163e02-2909-e15a-00f9-000000003417 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:54.555059 | 0.12s 2025-12-05 06:44:53.811878 | fa163e02-2909-e15a-00f9-000000003418 | TASK | Detect if resource is being created or already exists 2025-12-05 06:44:54.586851 | fa163e02-2909-e15a-00f9-000000003418 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 06:44:54.587896 | fa163e02-2909-e15a-00f9-000000003418 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:55.364275 | 0.77s 2025-12-05 06:44:54.614356 | fa163e02-2909-e15a-00f9-000000003419 | TASK | Run init bundle puppet on the host for mysql 2025-12-05 06:45:21.827098 | fa163e02-2909-e15a-00f9-000000003419 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-12-05 06:45:21.828902 | fa163e02-2909-e15a-00f9-000000003419 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:14:22.605272 | 27.21s 2025-12-05 06:45:21.865411 | fa163e02-2909-e15a-00f9-00000000341a | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-12-05 06:45:22.088861 | fa163e02-2909-e15a-00f9-00000000341a | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-12-05 06:45:22.090229 | fa163e02-2909-e15a-00f9-00000000341a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:14:22.866602 | 0.22s 2025-12-05 06:45:22.120590 | fa163e02-2909-e15a-00f9-00000000341b | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 06:45:22.600364 | fa163e02-2909-e15a-00f9-00000000341b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 06:45:22.601328 | fa163e02-2909-e15a-00f9-00000000341b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:23.377710 | 0.48s 2025-12-05 06:45:22.621874 | fa163e02-2909-e15a-00f9-00000000341c | TASK | Check if an image update marker exists for bundle galera-bundle 2025-12-05 06:45:22.875734 | fa163e02-2909-e15a-00f9-00000000341c | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-12-05 06:45:22.877078 | fa163e02-2909-e15a-00f9-00000000341c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:14:23.653452 | 0.25s 2025-12-05 06:45:22.910790 | fa163e02-2909-e15a-00f9-00000000341e | TASK | Get container image tag from marker for bundle galera-bundle 2025-12-05 06:45:22.966667 | fa163e02-2909-e15a-00f9-00000000341e | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-12-05 06:45:22.967823 | fa163e02-2909-e15a-00f9-00000000341e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:14:23.744177 | 0.05s 2025-12-05 06:45:22.993516 | fa163e02-2909-e15a-00f9-00000000341f | TASK | Get container image tag from bundle galera-bundle 2025-12-05 06:45:23.033169 | fa163e02-2909-e15a-00f9-00000000341f | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-12-05 06:45:23.034115 | fa163e02-2909-e15a-00f9-00000000341f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:14:23.810495 | 0.04s 2025-12-05 06:45:23.057695 | fa163e02-2909-e15a-00f9-000000003420 | TASK | Compare tags between marker and bundle galera-bundle 2025-12-05 06:45:23.104741 | fa163e02-2909-e15a-00f9-000000003420 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-12-05 06:45:23.105677 | fa163e02-2909-e15a-00f9-000000003420 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:14:23.882053 | 0.05s 2025-12-05 06:45:23.130875 | fa163e02-2909-e15a-00f9-000000003421 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 06:45:23.193559 | fa163e02-2909-e15a-00f9-000000003421 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 06:45:23.194391 | fa163e02-2909-e15a-00f9-000000003421 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:23.970773 | 0.06s 2025-12-05 06:45:23.215196 | fa163e02-2909-e15a-00f9-000000003422 | TASK | Remove update marker for bundle galera-bundle 2025-12-05 06:45:23.263119 | fa163e02-2909-e15a-00f9-000000003422 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-12-05 06:45:23.263948 | fa163e02-2909-e15a-00f9-000000003422 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:14:24.040329 | 0.05s 2025-12-05 06:45:23.301433 | fa163e02-2909-e15a-00f9-000000003443 | TASK | Gather variables for each operating system 2025-12-05 06:45:23.420635 | fa163e02-2909-e15a-00f9-000000003443 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:24.197005 | 0.12s 2025-12-05 06:45:23.441209 | fa163e02-2909-e15a-00f9-000000003444 | TASK | Detect if resource is being created or already exists 2025-12-05 06:45:24.231104 | fa163e02-2909-e15a-00f9-000000003444 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 06:45:24.232533 | fa163e02-2909-e15a-00f9-000000003444 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:25.008907 | 0.79s 2025-12-05 06:45:24.265457 | fa163e02-2909-e15a-00f9-000000003445 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-12-05 06:45:50.034640 | fa163e02-2909-e15a-00f9-000000003445 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-12-05 06:45:50.036570 | fa163e02-2909-e15a-00f9-000000003445 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:14:50.812943 | 25.77s 2025-12-05 06:45:50.073014 | fa163e02-2909-e15a-00f9-000000003446 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-12-05 06:45:50.363204 | fa163e02-2909-e15a-00f9-000000003446 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-12-05 06:45:50.365486 | fa163e02-2909-e15a-00f9-000000003446 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:14:51.141852 | 0.29s 2025-12-05 06:45:50.400209 | fa163e02-2909-e15a-00f9-000000003447 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 06:45:50.806535 | fa163e02-2909-e15a-00f9-000000003447 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 06:45:50.807482 | fa163e02-2909-e15a-00f9-000000003447 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:51.583863 | 0.41s 2025-12-05 06:45:50.829224 | fa163e02-2909-e15a-00f9-000000003448 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-12-05 06:45:51.080128 | fa163e02-2909-e15a-00f9-000000003448 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-12-05 06:45:51.081203 | fa163e02-2909-e15a-00f9-000000003448 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:14:51.857579 | 0.25s 2025-12-05 06:45:51.107762 | fa163e02-2909-e15a-00f9-00000000344a | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-12-05 06:45:51.145864 | fa163e02-2909-e15a-00f9-00000000344a | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-12-05 06:45:51.147027 | fa163e02-2909-e15a-00f9-00000000344a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:14:51.923405 | 0.04s 2025-12-05 06:45:51.172411 | fa163e02-2909-e15a-00f9-00000000344b | TASK | Get container image tag from bundle rabbitmq-bundle 2025-12-05 06:45:51.212012 | fa163e02-2909-e15a-00f9-00000000344b | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-12-05 06:45:51.213461 | fa163e02-2909-e15a-00f9-00000000344b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:14:51.989840 | 0.04s 2025-12-05 06:45:51.238416 | fa163e02-2909-e15a-00f9-00000000344c | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-12-05 06:45:51.278610 | fa163e02-2909-e15a-00f9-00000000344c | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-12-05 06:45:51.279812 | fa163e02-2909-e15a-00f9-00000000344c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:14:52.056165 | 0.04s 2025-12-05 06:45:51.307434 | fa163e02-2909-e15a-00f9-00000000344d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 06:45:51.349055 | fa163e02-2909-e15a-00f9-00000000344d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 06:45:51.350623 | fa163e02-2909-e15a-00f9-00000000344d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:52.127000 | 0.04s 2025-12-05 06:45:51.378637 | fa163e02-2909-e15a-00f9-00000000344e | TASK | Remove update marker for bundle rabbitmq-bundle 2025-12-05 06:45:51.414220 | fa163e02-2909-e15a-00f9-00000000344e | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-12-05 06:45:51.415523 | fa163e02-2909-e15a-00f9-00000000344e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:14:52.191898 | 0.04s 2025-12-05 06:45:51.466697 | fa163e02-2909-e15a-00f9-00000000346f | TASK | Gather variables for each operating system 2025-12-05 06:45:51.560691 | fa163e02-2909-e15a-00f9-00000000346f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:52.337051 | 0.09s 2025-12-05 06:45:51.592278 | fa163e02-2909-e15a-00f9-000000003470 | TASK | Detect if resource is being created or already exists 2025-12-05 06:45:52.341819 | fa163e02-2909-e15a-00f9-000000003470 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 06:45:52.342824 | fa163e02-2909-e15a-00f9-000000003470 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:53.119206 | 0.75s 2025-12-05 06:45:52.364139 | fa163e02-2909-e15a-00f9-000000003471 | TASK | Run init bundle puppet on the host for redis 2025-12-05 06:46:17.908658 | fa163e02-2909-e15a-00f9-000000003471 | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-12-05 06:46:17.910370 | fa163e02-2909-e15a-00f9-000000003471 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:15:18.686742 | 25.55s 2025-12-05 06:46:17.943291 | fa163e02-2909-e15a-00f9-000000003472 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-12-05 06:46:18.214771 | fa163e02-2909-e15a-00f9-000000003472 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-12-05 06:46:18.215813 | fa163e02-2909-e15a-00f9-000000003472 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:15:18.992174 | 0.27s 2025-12-05 06:46:18.239361 | fa163e02-2909-e15a-00f9-000000003473 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 06:46:18.621021 | fa163e02-2909-e15a-00f9-000000003473 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 06:46:18.622365 | fa163e02-2909-e15a-00f9-000000003473 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:19.398738 | 0.38s 2025-12-05 06:46:18.654991 | fa163e02-2909-e15a-00f9-000000003474 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-12-05 06:46:18.901004 | fa163e02-2909-e15a-00f9-000000003474 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-12-05 06:46:18.902616 | fa163e02-2909-e15a-00f9-000000003474 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:15:19.678984 | 0.25s 2025-12-05 06:46:18.931939 | fa163e02-2909-e15a-00f9-000000003476 | TASK | Get container image tag from marker for bundle redis-bundle 2025-12-05 06:46:18.991092 | fa163e02-2909-e15a-00f9-000000003476 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-12-05 06:46:18.992862 | fa163e02-2909-e15a-00f9-000000003476 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:15:19.769227 | 0.06s 2025-12-05 06:46:19.032946 | fa163e02-2909-e15a-00f9-000000003477 | TASK | Get container image tag from bundle redis-bundle 2025-12-05 06:46:19.092196 | fa163e02-2909-e15a-00f9-000000003477 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-12-05 06:46:19.093479 | fa163e02-2909-e15a-00f9-000000003477 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:15:19.869852 | 0.06s 2025-12-05 06:46:19.129935 | fa163e02-2909-e15a-00f9-000000003478 | TASK | Compare tags between marker and bundle redis-bundle 2025-12-05 06:46:19.183079 | fa163e02-2909-e15a-00f9-000000003478 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-12-05 06:46:19.184537 | fa163e02-2909-e15a-00f9-000000003478 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:15:19.960907 | 0.05s 2025-12-05 06:46:19.218848 | fa163e02-2909-e15a-00f9-000000003479 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 06:46:19.269693 | fa163e02-2909-e15a-00f9-000000003479 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 06:46:19.271347 | fa163e02-2909-e15a-00f9-000000003479 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:20.047718 | 0.05s 2025-12-05 06:46:19.306756 | fa163e02-2909-e15a-00f9-00000000347a | TASK | Remove update marker for bundle redis-bundle 2025-12-05 06:46:19.370539 | fa163e02-2909-e15a-00f9-00000000347a | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-12-05 06:46:19.371885 | fa163e02-2909-e15a-00f9-00000000347a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:15:20.148256 | 0.06s 2025-12-05 06:46:19.427698 | fa163e02-2909-e15a-00f9-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-12-05 06:46:19.653235 | fa163e02-2909-e15a-00f9-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-12-05 06:46:19.654782 | fa163e02-2909-e15a-00f9-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:15:20.431154 | 0.23s 2025-12-05 06:46:19.769564 | fa163e02-2909-e15a-00f9-0000000000cf | TIMING | include_tasks | standalone | 0:15:20.545934 | 0.08s 2025-12-05 06:46:19.796670 | 25b94b12-604c-433d-a55e-b0e28f511322 | INCLUDED | /root/standalone-ansible-0zpkwi6h/common_deploy_steps_tasks.yaml | standalone 2025-12-05 06:46:19.821806 | fa163e02-2909-e15a-00f9-00000000350f | TASK | Write the config_step hieradata 2025-12-05 06:46:20.407187 | fa163e02-2909-e15a-00f9-00000000350f | OK | Write the config_step hieradata | standalone 2025-12-05 06:46:20.408002 | fa163e02-2909-e15a-00f9-00000000350f | TIMING | Write the config_step hieradata | standalone | 0:15:21.184380 | 0.59s 2025-12-05 06:46:20.429270 | fa163e02-2909-e15a-00f9-000000003510 | TASK | Run puppet host configuration for step 2 2025-12-05 06:46:20.754508 | fa163e02-2909-e15a-00f9-000000003510 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-12-05 06:46:20.755772 | fa163e02-2909-e15a-00f9-000000003510 | TIMING | Run puppet host configuration for step 2 | standalone | 0:15:21.532147 | 0.33s 2025-12-05 06:46:20.788445 | fa163e02-2909-e15a-00f9-000000003511 | TASK | Wait for puppet host configuration to finish 2025-12-05 06:46:21.043323 | fa163e02-2909-e15a-00f9-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-05 06:46:31.242599 | fa163e02-2909-e15a-00f9-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-05 06:46:41.464180 | fa163e02-2909-e15a-00f9-000000003511 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-05 06:46:41.465597 | fa163e02-2909-e15a-00f9-000000003511 | TIMING | Wait for puppet host configuration to finish | standalone | 0:15:42.241970 | 20.68s 2025-12-05 06:46:41.497488 | fa163e02-2909-e15a-00f9-000000003512 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-12-05 06:46:41.590467 | fa163e02-2909-e15a-00f9-000000003512 | 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>Dec 5 06:46:20 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 5 06:46:25 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 5 06:46:25 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 5 06:46:25 puppet-user: (file & line not available)", "<13>Dec 5 06:46:25 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>Dec 5 06:46:25 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 5 06:46:25 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 5 06:46:25 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Dec 5 06:46:31 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 5 06:46:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 5 06:46:35 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 5 06:46:35 puppet-user: Notice: Applied catalog in 10.33 seconds", "<13>Dec 5 06:46:35 puppet-user: Application:", "<13>Dec 5 06:46:35 puppet-user: Initial environment: production", "<13>Dec 5 06:46:35 puppet-user: Converged environment: production", "<13>Dec 5 06:46:35 puppet-user: Run mode: user", "<13>Dec 5 06:46:35 puppet-user: Changes:", "<13>Dec 5 06:46:35 puppet-user: Total: 2", "<13>Dec 5 06:46:35 puppet-user: Events:", "<13>Dec 5 06:46:35 puppet-user: Success: 2", "<13>Dec 5 06:46:35 puppet-user: Resources:", "<13>Dec 5 06:46:35 puppet-user: Changed: 2", "<13>Dec 5 06:46:35 puppet-user: Out of sync: 2", "<13>Dec 5 06:46:35 puppet-user: Total: 28", "<13>Dec 5 06:46:35 puppet-user: Time:", "<13>Dec 5 06:46:35 puppet-user: Filebucket: 0.00", "<13>Dec 5 06:46:35 puppet-user: Schedule: 0.00", "<13>Dec 5 06:46:35 puppet-user: File line: 0.00", "<13>Dec 5 06:46:35 puppet-user: Package: 0.00", "<13>Dec 5 06:46:35 puppet-user: File: 0.00", "<13>Dec 5 06:46:35 puppet-user: Augeas: 0.01", "<13>Dec 5 06:46:35 puppet-user: User: 0.01", "<13>Dec 5 06:46:35 puppet-user: Service: 0.07", "<13>Dec 5 06:46:35 puppet-user: Config retrieval: 0.48", "<13>Dec 5 06:46:35 puppet-user: Pcmk property: 1.58", "<13>Dec 5 06:46:35 puppet-user: Exec: 1.97", "<13>Dec 5 06:46:35 puppet-user: Transaction evaluation: 10.32", "<13>Dec 5 06:46:35 puppet-user: Catalog application: 10.33", "<13>Dec 5 06:46:35 puppet-user: Last run: 1764917195", "<13>Dec 5 06:46:35 puppet-user: Pcmk resource default: 3.22", "<13>Dec 5 06:46:35 puppet-user: Pcmk resource op default: 3.24", "<13>Dec 5 06:46:35 puppet-user: Total: 10.34", "<13>Dec 5 06:46:35 puppet-user: Version:", "<13>Dec 5 06:46:35 puppet-user: Config: 1764917185", "<13>Dec 5 06:46:35 puppet-user: Puppet: 7.10.0" ] } 2025-12-05 06:46:41.591566 | fa163e02-2909-e15a-00f9-000000003512 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:15:42.367945 | 0.09s 2025-12-05 06:46:41.616825 | fa163e02-2909-e15a-00f9-000000003513 | TASK | Pre-cache facts for puppet containers 2025-12-05 06:46:41.646210 | fa163e02-2909-e15a-00f9-000000003513 | TIMING | Pre-cache facts for puppet containers | standalone | 0:15:42.422575 | 0.03s 2025-12-05 06:46:41.722702 | fa163e02-2909-e15a-00f9-000000003552 | TASK | Gather variables for each operating system 2025-12-05 06:46:41.846235 | fa163e02-2909-e15a-00f9-000000003552 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:15:42.622602 | 0.12s 2025-12-05 06:46:41.870680 | fa163e02-2909-e15a-00f9-000000003553 | TASK | Create puppet caching structures 2025-12-05 06:46:42.103353 | fa163e02-2909-e15a-00f9-000000003553 | CHANGED | Create puppet caching structures | standalone 2025-12-05 06:46:42.105024 | fa163e02-2909-e15a-00f9-000000003553 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:15:42.881395 | 0.23s 2025-12-05 06:46:42.136544 | fa163e02-2909-e15a-00f9-000000003554 | TASK | Check for facter.conf 2025-12-05 06:46:42.382415 | fa163e02-2909-e15a-00f9-000000003554 | OK | Check for facter.conf | standalone 2025-12-05 06:46:42.383890 | fa163e02-2909-e15a-00f9-000000003554 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:15:43.160264 | 0.25s 2025-12-05 06:46:42.413657 | fa163e02-2909-e15a-00f9-000000003555 | TASK | Remove facter.conf if directory 2025-12-05 06:46:42.465145 | fa163e02-2909-e15a-00f9-000000003555 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-05 06:46:42.466712 | fa163e02-2909-e15a-00f9-000000003555 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:15:43.243080 | 0.05s 2025-12-05 06:46:42.494686 | fa163e02-2909-e15a-00f9-000000003556 | TASK | Write facter cache config 2025-12-05 06:46:42.982931 | fa163e02-2909-e15a-00f9-000000003556 | CHANGED | Write facter cache config | standalone 2025-12-05 06:46:42.983759 | fa163e02-2909-e15a-00f9-000000003556 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:15:43.760142 | 0.49s 2025-12-05 06:46:43.002998 | fa163e02-2909-e15a-00f9-000000003557 | TASK | Cleanup facter cache if exists 2025-12-05 06:46:43.211653 | fa163e02-2909-e15a-00f9-000000003557 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-05 06:46:43.213084 | fa163e02-2909-e15a-00f9-000000003557 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:15:43.989458 | 0.21s 2025-12-05 06:46:43.245283 | fa163e02-2909-e15a-00f9-000000003558 | TASK | Pre-cache facts 2025-12-05 06:46:43.867238 | fa163e02-2909-e15a-00f9-000000003558 | CHANGED | Pre-cache facts | standalone 2025-12-05 06:46:43.868506 | fa163e02-2909-e15a-00f9-000000003558 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:15:44.644879 | 0.62s 2025-12-05 06:46:43.902004 | fa163e02-2909-e15a-00f9-000000003559 | TASK | Failed deployment if facter fails 2025-12-05 06:46:43.932534 | fa163e02-2909-e15a-00f9-000000003559 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-05 06:46:43.933930 | fa163e02-2909-e15a-00f9-000000003559 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:15:44.710301 | 0.03s 2025-12-05 06:46:43.985854 | fa163e02-2909-e15a-00f9-00000000355a | TASK | Sync cached facts 2025-12-05 06:46:44.283043 | fa163e02-2909-e15a-00f9-00000000355a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e02-2909-e15a-00f9-00000000355a') missing from stats 2025-12-05 06:46:44.328738 | fa163e02-2909-e15a-00f9-000000003514 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-05 06:46:44.377481 | fa163e02-2909-e15a-00f9-000000003514 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-05 06:46:44.378518 | fa163e02-2909-e15a-00f9-000000003514 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:15:45.154896 | 0.05s 2025-12-05 06:46:44.403922 | fa163e02-2909-e15a-00f9-000000003516 | TASK | Manage containers for step 2 with tripleo-ansible 2025-12-05 06:46:44.432928 | fa163e02-2909-e15a-00f9-000000003516 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:15:45.209298 | 0.03s 2025-12-05 06:46:44.487779 | fa163e02-2909-e15a-00f9-0000000035b1 | TASK | Gather variables for each operating system 2025-12-05 06:46:44.610195 | fa163e02-2909-e15a-00f9-0000000035b1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:45.386553 | 0.12s 2025-12-05 06:46:44.640990 | fa163e02-2909-e15a-00f9-0000000035b2 | TASK | Create container logs path 2025-12-05 06:46:44.895648 | fa163e02-2909-e15a-00f9-0000000035b2 | OK | Create container logs path | standalone 2025-12-05 06:46:44.896947 | fa163e02-2909-e15a-00f9-0000000035b2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:45.673321 | 0.25s 2025-12-05 06:46:44.930178 | fa163e02-2909-e15a-00f9-0000000035b4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-12-05 06:46:45.221305 | fa163e02-2909-e15a-00f9-0000000035b4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-05 06:46:45.222068 | fa163e02-2909-e15a-00f9-0000000035b4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:45.998449 | 0.29s 2025-12-05 06:46:45.245890 | fa163e02-2909-e15a-00f9-0000000035b5 | TASK | Finalise hashes for all containers 2025-12-05 06:46:45.310963 | fa163e02-2909-e15a-00f9-0000000035b5 | OK | Finalise hashes for all containers | standalone 2025-12-05 06:46:45.311867 | fa163e02-2909-e15a-00f9-0000000035b5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:46.088248 | 0.06s 2025-12-05 06:46:45.334437 | fa163e02-2909-e15a-00f9-0000000035b7 | TASK | Manage systemd shutdown files 2025-12-05 06:46:45.371250 | fa163e02-2909-e15a-00f9-0000000035b7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:46.147623 | 0.04s 2025-12-05 06:46:45.393894 | 23e2a016-2520-4c5e-9f5f-f408ea4a7ee2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-05 06:46:45.422629 | fa163e02-2909-e15a-00f9-0000000035ea | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-05 06:46:45.640372 | fa163e02-2909-e15a-00f9-0000000035ea | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-05 06:46:45.641569 | fa163e02-2909-e15a-00f9-0000000035ea | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:15:46.417944 | 0.22s 2025-12-05 06:46:45.665226 | fa163e02-2909-e15a-00f9-0000000035eb | TASK | Set podman_drop_in fact 2025-12-05 06:46:45.701915 | fa163e02-2909-e15a-00f9-0000000035eb | OK | Set podman_drop_in fact | standalone 2025-12-05 06:46:45.703050 | fa163e02-2909-e15a-00f9-0000000035eb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:15:46.479426 | 0.04s 2025-12-05 06:46:45.732601 | fa163e02-2909-e15a-00f9-0000000035ed | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-05 06:46:46.143507 | fa163e02-2909-e15a-00f9-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-05 06:46:46.145190 | fa163e02-2909-e15a-00f9-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:46.921563 | 0.41s 2025-12-05 06:46:46.584908 | fa163e02-2909-e15a-00f9-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-05 06:46:46.586468 | fa163e02-2909-e15a-00f9-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:47.362845 | 0.85s 2025-12-05 06:46:46.596977 | fa163e02-2909-e15a-00f9-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:47.373356 | 0.86s 2025-12-05 06:46:46.626619 | fa163e02-2909-e15a-00f9-0000000035ee | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-05 06:46:47.140311 | fa163e02-2909-e15a-00f9-0000000035ee | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-05 06:46:47.141781 | fa163e02-2909-e15a-00f9-0000000035ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:15:47.918153 | 0.51s 2025-12-05 06:46:47.179629 | fa163e02-2909-e15a-00f9-0000000035ef | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-05 06:46:47.659627 | fa163e02-2909-e15a-00f9-0000000035ef | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-05 06:46:47.661075 | fa163e02-2909-e15a-00f9-0000000035ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:15:48.437450 | 0.48s 2025-12-05 06:46:47.692057 | fa163e02-2909-e15a-00f9-0000000035f0 | TASK | Enable and start tripleo-container-shutdown 2025-12-05 06:46:48.458031 | fa163e02-2909-e15a-00f9-0000000035f0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-05 06:46:48.460238 | fa163e02-2909-e15a-00f9-0000000035f0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:15:49.236610 | 0.77s 2025-12-05 06:46:48.490651 | fa163e02-2909-e15a-00f9-0000000035f1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-05 06:46:48.946765 | fa163e02-2909-e15a-00f9-0000000035f1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-05 06:46:48.948096 | fa163e02-2909-e15a-00f9-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:15:49.724471 | 0.46s 2025-12-05 06:46:48.984017 | fa163e02-2909-e15a-00f9-0000000035f2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-05 06:46:49.472990 | fa163e02-2909-e15a-00f9-0000000035f2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-05 06:46:49.475102 | fa163e02-2909-e15a-00f9-0000000035f2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:15:50.251468 | 0.49s 2025-12-05 06:46:49.513371 | fa163e02-2909-e15a-00f9-0000000035f3 | TASK | Enable and start netns-placeholder 2025-12-05 06:46:50.249095 | fa163e02-2909-e15a-00f9-0000000035f3 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-05 06:46:50.251035 | fa163e02-2909-e15a-00f9-0000000035f3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:51.027409 | 0.74s 2025-12-05 06:46:50.282290 | fa163e02-2909-e15a-00f9-0000000035b9 | TASK | Update container configs with new config hashes 2025-12-05 06:46:50.345229 | fa163e02-2909-e15a-00f9-0000000035b9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:51.121595 | 0.06s 2025-12-05 06:46:50.367884 | 7f91d72d-d747-4778-b273-751d6424decf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-05 06:46:50.404497 | fa163e02-2909-e15a-00f9-00000000361b | TASK | Update config hashes for container startup configs 2025-12-05 06:46:50.715060 | fa163e02-2909-e15a-00f9-00000000361b | OK | Update config hashes for container startup configs | standalone 2025-12-05 06:46:50.716777 | fa163e02-2909-e15a-00f9-00000000361b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:51.493137 | 0.31s 2025-12-05 06:46:50.749481 | fa163e02-2909-e15a-00f9-0000000035ba | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-05 06:46:50.809611 | fa163e02-2909-e15a-00f9-0000000035ba | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:51.585978 | 0.06s 2025-12-05 06:46:50.833931 | da54f7e5-12ca-466c-9af6-ee1a68a39c35 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 06:46:50.873292 | fa163e02-2909-e15a-00f9-00000000363a | TASK | Gather podman infos 2025-12-05 06:46:51.741182 | fa163e02-2909-e15a-00f9-00000000363a | OK | Gather podman infos | standalone 2025-12-05 06:46:51.742128 | fa163e02-2909-e15a-00f9-00000000363a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:52.518507 | 0.87s 2025-12-05 06:46:51.801143 | fa163e02-2909-e15a-00f9-00000000363b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-05 06:46:51.857782 | fa163e02-2909-e15a-00f9-00000000363b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:52.634155 | 0.05s 2025-12-05 06:46:51.968162 | fa163e02-2909-e15a-00f9-000000003684 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:52.744531 | 0.06s 2025-12-05 06:46:52.012923 | fa163e02-2909-e15a-00f9-0000000035bb | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-05 06:46:52.051404 | fa163e02-2909-e15a-00f9-0000000035bb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:52.827777 | 0.04s 2025-12-05 06:46:52.066896 | 88be94b6-3b56-4447-8a83-51611766b72a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 06:46:52.098045 | fa163e02-2909-e15a-00f9-0000000036aa | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-05 06:47:08.905076 | fa163e02-2909-e15a-00f9-0000000036aa | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-05 06:47:08.906334 | fa163e02-2909-e15a-00f9-0000000036aa | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:09.682713 | 16.81s 2025-12-05 06:47:08.930889 | fa163e02-2909-e15a-00f9-0000000036ab | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-05 06:47:11.587134 | fa163e02-2909-e15a-00f9-0000000036ab | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-05 06:47:11.588740 | fa163e02-2909-e15a-00f9-0000000036ab | 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:16:12.365111 | 2.66s 2025-12-05 06:47:11.666477 | fa163e02-2909-e15a-00f9-000000003518 | TASK | Clean container_puppet_tasks for standalone step 2 2025-12-05 06:47:11.907713 | fa163e02-2909-e15a-00f9-000000003518 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-12-05 06:47:11.909207 | fa163e02-2909-e15a-00f9-000000003518 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:16:12.685580 | 0.24s 2025-12-05 06:47:11.958721 | fa163e02-2909-e15a-00f9-000000003519 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-12-05 06:47:12.013094 | fa163e02-2909-e15a-00f9-000000003519 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:16:12.789454 | 0.05s 2025-12-05 06:47:12.045659 | fa163e02-2909-e15a-00f9-00000000351a | TASK | Include container-puppet tasks for step 2 2025-12-05 06:47:12.090228 | fa163e02-2909-e15a-00f9-00000000351a | TIMING | Include container-puppet tasks for step 2 | standalone | 0:16:12.866587 | 0.04s 2025-12-05 06:47:12.117146 | 1f871b0e-1b64-4924-97ec-967b69688e13 | INCLUDED | /root/standalone-ansible-0zpkwi6h/host-container-puppet-tasks.yaml | standalone 2025-12-05 06:47:12.166903 | fa163e02-2909-e15a-00f9-0000000036f6 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-12-05 06:47:12.686333 | fa163e02-2909-e15a-00f9-0000000036f6 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-12-05 06:47:12.687685 | fa163e02-2909-e15a-00f9-0000000036f6 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:16:13.464057 | 0.52s 2025-12-05 06:47:12.725058 | fa163e02-2909-e15a-00f9-0000000036f8 | TASK | Generate container puppet configs for step 2 2025-12-05 06:47:13.025035 | fa163e02-2909-e15a-00f9-0000000036f8 | OK | Generate container puppet configs for step 2 | standalone 2025-12-05 06:47:13.026359 | fa163e02-2909-e15a-00f9-0000000036f8 | TIMING | Generate container puppet configs for step 2 | standalone | 0:16:13.802733 | 0.30s 2025-12-05 06:47:13.058771 | fa163e02-2909-e15a-00f9-0000000036f9 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-12-05 06:47:13.089688 | fa163e02-2909-e15a-00f9-0000000036f9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:16:13.866055 | 0.03s 2025-12-05 06:47:13.163636 | fa163e02-2909-e15a-00f9-000000003728 | TASK | Gather variables for each operating system 2025-12-05 06:47:13.286047 | fa163e02-2909-e15a-00f9-000000003728 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:14.062401 | 0.12s 2025-12-05 06:47:13.318404 | fa163e02-2909-e15a-00f9-000000003729 | TASK | Create container logs path 2025-12-05 06:47:13.587271 | fa163e02-2909-e15a-00f9-000000003729 | OK | Create container logs path | standalone 2025-12-05 06:47:13.588149 | fa163e02-2909-e15a-00f9-000000003729 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:14.364531 | 0.27s 2025-12-05 06:47:13.620390 | fa163e02-2909-e15a-00f9-00000000372b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-05 06:47:13.887247 | fa163e02-2909-e15a-00f9-00000000372b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-05 06:47:13.888660 | fa163e02-2909-e15a-00f9-00000000372b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:14.665035 | 0.27s 2025-12-05 06:47:13.917940 | fa163e02-2909-e15a-00f9-00000000372c | TASK | Finalise hashes for all containers 2025-12-05 06:47:13.959830 | fa163e02-2909-e15a-00f9-00000000372c | OK | Finalise hashes for all containers | standalone 2025-12-05 06:47:13.961105 | fa163e02-2909-e15a-00f9-00000000372c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:14.737479 | 0.04s 2025-12-05 06:47:13.991172 | fa163e02-2909-e15a-00f9-00000000372e | TASK | Manage systemd shutdown files 2025-12-05 06:47:14.023270 | fa163e02-2909-e15a-00f9-00000000372e | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 06:47:14.024503 | fa163e02-2909-e15a-00f9-00000000372e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:14.800877 | 0.03s 2025-12-05 06:47:14.054351 | fa163e02-2909-e15a-00f9-000000003730 | TASK | Update container configs with new config hashes 2025-12-05 06:47:14.104728 | fa163e02-2909-e15a-00f9-000000003730 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 06:47:14.106031 | fa163e02-2909-e15a-00f9-000000003730 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:14.882403 | 0.05s 2025-12-05 06:47:14.138227 | fa163e02-2909-e15a-00f9-000000003731 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-05 06:47:14.189877 | fa163e02-2909-e15a-00f9-000000003731 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-05 06:47:14.191045 | fa163e02-2909-e15a-00f9-000000003731 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:14.967417 | 0.05s 2025-12-05 06:47:14.222930 | fa163e02-2909-e15a-00f9-000000003732 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-05 06:47:14.274730 | fa163e02-2909-e15a-00f9-000000003732 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-05 06:47:14.276004 | fa163e02-2909-e15a-00f9-000000003732 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:15.052376 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-12-05 06:47:14.458470 | fa163e02-2909-e15a-00f9-0000000000d2 | TASK | External deployment step 3 2025-12-05 06:47:14.488404 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000d2') missing from stats 2025-12-05 06:47:14.550253 | fa163e02-2909-e15a-00f9-0000000000d3 | TIMING | include_tasks | undercloud | 0:16:15.326617 | 0.04s 2025-12-05 06:47:14.560619 | 41ed7f57-16e3-4f42-9c01-6ad382888839 | INCLUDED | /root/standalone-ansible-0zpkwi6h/external_deploy_steps_tasks_step3.yaml | undercloud 2025-12-05 06:47:14.580084 | fa163e02-2909-e15a-00f9-000000003781 | TASK | Pause cephadm 2025-12-05 06:47:14.631222 | fa163e02-2909-e15a-00f9-000000003781 | SKIPPED | Pause cephadm | undercloud 2025-12-05 06:47:14.632654 | fa163e02-2909-e15a-00f9-000000003781 | TIMING | Pause cephadm | undercloud | 0:16:15.409026 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-12-05 06:47:14.755756 | fa163e02-2909-e15a-00f9-0000000000d6 | TASK | Deploy step tasks for 3 2025-12-05 06:47:14.787273 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000d6') missing from stats 2025-12-05 06:47:14.812280 | fa163e02-2909-e15a-00f9-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-12-05 06:47:15.350408 | fa163e02-2909-e15a-00f9-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-12-05 06:47:15.351865 | fa163e02-2909-e15a-00f9-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:16:16.128237 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 06:47:15.423150 | fa163e02-2909-e15a-00f9-0000000000d8 | TIMING | include_tasks | standalone | 0:16:16.199522 | 0.04s 2025-12-05 06:47:15.451228 | b4509ae2-e552-4e5d-b15c-46cf5d1cdb6c | INCLUDED | /root/standalone-ansible-0zpkwi6h/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-12-05 06:47:15.481881 | fa163e02-2909-e15a-00f9-0000000037a0 | TASK | Start OVN container 2025-12-05 06:47:15.549259 | fa163e02-2909-e15a-00f9-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:16.325619 | 0.07s 2025-12-05 06:47:15.583533 | fa163e02-2909-e15a-00f9-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:16.359902 | 0.10s 2025-12-05 06:47:15.602689 | fa163e02-2909-e15a-00f9-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:16.379058 | 0.12s 2025-12-05 06:47:15.614730 | fa163e02-2909-e15a-00f9-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:16.391102 | 0.13s 2025-12-05 06:47:15.720973 | fa163e02-2909-e15a-00f9-0000000037d8 | TASK | Gather variables for each operating system 2025-12-05 06:47:15.842492 | fa163e02-2909-e15a-00f9-0000000037d8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:16.618856 | 0.12s 2025-12-05 06:47:15.872442 | fa163e02-2909-e15a-00f9-0000000037d9 | TASK | Create container logs path 2025-12-05 06:47:16.126643 | fa163e02-2909-e15a-00f9-0000000037d9 | OK | Create container logs path | standalone 2025-12-05 06:47:16.128036 | fa163e02-2909-e15a-00f9-0000000037d9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:16.904418 | 0.25s 2025-12-05 06:47:16.149854 | fa163e02-2909-e15a-00f9-0000000037db | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:16.469525 | fa163e02-2909-e15a-00f9-0000000037db | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 06:47:16.470776 | fa163e02-2909-e15a-00f9-0000000037db | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:17.247158 | 0.32s 2025-12-05 06:47:16.490526 | fa163e02-2909-e15a-00f9-0000000037dc | TASK | Finalise hashes for all containers 2025-12-05 06:47:16.591329 | fa163e02-2909-e15a-00f9-0000000037dc | OK | Finalise hashes for all containers | standalone 2025-12-05 06:47:16.593282 | fa163e02-2909-e15a-00f9-0000000037dc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:17.369656 | 0.10s 2025-12-05 06:47:16.624071 | fa163e02-2909-e15a-00f9-0000000037de | TASK | Manage systemd shutdown files 2025-12-05 06:47:16.688898 | fa163e02-2909-e15a-00f9-0000000037de | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 06:47:16.691755 | fa163e02-2909-e15a-00f9-0000000037de | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:17.468127 | 0.07s 2025-12-05 06:47:16.723048 | fa163e02-2909-e15a-00f9-0000000037e0 | TASK | Update container configs with new config hashes 2025-12-05 06:47:16.831527 | fa163e02-2909-e15a-00f9-0000000037e0 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 06:47:16.832911 | fa163e02-2909-e15a-00f9-0000000037e0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:17.609277 | 0.11s 2025-12-05 06:47:16.865529 | fa163e02-2909-e15a-00f9-0000000037e1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:16.939394 | fa163e02-2909-e15a-00f9-0000000037e1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:17.715751 | 0.07s 2025-12-05 06:47:16.965458 | 5b0e072f-89ff-4559-8d09-c6154f51edc3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 06:47:17.003742 | fa163e02-2909-e15a-00f9-00000000386d | TASK | Gather podman infos 2025-12-05 06:47:18.258921 | fa163e02-2909-e15a-00f9-00000000386d | OK | Gather podman infos | standalone 2025-12-05 06:47:18.260132 | fa163e02-2909-e15a-00f9-00000000386d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:19.036507 | 1.25s 2025-12-05 06:47:18.353873 | fa163e02-2909-e15a-00f9-00000000386e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:18.443954 | fa163e02-2909-e15a-00f9-00000000386e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:19.220308 | 0.09s 2025-12-05 06:47:18.626403 | fa163e02-2909-e15a-00f9-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:19.402762 | 0.10s 2025-12-05 06:47:18.687036 | fa163e02-2909-e15a-00f9-0000000037e2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:18.760987 | fa163e02-2909-e15a-00f9-0000000037e2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:19.537353 | 0.07s 2025-12-05 06:47:18.785217 | 86e2ae7d-8bfb-4061-8555-1cbe09841012 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 06:47:18.827550 | fa163e02-2909-e15a-00f9-0000000038d8 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:19.704769 | fa163e02-2909-e15a-00f9-0000000038d8 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 06:47:19.706111 | fa163e02-2909-e15a-00f9-0000000038d8 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:20.482486 | 0.88s 2025-12-05 06:47:19.731425 | fa163e02-2909-e15a-00f9-0000000038d9 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:22.584324 | fa163e02-2909-e15a-00f9-0000000038d9 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 06:47:22.585751 | fa163e02-2909-e15a-00f9-0000000038d9 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:23.362125 | 2.85s 2025-12-05 06:47:22.644054 | fa163e02-2909-e15a-00f9-000000003803 | TASK | Gather variables for each operating system 2025-12-05 06:47:22.767310 | fa163e02-2909-e15a-00f9-000000003803 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:23.543681 | 0.12s 2025-12-05 06:47:22.790551 | fa163e02-2909-e15a-00f9-000000003804 | TASK | Create container logs path 2025-12-05 06:47:23.059176 | fa163e02-2909-e15a-00f9-000000003804 | OK | Create container logs path | standalone 2025-12-05 06:47:23.061448 | fa163e02-2909-e15a-00f9-000000003804 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:23.837825 | 0.27s 2025-12-05 06:47:23.088210 | fa163e02-2909-e15a-00f9-000000003806 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:23.403653 | fa163e02-2909-e15a-00f9-000000003806 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 06:47:23.405332 | fa163e02-2909-e15a-00f9-000000003806 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:24.181711 | 0.31s 2025-12-05 06:47:23.429239 | fa163e02-2909-e15a-00f9-000000003807 | TASK | Finalise hashes for all containers 2025-12-05 06:47:23.532560 | fa163e02-2909-e15a-00f9-000000003807 | OK | Finalise hashes for all containers | standalone 2025-12-05 06:47:23.534285 | fa163e02-2909-e15a-00f9-000000003807 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:24.310665 | 0.10s 2025-12-05 06:47:23.558417 | fa163e02-2909-e15a-00f9-000000003809 | TASK | Manage systemd shutdown files 2025-12-05 06:47:23.610068 | fa163e02-2909-e15a-00f9-000000003809 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 06:47:23.612700 | fa163e02-2909-e15a-00f9-000000003809 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:24.388957 | 0.05s 2025-12-05 06:47:23.645369 | fa163e02-2909-e15a-00f9-00000000380b | TASK | Update container configs with new config hashes 2025-12-05 06:47:23.712031 | fa163e02-2909-e15a-00f9-00000000380b | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 06:47:23.714493 | fa163e02-2909-e15a-00f9-00000000380b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:24.490761 | 0.07s 2025-12-05 06:47:23.749655 | fa163e02-2909-e15a-00f9-00000000380c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:23.813370 | fa163e02-2909-e15a-00f9-00000000380c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:24.589734 | 0.06s 2025-12-05 06:47:23.840127 | 972df5e6-aa6d-4e4e-bb41-8c3a0972978f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 06:47:23.876928 | fa163e02-2909-e15a-00f9-000000003924 | TASK | Gather podman infos 2025-12-05 06:47:25.122741 | fa163e02-2909-e15a-00f9-000000003924 | OK | Gather podman infos | standalone 2025-12-05 06:47:25.124084 | fa163e02-2909-e15a-00f9-000000003924 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:25.900455 | 1.25s 2025-12-05 06:47:25.215197 | fa163e02-2909-e15a-00f9-000000003925 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:25.303516 | fa163e02-2909-e15a-00f9-000000003925 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:26.079880 | 0.08s 2025-12-05 06:47:25.464821 | fa163e02-2909-e15a-00f9-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:26.241159 | 0.10s 2025-12-05 06:47:25.523255 | fa163e02-2909-e15a-00f9-00000000380d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:25.597541 | fa163e02-2909-e15a-00f9-00000000380d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:26.373906 | 0.07s 2025-12-05 06:47:25.622686 | 3cb59e25-5b5d-4b32-8bf6-4aab88ccaa76 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 06:47:25.668400 | fa163e02-2909-e15a-00f9-00000000398a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:26.573916 | fa163e02-2909-e15a-00f9-00000000398a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 06:47:26.574960 | fa163e02-2909-e15a-00f9-00000000398a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:27.351337 | 0.90s 2025-12-05 06:47:26.598749 | fa163e02-2909-e15a-00f9-00000000398b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:29.415250 | fa163e02-2909-e15a-00f9-00000000398b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 06:47:29.418868 | fa163e02-2909-e15a-00f9-00000000398b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:30.195234 | 2.82s 2025-12-05 06:47:29.480039 | fa163e02-2909-e15a-00f9-00000000382e | TASK | Gather variables for each operating system 2025-12-05 06:47:29.608740 | fa163e02-2909-e15a-00f9-00000000382e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:30.385106 | 0.13s 2025-12-05 06:47:29.641148 | fa163e02-2909-e15a-00f9-00000000382f | TASK | Create container logs path 2025-12-05 06:47:29.900093 | fa163e02-2909-e15a-00f9-00000000382f | OK | Create container logs path | standalone 2025-12-05 06:47:29.902910 | fa163e02-2909-e15a-00f9-00000000382f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:30.679279 | 0.26s 2025-12-05 06:47:29.935851 | fa163e02-2909-e15a-00f9-000000003831 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:30.260525 | fa163e02-2909-e15a-00f9-000000003831 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 06:47:30.262309 | fa163e02-2909-e15a-00f9-000000003831 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:31.038687 | 0.32s 2025-12-05 06:47:30.285774 | fa163e02-2909-e15a-00f9-000000003832 | TASK | Finalise hashes for all containers 2025-12-05 06:47:30.387719 | fa163e02-2909-e15a-00f9-000000003832 | OK | Finalise hashes for all containers | standalone 2025-12-05 06:47:30.389338 | fa163e02-2909-e15a-00f9-000000003832 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:31.165717 | 0.10s 2025-12-05 06:47:30.411572 | fa163e02-2909-e15a-00f9-000000003834 | TASK | Manage systemd shutdown files 2025-12-05 06:47:30.460673 | fa163e02-2909-e15a-00f9-000000003834 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 06:47:30.462254 | fa163e02-2909-e15a-00f9-000000003834 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:31.238632 | 0.05s 2025-12-05 06:47:30.483085 | fa163e02-2909-e15a-00f9-000000003836 | TASK | Update container configs with new config hashes 2025-12-05 06:47:30.534123 | fa163e02-2909-e15a-00f9-000000003836 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 06:47:30.535717 | fa163e02-2909-e15a-00f9-000000003836 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:31.312098 | 0.05s 2025-12-05 06:47:30.557562 | fa163e02-2909-e15a-00f9-000000003837 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:30.608855 | fa163e02-2909-e15a-00f9-000000003837 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:31.385147 | 0.05s 2025-12-05 06:47:30.634857 | 181ec895-dc39-4466-9eb5-e0b21717d4e9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 06:47:30.663933 | fa163e02-2909-e15a-00f9-0000000039d6 | TASK | Gather podman infos 2025-12-05 06:47:31.883074 | fa163e02-2909-e15a-00f9-0000000039d6 | OK | Gather podman infos | standalone 2025-12-05 06:47:31.884215 | fa163e02-2909-e15a-00f9-0000000039d6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:32.660590 | 1.22s 2025-12-05 06:47:31.977442 | fa163e02-2909-e15a-00f9-0000000039d7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:32.067572 | fa163e02-2909-e15a-00f9-0000000039d7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:32.843935 | 0.08s 2025-12-05 06:47:32.222406 | fa163e02-2909-e15a-00f9-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:32.998764 | 0.09s 2025-12-05 06:47:32.277590 | fa163e02-2909-e15a-00f9-000000003838 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:32.347318 | fa163e02-2909-e15a-00f9-000000003838 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:33.123682 | 0.07s 2025-12-05 06:47:32.374144 | 27e16a88-287a-4c90-8207-2047d2b3a3b7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 06:47:32.407467 | fa163e02-2909-e15a-00f9-000000003a3c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:33.551406 | fa163e02-2909-e15a-00f9-000000003a3c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 06:47:33.553007 | fa163e02-2909-e15a-00f9-000000003a3c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:34.329374 | 1.14s 2025-12-05 06:47:33.585191 | fa163e02-2909-e15a-00f9-000000003a3d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 06:47:36.478957 | fa163e02-2909-e15a-00f9-000000003a3d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 06:47:36.480730 | fa163e02-2909-e15a-00f9-000000003a3d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:37.257102 | 2.89s 2025-12-05 06:47:36.537527 | fa163e02-2909-e15a-00f9-0000000037a2 | TASK | Set NB connection 2025-12-05 06:47:37.023061 | fa163e02-2909-e15a-00f9-0000000037a2 | CHANGED | Set NB connection | standalone 2025-12-05 06:47:37.025197 | fa163e02-2909-e15a-00f9-0000000037a2 | TIMING | Set NB connection | standalone | 0:16:37.801570 | 0.49s 2025-12-05 06:47:37.055358 | fa163e02-2909-e15a-00f9-0000000037a3 | TASK | Set SB connection 2025-12-05 06:47:37.480505 | fa163e02-2909-e15a-00f9-0000000037a3 | CHANGED | Set SB connection | standalone 2025-12-05 06:47:37.482169 | fa163e02-2909-e15a-00f9-0000000037a3 | TIMING | Set SB connection | standalone | 0:16:38.258537 | 0.43s 2025-12-05 06:47:37.511107 | fa163e02-2909-e15a-00f9-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-12-05 06:47:37.748857 | fa163e02-2909-e15a-00f9-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-12-05 06:47:37.750421 | fa163e02-2909-e15a-00f9-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:16:38.526791 | 0.24s 2025-12-05 06:47:37.863306 | fa163e02-2909-e15a-00f9-0000000000db | TIMING | include_tasks | standalone | 0:16:38.639670 | 0.08s 2025-12-05 06:47:37.906699 | 69591fac-021d-4fa3-aaf5-8d5d34b2c5b8 | INCLUDED | /root/standalone-ansible-0zpkwi6h/common_deploy_steps_tasks.yaml | standalone 2025-12-05 06:47:37.936534 | fa163e02-2909-e15a-00f9-000000003a82 | TASK | Write the config_step hieradata 2025-12-05 06:47:38.355962 | fa163e02-2909-e15a-00f9-000000003a82 | OK | Write the config_step hieradata | standalone 2025-12-05 06:47:38.357214 | fa163e02-2909-e15a-00f9-000000003a82 | TIMING | Write the config_step hieradata | standalone | 0:16:39.133588 | 0.42s 2025-12-05 06:47:38.387486 | fa163e02-2909-e15a-00f9-000000003a83 | TASK | Run puppet host configuration for step 3 2025-12-05 06:47:38.690957 | fa163e02-2909-e15a-00f9-000000003a83 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-12-05 06:47:38.692225 | fa163e02-2909-e15a-00f9-000000003a83 | TIMING | Run puppet host configuration for step 3 | standalone | 0:16:39.468599 | 0.30s 2025-12-05 06:47:38.720600 | fa163e02-2909-e15a-00f9-000000003a84 | TASK | Wait for puppet host configuration to finish 2025-12-05 06:47:38.973651 | fa163e02-2909-e15a-00f9-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-05 06:47:49.194730 | fa163e02-2909-e15a-00f9-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-05 06:47:59.419822 | fa163e02-2909-e15a-00f9-000000003a84 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-05 06:47:59.421043 | fa163e02-2909-e15a-00f9-000000003a84 | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:00.197418 | 20.70s 2025-12-05 06:47:59.451899 | fa163e02-2909-e15a-00f9-000000003a85 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-12-05 06:47:59.535911 | fa163e02-2909-e15a-00f9-000000003a85 | 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>Dec 5 06:47:38 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 5 06:47:43 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 5 06:47:43 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 5 06:47:43 puppet-user: (file & line not available)", "<13>Dec 5 06:47:43 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 5 06:47:43 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 5 06:47:43 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 5 06:47:43 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.40 seconds", "<13>Dec 5 06:47:48 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 5 06:47:50 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 5 06:47:51 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 5 06:47:51 puppet-user: Notice: Applied catalog in 7.90 seconds", "<13>Dec 5 06:47:51 puppet-user: Application:", "<13>Dec 5 06:47:51 puppet-user: Initial environment: production", "<13>Dec 5 06:47:51 puppet-user: Converged environment: production", "<13>Dec 5 06:47:51 puppet-user: Run mode: user", "<13>Dec 5 06:47:51 puppet-user: Changes:", "<13>Dec 5 06:47:51 puppet-user: Total: 2", "<13>Dec 5 06:47:51 puppet-user: Events:", "<13>Dec 5 06:47:51 puppet-user: Success: 2", "<13>Dec 5 06:47:51 puppet-user: Resources:", "<13>Dec 5 06:47:51 puppet-user: Changed: 2", "<13>Dec 5 06:47:51 puppet-user: Out of sync: 2", "<13>Dec 5 06:47:51 puppet-user: Total: 28", "<13>Dec 5 06:47:51 puppet-user: Time:", "<13>Dec 5 06:47:51 puppet-user: Schedule: 0.00", "<13>Dec 5 06:47:51 puppet-user: Package: 0.00", "<13>Dec 5 06:47:51 puppet-user: File: 0.00", "<13>Dec 5 06:47:51 puppet-user: Augeas: 0.01", "<13>Dec 5 06:47:51 puppet-user: File line: 0.01", "<13>Dec 5 06:47:51 puppet-user: User: 0.03", "<13>Dec 5 06:47:51 puppet-user: Service: 0.06", "<13>Dec 5 06:47:51 puppet-user: Config retrieval: 0.45", "<13>Dec 5 06:47:51 puppet-user: Pcmk property: 1.51", "<13>Dec 5 06:47:51 puppet-user: Exec: 1.90", "<13>Dec 5 06:47:51 puppet-user: Last run: 1764917271", "<13>Dec 5 06:47:51 puppet-user: Pcmk resource default: 2.02", "<13>Dec 5 06:47:51 puppet-user: Pcmk resource op default: 2.13", "<13>Dec 5 06:47:51 puppet-user: Transaction evaluation: 7.88", "<13>Dec 5 06:47:51 puppet-user: Catalog application: 7.90", "<13>Dec 5 06:47:51 puppet-user: Filebucket: 0.00", "<13>Dec 5 06:47:51 puppet-user: Total: 7.91", "<13>Dec 5 06:47:51 puppet-user: Version:", "<13>Dec 5 06:47:51 puppet-user: Config: 1764917263", "<13>Dec 5 06:47:51 puppet-user: Puppet: 7.10.0" ] } 2025-12-05 06:47:59.537346 | fa163e02-2909-e15a-00f9-000000003a85 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:17:00.313716 | 0.08s 2025-12-05 06:47:59.566864 | fa163e02-2909-e15a-00f9-000000003a86 | TASK | Pre-cache facts for puppet containers 2025-12-05 06:47:59.598697 | fa163e02-2909-e15a-00f9-000000003a86 | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:00.375064 | 0.03s 2025-12-05 06:47:59.668255 | fa163e02-2909-e15a-00f9-000000003ac5 | TASK | Gather variables for each operating system 2025-12-05 06:47:59.812193 | fa163e02-2909-e15a-00f9-000000003ac5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:00.588555 | 0.14s 2025-12-05 06:47:59.841977 | fa163e02-2909-e15a-00f9-000000003ac6 | TASK | Create puppet caching structures 2025-12-05 06:48:00.098209 | fa163e02-2909-e15a-00f9-000000003ac6 | CHANGED | Create puppet caching structures | standalone 2025-12-05 06:48:00.099611 | fa163e02-2909-e15a-00f9-000000003ac6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:00.875984 | 0.26s 2025-12-05 06:48:00.125030 | fa163e02-2909-e15a-00f9-000000003ac7 | TASK | Check for facter.conf 2025-12-05 06:48:00.361998 | fa163e02-2909-e15a-00f9-000000003ac7 | OK | Check for facter.conf | standalone 2025-12-05 06:48:00.364576 | fa163e02-2909-e15a-00f9-000000003ac7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:01.140936 | 0.24s 2025-12-05 06:48:00.394748 | fa163e02-2909-e15a-00f9-000000003ac8 | TASK | Remove facter.conf if directory 2025-12-05 06:48:00.434900 | fa163e02-2909-e15a-00f9-000000003ac8 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-05 06:48:00.436113 | fa163e02-2909-e15a-00f9-000000003ac8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:01.212485 | 0.04s 2025-12-05 06:48:00.466842 | fa163e02-2909-e15a-00f9-000000003ac9 | TASK | Write facter cache config 2025-12-05 06:48:00.882909 | fa163e02-2909-e15a-00f9-000000003ac9 | CHANGED | Write facter cache config | standalone 2025-12-05 06:48:00.884295 | fa163e02-2909-e15a-00f9-000000003ac9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:01.660669 | 0.42s 2025-12-05 06:48:00.914022 | fa163e02-2909-e15a-00f9-000000003aca | TASK | Cleanup facter cache if exists 2025-12-05 06:48:01.103395 | fa163e02-2909-e15a-00f9-000000003aca | CHANGED | Cleanup facter cache if exists | standalone 2025-12-05 06:48:01.104286 | fa163e02-2909-e15a-00f9-000000003aca | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:01.880669 | 0.19s 2025-12-05 06:48:01.123840 | fa163e02-2909-e15a-00f9-000000003acb | TASK | Pre-cache facts 2025-12-05 06:48:01.676043 | fa163e02-2909-e15a-00f9-000000003acb | CHANGED | Pre-cache facts | standalone 2025-12-05 06:48:01.677406 | fa163e02-2909-e15a-00f9-000000003acb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:02.453780 | 0.55s 2025-12-05 06:48:01.708784 | fa163e02-2909-e15a-00f9-000000003acc | TASK | Failed deployment if facter fails 2025-12-05 06:48:01.742606 | fa163e02-2909-e15a-00f9-000000003acc | SKIPPED | Failed deployment if facter fails | standalone 2025-12-05 06:48:01.743922 | fa163e02-2909-e15a-00f9-000000003acc | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:02.520294 | 0.03s 2025-12-05 06:48:01.789781 | fa163e02-2909-e15a-00f9-000000003acd | TASK | Sync cached facts 2025-12-05 06:48:02.109095 | fa163e02-2909-e15a-00f9-000000003acd | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e02-2909-e15a-00f9-000000003acd') missing from stats 2025-12-05 06:48:02.166111 | fa163e02-2909-e15a-00f9-000000003a87 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-05 06:48:02.219080 | fa163e02-2909-e15a-00f9-000000003a87 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-05 06:48:02.220099 | fa163e02-2909-e15a-00f9-000000003a87 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:02.996477 | 0.05s 2025-12-05 06:48:02.243757 | fa163e02-2909-e15a-00f9-000000003a89 | TASK | Manage containers for step 3 with tripleo-ansible 2025-12-05 06:48:02.273098 | fa163e02-2909-e15a-00f9-000000003a89 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:17:03.049467 | 0.03s 2025-12-05 06:48:02.319064 | fa163e02-2909-e15a-00f9-000000003b24 | TASK | Gather variables for each operating system 2025-12-05 06:48:02.439242 | fa163e02-2909-e15a-00f9-000000003b24 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:03.215610 | 0.12s 2025-12-05 06:48:02.462231 | fa163e02-2909-e15a-00f9-000000003b25 | TASK | Create container logs path 2025-12-05 06:48:02.712364 | fa163e02-2909-e15a-00f9-000000003b25 | OK | Create container logs path | standalone 2025-12-05 06:48:02.713375 | fa163e02-2909-e15a-00f9-000000003b25 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:03.489754 | 0.25s 2025-12-05 06:48:02.737606 | fa163e02-2909-e15a-00f9-000000003b27 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-12-05 06:48:03.031416 | fa163e02-2909-e15a-00f9-000000003b27 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-05 06:48:03.032829 | fa163e02-2909-e15a-00f9-000000003b27 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:03.809166 | 0.29s 2025-12-05 06:48:03.065604 | fa163e02-2909-e15a-00f9-000000003b28 | TASK | Finalise hashes for all containers 2025-12-05 06:48:03.137910 | fa163e02-2909-e15a-00f9-000000003b28 | OK | Finalise hashes for all containers | standalone 2025-12-05 06:48:03.139080 | fa163e02-2909-e15a-00f9-000000003b28 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:03.915452 | 0.07s 2025-12-05 06:48:03.169277 | fa163e02-2909-e15a-00f9-000000003b2a | TASK | Manage systemd shutdown files 2025-12-05 06:48:03.203355 | fa163e02-2909-e15a-00f9-000000003b2a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:03.979720 | 0.03s 2025-12-05 06:48:03.240904 | 242f247e-2d7c-4a8a-b09d-865a80731e12 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-05 06:48:03.274296 | fa163e02-2909-e15a-00f9-000000003b5d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-05 06:48:03.529152 | fa163e02-2909-e15a-00f9-000000003b5d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-05 06:48:03.530640 | fa163e02-2909-e15a-00f9-000000003b5d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:04.307009 | 0.25s 2025-12-05 06:48:03.560458 | fa163e02-2909-e15a-00f9-000000003b5e | TASK | Set podman_drop_in fact 2025-12-05 06:48:03.622994 | fa163e02-2909-e15a-00f9-000000003b5e | OK | Set podman_drop_in fact | standalone 2025-12-05 06:48:03.624309 | fa163e02-2909-e15a-00f9-000000003b5e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:04.400676 | 0.06s 2025-12-05 06:48:03.654282 | fa163e02-2909-e15a-00f9-000000003b60 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-05 06:48:04.188183 | fa163e02-2909-e15a-00f9-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-05 06:48:04.191349 | fa163e02-2909-e15a-00f9-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:04.967714 | 0.54s 2025-12-05 06:48:04.672323 | fa163e02-2909-e15a-00f9-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-05 06:48:04.674126 | fa163e02-2909-e15a-00f9-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:05.450501 | 1.02s 2025-12-05 06:48:04.684940 | fa163e02-2909-e15a-00f9-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:05.461308 | 1.03s 2025-12-05 06:48:04.715651 | fa163e02-2909-e15a-00f9-000000003b61 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-05 06:48:05.185188 | fa163e02-2909-e15a-00f9-000000003b61 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-05 06:48:05.186939 | fa163e02-2909-e15a-00f9-000000003b61 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:05.963308 | 0.47s 2025-12-05 06:48:05.217074 | fa163e02-2909-e15a-00f9-000000003b62 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-05 06:48:05.687311 | fa163e02-2909-e15a-00f9-000000003b62 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-05 06:48:05.689002 | fa163e02-2909-e15a-00f9-000000003b62 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:06.465374 | 0.47s 2025-12-05 06:48:05.719911 | fa163e02-2909-e15a-00f9-000000003b63 | TASK | Enable and start tripleo-container-shutdown 2025-12-05 06:48:06.442020 | fa163e02-2909-e15a-00f9-000000003b63 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-05 06:48:06.443920 | fa163e02-2909-e15a-00f9-000000003b63 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:07.220291 | 0.72s 2025-12-05 06:48:06.475340 | fa163e02-2909-e15a-00f9-000000003b64 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-05 06:48:06.953277 | fa163e02-2909-e15a-00f9-000000003b64 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-05 06:48:06.954951 | fa163e02-2909-e15a-00f9-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:07.731324 | 0.48s 2025-12-05 06:48:06.985360 | fa163e02-2909-e15a-00f9-000000003b65 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-05 06:48:07.411681 | fa163e02-2909-e15a-00f9-000000003b65 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-05 06:48:07.413179 | fa163e02-2909-e15a-00f9-000000003b65 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:08.189550 | 0.43s 2025-12-05 06:48:07.443616 | fa163e02-2909-e15a-00f9-000000003b66 | TASK | Enable and start netns-placeholder 2025-12-05 06:48:09.162183 | fa163e02-2909-e15a-00f9-000000003b66 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-05 06:48:09.164428 | fa163e02-2909-e15a-00f9-000000003b66 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:09.940801 | 1.72s 2025-12-05 06:48:09.196149 | fa163e02-2909-e15a-00f9-000000003b2c | TASK | Update container configs with new config hashes 2025-12-05 06:48:09.258347 | fa163e02-2909-e15a-00f9-000000003b2c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:10.034714 | 0.06s 2025-12-05 06:48:09.278998 | d6206906-cba7-4bbe-afbe-d9c0a2849d7d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-05 06:48:09.314413 | fa163e02-2909-e15a-00f9-000000003b8e | TASK | Update config hashes for container startup configs 2025-12-05 06:48:09.654651 | fa163e02-2909-e15a-00f9-000000003b8e | OK | Update config hashes for container startup configs | standalone 2025-12-05 06:48:09.656465 | fa163e02-2909-e15a-00f9-000000003b8e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:10.432836 | 0.34s 2025-12-05 06:48:09.691002 | fa163e02-2909-e15a-00f9-000000003b2d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-05 06:48:09.753198 | fa163e02-2909-e15a-00f9-000000003b2d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:10.529564 | 0.06s 2025-12-05 06:48:09.777441 | 5625b7d0-9baa-4300-939b-33f5d7ea7750 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 06:48:09.888366 | fa163e02-2909-e15a-00f9-000000003bad | TASK | Gather podman infos 2025-12-05 06:48:11.034871 | fa163e02-2909-e15a-00f9-000000003bad | OK | Gather podman infos | standalone 2025-12-05 06:48:11.036259 | fa163e02-2909-e15a-00f9-000000003bad | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:11.812633 | 1.15s 2025-12-05 06:48:11.134174 | fa163e02-2909-e15a-00f9-000000003bae | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-05 06:48:11.214029 | fa163e02-2909-e15a-00f9-000000003bae | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:11.990401 | 0.07s 2025-12-05 06:48:11.348909 | fa163e02-2909-e15a-00f9-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:12.125280 | 0.09s 2025-12-05 06:48:11.396780 | fa163e02-2909-e15a-00f9-000000003b2e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-05 06:48:11.457118 | fa163e02-2909-e15a-00f9-000000003b2e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:12.233485 | 0.06s 2025-12-05 06:48:11.473600 | c0a9d5a2-1ddf-4d05-b1e3-5d72c7270de5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 06:48:11.506932 | fa163e02-2909-e15a-00f9-000000003c18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-05 06:49:08.105449 | fa163e02-2909-e15a-00f9-000000003c18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-05 06:49:08.106384 | fa163e02-2909-e15a-00f9-000000003c18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:08.882766 | 56.60s 2025-12-05 06:49:08.126231 | fa163e02-2909-e15a-00f9-000000003c19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-05 06:49:40.303341 | fa163e02-2909-e15a-00f9-000000003c19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-05 06:49:40.305176 | fa163e02-2909-e15a-00f9-000000003c19 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:41.081547 | 32.18s 2025-12-05 06:49:40.383894 | fa163e02-2909-e15a-00f9-000000003a8b | TASK | Clean container_puppet_tasks for standalone step 3 2025-12-05 06:49:40.622003 | fa163e02-2909-e15a-00f9-000000003a8b | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-12-05 06:49:40.623645 | fa163e02-2909-e15a-00f9-000000003a8b | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:18:41.400018 | 0.24s 2025-12-05 06:49:40.671018 | fa163e02-2909-e15a-00f9-000000003a8c | TASK | Calculate container_puppet_tasks for standalone step 3 2025-12-05 06:49:40.722910 | fa163e02-2909-e15a-00f9-000000003a8c | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:18:41.499271 | 0.05s 2025-12-05 06:49:40.754135 | fa163e02-2909-e15a-00f9-000000003a8d | TASK | Include container-puppet tasks for step 3 2025-12-05 06:49:40.800430 | fa163e02-2909-e15a-00f9-000000003a8d | TIMING | Include container-puppet tasks for step 3 | standalone | 0:18:41.576792 | 0.04s 2025-12-05 06:49:40.838454 | f1e89e1e-90ac-45d1-80b5-b2d91275c98f | INCLUDED | /root/standalone-ansible-0zpkwi6h/host-container-puppet-tasks.yaml | standalone 2025-12-05 06:49:40.877493 | fa163e02-2909-e15a-00f9-000000003c64 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-12-05 06:49:41.410672 | fa163e02-2909-e15a-00f9-000000003c64 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-12-05 06:49:41.413003 | fa163e02-2909-e15a-00f9-000000003c64 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:18:42.189368 | 0.53s 2025-12-05 06:49:41.446045 | fa163e02-2909-e15a-00f9-000000003c66 | TASK | Generate container puppet configs for step 3 2025-12-05 06:49:41.734040 | fa163e02-2909-e15a-00f9-000000003c66 | OK | Generate container puppet configs for step 3 | standalone 2025-12-05 06:49:41.735370 | fa163e02-2909-e15a-00f9-000000003c66 | TIMING | Generate container puppet configs for step 3 | standalone | 0:18:42.511745 | 0.29s 2025-12-05 06:49:41.766238 | fa163e02-2909-e15a-00f9-000000003c67 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-12-05 06:49:41.796405 | fa163e02-2909-e15a-00f9-000000003c67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:18:42.572771 | 0.03s 2025-12-05 06:49:41.872302 | fa163e02-2909-e15a-00f9-000000003c96 | TASK | Gather variables for each operating system 2025-12-05 06:49:41.998144 | fa163e02-2909-e15a-00f9-000000003c96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:42.774504 | 0.12s 2025-12-05 06:49:42.029200 | fa163e02-2909-e15a-00f9-000000003c97 | TASK | Create container logs path 2025-12-05 06:49:42.292720 | fa163e02-2909-e15a-00f9-000000003c97 | OK | Create container logs path | standalone 2025-12-05 06:49:42.294480 | fa163e02-2909-e15a-00f9-000000003c97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:43.070842 | 0.26s 2025-12-05 06:49:42.332622 | fa163e02-2909-e15a-00f9-000000003c99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-05 06:49:42.605733 | fa163e02-2909-e15a-00f9-000000003c99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-05 06:49:42.608552 | fa163e02-2909-e15a-00f9-000000003c99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:18:43.384922 | 0.27s 2025-12-05 06:49:42.643979 | fa163e02-2909-e15a-00f9-000000003c9a | TASK | Finalise hashes for all containers 2025-12-05 06:49:42.698679 | fa163e02-2909-e15a-00f9-000000003c9a | OK | Finalise hashes for all containers | standalone 2025-12-05 06:49:42.701148 | fa163e02-2909-e15a-00f9-000000003c9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:43.477509 | 0.05s 2025-12-05 06:49:42.734175 | fa163e02-2909-e15a-00f9-000000003c9c | TASK | Manage systemd shutdown files 2025-12-05 06:49:42.766903 | fa163e02-2909-e15a-00f9-000000003c9c | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 06:49:42.768371 | fa163e02-2909-e15a-00f9-000000003c9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:43.544741 | 0.03s 2025-12-05 06:49:42.801452 | fa163e02-2909-e15a-00f9-000000003c9e | TASK | Update container configs with new config hashes 2025-12-05 06:49:42.855813 | fa163e02-2909-e15a-00f9-000000003c9e | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 06:49:42.857314 | fa163e02-2909-e15a-00f9-000000003c9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:43.633685 | 0.05s 2025-12-05 06:49:42.892045 | fa163e02-2909-e15a-00f9-000000003c9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-05 06:49:42.947458 | fa163e02-2909-e15a-00f9-000000003c9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-05 06:49:42.948743 | fa163e02-2909-e15a-00f9-000000003c9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:18:43.725115 | 0.05s 2025-12-05 06:49:42.981182 | fa163e02-2909-e15a-00f9-000000003ca0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-05 06:49:43.034242 | fa163e02-2909-e15a-00f9-000000003ca0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-05 06:49:43.036550 | fa163e02-2909-e15a-00f9-000000003ca0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:18:43.812820 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-12-05 06:49:43.236936 | fa163e02-2909-e15a-00f9-0000000000de | TASK | External deployment step 4 2025-12-05 06:49:43.268969 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000de') missing from stats 2025-12-05 06:49:43.335422 | fa163e02-2909-e15a-00f9-0000000000df | TIMING | include_tasks | undercloud | 0:18:44.111785 | 0.04s 2025-12-05 06:49:43.373904 | da58b699-6568-4f19-85c1-3563224676e6 | INCLUDED | /root/standalone-ansible-0zpkwi6h/external_deploy_steps_tasks_step4.yaml | undercloud 2025-12-05 06:49:43.393100 | fa163e02-2909-e15a-00f9-000000003cef | TASK | Clean up legacy Cinder keystone catalog entries 2025-12-05 06:49:44.943246 | fa163e02-2909-e15a-00f9-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-12-05 06:49:44.944332 | fa163e02-2909-e15a-00f9-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:18:45.720704 | 1.55s 2025-12-05 06:49:46.088999 | fa163e02-2909-e15a-00f9-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-12-05 06:49:46.090438 | fa163e02-2909-e15a-00f9-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:18:46.866813 | 2.70s 2025-12-05 06:49:46.096760 | fa163e02-2909-e15a-00f9-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:18:46.873127 | 2.70s 2025-12-05 06:49:46.116322 | fa163e02-2909-e15a-00f9-000000003cf2 | TASK | Manage Keystone resources for OpenStack services 2025-12-05 06:49:46.158768 | fa163e02-2909-e15a-00f9-000000003cf2 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:18:46.935131 | 0.04s 2025-12-05 06:49:46.228388 | fa163e02-2909-e15a-00f9-000000003d1e | TASK | Create Keystone Admin resources 2025-12-05 06:49:46.280604 | fa163e02-2909-e15a-00f9-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:18:47.056970 | 0.05s 2025-12-05 06:49:46.307844 | 96693223-f820-4a9d-b08d-223278773656 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-12-05 06:49:46.337642 | fa163e02-2909-e15a-00f9-000000003d5f | TASK | Create admin and service projects 2025-12-05 06:49:46.380078 | fa163e02-2909-e15a-00f9-000000003d5f | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:18:47.156446 | 0.04s 2025-12-05 06:49:46.390751 | 37417ab1-2382-46d7-854d-982aaf596b59 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-05 06:49:46.428001 | fa163e02-2909-e15a-00f9-000000003db0 | TASK | Async creation of Keystone project 2025-12-05 06:49:46.807450 | fa163e02-2909-e15a-00f9-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-12-05 06:49:46.808524 | fa163e02-2909-e15a-00f9-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:18:47.584898 | 0.38s 2025-12-05 06:49:47.076570 | fa163e02-2909-e15a-00f9-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-05 06:49:47.078559 | fa163e02-2909-e15a-00f9-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:18:47.854934 | 0.65s 2025-12-05 06:49:47.088956 | fa163e02-2909-e15a-00f9-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:18:47.865326 | 0.66s 2025-12-05 06:49:47.107065 | fa163e02-2909-e15a-00f9-000000003db2 | TASK | Check Keystone project status 2025-12-05 06:49:47.393031 | fa163e02-2909-e15a-00f9-000000003db2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-05 06:49:52.634054 | fa163e02-2909-e15a-00f9-000000003db2 | OK | Check Keystone project status | undercloud | item=admin 2025-12-05 06:49:52.636194 | fa163e02-2909-e15a-00f9-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:53.412562 | 5.53s 2025-12-05 06:49:52.889672 | fa163e02-2909-e15a-00f9-000000003db2 | CHANGED | Check Keystone project status | undercloud | item=service 2025-12-05 06:49:52.890844 | fa163e02-2909-e15a-00f9-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:53.667219 | 5.78s 2025-12-05 06:49:52.897915 | fa163e02-2909-e15a-00f9-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:53.674282 | 5.79s 2025-12-05 06:49:52.920152 | fa163e02-2909-e15a-00f9-000000003d60 | TASK | Create admin role 2025-12-05 06:49:54.142434 | fa163e02-2909-e15a-00f9-000000003d60 | OK | Create admin role | undercloud 2025-12-05 06:49:54.145859 | fa163e02-2909-e15a-00f9-000000003d60 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:18:54.922221 | 1.22s 2025-12-05 06:49:54.166032 | fa163e02-2909-e15a-00f9-000000003d61 | TASK | Create _member_ role 2025-12-05 06:49:54.228344 | fa163e02-2909-e15a-00f9-000000003d61 | SKIPPED | Create _member_ role | undercloud 2025-12-05 06:49:54.230865 | fa163e02-2909-e15a-00f9-000000003d61 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:18:55.007096 | 0.06s 2025-12-05 06:49:54.252613 | fa163e02-2909-e15a-00f9-000000003d62 | TASK | Check admin password 2025-12-05 06:49:55.590873 | fa163e02-2909-e15a-00f9-000000003d62 | OK | Check admin password | undercloud 2025-12-05 06:49:55.593469 | fa163e02-2909-e15a-00f9-000000003d62 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:18:56.369840 | 1.34s 2025-12-05 06:49:55.616837 | fa163e02-2909-e15a-00f9-000000003d63 | TASK | Create admin user 2025-12-05 06:49:57.462485 | fa163e02-2909-e15a-00f9-000000003d63 | CHANGED | Create admin user | undercloud 2025-12-05 06:49:57.464464 | fa163e02-2909-e15a-00f9-000000003d63 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:18:58.240836 | 1.84s 2025-12-05 06:49:57.483752 | fa163e02-2909-e15a-00f9-000000003d64 | TASK | Assign admin role to admin project for admin user 2025-12-05 06:49:59.306389 | fa163e02-2909-e15a-00f9-000000003d64 | OK | Assign admin role to admin project for admin user | undercloud 2025-12-05 06:49:59.307728 | fa163e02-2909-e15a-00f9-000000003d64 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:19:00.084098 | 1.82s 2025-12-05 06:49:59.328147 | fa163e02-2909-e15a-00f9-000000003d65 | TASK | Assign _member_ role to admin project for admin user 2025-12-05 06:49:59.398551 | fa163e02-2909-e15a-00f9-000000003d65 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-12-05 06:49:59.399432 | fa163e02-2909-e15a-00f9-000000003d65 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:19:00.175812 | 0.07s 2025-12-05 06:49:59.414074 | fa163e02-2909-e15a-00f9-000000003d66 | TASK | Create identity service 2025-12-05 06:50:00.610584 | fa163e02-2909-e15a-00f9-000000003d66 | OK | Create identity service | undercloud 2025-12-05 06:50:00.612155 | fa163e02-2909-e15a-00f9-000000003d66 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:19:01.388527 | 1.20s 2025-12-05 06:50:00.666593 | fa163e02-2909-e15a-00f9-000000003d67 | TASK | Create identity public endpoint 2025-12-05 06:50:02.015533 | fa163e02-2909-e15a-00f9-000000003d67 | OK | Create identity public endpoint | undercloud 2025-12-05 06:50:02.016978 | fa163e02-2909-e15a-00f9-000000003d67 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:19:02.793351 | 1.35s 2025-12-05 06:50:02.038297 | fa163e02-2909-e15a-00f9-000000003d68 | TASK | Create identity internal endpoint 2025-12-05 06:50:03.316142 | fa163e02-2909-e15a-00f9-000000003d68 | OK | Create identity internal endpoint | undercloud 2025-12-05 06:50:03.317550 | fa163e02-2909-e15a-00f9-000000003d68 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:19:04.093923 | 1.28s 2025-12-05 06:50:03.338751 | fa163e02-2909-e15a-00f9-000000003d69 | TASK | Create identity admin endpoint 2025-12-05 06:50:04.507314 | fa163e02-2909-e15a-00f9-000000003d69 | OK | Create identity admin endpoint | undercloud 2025-12-05 06:50:04.508677 | fa163e02-2909-e15a-00f9-000000003d69 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:19:05.285051 | 1.17s 2025-12-05 06:50:04.526983 | fa163e02-2909-e15a-00f9-000000003d1f | TASK | Create Keystone Projects 2025-12-05 06:50:04.619497 | fa163e02-2909-e15a-00f9-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:05.395863 | 0.09s 2025-12-05 06:50:04.631263 | fa163e02-2909-e15a-00f9-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:05.407640 | 0.10s 2025-12-05 06:50:04.644567 | fa4d70bb-1dbe-487c-93e3-af65e697aacc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-05 06:50:04.695317 | fa163e02-2909-e15a-00f9-000000003e3c | TASK | Async creation of Keystone project 2025-12-05 06:50:05.045528 | fa163e02-2909-e15a-00f9-000000003e3c | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-05 06:50:05.047262 | fa163e02-2909-e15a-00f9-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:05.823629 | 0.35s 2025-12-05 06:50:05.056611 | fa163e02-2909-e15a-00f9-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:05.832997 | 0.36s 2025-12-05 06:50:05.070470 | fa163e02-2909-e15a-00f9-000000003e3e | TASK | Check Keystone project status 2025-12-05 06:50:05.352530 | fa163e02-2909-e15a-00f9-000000003e3e | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-05 06:50:10.539733 | fa163e02-2909-e15a-00f9-000000003e3e | OK | Check Keystone project status | undercloud | item=service 2025-12-05 06:50:10.541877 | fa163e02-2909-e15a-00f9-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:11.318241 | 5.47s 2025-12-05 06:50:10.551362 | fa163e02-2909-e15a-00f9-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:11.327737 | 5.48s 2025-12-05 06:50:10.566112 | fa163e02-2909-e15a-00f9-000000003d21 | TASK | Create Keystone Domains 2025-12-05 06:50:10.628339 | fa163e02-2909-e15a-00f9-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:11.404703 | 0.06s 2025-12-05 06:50:10.634488 | fa163e02-2909-e15a-00f9-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:11.410861 | 0.07s 2025-12-05 06:50:10.643171 | 0c6c3088-2d1f-47c5-ba59-b97321291519 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-12-05 06:50:10.673981 | fa163e02-2909-e15a-00f9-000000003ef1 | TASK | Async creation of Keystone domains 2025-12-05 06:50:11.084068 | fa163e02-2909-e15a-00f9-000000003ef1 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-12-05 06:50:11.086991 | fa163e02-2909-e15a-00f9-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:11.863358 | 0.41s 2025-12-05 06:50:11.097150 | fa163e02-2909-e15a-00f9-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:11.873514 | 0.42s 2025-12-05 06:50:11.116565 | fa163e02-2909-e15a-00f9-000000003ef3 | TASK | Check Keystone domain status 2025-12-05 06:50:11.412591 | fa163e02-2909-e15a-00f9-000000003ef3 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-12-05 06:50:16.623607 | fa163e02-2909-e15a-00f9-000000003ef3 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-12-05 06:50:16.625273 | fa163e02-2909-e15a-00f9-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:19:17.401645 | 5.51s 2025-12-05 06:50:16.635084 | fa163e02-2909-e15a-00f9-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:19:17.411467 | 5.52s 2025-12-05 06:50:16.649852 | fa163e02-2909-e15a-00f9-000000003d23 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-12-05 06:50:16.699089 | fa163e02-2909-e15a-00f9-000000003d23 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:19:17.475466 | 0.05s 2025-12-05 06:50:16.705740 | d2da60aa-9970-426f-a487-de2f056d5187 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-12-05 06:50:16.737090 | fa163e02-2909-e15a-00f9-000000003fbb | TASK | Collect OpenStack Keystone domains infos 2025-12-05 06:50:18.180287 | fa163e02-2909-e15a-00f9-000000003fbb | OK | Collect OpenStack Keystone domains infos | undercloud 2025-12-05 06:50:18.182074 | fa163e02-2909-e15a-00f9-000000003fbb | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:19:18.958440 | 1.44s 2025-12-05 06:50:18.201373 | fa163e02-2909-e15a-00f9-000000003fbc | TASK | Set openstack_domains fact 2025-12-05 06:50:18.242534 | fa163e02-2909-e15a-00f9-000000003fbc | OK | Set openstack_domains fact | undercloud 2025-12-05 06:50:18.243995 | fa163e02-2909-e15a-00f9-000000003fbc | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:19:19.020368 | 0.04s 2025-12-05 06:50:18.263071 | fa163e02-2909-e15a-00f9-000000003d24 | TASK | Create Keystone Services 2025-12-05 06:50:18.359295 | fa163e02-2909-e15a-00f9-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:19.135651 | 0.09s 2025-12-05 06:50:18.378081 | fa163e02-2909-e15a-00f9-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:19.154453 | 0.11s 2025-12-05 06:50:18.390494 | fa163e02-2909-e15a-00f9-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:19.166856 | 0.13s 2025-12-05 06:50:18.402052 | 3e93e5d0-6a9b-43fb-9abe-fb35e78c43ee | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-05 06:50:18.406979 | 561b3346-1f54-4c55-bb71-95fee116ab67 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-05 06:50:18.442705 | fa163e02-2909-e15a-00f9-000000004098 | TASK | Async creation of Keystone service 2025-12-05 06:50:18.752562 | fa163e02-2909-e15a-00f9-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-12-05 06:50:18.754119 | fa163e02-2909-e15a-00f9-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:19.530488 | 0.31s 2025-12-05 06:50:19.071238 | fa163e02-2909-e15a-00f9-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-12-05 06:50:19.072532 | fa163e02-2909-e15a-00f9-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:19.848907 | 0.63s 2025-12-05 06:50:19.368081 | fa163e02-2909-e15a-00f9-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-12-05 06:50:19.368982 | fa163e02-2909-e15a-00f9-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:20.145366 | 0.93s 2025-12-05 06:50:19.635631 | fa163e02-2909-e15a-00f9-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-12-05 06:50:19.636246 | fa163e02-2909-e15a-00f9-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:20.412630 | 1.19s 2025-12-05 06:50:19.937682 | fa163e02-2909-e15a-00f9-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-12-05 06:50:19.938261 | fa163e02-2909-e15a-00f9-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:20.714646 | 1.49s 2025-12-05 06:50:20.167986 | fa163e02-2909-e15a-00f9-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-12-05 06:50:20.168562 | fa163e02-2909-e15a-00f9-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:20.944947 | 1.72s 2025-12-05 06:50:20.417701 | fa163e02-2909-e15a-00f9-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-12-05 06:50:20.419056 | fa163e02-2909-e15a-00f9-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:21.195427 | 1.98s 2025-12-05 06:50:20.708476 | fa163e02-2909-e15a-00f9-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-12-05 06:50:20.710171 | fa163e02-2909-e15a-00f9-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:21.486547 | 2.27s 2025-12-05 06:50:20.990334 | fa163e02-2909-e15a-00f9-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-12-05 06:50:20.991510 | fa163e02-2909-e15a-00f9-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:21.767884 | 2.55s 2025-12-05 06:50:21.330198 | fa163e02-2909-e15a-00f9-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-12-05 06:50:21.333663 | fa163e02-2909-e15a-00f9-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:22.110040 | 2.89s 2025-12-05 06:50:21.344688 | fa163e02-2909-e15a-00f9-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:22.121064 | 2.90s 2025-12-05 06:50:21.362539 | fa163e02-2909-e15a-00f9-00000000409a | TASK | Check Keystone service status 2025-12-05 06:50:21.591018 | fa163e02-2909-e15a-00f9-00000000409a | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-12-05 06:50:21.593242 | fa163e02-2909-e15a-00f9-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:22.369620 | 0.23s 2025-12-05 06:50:21.861493 | fa163e02-2909-e15a-00f9-00000000409a | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-12-05 06:50:21.862315 | fa163e02-2909-e15a-00f9-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:22.638697 | 0.50s 2025-12-05 06:50:22.085240 | fa163e02-2909-e15a-00f9-00000000409a | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-12-05 06:50:22.085927 | fa163e02-2909-e15a-00f9-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:22.862308 | 0.72s 2025-12-05 06:50:22.330266 | fa163e02-2909-e15a-00f9-00000000409a | CHANGED | Check Keystone service status | undercloud | item=glance 2025-12-05 06:50:22.332558 | fa163e02-2909-e15a-00f9-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:23.108933 | 0.97s 2025-12-05 06:50:22.571896 | fa163e02-2909-e15a-00f9-00000000409a | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-12-05 06:50:22.573156 | fa163e02-2909-e15a-00f9-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:23.349530 | 1.21s 2025-12-05 06:50:22.849304 | fa163e02-2909-e15a-00f9-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat 2025-12-05 06:50:22.850899 | fa163e02-2909-e15a-00f9-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:23.627275 | 1.49s 2025-12-05 06:50:23.083108 | fa163e02-2909-e15a-00f9-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-12-05 06:50:23.085146 | fa163e02-2909-e15a-00f9-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:23.861521 | 1.72s 2025-12-05 06:50:23.308425 | fa163e02-2909-e15a-00f9-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manila 2025-12-05 06:50:23.310829 | fa163e02-2909-e15a-00f9-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:24.087174 | 1.95s 2025-12-05 06:50:23.566052 | fa163e02-2909-e15a-00f9-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-12-05 06:50:23.567156 | fa163e02-2909-e15a-00f9-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:24.343532 | 2.20s 2025-12-05 06:50:23.790904 | fa163e02-2909-e15a-00f9-00000000409a | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-12-05 06:50:23.793417 | fa163e02-2909-e15a-00f9-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:24.569797 | 2.43s 2025-12-05 06:50:23.807850 | fa163e02-2909-e15a-00f9-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:24.584216 | 2.44s 2025-12-05 06:50:23.835825 | fa163e02-2909-e15a-00f9-00000000409f | TASK | Async creation of Keystone service 2025-12-05 06:50:24.192162 | fa163e02-2909-e15a-00f9-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-12-05 06:50:24.194519 | fa163e02-2909-e15a-00f9-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:24.970887 | 0.36s 2025-12-05 06:50:24.522177 | fa163e02-2909-e15a-00f9-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-12-05 06:50:24.524150 | fa163e02-2909-e15a-00f9-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:25.300524 | 0.69s 2025-12-05 06:50:24.852640 | fa163e02-2909-e15a-00f9-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-12-05 06:50:24.853895 | fa163e02-2909-e15a-00f9-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:25.630270 | 1.02s 2025-12-05 06:50:25.083396 | fa163e02-2909-e15a-00f9-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-12-05 06:50:25.090080 | fa163e02-2909-e15a-00f9-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:25.866450 | 1.25s 2025-12-05 06:50:25.098642 | fa163e02-2909-e15a-00f9-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:25.875008 | 1.26s 2025-12-05 06:50:25.116596 | fa163e02-2909-e15a-00f9-0000000040a1 | TASK | Check Keystone service status 2025-12-05 06:50:25.376865 | fa163e02-2909-e15a-00f9-0000000040a1 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-12-05 06:50:30.608826 | fa163e02-2909-e15a-00f9-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-12-05 06:50:30.612461 | fa163e02-2909-e15a-00f9-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:31.388831 | 5.49s 2025-12-05 06:50:30.876756 | fa163e02-2909-e15a-00f9-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-12-05 06:50:30.877464 | fa163e02-2909-e15a-00f9-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:31.653847 | 5.76s 2025-12-05 06:50:31.115271 | fa163e02-2909-e15a-00f9-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-12-05 06:50:31.115962 | fa163e02-2909-e15a-00f9-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:31.892346 | 6.00s 2025-12-05 06:50:31.372942 | fa163e02-2909-e15a-00f9-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-12-05 06:50:31.374237 | fa163e02-2909-e15a-00f9-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:32.150612 | 6.26s 2025-12-05 06:50:31.383614 | fa163e02-2909-e15a-00f9-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:32.159987 | 6.27s 2025-12-05 06:50:31.404855 | fa163e02-2909-e15a-00f9-000000003d26 | TASK | Create Keystone Endpoints 2025-12-05 06:50:31.464071 | fa163e02-2909-e15a-00f9-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:19:32.240442 | 0.06s 2025-12-05 06:50:31.497056 | fa163e02-2909-e15a-00f9-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:19:32.273433 | 0.09s 2025-12-05 06:50:31.517487 | fa163e02-2909-e15a-00f9-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:19:32.293869 | 0.11s 2025-12-05 06:50:31.521858 | fa163e02-2909-e15a-00f9-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:19:32.298232 | 0.12s 2025-12-05 06:50:31.535419 | a49e95bf-6bc2-4a3e-9712-7ef6a3020104 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-05 06:50:31.541842 | a9350953-34c5-4ff2-9e55-a5c2dfb06710 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-05 06:50:31.547709 | 037e4086-858d-4767-947c-52e009451060 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-05 06:50:31.604367 | fa163e02-2909-e15a-00f9-0000000041d5 | TASK | Create Keystone public endpoints 2025-12-05 06:50:31.719298 | fa163e02-2909-e15a-00f9-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:19:32.495655 | 0.11s 2025-12-05 06:50:31.737807 | fa163e02-2909-e15a-00f9-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:19:32.514164 | 0.13s 2025-12-05 06:50:31.749241 | fa163e02-2909-e15a-00f9-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:19:32.525616 | 0.14s 2025-12-05 06:50:31.770272 | 566ea255-cb63-43e2-ae1e-c8e8288dea7f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-05 06:50:31.781579 | a8f28502-ae58-4a6e-b7a3-62e76c416e7a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-05 06:50:31.807456 | fa163e02-2909-e15a-00f9-0000000042fd | TASK | Async creation of Keystone public endpoint 2025-12-05 06:50:32.140076 | fa163e02-2909-e15a-00f9-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-12-05 06:50:32.140978 | fa163e02-2909-e15a-00f9-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:32.917358 | 0.33s 2025-12-05 06:50:32.423416 | fa163e02-2909-e15a-00f9-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-12-05 06:50:32.425090 | fa163e02-2909-e15a-00f9-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:33.201465 | 0.62s 2025-12-05 06:50:32.712991 | fa163e02-2909-e15a-00f9-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-12-05 06:50:32.714544 | fa163e02-2909-e15a-00f9-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:33.490919 | 0.91s 2025-12-05 06:50:32.996143 | fa163e02-2909-e15a-00f9-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-12-05 06:50:32.996798 | fa163e02-2909-e15a-00f9-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:33.773168 | 1.19s 2025-12-05 06:50:33.240951 | fa163e02-2909-e15a-00f9-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-12-05 06:50:33.241850 | fa163e02-2909-e15a-00f9-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:34.018229 | 1.43s 2025-12-05 06:50:33.479318 | fa163e02-2909-e15a-00f9-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-12-05 06:50:33.480001 | fa163e02-2909-e15a-00f9-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:34.256384 | 1.67s 2025-12-05 06:50:33.797529 | fa163e02-2909-e15a-00f9-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-12-05 06:50:33.798152 | fa163e02-2909-e15a-00f9-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:34.574535 | 1.99s 2025-12-05 06:50:34.042288 | fa163e02-2909-e15a-00f9-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-12-05 06:50:34.043485 | fa163e02-2909-e15a-00f9-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:34.819867 | 2.23s 2025-12-05 06:50:34.343071 | fa163e02-2909-e15a-00f9-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-12-05 06:50:34.344438 | fa163e02-2909-e15a-00f9-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:35.120821 | 2.54s 2025-12-05 06:50:34.622477 | fa163e02-2909-e15a-00f9-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-12-05 06:50:34.623287 | fa163e02-2909-e15a-00f9-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:35.399667 | 2.81s 2025-12-05 06:50:34.628838 | fa163e02-2909-e15a-00f9-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:35.405172 | 2.82s 2025-12-05 06:50:34.645158 | fa163e02-2909-e15a-00f9-0000000042ff | TASK | Check Keystone public endpoint status 2025-12-05 06:50:34.940956 | fa163e02-2909-e15a-00f9-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-12-05 06:50:34.943055 | fa163e02-2909-e15a-00f9-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:35.719425 | 0.30s 2025-12-05 06:50:35.216995 | fa163e02-2909-e15a-00f9-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-12-05 06:50:35.217863 | fa163e02-2909-e15a-00f9-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:35.994241 | 0.57s 2025-12-05 06:50:35.488051 | fa163e02-2909-e15a-00f9-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-12-05 06:50:35.488860 | fa163e02-2909-e15a-00f9-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:36.265243 | 0.84s 2025-12-05 06:50:35.692046 | fa163e02-2909-e15a-00f9-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-12-05 06:50:35.693511 | fa163e02-2909-e15a-00f9-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:36.469890 | 1.05s 2025-12-05 06:50:35.916851 | fa163e02-2909-e15a-00f9-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-12-05 06:50:35.918250 | fa163e02-2909-e15a-00f9-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:36.694630 | 1.27s 2025-12-05 06:50:36.168611 | fa163e02-2909-e15a-00f9-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-12-05 06:50:36.170086 | fa163e02-2909-e15a-00f9-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:36.946469 | 1.52s 2025-12-05 06:50:36.354866 | fa163e02-2909-e15a-00f9-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-12-05 06:50:36.355712 | fa163e02-2909-e15a-00f9-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:37.132092 | 1.71s 2025-12-05 06:50:36.552520 | fa163e02-2909-e15a-00f9-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-12-05 06:50:36.553762 | fa163e02-2909-e15a-00f9-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:37.330136 | 1.91s 2025-12-05 06:50:36.748347 | fa163e02-2909-e15a-00f9-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-12-05 06:50:36.749460 | fa163e02-2909-e15a-00f9-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:37.525836 | 2.10s 2025-12-05 06:50:36.995644 | fa163e02-2909-e15a-00f9-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-12-05 06:50:36.998534 | fa163e02-2909-e15a-00f9-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:37.774903 | 2.35s 2025-12-05 06:50:37.014223 | fa163e02-2909-e15a-00f9-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:37.790591 | 2.37s 2025-12-05 06:50:37.037860 | fa163e02-2909-e15a-00f9-000000004304 | TASK | Async creation of Keystone public endpoint 2025-12-05 06:50:37.322068 | fa163e02-2909-e15a-00f9-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-12-05 06:50:37.323749 | fa163e02-2909-e15a-00f9-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:38.100130 | 0.28s 2025-12-05 06:50:37.565195 | fa163e02-2909-e15a-00f9-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-12-05 06:50:37.566006 | fa163e02-2909-e15a-00f9-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:38.342390 | 0.53s 2025-12-05 06:50:37.851147 | fa163e02-2909-e15a-00f9-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-12-05 06:50:37.851768 | fa163e02-2909-e15a-00f9-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:38.628152 | 0.81s 2025-12-05 06:50:38.150619 | fa163e02-2909-e15a-00f9-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-12-05 06:50:38.151391 | fa163e02-2909-e15a-00f9-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:38.927771 | 1.11s 2025-12-05 06:50:38.156946 | fa163e02-2909-e15a-00f9-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:19:38.933313 | 1.12s 2025-12-05 06:50:38.175892 | fa163e02-2909-e15a-00f9-000000004306 | TASK | Check Keystone public endpoint status 2025-12-05 06:50:38.454555 | fa163e02-2909-e15a-00f9-000000004306 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-12-05 06:50:43.646163 | fa163e02-2909-e15a-00f9-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-12-05 06:50:43.647171 | fa163e02-2909-e15a-00f9-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:44.423549 | 5.47s 2025-12-05 06:50:43.959355 | fa163e02-2909-e15a-00f9-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-12-05 06:50:43.960507 | fa163e02-2909-e15a-00f9-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:44.736883 | 5.78s 2025-12-05 06:50:44.201635 | fa163e02-2909-e15a-00f9-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-12-05 06:50:44.202559 | fa163e02-2909-e15a-00f9-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:44.978941 | 6.03s 2025-12-05 06:50:44.454623 | fa163e02-2909-e15a-00f9-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-12-05 06:50:44.455546 | fa163e02-2909-e15a-00f9-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:45.231925 | 6.28s 2025-12-05 06:50:44.461875 | fa163e02-2909-e15a-00f9-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:19:45.238246 | 6.28s 2025-12-05 06:50:44.481050 | fa163e02-2909-e15a-00f9-0000000041da | TASK | Create Keystone admin endpoints 2025-12-05 06:50:44.551348 | fa163e02-2909-e15a-00f9-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:19:45.327703 | 0.07s 2025-12-05 06:50:44.568845 | fa163e02-2909-e15a-00f9-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:19:45.345220 | 0.09s 2025-12-05 06:50:44.575980 | fa163e02-2909-e15a-00f9-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:19:45.352356 | 0.09s 2025-12-05 06:50:44.587935 | 174be449-cfc9-4dec-abe8-d802e94720c6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-05 06:50:44.597298 | 52e2499f-7c75-4a25-8621-1c76b57a0be7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-05 06:50:44.618037 | fa163e02-2909-e15a-00f9-000000004362 | TASK | Async creation of Keystone admin endpoint 2025-12-05 06:50:44.923699 | fa163e02-2909-e15a-00f9-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-12-05 06:50:44.925051 | fa163e02-2909-e15a-00f9-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:45.701422 | 0.31s 2025-12-05 06:50:45.168772 | fa163e02-2909-e15a-00f9-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-12-05 06:50:45.169715 | fa163e02-2909-e15a-00f9-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:45.946095 | 0.55s 2025-12-05 06:50:45.457701 | fa163e02-2909-e15a-00f9-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-12-05 06:50:45.458454 | fa163e02-2909-e15a-00f9-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:46.234836 | 0.84s 2025-12-05 06:50:45.762696 | fa163e02-2909-e15a-00f9-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-12-05 06:50:45.764378 | fa163e02-2909-e15a-00f9-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:46.540752 | 1.15s 2025-12-05 06:50:46.066522 | fa163e02-2909-e15a-00f9-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-12-05 06:50:46.068115 | fa163e02-2909-e15a-00f9-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:46.844493 | 1.45s 2025-12-05 06:50:46.384272 | fa163e02-2909-e15a-00f9-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-12-05 06:50:46.385305 | fa163e02-2909-e15a-00f9-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:47.161682 | 1.77s 2025-12-05 06:50:46.672731 | fa163e02-2909-e15a-00f9-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-12-05 06:50:46.673339 | fa163e02-2909-e15a-00f9-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:47.449723 | 2.05s 2025-12-05 06:50:46.959719 | fa163e02-2909-e15a-00f9-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-12-05 06:50:46.960365 | fa163e02-2909-e15a-00f9-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:47.736748 | 2.34s 2025-12-05 06:50:47.200734 | fa163e02-2909-e15a-00f9-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-12-05 06:50:47.201914 | fa163e02-2909-e15a-00f9-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:47.978297 | 2.58s 2025-12-05 06:50:47.457405 | fa163e02-2909-e15a-00f9-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-12-05 06:50:47.458038 | fa163e02-2909-e15a-00f9-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:48.234418 | 2.84s 2025-12-05 06:50:47.463047 | fa163e02-2909-e15a-00f9-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:48.239414 | 2.84s 2025-12-05 06:50:47.486479 | fa163e02-2909-e15a-00f9-000000004364 | TASK | Check Keystone admin endpoint status 2025-12-05 06:50:47.732728 | fa163e02-2909-e15a-00f9-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-12-05 06:50:47.734459 | fa163e02-2909-e15a-00f9-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:48.510840 | 0.25s 2025-12-05 06:50:48.029900 | fa163e02-2909-e15a-00f9-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-12-05 06:50:48.030596 | fa163e02-2909-e15a-00f9-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:48.806979 | 0.54s 2025-12-05 06:50:48.291916 | fa163e02-2909-e15a-00f9-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-12-05 06:50:48.294087 | fa163e02-2909-e15a-00f9-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:49.070462 | 0.81s 2025-12-05 06:50:48.549905 | fa163e02-2909-e15a-00f9-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-12-05 06:50:48.550573 | fa163e02-2909-e15a-00f9-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:49.326955 | 1.06s 2025-12-05 06:50:48.805001 | fa163e02-2909-e15a-00f9-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-12-05 06:50:48.805656 | fa163e02-2909-e15a-00f9-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:49.582041 | 1.32s 2025-12-05 06:50:49.007294 | fa163e02-2909-e15a-00f9-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-12-05 06:50:49.007969 | fa163e02-2909-e15a-00f9-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:49.784353 | 1.52s 2025-12-05 06:50:49.256981 | fa163e02-2909-e15a-00f9-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-12-05 06:50:49.258391 | fa163e02-2909-e15a-00f9-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:50.034765 | 1.77s 2025-12-05 06:50:49.466675 | fa163e02-2909-e15a-00f9-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-12-05 06:50:49.467837 | fa163e02-2909-e15a-00f9-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:50.244212 | 1.98s 2025-12-05 06:50:49.747270 | fa163e02-2909-e15a-00f9-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-12-05 06:50:49.748494 | fa163e02-2909-e15a-00f9-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:50.524870 | 2.26s 2025-12-05 06:50:50.003983 | fa163e02-2909-e15a-00f9-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-12-05 06:50:50.006122 | fa163e02-2909-e15a-00f9-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:50.782471 | 2.52s 2025-12-05 06:50:50.020698 | fa163e02-2909-e15a-00f9-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:50.797064 | 2.53s 2025-12-05 06:50:50.049743 | fa163e02-2909-e15a-00f9-000000004369 | TASK | Async creation of Keystone admin endpoint 2025-12-05 06:50:50.381874 | fa163e02-2909-e15a-00f9-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-12-05 06:50:50.383202 | fa163e02-2909-e15a-00f9-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:51.159581 | 0.33s 2025-12-05 06:50:50.679837 | fa163e02-2909-e15a-00f9-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-12-05 06:50:50.681347 | fa163e02-2909-e15a-00f9-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:51.457730 | 0.63s 2025-12-05 06:50:50.955647 | fa163e02-2909-e15a-00f9-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-12-05 06:50:50.956309 | fa163e02-2909-e15a-00f9-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:51.732690 | 0.90s 2025-12-05 06:50:51.214454 | fa163e02-2909-e15a-00f9-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-12-05 06:50:51.215424 | fa163e02-2909-e15a-00f9-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:51.991807 | 1.16s 2025-12-05 06:50:51.227633 | fa163e02-2909-e15a-00f9-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:19:52.004008 | 1.17s 2025-12-05 06:50:51.244713 | fa163e02-2909-e15a-00f9-00000000436b | TASK | Check Keystone admin endpoint status 2025-12-05 06:50:51.552490 | fa163e02-2909-e15a-00f9-00000000436b | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-12-05 06:50:56.740349 | fa163e02-2909-e15a-00f9-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-12-05 06:50:56.741217 | fa163e02-2909-e15a-00f9-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:57.517598 | 5.49s 2025-12-05 06:50:57.004680 | fa163e02-2909-e15a-00f9-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-12-05 06:50:57.005900 | fa163e02-2909-e15a-00f9-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:57.782274 | 5.76s 2025-12-05 06:50:57.262193 | fa163e02-2909-e15a-00f9-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-12-05 06:50:57.263538 | fa163e02-2909-e15a-00f9-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:58.039912 | 6.02s 2025-12-05 06:50:57.469755 | fa163e02-2909-e15a-00f9-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-12-05 06:50:57.471664 | fa163e02-2909-e15a-00f9-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:58.248038 | 6.23s 2025-12-05 06:50:57.483625 | fa163e02-2909-e15a-00f9-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:58.259995 | 6.24s 2025-12-05 06:50:57.506866 | fa163e02-2909-e15a-00f9-0000000041df | TASK | Create Keystone internal endpoints 2025-12-05 06:50:57.620895 | fa163e02-2909-e15a-00f9-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:19:58.397247 | 0.11s 2025-12-05 06:50:57.639096 | fa163e02-2909-e15a-00f9-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:19:58.415466 | 0.13s 2025-12-05 06:50:57.649914 | fa163e02-2909-e15a-00f9-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:19:58.426285 | 0.14s 2025-12-05 06:50:57.668191 | 8a487b70-e310-48d5-90e7-66986a36f439 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-05 06:50:57.677462 | 7e2181d4-ba6e-418e-91f6-89c43b8ab7c0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-05 06:50:57.703072 | fa163e02-2909-e15a-00f9-0000000043c7 | TASK | Async creation of Keystone internal endpoint 2025-12-05 06:50:58.028685 | fa163e02-2909-e15a-00f9-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-12-05 06:50:58.030926 | fa163e02-2909-e15a-00f9-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:58.807294 | 0.33s 2025-12-05 06:50:58.329050 | fa163e02-2909-e15a-00f9-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-12-05 06:50:58.331013 | fa163e02-2909-e15a-00f9-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:59.107389 | 0.63s 2025-12-05 06:50:58.621883 | fa163e02-2909-e15a-00f9-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-12-05 06:50:58.622552 | fa163e02-2909-e15a-00f9-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:59.398935 | 0.92s 2025-12-05 06:50:58.955247 | fa163e02-2909-e15a-00f9-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-12-05 06:50:58.955912 | fa163e02-2909-e15a-00f9-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:59.732295 | 1.25s 2025-12-05 06:50:59.236630 | fa163e02-2909-e15a-00f9-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-12-05 06:50:59.237698 | fa163e02-2909-e15a-00f9-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:00.014073 | 1.53s 2025-12-05 06:50:59.520155 | fa163e02-2909-e15a-00f9-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-12-05 06:50:59.521536 | fa163e02-2909-e15a-00f9-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:00.297911 | 1.82s 2025-12-05 06:50:59.783070 | fa163e02-2909-e15a-00f9-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-12-05 06:50:59.783652 | fa163e02-2909-e15a-00f9-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:00.560035 | 2.08s 2025-12-05 06:51:00.123757 | fa163e02-2909-e15a-00f9-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-12-05 06:51:00.124398 | fa163e02-2909-e15a-00f9-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:00.900781 | 2.42s 2025-12-05 06:51:00.376984 | fa163e02-2909-e15a-00f9-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-12-05 06:51:00.390321 | fa163e02-2909-e15a-00f9-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:01.166694 | 2.69s 2025-12-05 06:51:00.641579 | fa163e02-2909-e15a-00f9-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-12-05 06:51:00.642858 | fa163e02-2909-e15a-00f9-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:01.419240 | 2.94s 2025-12-05 06:51:00.655055 | fa163e02-2909-e15a-00f9-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:01.431431 | 2.95s 2025-12-05 06:51:00.674120 | fa163e02-2909-e15a-00f9-0000000043c9 | TASK | Check Keystone internal endpoint status 2025-12-05 06:51:00.936070 | fa163e02-2909-e15a-00f9-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-12-05 06:51:00.937581 | fa163e02-2909-e15a-00f9-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:01.713962 | 0.26s 2025-12-05 06:51:01.146994 | fa163e02-2909-e15a-00f9-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-12-05 06:51:01.149725 | fa163e02-2909-e15a-00f9-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:01.926099 | 0.47s 2025-12-05 06:51:01.381055 | fa163e02-2909-e15a-00f9-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-12-05 06:51:01.384449 | fa163e02-2909-e15a-00f9-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:02.160827 | 0.71s 2025-12-05 06:51:01.590282 | fa163e02-2909-e15a-00f9-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-12-05 06:51:01.593436 | fa163e02-2909-e15a-00f9-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:02.369759 | 0.92s 2025-12-05 06:51:01.787184 | fa163e02-2909-e15a-00f9-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-12-05 06:51:01.790636 | fa163e02-2909-e15a-00f9-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:02.567011 | 1.11s 2025-12-05 06:51:01.992838 | fa163e02-2909-e15a-00f9-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-12-05 06:51:01.996111 | fa163e02-2909-e15a-00f9-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:02.772483 | 1.32s 2025-12-05 06:51:02.170527 | fa163e02-2909-e15a-00f9-0000000043c9 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-12-05 06:51:07.395288 | fa163e02-2909-e15a-00f9-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-12-05 06:51:07.396862 | fa163e02-2909-e15a-00f9-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:08.173245 | 6.72s 2025-12-05 06:51:07.639464 | fa163e02-2909-e15a-00f9-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-12-05 06:51:07.642535 | fa163e02-2909-e15a-00f9-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:08.418909 | 6.97s 2025-12-05 06:51:07.841142 | fa163e02-2909-e15a-00f9-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-12-05 06:51:07.844205 | fa163e02-2909-e15a-00f9-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:08.620577 | 7.17s 2025-12-05 06:51:08.093596 | fa163e02-2909-e15a-00f9-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-12-05 06:51:08.095847 | fa163e02-2909-e15a-00f9-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:08.872221 | 7.42s 2025-12-05 06:51:08.111762 | fa163e02-2909-e15a-00f9-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:08.888139 | 7.44s 2025-12-05 06:51:08.136686 | fa163e02-2909-e15a-00f9-0000000043ce | TASK | Async creation of Keystone internal endpoint 2025-12-05 06:51:08.484749 | fa163e02-2909-e15a-00f9-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-12-05 06:51:08.488234 | fa163e02-2909-e15a-00f9-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:09.264601 | 0.35s 2025-12-05 06:51:08.776804 | fa163e02-2909-e15a-00f9-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-12-05 06:51:08.778172 | fa163e02-2909-e15a-00f9-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:09.554548 | 0.64s 2025-12-05 06:51:09.047919 | fa163e02-2909-e15a-00f9-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-12-05 06:51:09.048648 | fa163e02-2909-e15a-00f9-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:09.825029 | 0.91s 2025-12-05 06:51:09.291235 | fa163e02-2909-e15a-00f9-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-12-05 06:51:09.291964 | fa163e02-2909-e15a-00f9-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:10.068346 | 1.15s 2025-12-05 06:51:09.296745 | fa163e02-2909-e15a-00f9-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:10.073123 | 1.16s 2025-12-05 06:51:09.314102 | fa163e02-2909-e15a-00f9-0000000043d0 | TASK | Check Keystone internal endpoint status 2025-12-05 06:51:09.560529 | fa163e02-2909-e15a-00f9-0000000043d0 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-12-05 06:51:14.744275 | fa163e02-2909-e15a-00f9-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-12-05 06:51:14.746879 | fa163e02-2909-e15a-00f9-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:15.523242 | 5.43s 2025-12-05 06:51:14.998967 | fa163e02-2909-e15a-00f9-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-12-05 06:51:15.000945 | fa163e02-2909-e15a-00f9-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:15.777319 | 5.69s 2025-12-05 06:51:15.246625 | fa163e02-2909-e15a-00f9-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-12-05 06:51:15.247883 | fa163e02-2909-e15a-00f9-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:16.024256 | 5.93s 2025-12-05 06:51:15.415986 | fa163e02-2909-e15a-00f9-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-12-05 06:51:15.416649 | fa163e02-2909-e15a-00f9-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:16.193033 | 6.10s 2025-12-05 06:51:15.423478 | fa163e02-2909-e15a-00f9-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:16.199846 | 6.11s 2025-12-05 06:51:15.444744 | fa163e02-2909-e15a-00f9-000000003d28 | TASK | Run cleanup tasks 2025-12-05 06:51:15.485493 | fa163e02-2909-e15a-00f9-000000003d28 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:20:16.261849 | 0.04s 2025-12-05 06:51:15.501707 | 37f2018d-bd2c-4fa4-a471-2b8c7a0abc6d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-12-05 06:51:15.566378 | fa163e02-2909-e15a-00f9-00000000442a | TASK | Get list of enabled services 2025-12-05 06:51:18.036546 | fa163e02-2909-e15a-00f9-00000000442a | CHANGED | Get list of enabled services | undercloud 2025-12-05 06:51:18.038220 | fa163e02-2909-e15a-00f9-00000000442a | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:20:18.814590 | 2.47s 2025-12-05 06:51:18.057201 | fa163e02-2909-e15a-00f9-00000000442b | TASK | List services to be disabled 2025-12-05 06:51:18.145965 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-12-05 06:51:18.184532 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-12-05 06:51:18.219767 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-12-05 06:51:18.246235 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-12-05 06:51:18.273424 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-12-05 06:51:18.298268 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-12-05 06:51:18.326902 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-12-05 06:51:18.352207 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-12-05 06:51:18.377422 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-12-05 06:51:18.403117 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-12-05 06:51:18.428780 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-12-05 06:51:18.454859 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-12-05 06:51:18.481581 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-12-05 06:51:18.507741 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-12-05 06:51:18.530202 | fa163e02-2909-e15a-00f9-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-12-05 06:51:18.543233 | fa163e02-2909-e15a-00f9-00000000442b | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:20:19.319595 | 0.48s 2025-12-05 06:51:18.563831 | fa163e02-2909-e15a-00f9-00000000442c | TASK | Delete keystone services not enabled 2025-12-05 06:51:18.586760 | fa163e02-2909-e15a-00f9-00000000442c | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:20:19.363127 | 0.02s 2025-12-05 06:51:18.605414 | fa163e02-2909-e15a-00f9-000000003d29 | TASK | Create Keystone Roles 2025-12-05 06:51:18.684019 | fa163e02-2909-e15a-00f9-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:19.460369 | 0.08s 2025-12-05 06:51:18.702629 | fa163e02-2909-e15a-00f9-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:19.479001 | 0.10s 2025-12-05 06:51:18.710264 | fa163e02-2909-e15a-00f9-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:19.486635 | 0.10s 2025-12-05 06:51:18.727264 | 3f7a852b-0313-4802-843e-46f19e51ae84 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-12-05 06:51:18.736551 | 0ca4053e-4fe9-4490-a02d-56e9c55b0ad3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-12-05 06:51:18.802354 | fa163e02-2909-e15a-00f9-00000000459a | TASK | Async creation of Keystone role 2025-12-05 06:51:19.112904 | fa163e02-2909-e15a-00f9-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-12-05 06:51:19.114306 | fa163e02-2909-e15a-00f9-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:19.890671 | 0.31s 2025-12-05 06:51:19.341628 | fa163e02-2909-e15a-00f9-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-12-05 06:51:19.343395 | fa163e02-2909-e15a-00f9-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:20.119771 | 0.54s 2025-12-05 06:51:19.594882 | fa163e02-2909-e15a-00f9-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-12-05 06:51:19.596173 | fa163e02-2909-e15a-00f9-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:20.372549 | 0.79s 2025-12-05 06:51:19.895525 | fa163e02-2909-e15a-00f9-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-12-05 06:51:19.898621 | fa163e02-2909-e15a-00f9-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:20.674944 | 1.10s 2025-12-05 06:51:20.175337 | fa163e02-2909-e15a-00f9-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-12-05 06:51:20.177417 | fa163e02-2909-e15a-00f9-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:20.953791 | 1.37s 2025-12-05 06:51:20.462896 | fa163e02-2909-e15a-00f9-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-12-05 06:51:20.464173 | fa163e02-2909-e15a-00f9-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:21.240556 | 1.66s 2025-12-05 06:51:20.682868 | fa163e02-2909-e15a-00f9-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-12-05 06:51:20.685309 | fa163e02-2909-e15a-00f9-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:21.461691 | 1.88s 2025-12-05 06:51:20.935913 | fa163e02-2909-e15a-00f9-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-12-05 06:51:20.937106 | fa163e02-2909-e15a-00f9-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:21.713489 | 2.13s 2025-12-05 06:51:21.180505 | fa163e02-2909-e15a-00f9-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-12-05 06:51:21.181612 | fa163e02-2909-e15a-00f9-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:21.957995 | 2.38s 2025-12-05 06:51:21.450830 | fa163e02-2909-e15a-00f9-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-12-05 06:51:21.452394 | fa163e02-2909-e15a-00f9-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:22.228773 | 2.65s 2025-12-05 06:51:21.457926 | fa163e02-2909-e15a-00f9-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:22.234297 | 2.65s 2025-12-05 06:51:21.473881 | fa163e02-2909-e15a-00f9-00000000459c | TASK | Check Keystone role status 2025-12-05 06:51:21.754854 | fa163e02-2909-e15a-00f9-00000000459c | CHANGED | Check Keystone role status | undercloud | item=service 2025-12-05 06:51:21.756004 | fa163e02-2909-e15a-00f9-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:22.532384 | 0.28s 2025-12-05 06:51:21.939985 | fa163e02-2909-e15a-00f9-00000000459c | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-12-05 06:51:21.941659 | fa163e02-2909-e15a-00f9-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:22.718042 | 0.47s 2025-12-05 06:51:22.128115 | fa163e02-2909-e15a-00f9-00000000459c | CHANGED | Check Keystone role status | undercloud | item=creator 2025-12-05 06:51:22.129405 | fa163e02-2909-e15a-00f9-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:22.905789 | 0.65s 2025-12-05 06:51:22.329187 | fa163e02-2909-e15a-00f9-00000000459c | CHANGED | Check Keystone role status | undercloud | item=observer 2025-12-05 06:51:22.331872 | fa163e02-2909-e15a-00f9-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:23.108247 | 0.86s 2025-12-05 06:51:22.504855 | fa163e02-2909-e15a-00f9-00000000459c | CHANGED | Check Keystone role status | undercloud | item=audit 2025-12-05 06:51:22.507016 | fa163e02-2909-e15a-00f9-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:23.283366 | 1.03s 2025-12-05 06:51:22.744533 | fa163e02-2909-e15a-00f9-00000000459c | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-12-05 06:51:22.746867 | fa163e02-2909-e15a-00f9-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:23.523240 | 1.27s 2025-12-05 06:51:23.007759 | fa163e02-2909-e15a-00f9-00000000459c | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-12-05 06:51:23.010090 | fa163e02-2909-e15a-00f9-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:23.786464 | 1.54s 2025-12-05 06:51:23.250432 | fa163e02-2909-e15a-00f9-00000000459c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-12-05 06:51:23.252700 | fa163e02-2909-e15a-00f9-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:24.029074 | 1.78s 2025-12-05 06:51:23.521534 | fa163e02-2909-e15a-00f9-00000000459c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-12-05 06:51:23.523303 | fa163e02-2909-e15a-00f9-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:24.299685 | 2.05s 2025-12-05 06:51:23.783312 | fa163e02-2909-e15a-00f9-00000000459c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-12-05 06:51:23.785175 | fa163e02-2909-e15a-00f9-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:24.561549 | 2.31s 2025-12-05 06:51:23.799721 | fa163e02-2909-e15a-00f9-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:24.576075 | 2.32s 2025-12-05 06:51:23.825469 | fa163e02-2909-e15a-00f9-0000000045a1 | TASK | Async creation of Keystone role 2025-12-05 06:51:24.172296 | fa163e02-2909-e15a-00f9-0000000045a1 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-12-05 06:51:24.175507 | fa163e02-2909-e15a-00f9-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:24.951869 | 0.35s 2025-12-05 06:51:24.506310 | fa163e02-2909-e15a-00f9-0000000045a1 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-12-05 06:51:24.507929 | fa163e02-2909-e15a-00f9-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:25.284303 | 0.68s 2025-12-05 06:51:24.830439 | fa163e02-2909-e15a-00f9-0000000045a1 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-12-05 06:51:24.831917 | fa163e02-2909-e15a-00f9-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:25.608292 | 1.00s 2025-12-05 06:51:24.841663 | fa163e02-2909-e15a-00f9-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:25.618039 | 1.01s 2025-12-05 06:51:24.856168 | fa163e02-2909-e15a-00f9-0000000045a3 | TASK | Check Keystone role status 2025-12-05 06:51:25.149210 | fa163e02-2909-e15a-00f9-0000000045a3 | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-12-05 06:51:30.385727 | fa163e02-2909-e15a-00f9-0000000045a3 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-12-05 06:51:30.388067 | fa163e02-2909-e15a-00f9-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:31.164436 | 5.53s 2025-12-05 06:51:30.653919 | fa163e02-2909-e15a-00f9-0000000045a3 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-12-05 06:51:30.655636 | fa163e02-2909-e15a-00f9-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:31.432012 | 5.80s 2025-12-05 06:51:30.879473 | fa163e02-2909-e15a-00f9-0000000045a3 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-12-05 06:51:30.880580 | fa163e02-2909-e15a-00f9-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:31.656956 | 6.02s 2025-12-05 06:51:30.892540 | fa163e02-2909-e15a-00f9-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:31.668914 | 6.04s 2025-12-05 06:51:30.913188 | fa163e02-2909-e15a-00f9-000000003d2b | TASK | Create Keystone Users 2025-12-05 06:51:31.005282 | fa163e02-2909-e15a-00f9-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:20:31.781634 | 0.09s 2025-12-05 06:51:31.023693 | fa163e02-2909-e15a-00f9-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:20:31.800067 | 0.11s 2025-12-05 06:51:31.031873 | fa163e02-2909-e15a-00f9-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:20:31.808236 | 0.12s 2025-12-05 06:51:31.055231 | 8f5efafe-fdc1-4c25-a899-ad926a4a0272 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-05 06:51:31.068631 | f24a90ad-ee24-4710-a21f-f1a2d8f60301 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-05 06:51:31.134518 | fa163e02-2909-e15a-00f9-00000000474b | TASK | Check password of Keystone user 2025-12-05 06:51:32.237282 | fa163e02-2909-e15a-00f9-00000000474b | 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-12-05 06:51:32.240286 | fa163e02-2909-e15a-00f9-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:33.016652 | 1.10s 2025-12-05 06:51:33.219398 | fa163e02-2909-e15a-00f9-00000000474b | 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-12-05 06:51:33.220741 | fa163e02-2909-e15a-00f9-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:33.997122 | 2.09s 2025-12-05 06:51:34.143269 | fa163e02-2909-e15a-00f9-00000000474b | 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-12-05 06:51:34.144074 | fa163e02-2909-e15a-00f9-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:34.920452 | 3.01s 2025-12-05 06:51:35.056649 | fa163e02-2909-e15a-00f9-00000000474b | 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-12-05 06:51:35.057335 | fa163e02-2909-e15a-00f9-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:35.833717 | 3.92s 2025-12-05 06:51:35.976077 | fa163e02-2909-e15a-00f9-00000000474b | 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-12-05 06:51:35.977080 | fa163e02-2909-e15a-00f9-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:36.753454 | 4.84s 2025-12-05 06:51:36.940118 | fa163e02-2909-e15a-00f9-00000000474b | 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-12-05 06:51:36.941351 | fa163e02-2909-e15a-00f9-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:37.717726 | 5.81s 2025-12-05 06:51:37.841027 | fa163e02-2909-e15a-00f9-00000000474b | 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-12-05 06:51:37.841946 | fa163e02-2909-e15a-00f9-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:38.618322 | 6.71s 2025-12-05 06:51:38.835855 | fa163e02-2909-e15a-00f9-00000000474b | 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-12-05 06:51:38.836852 | fa163e02-2909-e15a-00f9-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:39.613226 | 7.70s 2025-12-05 06:51:39.886309 | fa163e02-2909-e15a-00f9-00000000474b | 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-12-05 06:51:39.887341 | fa163e02-2909-e15a-00f9-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:40.663724 | 8.75s 2025-12-05 06:51:41.787937 | fa163e02-2909-e15a-00f9-00000000474b | 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-12-05 06:51:41.789474 | fa163e02-2909-e15a-00f9-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:42.565856 | 10.65s 2025-12-05 06:51:41.799999 | fa163e02-2909-e15a-00f9-00000000474b | 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-12-05 06:51:41.801074 | fa163e02-2909-e15a-00f9-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:42.577443 | 10.67s 2025-12-05 06:51:41.822226 | fa163e02-2909-e15a-00f9-00000000474d | TASK | Async creation of Keystone user 2025-12-05 06:51:42.248066 | fa163e02-2909-e15a-00f9-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:51:42.249684 | fa163e02-2909-e15a-00f9-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:43.026052 | 0.43s 2025-12-05 06:51:42.565065 | fa163e02-2909-e15a-00f9-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:51:42.566542 | fa163e02-2909-e15a-00f9-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:43.342917 | 0.74s 2025-12-05 06:51:42.924151 | fa163e02-2909-e15a-00f9-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:51:42.924717 | fa163e02-2909-e15a-00f9-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:43.701101 | 1.10s 2025-12-05 06:51:43.230524 | fa163e02-2909-e15a-00f9-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:51:43.231113 | fa163e02-2909-e15a-00f9-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:44.007494 | 1.41s 2025-12-05 06:51:43.603050 | fa163e02-2909-e15a-00f9-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:51:43.603754 | fa163e02-2909-e15a-00f9-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:44.380135 | 1.78s 2025-12-05 06:51:43.901746 | fa163e02-2909-e15a-00f9-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:51:43.902283 | fa163e02-2909-e15a-00f9-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:44.678668 | 2.08s 2025-12-05 06:51:44.242512 | fa163e02-2909-e15a-00f9-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:51:44.243705 | fa163e02-2909-e15a-00f9-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:45.020089 | 2.42s 2025-12-05 06:51:44.639194 | fa163e02-2909-e15a-00f9-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:51:44.640157 | fa163e02-2909-e15a-00f9-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:45.416533 | 2.82s 2025-12-05 06:51:44.942327 | fa163e02-2909-e15a-00f9-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:51:44.943744 | fa163e02-2909-e15a-00f9-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:45.720121 | 3.12s 2025-12-05 06:51:45.299494 | fa163e02-2909-e15a-00f9-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:51:45.300428 | fa163e02-2909-e15a-00f9-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:46.076803 | 3.48s 2025-12-05 06:51:45.312436 | fa163e02-2909-e15a-00f9-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:51:45.313249 | fa163e02-2909-e15a-00f9-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:20:46.089626 | 3.49s 2025-12-05 06:51:45.331766 | fa163e02-2909-e15a-00f9-00000000474f | TASK | Check Keystone user status 2025-12-05 06:51:45.611626 | fa163e02-2909-e15a-00f9-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:51:45.612448 | fa163e02-2909-e15a-00f9-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:46.388829 | 0.28s 2025-12-05 06:51:45.822039 | fa163e02-2909-e15a-00f9-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:51:45.822891 | fa163e02-2909-e15a-00f9-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:46.599275 | 0.49s 2025-12-05 06:51:46.073827 | fa163e02-2909-e15a-00f9-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:51:46.074740 | fa163e02-2909-e15a-00f9-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:46.851114 | 0.74s 2025-12-05 06:51:46.357045 | fa163e02-2909-e15a-00f9-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:51:46.357998 | fa163e02-2909-e15a-00f9-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:47.134375 | 1.02s 2025-12-05 06:51:46.641548 | fa163e02-2909-e15a-00f9-00000000474f | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-05 06:51:51.855707 | fa163e02-2909-e15a-00f9-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:51:51.857361 | fa163e02-2909-e15a-00f9-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:52.633742 | 6.52s 2025-12-05 06:51:52.152397 | fa163e02-2909-e15a-00f9-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:51:52.153479 | fa163e02-2909-e15a-00f9-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:52.929848 | 6.82s 2025-12-05 06:51:52.444471 | fa163e02-2909-e15a-00f9-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:51:52.446296 | fa163e02-2909-e15a-00f9-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:53.222669 | 7.11s 2025-12-05 06:51:52.744596 | fa163e02-2909-e15a-00f9-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:51:52.745642 | fa163e02-2909-e15a-00f9-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:53.522013 | 7.41s 2025-12-05 06:51:52.986559 | fa163e02-2909-e15a-00f9-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:51:52.988273 | fa163e02-2909-e15a-00f9-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:53.764647 | 7.66s 2025-12-05 06:51:53.218685 | fa163e02-2909-e15a-00f9-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:51:53.219748 | fa163e02-2909-e15a-00f9-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:53.996122 | 7.89s 2025-12-05 06:51:53.238066 | fa163e02-2909-e15a-00f9-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:51:53.239120 | fa163e02-2909-e15a-00f9-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:20:54.015494 | 7.91s 2025-12-05 06:51:53.260771 | fa163e02-2909-e15a-00f9-000000004754 | TASK | Check password of Keystone user 2025-12-05 06:51:54.189258 | fa163e02-2909-e15a-00f9-000000004754 | 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-12-05 06:51:54.190833 | fa163e02-2909-e15a-00f9-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:54.967166 | 0.93s 2025-12-05 06:51:55.087404 | fa163e02-2909-e15a-00f9-000000004754 | 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-12-05 06:51:55.088167 | fa163e02-2909-e15a-00f9-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:55.864546 | 1.83s 2025-12-05 06:51:56.004850 | fa163e02-2909-e15a-00f9-000000004754 | 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-12-05 06:51:56.006304 | fa163e02-2909-e15a-00f9-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:56.782686 | 2.74s 2025-12-05 06:51:56.932078 | fa163e02-2909-e15a-00f9-000000004754 | 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-12-05 06:51:56.932829 | fa163e02-2909-e15a-00f9-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:57.709211 | 3.67s 2025-12-05 06:51:57.808603 | fa163e02-2909-e15a-00f9-000000004754 | 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-12-05 06:51:57.809274 | fa163e02-2909-e15a-00f9-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:58.585655 | 4.55s 2025-12-05 06:51:58.746344 | fa163e02-2909-e15a-00f9-000000004754 | 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-12-05 06:51:58.748107 | fa163e02-2909-e15a-00f9-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:59.524482 | 5.49s 2025-12-05 06:51:59.648849 | fa163e02-2909-e15a-00f9-000000004754 | 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-12-05 06:51:59.650405 | fa163e02-2909-e15a-00f9-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:00.426780 | 6.39s 2025-12-05 06:51:59.661277 | fa163e02-2909-e15a-00f9-000000004754 | 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-12-05 06:51:59.662362 | fa163e02-2909-e15a-00f9-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:00.438737 | 6.40s 2025-12-05 06:51:59.682440 | fa163e02-2909-e15a-00f9-000000004756 | TASK | Async creation of Keystone user 2025-12-05 06:52:00.075689 | fa163e02-2909-e15a-00f9-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:52:00.078114 | fa163e02-2909-e15a-00f9-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:00.854482 | 0.39s 2025-12-05 06:52:00.458312 | fa163e02-2909-e15a-00f9-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:52:00.459221 | fa163e02-2909-e15a-00f9-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:01.235597 | 0.78s 2025-12-05 06:52:00.767755 | fa163e02-2909-e15a-00f9-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:52:00.768315 | fa163e02-2909-e15a-00f9-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:01.544698 | 1.08s 2025-12-05 06:52:01.067192 | fa163e02-2909-e15a-00f9-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:52:01.067858 | fa163e02-2909-e15a-00f9-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:01.844239 | 1.38s 2025-12-05 06:52:01.344203 | fa163e02-2909-e15a-00f9-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:52:01.344721 | fa163e02-2909-e15a-00f9-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:02.121105 | 1.66s 2025-12-05 06:52:01.625104 | fa163e02-2909-e15a-00f9-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:52:01.625936 | fa163e02-2909-e15a-00f9-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:02.402313 | 1.94s 2025-12-05 06:52:01.909369 | fa163e02-2909-e15a-00f9-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:52:01.910661 | fa163e02-2909-e15a-00f9-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:02.687043 | 2.23s 2025-12-05 06:52:01.920603 | fa163e02-2909-e15a-00f9-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 06:52:01.921085 | fa163e02-2909-e15a-00f9-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:02.697467 | 2.24s 2025-12-05 06:52:01.936712 | fa163e02-2909-e15a-00f9-000000004758 | TASK | Check Keystone user status 2025-12-05 06:52:02.248166 | fa163e02-2909-e15a-00f9-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:52:02.249030 | fa163e02-2909-e15a-00f9-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:03.025412 | 0.31s 2025-12-05 06:52:02.493706 | fa163e02-2909-e15a-00f9-000000004758 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-05 06:52:07.668320 | fa163e02-2909-e15a-00f9-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:52:07.669265 | fa163e02-2909-e15a-00f9-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:08.445640 | 5.73s 2025-12-05 06:52:07.917289 | fa163e02-2909-e15a-00f9-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:52:07.919155 | fa163e02-2909-e15a-00f9-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:08.695531 | 5.98s 2025-12-05 06:52:08.187185 | fa163e02-2909-e15a-00f9-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:52:08.188888 | fa163e02-2909-e15a-00f9-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:08.965262 | 6.25s 2025-12-05 06:52:08.465674 | fa163e02-2909-e15a-00f9-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:52:08.466699 | fa163e02-2909-e15a-00f9-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:09.243081 | 6.53s 2025-12-05 06:52:08.723100 | fa163e02-2909-e15a-00f9-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:52:08.723765 | fa163e02-2909-e15a-00f9-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:09.500146 | 6.79s 2025-12-05 06:52:09.014521 | fa163e02-2909-e15a-00f9-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:52:09.015563 | fa163e02-2909-e15a-00f9-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:09.791936 | 7.08s 2025-12-05 06:52:09.032979 | fa163e02-2909-e15a-00f9-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-05 06:52:09.033660 | fa163e02-2909-e15a-00f9-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:09.810040 | 7.10s 2025-12-05 06:52:09.050637 | fa163e02-2909-e15a-00f9-000000003d2d | TASK | Assign Keystone Users to Roles 2025-12-05 06:52:09.139682 | fa163e02-2909-e15a-00f9-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:09.916038 | 0.09s 2025-12-05 06:52:09.173047 | fa163e02-2909-e15a-00f9-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:09.949424 | 0.12s 2025-12-05 06:52:09.197304 | fa163e02-2909-e15a-00f9-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:09.973680 | 0.15s 2025-12-05 06:52:09.210098 | fa163e02-2909-e15a-00f9-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:09.986474 | 0.16s 2025-12-05 06:52:09.220124 | 791aa569-ac8b-4ec4-a3e5-d9e03bd2193d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-05 06:52:09.224470 | 9444ffdb-0221-4437-bd79-c88a7fa4a00f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-05 06:52:09.228444 | 4e1797c4-ff1a-4c64-986a-e346aed5c2ff | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-05 06:52:09.292977 | fa163e02-2909-e15a-00f9-000000004968 | TASK | Async assignment of Keystone user per role 2025-12-05 06:52:09.387562 | fa163e02-2909-e15a-00f9-000000004968 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:10.163915 | 0.09s 2025-12-05 06:52:09.404990 | fa163e02-2909-e15a-00f9-000000004968 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:10.181366 | 0.11s 2025-12-05 06:52:09.414382 | fa163e02-2909-e15a-00f9-000000004968 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:10.190748 | 0.12s 2025-12-05 06:52:09.432493 | fc598552-edf4-4ae1-b0a6-6ac6b5d344ac | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-05 06:52:09.442551 | f338807a-e55b-4593-9f63-d838df186253 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-05 06:52:09.465954 | fa163e02-2909-e15a-00f9-000000004b48 | TASK | Async assignment of Keystone user to roles 2025-12-05 06:52:09.824101 | fa163e02-2909-e15a-00f9-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-12-05 06:52:09.825608 | fa163e02-2909-e15a-00f9-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:10.601973 | 0.36s 2025-12-05 06:52:10.150401 | fa163e02-2909-e15a-00f9-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-12-05 06:52:10.152096 | fa163e02-2909-e15a-00f9-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:10.928472 | 0.68s 2025-12-05 06:52:10.480001 | fa163e02-2909-e15a-00f9-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-12-05 06:52:10.480560 | fa163e02-2909-e15a-00f9-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:11.256945 | 1.01s 2025-12-05 06:52:10.830469 | fa163e02-2909-e15a-00f9-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-05 06:52:10.833435 | fa163e02-2909-e15a-00f9-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:11.609807 | 1.37s 2025-12-05 06:52:11.098506 | fa163e02-2909-e15a-00f9-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-05 06:52:11.099070 | fa163e02-2909-e15a-00f9-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:11.875454 | 1.63s 2025-12-05 06:52:11.421420 | fa163e02-2909-e15a-00f9-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-12-05 06:52:11.421967 | fa163e02-2909-e15a-00f9-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:12.198352 | 1.95s 2025-12-05 06:52:11.737929 | fa163e02-2909-e15a-00f9-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-12-05 06:52:11.738559 | fa163e02-2909-e15a-00f9-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:12.514943 | 2.27s 2025-12-05 06:52:12.121151 | fa163e02-2909-e15a-00f9-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-12-05 06:52:12.121691 | fa163e02-2909-e15a-00f9-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:12.898074 | 2.65s 2025-12-05 06:52:12.442972 | fa163e02-2909-e15a-00f9-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-12-05 06:52:12.444686 | fa163e02-2909-e15a-00f9-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:13.221061 | 2.98s 2025-12-05 06:52:12.728074 | fa163e02-2909-e15a-00f9-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-12-05 06:52:12.730137 | fa163e02-2909-e15a-00f9-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:13.506511 | 3.26s 2025-12-05 06:52:12.737432 | fa163e02-2909-e15a-00f9-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:13.513804 | 3.27s 2025-12-05 06:52:12.753595 | fa163e02-2909-e15a-00f9-000000004b4a | TASK | Check Keystone user assignment to roles status 2025-12-05 06:52:13.063643 | fa163e02-2909-e15a-00f9-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-12-05 06:52:13.065697 | fa163e02-2909-e15a-00f9-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:13.842072 | 0.31s 2025-12-05 06:52:13.362148 | fa163e02-2909-e15a-00f9-000000004b4a | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-05 06:52:18.576215 | fa163e02-2909-e15a-00f9-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-12-05 06:52:18.579083 | fa163e02-2909-e15a-00f9-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:19.355452 | 5.82s 2025-12-05 06:52:18.845380 | fa163e02-2909-e15a-00f9-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-12-05 06:52:18.846950 | fa163e02-2909-e15a-00f9-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:19.623326 | 6.09s 2025-12-05 06:52:19.118183 | fa163e02-2909-e15a-00f9-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-05 06:52:19.120927 | fa163e02-2909-e15a-00f9-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:19.897297 | 6.37s 2025-12-05 06:52:19.398811 | fa163e02-2909-e15a-00f9-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-05 06:52:19.400145 | fa163e02-2909-e15a-00f9-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:20.176514 | 6.65s 2025-12-05 06:52:19.675739 | fa163e02-2909-e15a-00f9-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-12-05 06:52:19.678409 | fa163e02-2909-e15a-00f9-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:20.454779 | 6.92s 2025-12-05 06:52:19.961460 | fa163e02-2909-e15a-00f9-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-12-05 06:52:19.962371 | fa163e02-2909-e15a-00f9-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:20.738750 | 7.21s 2025-12-05 06:52:20.223410 | fa163e02-2909-e15a-00f9-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-12-05 06:52:20.225355 | fa163e02-2909-e15a-00f9-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:21.001726 | 7.47s 2025-12-05 06:52:20.507332 | fa163e02-2909-e15a-00f9-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-12-05 06:52:20.507953 | fa163e02-2909-e15a-00f9-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:21.284336 | 7.75s 2025-12-05 06:52:20.778837 | fa163e02-2909-e15a-00f9-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-12-05 06:52:20.779598 | fa163e02-2909-e15a-00f9-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:21.555980 | 8.03s 2025-12-05 06:52:20.794617 | fa163e02-2909-e15a-00f9-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:21.570983 | 8.04s 2025-12-05 06:52:20.818754 | fa163e02-2909-e15a-00f9-000000004b4f | TASK | Async assignment of Keystone user to roles 2025-12-05 06:52:21.211560 | fa163e02-2909-e15a-00f9-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-12-05 06:52:21.214877 | fa163e02-2909-e15a-00f9-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:21.991240 | 0.39s 2025-12-05 06:52:21.525913 | fa163e02-2909-e15a-00f9-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-12-05 06:52:21.527499 | fa163e02-2909-e15a-00f9-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:22.303880 | 0.71s 2025-12-05 06:52:21.848253 | fa163e02-2909-e15a-00f9-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-12-05 06:52:21.848925 | fa163e02-2909-e15a-00f9-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:22.625307 | 1.03s 2025-12-05 06:52:22.188348 | fa163e02-2909-e15a-00f9-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-05 06:52:22.189101 | fa163e02-2909-e15a-00f9-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:22.965483 | 1.37s 2025-12-05 06:52:22.489729 | fa163e02-2909-e15a-00f9-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-12-05 06:52:22.490340 | fa163e02-2909-e15a-00f9-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:23.266725 | 1.67s 2025-12-05 06:52:22.803743 | fa163e02-2909-e15a-00f9-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-12-05 06:52:22.804476 | fa163e02-2909-e15a-00f9-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:23.580857 | 1.98s 2025-12-05 06:52:23.085551 | fa163e02-2909-e15a-00f9-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-12-05 06:52:23.086147 | fa163e02-2909-e15a-00f9-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:23.862530 | 2.27s 2025-12-05 06:52:23.090819 | fa163e02-2909-e15a-00f9-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:23.867164 | 2.27s 2025-12-05 06:52:23.110541 | fa163e02-2909-e15a-00f9-000000004b51 | TASK | Check Keystone user assignment to roles status 2025-12-05 06:52:23.365012 | fa163e02-2909-e15a-00f9-000000004b51 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-05 06:52:28.594719 | fa163e02-2909-e15a-00f9-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-12-05 06:52:28.597512 | fa163e02-2909-e15a-00f9-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:29.373882 | 5.48s 2025-12-05 06:52:28.870865 | fa163e02-2909-e15a-00f9-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-12-05 06:52:28.873929 | fa163e02-2909-e15a-00f9-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:29.650292 | 5.76s 2025-12-05 06:52:29.142461 | fa163e02-2909-e15a-00f9-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-12-05 06:52:29.144459 | fa163e02-2909-e15a-00f9-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:29.920832 | 6.03s 2025-12-05 06:52:29.424415 | fa163e02-2909-e15a-00f9-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-05 06:52:29.426621 | fa163e02-2909-e15a-00f9-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:30.202994 | 6.31s 2025-12-05 06:52:29.697052 | fa163e02-2909-e15a-00f9-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-12-05 06:52:29.698259 | fa163e02-2909-e15a-00f9-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:30.474633 | 6.59s 2025-12-05 06:52:29.973193 | fa163e02-2909-e15a-00f9-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-12-05 06:52:29.974388 | fa163e02-2909-e15a-00f9-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:30.750762 | 6.86s 2025-12-05 06:52:30.227060 | fa163e02-2909-e15a-00f9-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-12-05 06:52:30.227987 | fa163e02-2909-e15a-00f9-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:31.004366 | 7.11s 2025-12-05 06:52:30.236662 | fa163e02-2909-e15a-00f9-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:31.013011 | 7.12s 2025-12-05 06:52:30.259568 | fa163e02-2909-e15a-00f9-00000000496d | TASK | Async assignment of Keystone user per role 2025-12-05 06:52:30.334771 | fa163e02-2909-e15a-00f9-00000000496d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:31.111126 | 0.07s 2025-12-05 06:52:30.347043 | fa163e02-2909-e15a-00f9-00000000496d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:31.123411 | 0.09s 2025-12-05 06:52:30.360970 | 4af922a4-edd9-49c6-9809-dfe7d0857aa8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-05 06:52:30.385912 | fa163e02-2909-e15a-00f9-000000004bb9 | TASK | Async assignment of Keystone user to roles 2025-12-05 06:52:30.763969 | fa163e02-2909-e15a-00f9-000000004bb9 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-12-05 06:52:30.766308 | fa163e02-2909-e15a-00f9-000000004bb9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:31.542673 | 0.38s 2025-12-05 06:52:30.776274 | fa163e02-2909-e15a-00f9-000000004bb9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:31.552642 | 0.39s 2025-12-05 06:52:30.795518 | fa163e02-2909-e15a-00f9-000000004bbb | TASK | Check Keystone user assignment to roles status 2025-12-05 06:52:31.082565 | fa163e02-2909-e15a-00f9-000000004bbb | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-05 06:52:36.294437 | fa163e02-2909-e15a-00f9-000000004bbb | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-12-05 06:52:36.296359 | fa163e02-2909-e15a-00f9-000000004bbb | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:37.072738 | 5.50s 2025-12-05 06:52:36.306728 | fa163e02-2909-e15a-00f9-000000004bbb | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:37.083098 | 5.51s 2025-12-05 06:52:36.326552 | fa163e02-2909-e15a-00f9-000000004972 | TASK | Async assignment of Keystone user per role 2025-12-05 06:52:36.422747 | fa163e02-2909-e15a-00f9-000000004972 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:37.199109 | 0.09s 2025-12-05 06:52:36.436206 | fa163e02-2909-e15a-00f9-000000004972 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:37.212571 | 0.11s 2025-12-05 06:52:36.452083 | a2f39adf-3989-4730-9401-1db167dce250 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-05 06:52:36.477883 | fa163e02-2909-e15a-00f9-000000004bdd | TASK | Async assignment of Keystone user to roles 2025-12-05 06:52:36.879941 | fa163e02-2909-e15a-00f9-000000004bdd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-05 06:52:36.882198 | fa163e02-2909-e15a-00f9-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:37.658571 | 0.40s 2025-12-05 06:52:37.246580 | fa163e02-2909-e15a-00f9-000000004bdd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-05 06:52:37.248911 | fa163e02-2909-e15a-00f9-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:38.025284 | 0.77s 2025-12-05 06:52:37.608127 | fa163e02-2909-e15a-00f9-000000004bdd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-05 06:52:37.610463 | fa163e02-2909-e15a-00f9-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:38.386837 | 1.13s 2025-12-05 06:52:37.622517 | fa163e02-2909-e15a-00f9-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:38.398895 | 1.14s 2025-12-05 06:52:37.641499 | fa163e02-2909-e15a-00f9-000000004bdf | TASK | Check Keystone user assignment to roles status 2025-12-05 06:52:37.920576 | fa163e02-2909-e15a-00f9-000000004bdf | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-05 06:52:43.146774 | fa163e02-2909-e15a-00f9-000000004bdf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-05 06:52:43.150754 | fa163e02-2909-e15a-00f9-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:43.927122 | 5.51s 2025-12-05 06:52:43.410371 | fa163e02-2909-e15a-00f9-000000004bdf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-05 06:52:43.413122 | fa163e02-2909-e15a-00f9-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:44.189494 | 5.77s 2025-12-05 06:52:43.680929 | fa163e02-2909-e15a-00f9-000000004bdf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-05 06:52:43.684825 | fa163e02-2909-e15a-00f9-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:44.461166 | 6.04s 2025-12-05 06:52:43.694654 | fa163e02-2909-e15a-00f9-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:44.471016 | 6.05s 2025-12-05 06:52:43.735921 | fa163e02-2909-e15a-00f9-000000003cf3 | TASK | is Keystone LDAP enabled 2025-12-05 06:52:43.793933 | fa163e02-2909-e15a-00f9-000000003cf3 | OK | is Keystone LDAP enabled | undercloud 2025-12-05 06:52:43.795585 | fa163e02-2909-e15a-00f9-000000003cf3 | TIMING | is Keystone LDAP enabled | undercloud | 0:21:44.571952 | 0.06s 2025-12-05 06:52:43.812984 | fa163e02-2909-e15a-00f9-000000003cf4 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-12-05 06:52:43.862491 | fa163e02-2909-e15a-00f9-000000003cf4 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-12-05 06:52:43.863723 | fa163e02-2909-e15a-00f9-000000003cf4 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:21:44.640095 | 0.05s 2025-12-05 06:52:43.882286 | fa163e02-2909-e15a-00f9-000000003cf5 | TASK | Manage Keystone domains from LDAP config 2025-12-05 06:52:43.938377 | fa163e02-2909-e15a-00f9-000000003cf5 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-12-05 06:52:43.939759 | fa163e02-2909-e15a-00f9-000000003cf5 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:21:44.716129 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-12-05 06:52:44.080911 | fa163e02-2909-e15a-00f9-0000000000e2 | TASK | Deploy step tasks for 4 2025-12-05 06:52:44.111328 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000e2') missing from stats 2025-12-05 06:52:44.134466 | fa163e02-2909-e15a-00f9-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-12-05 06:52:44.620165 | fa163e02-2909-e15a-00f9-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-12-05 06:52:44.621564 | fa163e02-2909-e15a-00f9-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:21:45.397936 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 06:52:44.700854 | fa163e02-2909-e15a-00f9-0000000000e4 | TIMING | include_tasks | standalone | 0:21:45.477219 | 0.05s 2025-12-05 06:52:44.745465 | 0772c070-150c-4a47-ae85-3dae30eedd9c | INCLUDED | /root/standalone-ansible-0zpkwi6h/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-12-05 06:52:44.772258 | fa163e02-2909-e15a-00f9-000000004c21 | TASK | Create virtqemud recovery script 2025-12-05 06:52:45.280092 | fa163e02-2909-e15a-00f9-000000004c21 | CHANGED | Create virtqemud recovery script | standalone 2025-12-05 06:52:45.281516 | fa163e02-2909-e15a-00f9-000000004c21 | TIMING | Create virtqemud recovery script | standalone | 0:21:46.057886 | 0.51s 2025-12-05 06:52:45.312394 | fa163e02-2909-e15a-00f9-000000004c22 | TASK | Create virtqemud recovery trigger service 2025-12-05 06:52:45.791436 | fa163e02-2909-e15a-00f9-000000004c22 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-12-05 06:52:45.792760 | fa163e02-2909-e15a-00f9-000000004c22 | TIMING | Create virtqemud recovery trigger service | standalone | 0:21:46.569134 | 0.48s 2025-12-05 06:52:45.821499 | fa163e02-2909-e15a-00f9-000000004c23 | TASK | Create virtqemud recovery trigger timer 2025-12-05 06:52:46.351601 | fa163e02-2909-e15a-00f9-000000004c23 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-12-05 06:52:46.353202 | fa163e02-2909-e15a-00f9-000000004c23 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:21:47.129572 | 0.53s 2025-12-05 06:52:46.384746 | fa163e02-2909-e15a-00f9-000000004c24 | TASK | Enable virtqemud recovery trigger service 2025-12-05 06:52:47.511212 | fa163e02-2909-e15a-00f9-000000004c24 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-12-05 06:52:47.513267 | fa163e02-2909-e15a-00f9-000000004c24 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:21:48.289644 | 1.13s 2025-12-05 06:52:47.540631 | fa163e02-2909-e15a-00f9-000000004c25 | TASK | Enable virtqemud recovery trigger timer 2025-12-05 06:52:48.553155 | fa163e02-2909-e15a-00f9-000000004c25 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-12-05 06:52:48.554226 | fa163e02-2909-e15a-00f9-000000004c25 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:21:49.330609 | 1.01s 2025-12-05 06:52:48.572918 | fa163e02-2909-e15a-00f9-000000004c26 | TASK | Really enable virtqemud recovery trigger timer 2025-12-05 06:52:49.242090 | fa163e02-2909-e15a-00f9-000000004c26 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-12-05 06:52:49.244043 | fa163e02-2909-e15a-00f9-000000004c26 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:21:50.020407 | 0.67s 2025-12-05 06:52:49.276031 | fa163e02-2909-e15a-00f9-000000004c28 | TASK | Create systemd file 2025-12-05 06:52:49.801119 | fa163e02-2909-e15a-00f9-000000004c28 | CHANGED | Create systemd file | standalone 2025-12-05 06:52:49.802064 | fa163e02-2909-e15a-00f9-000000004c28 | TIMING | Create systemd file | standalone | 0:21:50.578443 | 0.52s 2025-12-05 06:52:49.821776 | fa163e02-2909-e15a-00f9-000000004c29 | TASK | Reload systemd 2025-12-05 06:52:50.567313 | fa163e02-2909-e15a-00f9-000000004c29 | CHANGED | Reload systemd | standalone 2025-12-05 06:52:50.569085 | fa163e02-2909-e15a-00f9-000000004c29 | TIMING | Reload systemd | standalone | 0:21:51.345458 | 0.75s 2025-12-05 06:52:50.600603 | fa163e02-2909-e15a-00f9-000000004c2c | TASK | Start OVN container 2025-12-05 06:52:50.670027 | fa163e02-2909-e15a-00f9-000000004c2c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-12-05 06:52:50.687273 | fa163e02-2909-e15a-00f9-000000004c2c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-12-05 06:52:50.701835 | fa163e02-2909-e15a-00f9-000000004c2c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-12-05 06:52:50.713752 | fa163e02-2909-e15a-00f9-000000004c2c | TIMING | Start OVN container | standalone | 0:21:51.490115 | 0.11s 2025-12-05 06:52:50.745428 | fa163e02-2909-e15a-00f9-000000004c2e | TASK | Set NB connection 2025-12-05 06:52:50.800766 | fa163e02-2909-e15a-00f9-000000004c2e | SKIPPED | Set NB connection | standalone 2025-12-05 06:52:50.802046 | fa163e02-2909-e15a-00f9-000000004c2e | TIMING | Set NB connection | standalone | 0:21:51.578423 | 0.05s 2025-12-05 06:52:50.831416 | fa163e02-2909-e15a-00f9-000000004c2f | TASK | Set SB connection 2025-12-05 06:52:50.883097 | fa163e02-2909-e15a-00f9-000000004c2f | SKIPPED | Set SB connection | standalone 2025-12-05 06:52:50.884564 | fa163e02-2909-e15a-00f9-000000004c2f | TIMING | Set SB connection | standalone | 0:21:51.660936 | 0.05s 2025-12-05 06:52:50.913782 | fa163e02-2909-e15a-00f9-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-12-05 06:52:51.151708 | fa163e02-2909-e15a-00f9-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-12-05 06:52:51.153228 | fa163e02-2909-e15a-00f9-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:21:51.929603 | 0.24s 2025-12-05 06:52:51.249491 | fa163e02-2909-e15a-00f9-0000000000e7 | TIMING | include_tasks | standalone | 0:21:52.025853 | 0.07s 2025-12-05 06:52:51.293987 | efe1cd8f-92ed-41c2-a355-a3e558ec2d7c | INCLUDED | /root/standalone-ansible-0zpkwi6h/common_deploy_steps_tasks.yaml | standalone 2025-12-05 06:52:51.322898 | fa163e02-2909-e15a-00f9-000000004c5e | TASK | Write the config_step hieradata 2025-12-05 06:52:51.775709 | fa163e02-2909-e15a-00f9-000000004c5e | OK | Write the config_step hieradata | standalone 2025-12-05 06:52:51.777294 | fa163e02-2909-e15a-00f9-000000004c5e | TIMING | Write the config_step hieradata | standalone | 0:21:52.553667 | 0.45s 2025-12-05 06:52:51.807514 | fa163e02-2909-e15a-00f9-000000004c5f | TASK | Run puppet host configuration for step 4 2025-12-05 06:52:52.059361 | fa163e02-2909-e15a-00f9-000000004c5f | CHANGED | Run puppet host configuration for step 4 | standalone 2025-12-05 06:52:52.060906 | fa163e02-2909-e15a-00f9-000000004c5f | TIMING | Run puppet host configuration for step 4 | standalone | 0:21:52.837281 | 0.25s 2025-12-05 06:52:52.093025 | fa163e02-2909-e15a-00f9-000000004c60 | TASK | Wait for puppet host configuration to finish 2025-12-05 06:52:52.315360 | fa163e02-2909-e15a-00f9-000000004c60 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-05 06:53:02.537062 | fa163e02-2909-e15a-00f9-000000004c60 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-05 06:53:12.732263 | fa163e02-2909-e15a-00f9-000000004c60 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-05 06:53:22.961354 | fa163e02-2909-e15a-00f9-000000004c60 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-05 06:53:22.962832 | fa163e02-2909-e15a-00f9-000000004c60 | TIMING | Wait for puppet host configuration to finish | standalone | 0:22:23.739204 | 30.87s 2025-12-05 06:53:22.994614 | fa163e02-2909-e15a-00f9-000000004c61 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-12-05 06:53:23.093639 | fa163e02-2909-e15a-00f9-000000004c61 | 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>Dec 5 06:52:52 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 5 06:52:56 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 5 06:52:56 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 5 06:52:56 puppet-user: (file & line not available)", "<13>Dec 5 06:52:56 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>Dec 5 06:52:56 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 5 06:52:57 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>Dec 5 06:52:57 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 5 06:52:57 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 5 06:52:57 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>Dec 5 06:52:57 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>Dec 5 06:52:57 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>Dec 5 06:52:57 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>Dec 5 06:52:57 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>Dec 5 06:52:57 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 5 06:52:57 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.53 seconds", "<13>Dec 5 06:53:01 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 5 06:53:03 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 5 06:53:08 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Dec 5 06:53:08 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}9c0429602d9e796c4a035d8f1137417855b8c22f8ffbf5215983998dae1ad088'", "<13>Dec 5 06:53:08 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Dec 5 06:53:09 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Dec 5 06:53:09 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Dec 5 06:53:09 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Dec 5 06:53:10 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 5 06:53:15 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>Dec 5 06:53:17 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 5 06:53:17 puppet-user: Notice: Applied catalog in 20.03 seconds", "<13>Dec 5 06:53:17 puppet-user: Application:", "<13>Dec 5 06:53:17 puppet-user: Initial environment: production", "<13>Dec 5 06:53:17 puppet-user: Converged environment: production", "<13>Dec 5 06:53:17 puppet-user: Run mode: user", "<13>Dec 5 06:53:17 puppet-user: Changes:", "<13>Dec 5 06:53:17 puppet-user: Total: 10", "<13>Dec 5 06:53:17 puppet-user: Events:", "<13>Dec 5 06:53:17 puppet-user: Success: 10", "<13>Dec 5 06:53:17 puppet-user: Resources:", "<13>Dec 5 06:53:17 puppet-user: Restarted: 1", "<13>Dec 5 06:53:17 puppet-user: Changed: 10", "<13>Dec 5 06:53:17 puppet-user: Out of sync: 10", "<13>Dec 5 06:53:17 puppet-user: Total: 37", "<13>Dec 5 06:53:17 puppet-user: Time:", "<13>Dec 5 06:53:17 puppet-user: Schedule: 0.00", "<13>Dec 5 06:53:17 puppet-user: File line: 0.00", "<13>Dec 5 06:53:17 puppet-user: Augeas: 0.01", "<13>Dec 5 06:53:17 puppet-user: User: 0.01", "<13>Dec 5 06:53:17 puppet-user: File: 0.06", "<13>Dec 5 06:53:17 puppet-user: Config retrieval: 0.60", "<13>Dec 5 06:53:17 puppet-user: Service: 1.51", "<13>Dec 5 06:53:17 puppet-user: Pcmk property: 1.64", "<13>Dec 5 06:53:17 puppet-user: Last run: 1764917597", "<13>Dec 5 06:53:17 puppet-user: Pcmk resource op default: 2.09", "<13>Dec 5 06:53:17 puppet-user: Pcmk resource default: 2.12", "<13>Dec 5 06:53:17 puppet-user: Transaction evaluation: 20.01", "<13>Dec 5 06:53:17 puppet-user: Catalog application: 20.03", "<13>Dec 5 06:53:17 puppet-user: Package: 5.37", "<13>Dec 5 06:53:17 puppet-user: Exec: 7.01", "<13>Dec 5 06:53:17 puppet-user: Filebucket: 0.00", "<13>Dec 5 06:53:17 puppet-user: Total: 20.04", "<13>Dec 5 06:53:17 puppet-user: Version:", "<13>Dec 5 06:53:17 puppet-user: Config: 1764917576", "<13>Dec 5 06:53:17 puppet-user: Puppet: 7.10.0" ] } 2025-12-05 06:53:23.095364 | fa163e02-2909-e15a-00f9-000000004c61 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:22:23.871737 | 0.10s 2025-12-05 06:53:23.125269 | fa163e02-2909-e15a-00f9-000000004c62 | TASK | Pre-cache facts for puppet containers 2025-12-05 06:53:23.154461 | fa163e02-2909-e15a-00f9-000000004c62 | TIMING | Pre-cache facts for puppet containers | standalone | 0:22:23.930829 | 0.03s 2025-12-05 06:53:23.222227 | fa163e02-2909-e15a-00f9-000000004ca3 | TASK | Gather variables for each operating system 2025-12-05 06:53:23.326752 | fa163e02-2909-e15a-00f9-000000004ca3 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:22:24.103113 | 0.10s 2025-12-05 06:53:23.357601 | fa163e02-2909-e15a-00f9-000000004ca4 | TASK | Create puppet caching structures 2025-12-05 06:53:23.571370 | fa163e02-2909-e15a-00f9-000000004ca4 | CHANGED | Create puppet caching structures | standalone 2025-12-05 06:53:23.572715 | fa163e02-2909-e15a-00f9-000000004ca4 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:22:24.349088 | 0.21s 2025-12-05 06:53:23.602544 | fa163e02-2909-e15a-00f9-000000004ca5 | TASK | Check for facter.conf 2025-12-05 06:53:23.839316 | fa163e02-2909-e15a-00f9-000000004ca5 | OK | Check for facter.conf | standalone 2025-12-05 06:53:23.840648 | fa163e02-2909-e15a-00f9-000000004ca5 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:22:24.617023 | 0.24s 2025-12-05 06:53:23.871099 | fa163e02-2909-e15a-00f9-000000004ca6 | TASK | Remove facter.conf if directory 2025-12-05 06:53:23.922078 | fa163e02-2909-e15a-00f9-000000004ca6 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-05 06:53:23.923294 | fa163e02-2909-e15a-00f9-000000004ca6 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:22:24.699666 | 0.05s 2025-12-05 06:53:23.953481 | fa163e02-2909-e15a-00f9-000000004ca7 | TASK | Write facter cache config 2025-12-05 06:53:24.413532 | fa163e02-2909-e15a-00f9-000000004ca7 | CHANGED | Write facter cache config | standalone 2025-12-05 06:53:24.414943 | fa163e02-2909-e15a-00f9-000000004ca7 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:22:25.191315 | 0.46s 2025-12-05 06:53:24.444467 | fa163e02-2909-e15a-00f9-000000004ca8 | TASK | Cleanup facter cache if exists 2025-12-05 06:53:24.661869 | fa163e02-2909-e15a-00f9-000000004ca8 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-05 06:53:24.663247 | fa163e02-2909-e15a-00f9-000000004ca8 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:22:25.439620 | 0.22s 2025-12-05 06:53:24.684268 | fa163e02-2909-e15a-00f9-000000004ca9 | TASK | Pre-cache facts 2025-12-05 06:53:25.231103 | fa163e02-2909-e15a-00f9-000000004ca9 | CHANGED | Pre-cache facts | standalone 2025-12-05 06:53:25.232911 | fa163e02-2909-e15a-00f9-000000004ca9 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:22:26.009281 | 0.55s 2025-12-05 06:53:25.272726 | fa163e02-2909-e15a-00f9-000000004caa | TASK | Failed deployment if facter fails 2025-12-05 06:53:25.308729 | fa163e02-2909-e15a-00f9-000000004caa | SKIPPED | Failed deployment if facter fails | standalone 2025-12-05 06:53:25.310030 | fa163e02-2909-e15a-00f9-000000004caa | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:22:26.086400 | 0.03s 2025-12-05 06:53:25.357772 | fa163e02-2909-e15a-00f9-000000004cab | TASK | Sync cached facts 2025-12-05 06:53:25.675135 | fa163e02-2909-e15a-00f9-000000004cab | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e02-2909-e15a-00f9-000000004cab') missing from stats 2025-12-05 06:53:25.732417 | fa163e02-2909-e15a-00f9-000000004c63 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-05 06:53:25.783905 | fa163e02-2909-e15a-00f9-000000004c63 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-05 06:53:25.785168 | fa163e02-2909-e15a-00f9-000000004c63 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:22:26.561539 | 0.05s 2025-12-05 06:53:25.817070 | fa163e02-2909-e15a-00f9-000000004c65 | TASK | Manage containers for step 4 with tripleo-ansible 2025-12-05 06:53:25.847023 | fa163e02-2909-e15a-00f9-000000004c65 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:22:26.623387 | 0.03s 2025-12-05 06:53:25.911210 | fa163e02-2909-e15a-00f9-000000004d02 | TASK | Gather variables for each operating system 2025-12-05 06:53:26.037752 | fa163e02-2909-e15a-00f9-000000004d02 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:26.814111 | 0.13s 2025-12-05 06:53:26.069223 | fa163e02-2909-e15a-00f9-000000004d03 | TASK | Create container logs path 2025-12-05 06:53:26.282927 | fa163e02-2909-e15a-00f9-000000004d03 | OK | Create container logs path | standalone 2025-12-05 06:53:26.284332 | fa163e02-2909-e15a-00f9-000000004d03 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:27.060704 | 0.21s 2025-12-05 06:53:26.316443 | fa163e02-2909-e15a-00f9-000000004d05 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-12-05 06:53:26.577204 | fa163e02-2909-e15a-00f9-000000004d05 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-05 06:53:26.578459 | fa163e02-2909-e15a-00f9-000000004d05 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:27.354833 | 0.26s 2025-12-05 06:53:26.610862 | fa163e02-2909-e15a-00f9-000000004d06 | TASK | Finalise hashes for all containers 2025-12-05 06:53:26.891291 | fa163e02-2909-e15a-00f9-000000004d06 | OK | Finalise hashes for all containers | standalone 2025-12-05 06:53:26.892440 | fa163e02-2909-e15a-00f9-000000004d06 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:27.668815 | 0.28s 2025-12-05 06:53:26.920523 | fa163e02-2909-e15a-00f9-000000004d08 | TASK | Manage systemd shutdown files 2025-12-05 06:53:26.960354 | fa163e02-2909-e15a-00f9-000000004d08 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:27.736719 | 0.04s 2025-12-05 06:53:26.994417 | 91860294-673f-4ff2-bc4a-d8d29b741fb3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-05 06:53:27.025207 | fa163e02-2909-e15a-00f9-000000004d3b | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-05 06:53:27.292408 | fa163e02-2909-e15a-00f9-000000004d3b | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-05 06:53:27.293816 | fa163e02-2909-e15a-00f9-000000004d3b | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:22:28.070162 | 0.27s 2025-12-05 06:53:27.323974 | fa163e02-2909-e15a-00f9-000000004d3c | TASK | Set podman_drop_in fact 2025-12-05 06:53:27.386077 | fa163e02-2909-e15a-00f9-000000004d3c | OK | Set podman_drop_in fact | standalone 2025-12-05 06:53:27.387255 | fa163e02-2909-e15a-00f9-000000004d3c | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:22:28.163630 | 0.06s 2025-12-05 06:53:27.417510 | fa163e02-2909-e15a-00f9-000000004d3e | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-05 06:53:27.914403 | fa163e02-2909-e15a-00f9-000000004d3e | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-05 06:53:27.916902 | fa163e02-2909-e15a-00f9-000000004d3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:28.693271 | 0.50s 2025-12-05 06:53:28.368805 | fa163e02-2909-e15a-00f9-000000004d3e | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-05 06:53:28.370430 | fa163e02-2909-e15a-00f9-000000004d3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:29.146803 | 0.95s 2025-12-05 06:53:28.381106 | fa163e02-2909-e15a-00f9-000000004d3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:29.157471 | 0.96s 2025-12-05 06:53:28.415069 | fa163e02-2909-e15a-00f9-000000004d3f | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-05 06:53:28.951848 | fa163e02-2909-e15a-00f9-000000004d3f | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-05 06:53:28.953472 | fa163e02-2909-e15a-00f9-000000004d3f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:22:29.729845 | 0.54s 2025-12-05 06:53:28.983431 | fa163e02-2909-e15a-00f9-000000004d40 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-05 06:53:29.465096 | fa163e02-2909-e15a-00f9-000000004d40 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-05 06:53:29.466422 | fa163e02-2909-e15a-00f9-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:22:30.242795 | 0.48s 2025-12-05 06:53:29.496381 | fa163e02-2909-e15a-00f9-000000004d41 | TASK | Enable and start tripleo-container-shutdown 2025-12-05 06:53:30.315230 | fa163e02-2909-e15a-00f9-000000004d41 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-05 06:53:30.317268 | fa163e02-2909-e15a-00f9-000000004d41 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:22:31.093639 | 0.82s 2025-12-05 06:53:30.349111 | fa163e02-2909-e15a-00f9-000000004d42 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-05 06:53:30.914041 | fa163e02-2909-e15a-00f9-000000004d42 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-05 06:53:30.915622 | fa163e02-2909-e15a-00f9-000000004d42 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:22:31.691993 | 0.56s 2025-12-05 06:53:30.946944 | fa163e02-2909-e15a-00f9-000000004d43 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-05 06:53:31.462254 | fa163e02-2909-e15a-00f9-000000004d43 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-05 06:53:31.464265 | fa163e02-2909-e15a-00f9-000000004d43 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:22:32.240638 | 0.52s 2025-12-05 06:53:31.497061 | fa163e02-2909-e15a-00f9-000000004d44 | TASK | Enable and start netns-placeholder 2025-12-05 06:53:32.393669 | fa163e02-2909-e15a-00f9-000000004d44 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-05 06:53:32.395807 | fa163e02-2909-e15a-00f9-000000004d44 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:22:33.172158 | 0.90s 2025-12-05 06:53:32.426979 | fa163e02-2909-e15a-00f9-000000004d0a | TASK | Update container configs with new config hashes 2025-12-05 06:53:32.490845 | fa163e02-2909-e15a-00f9-000000004d0a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:33.267167 | 0.06s 2025-12-05 06:53:32.513375 | 06315985-8dc9-4a30-b01e-8b9227b99675 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-05 06:53:32.549149 | fa163e02-2909-e15a-00f9-000000004d6c | TASK | Update config hashes for container startup configs 2025-12-05 06:53:32.836951 | fa163e02-2909-e15a-00f9-000000004d6c | OK | Update config hashes for container startup configs | standalone 2025-12-05 06:53:32.838298 | fa163e02-2909-e15a-00f9-000000004d6c | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:22:33.614671 | 0.29s 2025-12-05 06:53:32.871151 | fa163e02-2909-e15a-00f9-000000004d0b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-05 06:53:32.933200 | fa163e02-2909-e15a-00f9-000000004d0b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:33.709554 | 0.06s 2025-12-05 06:53:32.962205 | f8a2d728-5515-4f38-89e1-d6645529812b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 06:53:33.003085 | fa163e02-2909-e15a-00f9-000000004d8b | TASK | Gather podman infos 2025-12-05 06:53:34.631713 | fa163e02-2909-e15a-00f9-000000004d8b | OK | Gather podman infos | standalone 2025-12-05 06:53:34.632741 | fa163e02-2909-e15a-00f9-000000004d8b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:22:35.409118 | 1.63s 2025-12-05 06:53:34.748342 | fa163e02-2909-e15a-00f9-000000004d8c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-05 06:53:34.805410 | fa163e02-2909-e15a-00f9-000000004d8c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:35.581784 | 0.05s 2025-12-05 06:53:34.994253 | fa163e02-2909-e15a-00f9-000000004dd5 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:22:35.770611 | 0.11s 2025-12-05 06:53:35.054214 | fa163e02-2909-e15a-00f9-000000004d0c | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-05 06:53:35.117908 | fa163e02-2909-e15a-00f9-000000004d0c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:35.894270 | 0.06s 2025-12-05 06:53:35.141535 | 1a2de30f-0fa1-4477-8430-4a2e21b0a829 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 06:53:35.178394 | fa163e02-2909-e15a-00f9-000000004dfb | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-05 06:54:06.479668 | fa163e02-2909-e15a-00f9-000000004dfb | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-05 06:54:06.481230 | fa163e02-2909-e15a-00f9-000000004dfb | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:07.257607 | 31.30s 2025-12-05 06:54:06.502587 | fa163e02-2909-e15a-00f9-000000004dfc | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-05 06:56:07.048050 | fa163e02-2909-e15a-00f9-000000004dfc | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-05 06:56:07.051173 | fa163e02-2909-e15a-00f9-000000004dfc | 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:25:07.827535 | 120.55s 2025-12-05 06:56:07.128879 | fa163e02-2909-e15a-00f9-000000004c67 | TASK | Clean container_puppet_tasks for standalone step 4 2025-12-05 06:56:07.373957 | fa163e02-2909-e15a-00f9-000000004c67 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-12-05 06:56:07.377609 | fa163e02-2909-e15a-00f9-000000004c67 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:25:08.153975 | 0.25s 2025-12-05 06:56:07.426721 | fa163e02-2909-e15a-00f9-000000004c68 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-12-05 06:56:07.487743 | fa163e02-2909-e15a-00f9-000000004c68 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:25:08.264106 | 0.06s 2025-12-05 06:56:07.526323 | fa163e02-2909-e15a-00f9-000000004c69 | TASK | Include container-puppet tasks for step 4 2025-12-05 06:56:07.571551 | fa163e02-2909-e15a-00f9-000000004c69 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:25:08.347916 | 0.04s 2025-12-05 06:56:07.601023 | 60199347-e721-4968-ace4-e036703d1b13 | INCLUDED | /root/standalone-ansible-0zpkwi6h/host-container-puppet-tasks.yaml | standalone 2025-12-05 06:56:07.639710 | fa163e02-2909-e15a-00f9-000000004e47 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-12-05 06:56:08.179398 | fa163e02-2909-e15a-00f9-000000004e47 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-12-05 06:56:08.180685 | fa163e02-2909-e15a-00f9-000000004e47 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:25:08.957057 | 0.54s 2025-12-05 06:56:08.214240 | fa163e02-2909-e15a-00f9-000000004e49 | TASK | Generate container puppet configs for step 4 2025-12-05 06:56:08.517766 | fa163e02-2909-e15a-00f9-000000004e49 | OK | Generate container puppet configs for step 4 | standalone 2025-12-05 06:56:08.518705 | fa163e02-2909-e15a-00f9-000000004e49 | TIMING | Generate container puppet configs for step 4 | standalone | 0:25:09.295085 | 0.30s 2025-12-05 06:56:08.542352 | fa163e02-2909-e15a-00f9-000000004e4a | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-12-05 06:56:08.563125 | fa163e02-2909-e15a-00f9-000000004e4a | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:25:09.339494 | 0.02s 2025-12-05 06:56:08.613089 | fa163e02-2909-e15a-00f9-000000004e79 | TASK | Gather variables for each operating system 2025-12-05 06:56:08.723606 | fa163e02-2909-e15a-00f9-000000004e79 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:09.499977 | 0.11s 2025-12-05 06:56:08.743658 | fa163e02-2909-e15a-00f9-000000004e7a | TASK | Create container logs path 2025-12-05 06:56:08.959206 | fa163e02-2909-e15a-00f9-000000004e7a | OK | Create container logs path | standalone 2025-12-05 06:56:08.960881 | fa163e02-2909-e15a-00f9-000000004e7a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:09.737251 | 0.22s 2025-12-05 06:56:08.992885 | fa163e02-2909-e15a-00f9-000000004e7c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-05 06:56:09.216016 | fa163e02-2909-e15a-00f9-000000004e7c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-05 06:56:09.217635 | fa163e02-2909-e15a-00f9-000000004e7c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:09.994007 | 0.22s 2025-12-05 06:56:09.247173 | fa163e02-2909-e15a-00f9-000000004e7d | TASK | Finalise hashes for all containers 2025-12-05 06:56:09.291351 | fa163e02-2909-e15a-00f9-000000004e7d | OK | Finalise hashes for all containers | standalone 2025-12-05 06:56:09.292725 | fa163e02-2909-e15a-00f9-000000004e7d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:10.069098 | 0.04s 2025-12-05 06:56:09.324111 | fa163e02-2909-e15a-00f9-000000004e7f | TASK | Manage systemd shutdown files 2025-12-05 06:56:09.368365 | fa163e02-2909-e15a-00f9-000000004e7f | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 06:56:09.369711 | fa163e02-2909-e15a-00f9-000000004e7f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:10.146083 | 0.04s 2025-12-05 06:56:09.401641 | fa163e02-2909-e15a-00f9-000000004e81 | TASK | Update container configs with new config hashes 2025-12-05 06:56:09.494635 | fa163e02-2909-e15a-00f9-000000004e81 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 06:56:09.496051 | fa163e02-2909-e15a-00f9-000000004e81 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:10.272429 | 0.09s 2025-12-05 06:56:09.522140 | fa163e02-2909-e15a-00f9-000000004e82 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-05 06:56:09.560694 | fa163e02-2909-e15a-00f9-000000004e82 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-05 06:56:09.561718 | fa163e02-2909-e15a-00f9-000000004e82 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:10.338096 | 0.04s 2025-12-05 06:56:09.588168 | fa163e02-2909-e15a-00f9-000000004e83 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-05 06:56:09.638288 | fa163e02-2909-e15a-00f9-000000004e83 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-05 06:56:09.639260 | fa163e02-2909-e15a-00f9-000000004e83 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:10.415639 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-12-05 06:56:09.782838 | fa163e02-2909-e15a-00f9-0000000000ea | TASK | External deployment step 5 2025-12-05 06:56:09.815409 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000ea') missing from stats 2025-12-05 06:56:09.876242 | fa163e02-2909-e15a-00f9-0000000000eb | TIMING | include_tasks | undercloud | 0:25:10.652600 | 0.04s 2025-12-05 06:56:09.889287 | 1ff1039b-9046-4f65-9592-b15f06720f77 | INCLUDED | /root/standalone-ansible-0zpkwi6h/external_deploy_steps_tasks_step5.yaml | undercloud 2025-12-05 06:56:09.909132 | fa163e02-2909-e15a-00f9-000000004ed2 | TASK | Manage Cinder's default volume type 2025-12-05 06:56:19.891703 | fa163e02-2909-e15a-00f9-000000004ed2 | OK | Manage Cinder's default volume type | undercloud 2025-12-05 06:56:19.893479 | fa163e02-2909-e15a-00f9-000000004ed2 | TIMING | Manage Cinder's default volume type | undercloud | 0:25:20.669847 | 9.98s PLAY [Deploy step tasks for 5] ************************************************* 2025-12-05 06:56:20.036540 | fa163e02-2909-e15a-00f9-0000000000ee | TASK | Deploy step tasks for 5 2025-12-05 06:56:20.067015 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000ee') missing from stats 2025-12-05 06:56:20.092534 | fa163e02-2909-e15a-00f9-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-12-05 06:56:20.574342 | fa163e02-2909-e15a-00f9-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-12-05 06:56:20.575783 | fa163e02-2909-e15a-00f9-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:25:21.352157 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 06:56:20.651273 | fa163e02-2909-e15a-00f9-0000000000f0 | TIMING | include_tasks | standalone | 0:25:21.427639 | 0.04s 2025-12-05 06:56:20.743540 | 8f023b8a-bce1-404e-9f9f-5286ff9a976a | INCLUDED | /root/standalone-ansible-0zpkwi6h/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-12-05 06:56:20.777960 | fa163e02-2909-e15a-00f9-000000004ef5 | TASK | Gather variables for each operating system 2025-12-05 06:56:20.890106 | fa163e02-2909-e15a-00f9-000000004ef5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:21.666479 | 0.11s 2025-12-05 06:56:20.910669 | fa163e02-2909-e15a-00f9-000000004ef6 | TASK | Detect if resource is being created or already exists 2025-12-05 06:56:21.727953 | fa163e02-2909-e15a-00f9-000000004ef6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 06:56:21.728825 | fa163e02-2909-e15a-00f9-000000004ef6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:22.505207 | 0.82s 2025-12-05 06:56:21.749458 | fa163e02-2909-e15a-00f9-000000004ef7 | TASK | Run init bundle puppet on the host for cinder_backup 2025-12-05 06:56:44.475056 | fa163e02-2909-e15a-00f9-000000004ef7 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-12-05 06:56:44.476111 | fa163e02-2909-e15a-00f9-000000004ef7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:25:45.252492 | 22.73s 2025-12-05 06:56:44.497748 | fa163e02-2909-e15a-00f9-000000004ef8 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-05 06:56:44.695376 | fa163e02-2909-e15a-00f9-000000004ef8 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-05 06:56:44.696157 | fa163e02-2909-e15a-00f9-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:25:45.472541 | 0.20s 2025-12-05 06:56:44.716776 | fa163e02-2909-e15a-00f9-000000004ef9 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 06:56:45.175717 | fa163e02-2909-e15a-00f9-000000004ef9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 06:56:45.178160 | fa163e02-2909-e15a-00f9-000000004ef9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:25:45.954468 | 0.46s 2025-12-05 06:56:45.215928 | fa163e02-2909-e15a-00f9-000000004efa | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-12-05 06:56:45.439997 | fa163e02-2909-e15a-00f9-000000004efa | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-12-05 06:56:45.441461 | fa163e02-2909-e15a-00f9-000000004efa | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:25:46.217833 | 0.22s 2025-12-05 06:56:45.477367 | fa163e02-2909-e15a-00f9-000000004efc | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-12-05 06:56:45.540368 | fa163e02-2909-e15a-00f9-000000004efc | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-12-05 06:56:45.541647 | fa163e02-2909-e15a-00f9-000000004efc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:25:46.318021 | 0.06s 2025-12-05 06:56:45.573461 | fa163e02-2909-e15a-00f9-000000004efd | TASK | Get container image tag from bundle openstack-cinder-backup 2025-12-05 06:56:45.638637 | fa163e02-2909-e15a-00f9-000000004efd | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-12-05 06:56:45.640133 | fa163e02-2909-e15a-00f9-000000004efd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:25:46.416506 | 0.07s 2025-12-05 06:56:45.672613 | fa163e02-2909-e15a-00f9-000000004efe | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-12-05 06:56:45.739034 | fa163e02-2909-e15a-00f9-000000004efe | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-12-05 06:56:45.740026 | fa163e02-2909-e15a-00f9-000000004efe | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:25:46.516405 | 0.07s 2025-12-05 06:56:45.765288 | fa163e02-2909-e15a-00f9-000000004eff | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 06:56:45.826417 | fa163e02-2909-e15a-00f9-000000004eff | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 06:56:45.830209 | fa163e02-2909-e15a-00f9-000000004eff | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:25:46.606577 | 0.06s 2025-12-05 06:56:45.871688 | fa163e02-2909-e15a-00f9-000000004f00 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-12-05 06:56:45.923834 | fa163e02-2909-e15a-00f9-000000004f00 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-12-05 06:56:45.924747 | fa163e02-2909-e15a-00f9-000000004f00 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:25:46.701124 | 0.05s 2025-12-05 06:56:45.971983 | fa163e02-2909-e15a-00f9-000000004f21 | TASK | Gather variables for each operating system 2025-12-05 06:56:46.069146 | fa163e02-2909-e15a-00f9-000000004f21 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:46.845511 | 0.09s 2025-12-05 06:56:46.100632 | fa163e02-2909-e15a-00f9-000000004f22 | TASK | Detect if resource is being created or already exists 2025-12-05 06:56:46.848581 | fa163e02-2909-e15a-00f9-000000004f22 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 06:56:46.850294 | fa163e02-2909-e15a-00f9-000000004f22 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:47.626673 | 0.75s 2025-12-05 06:56:46.874678 | fa163e02-2909-e15a-00f9-000000004f23 | TASK | Run init bundle puppet on the host for cinder_volume 2025-12-05 06:57:09.398721 | fa163e02-2909-e15a-00f9-000000004f23 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-12-05 06:57:09.399950 | fa163e02-2909-e15a-00f9-000000004f23 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:26:10.176332 | 22.52s 2025-12-05 06:57:09.425853 | fa163e02-2909-e15a-00f9-000000004f24 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-05 06:57:09.702817 | fa163e02-2909-e15a-00f9-000000004f24 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-05 06:57:09.703750 | fa163e02-2909-e15a-00f9-000000004f24 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:10.480133 | 0.28s 2025-12-05 06:57:09.723627 | fa163e02-2909-e15a-00f9-000000004f25 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 06:57:10.164491 | fa163e02-2909-e15a-00f9-000000004f25 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 06:57:10.165358 | fa163e02-2909-e15a-00f9-000000004f25 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:10.941739 | 0.44s 2025-12-05 06:57:10.186152 | fa163e02-2909-e15a-00f9-000000004f26 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-12-05 06:57:10.406622 | fa163e02-2909-e15a-00f9-000000004f26 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-12-05 06:57:10.407867 | fa163e02-2909-e15a-00f9-000000004f26 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:26:11.184244 | 0.22s 2025-12-05 06:57:10.434460 | fa163e02-2909-e15a-00f9-000000004f28 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-12-05 06:57:10.472450 | fa163e02-2909-e15a-00f9-000000004f28 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-12-05 06:57:10.473428 | fa163e02-2909-e15a-00f9-000000004f28 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:26:11.249805 | 0.04s 2025-12-05 06:57:10.501357 | fa163e02-2909-e15a-00f9-000000004f29 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-12-05 06:57:10.568090 | fa163e02-2909-e15a-00f9-000000004f29 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-12-05 06:57:10.569032 | fa163e02-2909-e15a-00f9-000000004f29 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:26:11.345408 | 0.07s 2025-12-05 06:57:10.594120 | fa163e02-2909-e15a-00f9-000000004f2a | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-12-05 06:57:10.636043 | fa163e02-2909-e15a-00f9-000000004f2a | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-12-05 06:57:10.636990 | fa163e02-2909-e15a-00f9-000000004f2a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:26:11.413368 | 0.04s 2025-12-05 06:57:10.662961 | fa163e02-2909-e15a-00f9-000000004f2b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 06:57:10.693520 | fa163e02-2909-e15a-00f9-000000004f2b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 06:57:10.694341 | fa163e02-2909-e15a-00f9-000000004f2b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:11.470721 | 0.03s 2025-12-05 06:57:10.721103 | fa163e02-2909-e15a-00f9-000000004f2c | TASK | Remove update marker for bundle openstack-cinder-volume 2025-12-05 06:57:10.762944 | fa163e02-2909-e15a-00f9-000000004f2c | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-12-05 06:57:10.763744 | fa163e02-2909-e15a-00f9-000000004f2c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:26:11.540125 | 0.04s 2025-12-05 06:57:10.805402 | fa163e02-2909-e15a-00f9-000000004f4d | TASK | Gather variables for each operating system 2025-12-05 06:57:10.962463 | fa163e02-2909-e15a-00f9-000000004f4d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:11.738825 | 0.16s 2025-12-05 06:57:10.991325 | fa163e02-2909-e15a-00f9-000000004f4e | TASK | Detect if resource is being created or already exists 2025-12-05 06:57:11.734030 | fa163e02-2909-e15a-00f9-000000004f4e | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 06:57:11.735425 | fa163e02-2909-e15a-00f9-000000004f4e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:12.511797 | 0.74s 2025-12-05 06:57:11.767073 | fa163e02-2909-e15a-00f9-000000004f4f | TASK | Run init bundle puppet on the host for manila_share 2025-12-05 06:57:33.932625 | fa163e02-2909-e15a-00f9-000000004f4f | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-12-05 06:57:33.933781 | fa163e02-2909-e15a-00f9-000000004f4f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:26:34.710160 | 22.17s 2025-12-05 06:57:33.956222 | fa163e02-2909-e15a-00f9-000000004f50 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-12-05 06:57:34.203577 | fa163e02-2909-e15a-00f9-000000004f50 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-12-05 06:57:34.204742 | fa163e02-2909-e15a-00f9-000000004f50 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:26:34.981123 | 0.25s 2025-12-05 06:57:34.224838 | fa163e02-2909-e15a-00f9-000000004f51 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 06:57:34.612195 | fa163e02-2909-e15a-00f9-000000004f51 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 06:57:34.613841 | fa163e02-2909-e15a-00f9-000000004f51 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:35.390219 | 0.39s 2025-12-05 06:57:34.640174 | fa163e02-2909-e15a-00f9-000000004f52 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-12-05 06:57:34.882205 | fa163e02-2909-e15a-00f9-000000004f52 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-12-05 06:57:34.883875 | fa163e02-2909-e15a-00f9-000000004f52 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:26:35.660254 | 0.24s 2025-12-05 06:57:34.912098 | fa163e02-2909-e15a-00f9-000000004f54 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-12-05 06:57:34.961858 | fa163e02-2909-e15a-00f9-000000004f54 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-12-05 06:57:34.964654 | fa163e02-2909-e15a-00f9-000000004f54 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:26:35.740920 | 0.05s 2025-12-05 06:57:35.003724 | fa163e02-2909-e15a-00f9-000000004f55 | TASK | Get container image tag from bundle openstack-manila-share 2025-12-05 06:57:35.063717 | fa163e02-2909-e15a-00f9-000000004f55 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-12-05 06:57:35.065489 | fa163e02-2909-e15a-00f9-000000004f55 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:26:35.841866 | 0.06s 2025-12-05 06:57:35.090365 | fa163e02-2909-e15a-00f9-000000004f56 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-12-05 06:57:35.129970 | fa163e02-2909-e15a-00f9-000000004f56 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-12-05 06:57:35.131527 | fa163e02-2909-e15a-00f9-000000004f56 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:26:35.907905 | 0.04s 2025-12-05 06:57:35.157932 | fa163e02-2909-e15a-00f9-000000004f57 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 06:57:35.207163 | fa163e02-2909-e15a-00f9-000000004f57 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 06:57:35.208675 | fa163e02-2909-e15a-00f9-000000004f57 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:35.985053 | 0.05s 2025-12-05 06:57:35.233571 | fa163e02-2909-e15a-00f9-000000004f58 | TASK | Remove update marker for bundle openstack-manila-share 2025-12-05 06:57:35.283097 | fa163e02-2909-e15a-00f9-000000004f58 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-12-05 06:57:35.284578 | fa163e02-2909-e15a-00f9-000000004f58 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:26:36.060956 | 0.05s 2025-12-05 06:57:35.328209 | fa163e02-2909-e15a-00f9-000000004f79 | TASK | Run kolla_set_configs to copy ring files 2025-12-05 06:57:35.859067 | fa163e02-2909-e15a-00f9-000000004f79 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-12-05 06:57:35.861393 | fa163e02-2909-e15a-00f9-000000004f79 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:36.637764 | 0.53s 2025-12-05 06:57:35.871434 | fa163e02-2909-e15a-00f9-000000004f79 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:36.647800 | 0.54s 2025-12-05 06:57:35.900878 | fa163e02-2909-e15a-00f9-000000004f7a | TASK | Run kolla_set_configs to copy ring files 2025-12-05 06:57:36.233692 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-12-05 06:57:36.235264 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:37.011637 | 0.33s 2025-12-05 06:57:36.750377 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-12-05 06:57:36.751766 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:37.528141 | 0.85s 2025-12-05 06:57:37.073873 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-12-05 06:57:37.074964 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:37.851337 | 1.17s 2025-12-05 06:57:37.462919 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-12-05 06:57:37.463926 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:38.240309 | 1.56s 2025-12-05 06:57:37.697237 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-12-05 06:57:37.698103 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:38.474483 | 1.80s 2025-12-05 06:57:37.939929 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-12-05 06:57:37.941121 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:38.717487 | 2.04s 2025-12-05 06:57:39.195194 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-12-05 06:57:39.196720 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:39.973095 | 3.29s 2025-12-05 06:57:39.628589 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-12-05 06:57:39.629780 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:40.406155 | 3.73s 2025-12-05 06:57:39.941881 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-12-05 06:57:39.943579 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:40.719960 | 4.04s 2025-12-05 06:57:40.395568 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-12-05 06:57:40.397076 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:41.173450 | 4.49s 2025-12-05 06:57:40.745992 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-12-05 06:57:40.747298 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:41.523673 | 4.84s 2025-12-05 06:57:41.200943 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-12-05 06:57:41.202770 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:41.979146 | 5.30s 2025-12-05 06:57:41.678161 | fa163e02-2909-e15a-00f9-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-12-05 06:57:41.679959 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:42.456333 | 5.78s 2025-12-05 06:57:41.693415 | fa163e02-2909-e15a-00f9-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:42.469785 | 5.79s 2025-12-05 06:57:41.727546 | fa163e02-2909-e15a-00f9-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-12-05 06:57:41.954478 | fa163e02-2909-e15a-00f9-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-12-05 06:57:41.955925 | fa163e02-2909-e15a-00f9-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:26:42.732306 | 0.23s 2025-12-05 06:57:42.058978 | fa163e02-2909-e15a-00f9-0000000000f3 | TIMING | include_tasks | standalone | 0:26:42.835329 | 0.08s 2025-12-05 06:57:42.103334 | 8db5a712-6c80-4558-ba2f-db1c630c622c | INCLUDED | /root/standalone-ansible-0zpkwi6h/common_deploy_steps_tasks.yaml | standalone 2025-12-05 06:57:42.131680 | fa163e02-2909-e15a-00f9-000000004ff7 | TASK | Write the config_step hieradata 2025-12-05 06:57:42.623851 | fa163e02-2909-e15a-00f9-000000004ff7 | OK | Write the config_step hieradata | standalone 2025-12-05 06:57:42.625142 | fa163e02-2909-e15a-00f9-000000004ff7 | TIMING | Write the config_step hieradata | standalone | 0:26:43.401516 | 0.49s 2025-12-05 06:57:42.677332 | fa163e02-2909-e15a-00f9-000000004ff8 | TASK | Run puppet host configuration for step 5 2025-12-05 06:57:42.996378 | fa163e02-2909-e15a-00f9-000000004ff8 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-12-05 06:57:42.997144 | fa163e02-2909-e15a-00f9-000000004ff8 | TIMING | Run puppet host configuration for step 5 | standalone | 0:26:43.773527 | 0.32s 2025-12-05 06:57:43.016442 | fa163e02-2909-e15a-00f9-000000004ff9 | TASK | Wait for puppet host configuration to finish 2025-12-05 06:57:43.278975 | fa163e02-2909-e15a-00f9-000000004ff9 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-05 06:57:53.458982 | fa163e02-2909-e15a-00f9-000000004ff9 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-05 06:58:03.694091 | fa163e02-2909-e15a-00f9-000000004ff9 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-05 06:58:03.695442 | fa163e02-2909-e15a-00f9-000000004ff9 | TIMING | Wait for puppet host configuration to finish | standalone | 0:27:04.471816 | 20.68s 2025-12-05 06:58:03.726935 | fa163e02-2909-e15a-00f9-000000004ffa | TASK | Debug output for task: Run puppet host configuration for step 5 2025-12-05 06:58:03.810195 | fa163e02-2909-e15a-00f9-000000004ffa | 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>Dec 5 06:57:43 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 5 06:57:47 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 5 06:57:47 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 5 06:57:47 puppet-user: (file & line not available)", "<13>Dec 5 06:57:47 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>Dec 5 06:57:47 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 5 06:57:48 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>Dec 5 06:57:48 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 5 06:57:48 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 5 06:57:48 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>Dec 5 06:57:48 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>Dec 5 06:57:48 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>Dec 5 06:57:48 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>Dec 5 06:57:48 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>Dec 5 06:57:48 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 5 06:57:48 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.66 seconds", "<13>Dec 5 06:57:53 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 5 06:57:55 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 5 06:57:57 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 5 06:57:57 puppet-user: Notice: Applied catalog in 8.54 seconds", "<13>Dec 5 06:57:57 puppet-user: Application:", "<13>Dec 5 06:57:57 puppet-user: Initial environment: production", "<13>Dec 5 06:57:57 puppet-user: Converged environment: production", "<13>Dec 5 06:57:57 puppet-user: Run mode: user", "<13>Dec 5 06:57:57 puppet-user: Changes:", "<13>Dec 5 06:57:57 puppet-user: Total: 2", "<13>Dec 5 06:57:57 puppet-user: Events:", "<13>Dec 5 06:57:57 puppet-user: Success: 2", "<13>Dec 5 06:57:57 puppet-user: Resources:", "<13>Dec 5 06:57:57 puppet-user: Changed: 2", "<13>Dec 5 06:57:57 puppet-user: Out of sync: 2", "<13>Dec 5 06:57:57 puppet-user: Total: 37", "<13>Dec 5 06:57:57 puppet-user: Time:", "<13>Dec 5 06:57:57 puppet-user: Schedule: 0.00", "<13>Dec 5 06:57:57 puppet-user: File line: 0.00", "<13>Dec 5 06:57:57 puppet-user: Package: 0.00", "<13>Dec 5 06:57:57 puppet-user: Augeas: 0.01", "<13>Dec 5 06:57:57 puppet-user: User: 0.01", "<13>Dec 5 06:57:57 puppet-user: File: 0.07", "<13>Dec 5 06:57:57 puppet-user: Service: 0.20", "<13>Dec 5 06:57:57 puppet-user: Config retrieval: 0.81", "<13>Dec 5 06:57:57 puppet-user: Pcmk property: 1.56", "<13>Dec 5 06:57:57 puppet-user: Last run: 1764917877", "<13>Dec 5 06:57:57 puppet-user: Exec: 2.05", "<13>Dec 5 06:57:57 puppet-user: Pcmk resource default: 2.18", "<13>Dec 5 06:57:57 puppet-user: Pcmk resource op default: 2.19", "<13>Dec 5 06:57:57 puppet-user: Filebucket: 0.00", "<13>Dec 5 06:57:57 puppet-user: Transaction evaluation: 8.47", "<13>Dec 5 06:57:57 puppet-user: Catalog application: 8.54", "<13>Dec 5 06:57:57 puppet-user: Total: 8.55", "<13>Dec 5 06:57:57 puppet-user: Version:", "<13>Dec 5 06:57:57 puppet-user: Config: 1764917867", "<13>Dec 5 06:57:57 puppet-user: Puppet: 7.10.0" ] } 2025-12-05 06:58:03.811694 | fa163e02-2909-e15a-00f9-000000004ffa | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:27:04.588066 | 0.08s 2025-12-05 06:58:03.842277 | fa163e02-2909-e15a-00f9-000000004ffb | TASK | Pre-cache facts for puppet containers 2025-12-05 06:58:03.864108 | fa163e02-2909-e15a-00f9-000000004ffb | TIMING | Pre-cache facts for puppet containers | standalone | 0:27:04.640475 | 0.02s 2025-12-05 06:58:03.956534 | fa163e02-2909-e15a-00f9-00000000503a | TASK | Gather variables for each operating system 2025-12-05 06:58:04.060485 | fa163e02-2909-e15a-00f9-00000000503a | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:27:04.836847 | 0.10s 2025-12-05 06:58:04.091339 | fa163e02-2909-e15a-00f9-00000000503b | TASK | Create puppet caching structures 2025-12-05 06:58:04.360695 | fa163e02-2909-e15a-00f9-00000000503b | CHANGED | Create puppet caching structures | standalone 2025-12-05 06:58:04.363880 | fa163e02-2909-e15a-00f9-00000000503b | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:27:05.140249 | 0.27s 2025-12-05 06:58:04.397334 | fa163e02-2909-e15a-00f9-00000000503c | TASK | Check for facter.conf 2025-12-05 06:58:04.678533 | fa163e02-2909-e15a-00f9-00000000503c | OK | Check for facter.conf | standalone 2025-12-05 06:58:04.680507 | fa163e02-2909-e15a-00f9-00000000503c | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:27:05.456879 | 0.28s 2025-12-05 06:58:04.710591 | fa163e02-2909-e15a-00f9-00000000503d | TASK | Remove facter.conf if directory 2025-12-05 06:58:04.760896 | fa163e02-2909-e15a-00f9-00000000503d | SKIPPED | Remove facter.conf if directory | standalone 2025-12-05 06:58:04.762281 | fa163e02-2909-e15a-00f9-00000000503d | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:27:05.538652 | 0.05s 2025-12-05 06:58:04.792489 | fa163e02-2909-e15a-00f9-00000000503e | TASK | Write facter cache config 2025-12-05 06:58:05.332934 | fa163e02-2909-e15a-00f9-00000000503e | CHANGED | Write facter cache config | standalone 2025-12-05 06:58:05.334630 | fa163e02-2909-e15a-00f9-00000000503e | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:27:06.110999 | 0.54s 2025-12-05 06:58:05.366065 | fa163e02-2909-e15a-00f9-00000000503f | TASK | Cleanup facter cache if exists 2025-12-05 06:58:05.612907 | fa163e02-2909-e15a-00f9-00000000503f | CHANGED | Cleanup facter cache if exists | standalone 2025-12-05 06:58:05.614598 | fa163e02-2909-e15a-00f9-00000000503f | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:27:06.390969 | 0.25s 2025-12-05 06:58:05.647831 | fa163e02-2909-e15a-00f9-000000005040 | TASK | Pre-cache facts 2025-12-05 06:58:06.282756 | fa163e02-2909-e15a-00f9-000000005040 | CHANGED | Pre-cache facts | standalone 2025-12-05 06:58:06.284111 | fa163e02-2909-e15a-00f9-000000005040 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:27:07.060483 | 0.63s 2025-12-05 06:58:06.320586 | fa163e02-2909-e15a-00f9-000000005041 | TASK | Failed deployment if facter fails 2025-12-05 06:58:06.360056 | fa163e02-2909-e15a-00f9-000000005041 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-05 06:58:06.360892 | fa163e02-2909-e15a-00f9-000000005041 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:27:07.137272 | 0.04s 2025-12-05 06:58:06.413012 | fa163e02-2909-e15a-00f9-000000005042 | TASK | Sync cached facts 2025-12-05 06:58:06.723331 | fa163e02-2909-e15a-00f9-000000005042 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e02-2909-e15a-00f9-000000005042') missing from stats 2025-12-05 06:58:06.782147 | fa163e02-2909-e15a-00f9-000000004ffc | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-05 06:58:06.834699 | fa163e02-2909-e15a-00f9-000000004ffc | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-05 06:58:06.835980 | fa163e02-2909-e15a-00f9-000000004ffc | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:27:07.612351 | 0.05s 2025-12-05 06:58:06.867627 | fa163e02-2909-e15a-00f9-000000004ffe | TASK | Manage containers for step 5 with tripleo-ansible 2025-12-05 06:58:06.896450 | fa163e02-2909-e15a-00f9-000000004ffe | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:27:07.672818 | 0.03s 2025-12-05 06:58:06.961114 | fa163e02-2909-e15a-00f9-000000005099 | TASK | Gather variables for each operating system 2025-12-05 06:58:07.085167 | fa163e02-2909-e15a-00f9-000000005099 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:07.861526 | 0.12s 2025-12-05 06:58:07.115607 | fa163e02-2909-e15a-00f9-00000000509a | TASK | Create container logs path 2025-12-05 06:58:07.389703 | fa163e02-2909-e15a-00f9-00000000509a | OK | Create container logs path | standalone 2025-12-05 06:58:07.391124 | fa163e02-2909-e15a-00f9-00000000509a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:08.167501 | 0.27s 2025-12-05 06:58:07.413893 | fa163e02-2909-e15a-00f9-00000000509c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-12-05 06:58:07.701374 | fa163e02-2909-e15a-00f9-00000000509c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-05 06:58:07.703015 | fa163e02-2909-e15a-00f9-00000000509c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:08.479378 | 0.29s 2025-12-05 06:58:07.735857 | fa163e02-2909-e15a-00f9-00000000509d | TASK | Finalise hashes for all containers 2025-12-05 06:58:07.812319 | fa163e02-2909-e15a-00f9-00000000509d | OK | Finalise hashes for all containers | standalone 2025-12-05 06:58:07.814032 | fa163e02-2909-e15a-00f9-00000000509d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:08.590398 | 0.08s 2025-12-05 06:58:07.885435 | fa163e02-2909-e15a-00f9-00000000509f | TASK | Manage systemd shutdown files 2025-12-05 06:58:07.926296 | fa163e02-2909-e15a-00f9-00000000509f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:08.702668 | 0.04s 2025-12-05 06:58:07.948718 | 8a810e3c-b699-4c04-b141-1e51a303d21b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-05 06:58:07.976103 | fa163e02-2909-e15a-00f9-0000000050d2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-05 06:58:08.249766 | fa163e02-2909-e15a-00f9-0000000050d2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-05 06:58:08.251296 | fa163e02-2909-e15a-00f9-0000000050d2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:27:09.027666 | 0.27s 2025-12-05 06:58:08.282458 | fa163e02-2909-e15a-00f9-0000000050d3 | TASK | Set podman_drop_in fact 2025-12-05 06:58:08.324717 | fa163e02-2909-e15a-00f9-0000000050d3 | OK | Set podman_drop_in fact | standalone 2025-12-05 06:58:08.325868 | fa163e02-2909-e15a-00f9-0000000050d3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:27:09.102241 | 0.04s 2025-12-05 06:58:08.356223 | fa163e02-2909-e15a-00f9-0000000050d5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-05 06:58:08.889488 | fa163e02-2909-e15a-00f9-0000000050d5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-05 06:58:08.890699 | fa163e02-2909-e15a-00f9-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:09.667078 | 0.53s 2025-12-05 06:58:09.374612 | fa163e02-2909-e15a-00f9-0000000050d5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-05 06:58:09.376128 | fa163e02-2909-e15a-00f9-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:10.152508 | 1.02s 2025-12-05 06:58:09.387132 | fa163e02-2909-e15a-00f9-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:10.163494 | 1.03s 2025-12-05 06:58:09.422668 | fa163e02-2909-e15a-00f9-0000000050d6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-05 06:58:09.960634 | fa163e02-2909-e15a-00f9-0000000050d6 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-05 06:58:09.962252 | fa163e02-2909-e15a-00f9-0000000050d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:27:10.738626 | 0.54s 2025-12-05 06:58:09.992028 | fa163e02-2909-e15a-00f9-0000000050d7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-05 06:58:10.531348 | fa163e02-2909-e15a-00f9-0000000050d7 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-05 06:58:10.533367 | fa163e02-2909-e15a-00f9-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:27:11.309733 | 0.54s 2025-12-05 06:58:10.572706 | fa163e02-2909-e15a-00f9-0000000050d8 | TASK | Enable and start tripleo-container-shutdown 2025-12-05 06:58:11.613345 | fa163e02-2909-e15a-00f9-0000000050d8 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-05 06:58:11.615514 | fa163e02-2909-e15a-00f9-0000000050d8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:27:12.391887 | 1.04s 2025-12-05 06:58:11.646638 | fa163e02-2909-e15a-00f9-0000000050d9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-05 06:58:12.140736 | fa163e02-2909-e15a-00f9-0000000050d9 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-05 06:58:12.142299 | fa163e02-2909-e15a-00f9-0000000050d9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:27:12.918671 | 0.49s 2025-12-05 06:58:12.174320 | fa163e02-2909-e15a-00f9-0000000050da | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-05 06:58:12.660177 | fa163e02-2909-e15a-00f9-0000000050da | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-05 06:58:12.661327 | fa163e02-2909-e15a-00f9-0000000050da | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:27:13.437705 | 0.49s 2025-12-05 06:58:12.685019 | fa163e02-2909-e15a-00f9-0000000050db | TASK | Enable and start netns-placeholder 2025-12-05 06:58:13.886245 | fa163e02-2909-e15a-00f9-0000000050db | CHANGED | Enable and start netns-placeholder | standalone 2025-12-05 06:58:13.888539 | fa163e02-2909-e15a-00f9-0000000050db | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:27:14.664911 | 1.20s 2025-12-05 06:58:13.923693 | fa163e02-2909-e15a-00f9-0000000050a1 | TASK | Update container configs with new config hashes 2025-12-05 06:58:13.986614 | fa163e02-2909-e15a-00f9-0000000050a1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:14.762980 | 0.06s 2025-12-05 06:58:14.007831 | 734bc4f5-beef-458c-bd7f-f171e64e2f81 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-05 06:58:14.042751 | fa163e02-2909-e15a-00f9-000000005103 | TASK | Update config hashes for container startup configs 2025-12-05 06:58:14.341400 | fa163e02-2909-e15a-00f9-000000005103 | OK | Update config hashes for container startup configs | standalone 2025-12-05 06:58:14.342705 | fa163e02-2909-e15a-00f9-000000005103 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:27:15.119076 | 0.30s 2025-12-05 06:58:14.376716 | fa163e02-2909-e15a-00f9-0000000050a2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-05 06:58:14.431505 | fa163e02-2909-e15a-00f9-0000000050a2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:15.207869 | 0.05s 2025-12-05 06:58:14.457713 | 5b811793-1838-49fe-9f4a-3065b76f1cef | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 06:58:14.489538 | fa163e02-2909-e15a-00f9-000000005122 | TASK | Gather podman infos 2025-12-05 06:58:16.564671 | fa163e02-2909-e15a-00f9-000000005122 | OK | Gather podman infos | standalone 2025-12-05 06:58:16.566327 | fa163e02-2909-e15a-00f9-000000005122 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:27:17.342700 | 2.08s 2025-12-05 06:58:16.776132 | fa163e02-2909-e15a-00f9-000000005123 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-05 06:58:16.840987 | fa163e02-2909-e15a-00f9-000000005123 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:17.617352 | 0.05s 2025-12-05 06:58:17.040764 | fa163e02-2909-e15a-00f9-00000000516c | TIMING | tripleo_container_rm : include_tasks | standalone | 0:27:17.817125 | 0.14s 2025-12-05 06:58:17.103967 | fa163e02-2909-e15a-00f9-0000000050a3 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-05 06:58:17.158265 | fa163e02-2909-e15a-00f9-0000000050a3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:17.934638 | 0.05s 2025-12-05 06:58:17.170256 | 1d64185b-5e62-4d3d-9364-64af395f5b05 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 06:58:17.200893 | fa163e02-2909-e15a-00f9-000000005192 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-05 06:58:42.620467 | fa163e02-2909-e15a-00f9-000000005192 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-05 06:58:42.623090 | fa163e02-2909-e15a-00f9-000000005192 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:43.399460 | 25.42s 2025-12-05 06:58:42.670753 | fa163e02-2909-e15a-00f9-000000005193 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-05 06:59:08.841215 | fa163e02-2909-e15a-00f9-000000005193 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-05 06:59:08.842519 | fa163e02-2909-e15a-00f9-000000005193 | 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:28:09.618898 | 26.17s 2025-12-05 06:59:08.889674 | fa163e02-2909-e15a-00f9-000000005000 | TASK | Clean container_puppet_tasks for standalone step 5 2025-12-05 06:59:09.088488 | fa163e02-2909-e15a-00f9-000000005000 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-12-05 06:59:09.089505 | fa163e02-2909-e15a-00f9-000000005000 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:28:09.865886 | 0.20s 2025-12-05 06:59:09.117109 | fa163e02-2909-e15a-00f9-000000005001 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-12-05 06:59:09.155416 | fa163e02-2909-e15a-00f9-000000005001 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:28:09.931791 | 0.04s 2025-12-05 06:59:09.175996 | fa163e02-2909-e15a-00f9-000000005002 | TASK | Include container-puppet tasks for step 5 2025-12-05 06:59:09.212917 | fa163e02-2909-e15a-00f9-000000005002 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:28:09.989293 | 0.04s 2025-12-05 06:59:09.225472 | 96f7bbd9-4a37-4ca3-a1ae-5e36fc188c7f | INCLUDED | /root/standalone-ansible-0zpkwi6h/host-container-puppet-tasks.yaml | standalone 2025-12-05 06:59:09.255259 | fa163e02-2909-e15a-00f9-0000000051de | TASK | Write container-puppet-tasks json file for standalone step 5 2025-12-05 06:59:09.727511 | fa163e02-2909-e15a-00f9-0000000051de | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-12-05 06:59:09.728387 | fa163e02-2909-e15a-00f9-0000000051de | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:28:10.504766 | 0.47s 2025-12-05 06:59:09.751658 | fa163e02-2909-e15a-00f9-0000000051e0 | TASK | Generate container puppet configs for step 5 2025-12-05 06:59:10.047584 | fa163e02-2909-e15a-00f9-0000000051e0 | OK | Generate container puppet configs for step 5 | standalone 2025-12-05 06:59:10.048931 | fa163e02-2909-e15a-00f9-0000000051e0 | TIMING | Generate container puppet configs for step 5 | standalone | 0:28:10.825304 | 0.30s 2025-12-05 06:59:10.085478 | fa163e02-2909-e15a-00f9-0000000051e1 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-12-05 06:59:10.120434 | fa163e02-2909-e15a-00f9-0000000051e1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:28:10.896801 | 0.03s 2025-12-05 06:59:10.181066 | fa163e02-2909-e15a-00f9-000000005210 | TASK | Gather variables for each operating system 2025-12-05 06:59:10.286946 | fa163e02-2909-e15a-00f9-000000005210 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:11.063318 | 0.10s 2025-12-05 06:59:10.307614 | fa163e02-2909-e15a-00f9-000000005211 | TASK | Create container logs path 2025-12-05 06:59:10.567862 | fa163e02-2909-e15a-00f9-000000005211 | OK | Create container logs path | standalone 2025-12-05 06:59:10.569177 | fa163e02-2909-e15a-00f9-000000005211 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:11.345551 | 0.26s 2025-12-05 06:59:10.603256 | fa163e02-2909-e15a-00f9-000000005213 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-05 06:59:10.840960 | fa163e02-2909-e15a-00f9-000000005213 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-05 06:59:10.842374 | fa163e02-2909-e15a-00f9-000000005213 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:11.618747 | 0.24s 2025-12-05 06:59:10.873677 | fa163e02-2909-e15a-00f9-000000005214 | TASK | Finalise hashes for all containers 2025-12-05 06:59:10.927005 | fa163e02-2909-e15a-00f9-000000005214 | OK | Finalise hashes for all containers | standalone 2025-12-05 06:59:10.928325 | fa163e02-2909-e15a-00f9-000000005214 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:11.704698 | 0.05s 2025-12-05 06:59:10.961539 | fa163e02-2909-e15a-00f9-000000005216 | TASK | Manage systemd shutdown files 2025-12-05 06:59:10.997138 | fa163e02-2909-e15a-00f9-000000005216 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 06:59:10.998410 | fa163e02-2909-e15a-00f9-000000005216 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:11.774782 | 0.03s 2025-12-05 06:59:11.032285 | fa163e02-2909-e15a-00f9-000000005218 | TASK | Update container configs with new config hashes 2025-12-05 06:59:11.085070 | fa163e02-2909-e15a-00f9-000000005218 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 06:59:11.086465 | fa163e02-2909-e15a-00f9-000000005218 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:11.862836 | 0.05s 2025-12-05 06:59:11.120251 | fa163e02-2909-e15a-00f9-000000005219 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-05 06:59:11.173120 | fa163e02-2909-e15a-00f9-000000005219 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-05 06:59:11.174585 | fa163e02-2909-e15a-00f9-000000005219 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:11.950921 | 0.05s 2025-12-05 06:59:11.209616 | fa163e02-2909-e15a-00f9-00000000521a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-05 06:59:11.266354 | fa163e02-2909-e15a-00f9-00000000521a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-05 06:59:11.267691 | fa163e02-2909-e15a-00f9-00000000521a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:12.044065 | 0.06s PLAY [Server Post Deployments] ************************************************* 2025-12-05 06:59:11.430430 | fa163e02-2909-e15a-00f9-0000000000f7 | TASK | Server Post Deployments 2025-12-05 06:59:11.463415 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000f7') missing from stats 2025-12-05 06:59:11.552991 | fa163e02-2909-e15a-00f9-0000000000f8 | TIMING | include_tasks | standalone | 0:28:12.329345 | 0.07s PLAY [External deployment Post Deploy tasks] *********************************** 2025-12-05 06:59:11.699699 | fa163e02-2909-e15a-00f9-0000000000fc | TASK | External deployment Post Deploy tasks 2025-12-05 06:59:11.735899 | fa163e02-2909-e15a-00f9-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', 'fa163e02-2909-e15a-00f9-0000000000fc') missing from stats 2025-12-05 06:59:11.752747 | fa163e02-2909-e15a-00f9-000000000100 | TASK | is additonal Cell? 2025-12-05 06:59:11.790949 | fa163e02-2909-e15a-00f9-000000000100 | OK | is additonal Cell? | undercloud 2025-12-05 06:59:11.791919 | fa163e02-2909-e15a-00f9-000000000100 | TIMING | is additonal Cell? | undercloud | 0:28:12.568295 | 0.04s 2025-12-05 06:59:11.807672 | fa163e02-2909-e15a-00f9-000000000102 | TASK | discover via nova_manager? 2025-12-05 06:59:11.871929 | fa163e02-2909-e15a-00f9-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-12-05 06:59:11.873159 | fa163e02-2909-e15a-00f9-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:28:12.649533 | 0.06s 2025-12-05 06:59:11.888646 | fa163e02-2909-e15a-00f9-000000000103 | TASK | discover via nova_api? 2025-12-05 06:59:11.971186 | fa163e02-2909-e15a-00f9-000000000103 | OK | discover via nova_api? | undercloud 2025-12-05 06:59:11.972001 | fa163e02-2909-e15a-00f9-000000000103 | TIMING | discover via nova_api? | undercloud | 0:28:12.748382 | 0.08s 2025-12-05 06:59:11.986254 | fa163e02-2909-e15a-00f9-000000000104 | TASK | Warn if no discovery host available 2025-12-05 06:59:12.022043 | fa163e02-2909-e15a-00f9-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-12-05 06:59:12.022894 | fa163e02-2909-e15a-00f9-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:28:12.799274 | 0.04s 2025-12-05 06:59:12.048688 | fa163e02-2909-e15a-00f9-000000000105 | TASK | Discovering nova hosts 2025-12-05 06:59:14.613171 | fa163e02-2909-e15a-00f9-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e02-2909-e15a-00f9-000000000105') missing from stats 2025-12-05 06:59:14.697623 | fa163e02-2909-e15a-00f9-000000000106 | OK | set_fact | undercloud 2025-12-05 06:59:14.699351 | fa163e02-2909-e15a-00f9-000000000106 | TIMING | set_fact | undercloud | 0:28:15.475714 | 0.07s 2025-12-05 06:59:14.718227 | fa163e02-2909-e15a-00f9-000000000108 | TASK | Set up group_vars 2025-12-05 06:59:14.774454 | fa163e02-2909-e15a-00f9-000000000108 | OK | Set up group_vars | undercloud 2025-12-05 06:59:14.775741 | fa163e02-2909-e15a-00f9-000000000108 | TIMING | Set up group_vars | undercloud | 0:28:15.552111 | 0.06s 2025-12-05 06:59:14.791351 | fa163e02-2909-e15a-00f9-000000000109 | TASK | Make needed directories on the undercloud 2025-12-05 06:59:15.058963 | fa163e02-2909-e15a-00f9-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-0zpkwi6h/octavia-ansible 2025-12-05 06:59:15.061087 | fa163e02-2909-e15a-00f9-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:15.837452 | 0.27s 2025-12-05 06:59:15.261533 | fa163e02-2909-e15a-00f9-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-0zpkwi6h/octavia-ansible/local_dir 2025-12-05 06:59:15.262626 | fa163e02-2909-e15a-00f9-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:16.039005 | 0.47s 2025-12-05 06:59:15.480052 | fa163e02-2909-e15a-00f9-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-0zpkwi6h/octavia-ansible/group_vars 2025-12-05 06:59:15.480765 | fa163e02-2909-e15a-00f9-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:16.257145 | 0.69s 2025-12-05 06:59:15.487389 | fa163e02-2909-e15a-00f9-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:16.263754 | 0.70s 2025-12-05 06:59:15.502782 | fa163e02-2909-e15a-00f9-00000000010a | TASK | Write group_vars file 2025-12-05 06:59:15.969450 | fa163e02-2909-e15a-00f9-00000000010a | CHANGED | Write group_vars file | undercloud 2025-12-05 06:59:15.971108 | fa163e02-2909-e15a-00f9-00000000010a | TIMING | Write group_vars file | undercloud | 0:28:16.747482 | 0.47s 2025-12-05 06:59:15.996211 | fa163e02-2909-e15a-00f9-00000000010b | TASK | Gather missing facts 2025-12-05 06:59:16.361997 | fa163e02-2909-e15a-00f9-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e02-2909-e15a-00f9-00000000010b') missing from stats 2025-12-05 06:59:16.378923 | fa163e02-2909-e15a-00f9-00000000010b | TIMING | Gather missing facts | undercloud | 0:28:17.155291 | 0.38s 2025-12-05 06:59:16.396274 | fa163e02-2909-e15a-00f9-00000000010c | TASK | Write octavia inventory 2025-12-05 06:59:16.978361 | fa163e02-2909-e15a-00f9-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-12-05 06:59:16.979427 | fa163e02-2909-e15a-00f9-00000000010c | TIMING | Write octavia inventory | undercloud | 0:28:17.755806 | 0.58s 2025-12-05 06:59:16.994443 | fa163e02-2909-e15a-00f9-00000000010d | TASK | Check for ssh_private_key in working directory 2025-12-05 06:59:17.198190 | fa163e02-2909-e15a-00f9-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-12-05 06:59:17.199735 | fa163e02-2909-e15a-00f9-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:28:17.976108 | 0.20s 2025-12-05 06:59:17.214622 | fa163e02-2909-e15a-00f9-00000000010e | TASK | Set private key location 2025-12-05 06:59:17.254026 | fa163e02-2909-e15a-00f9-00000000010e | SKIPPED | Set private key location | undercloud 2025-12-05 06:59:17.255262 | fa163e02-2909-e15a-00f9-00000000010e | TIMING | Set private key location | undercloud | 0:28:18.031634 | 0.04s 2025-12-05 06:59:17.270019 | fa163e02-2909-e15a-00f9-00000000010f | TASK | Configure octavia command 2025-12-05 06:59:17.309162 | fa163e02-2909-e15a-00f9-00000000010f | OK | Configure octavia command | undercloud 2025-12-05 06:59:17.310457 | fa163e02-2909-e15a-00f9-00000000010f | TIMING | Configure octavia command | undercloud | 0:28:18.086829 | 0.04s 2025-12-05 06:59:17.357127 | fa163e02-2909-e15a-00f9-000000000110 | OK | set_fact | undercloud 2025-12-05 06:59:17.358191 | fa163e02-2909-e15a-00f9-000000000110 | TIMING | set_fact | undercloud | 0:28:18.134566 | 0.03s 2025-12-05 06:59:17.414561 | fa163e02-2909-e15a-00f9-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-0zpkwi6h/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-0zpkwi6h/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-0zpkwi6h/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-12-05 06:59:17.415470 | fa163e02-2909-e15a-00f9-000000000111 | TIMING | debug | undercloud | 0:28:18.191850 | 0.04s 2025-12-05 06:59:17.430126 | fa163e02-2909-e15a-00f9-000000000112 | TASK | Configure octavia on overcloud 2025-12-05 07:03:17.328372 | fa163e02-2909-e15a-00f9-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-12-05 07:03:17.331622 | fa163e02-2909-e15a-00f9-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:32:18.107975 | 239.90s 2025-12-05 07:03:17.352904 | fa163e02-2909-e15a-00f9-000000000113 | TASK | Purge temp dirs 2025-12-05 07:03:17.696343 | fa163e02-2909-e15a-00f9-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-0zpkwi6h/octavia-ansible/local_dir 2025-12-05 07:03:17.699964 | fa163e02-2909-e15a-00f9-000000000113 | TIMING | Purge temp dirs | undercloud | 0:32:18.476225 | 0.35s 2025-12-05 07:03:17.710908 | fa163e02-2909-e15a-00f9-000000000113 | TIMING | Purge temp dirs | undercloud | 0:32:18.487282 | 0.36s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=647 changed=315 unreachable=0 failed=0 skipped=329 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-12-05 07:03:17.766122 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 07:03:17.766409 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 07:03:17.766643 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:32:18.543030 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 07:03:17.766958 | UUID | Info | Host | Task Name | Run Time 2025-12-05 07:03:17.767179 | fa163e02-2909-e15a-00f9-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 239.90s 2025-12-05 07:03:17.767417 | fa163e02-2909-e15a-00f9-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 222.31s 2025-12-05 07:03:17.767642 | fa163e02-2909-e15a-00f9-000000004dfc | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 120.55s 2025-12-05 07:03:17.767904 | fa163e02-2909-e15a-00f9-0000000033ed | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 105.21s 2025-12-05 07:03:17.768132 | fa163e02-2909-e15a-00f9-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.55s 2025-12-05 07:03:17.768352 | fa163e02-2909-e15a-00f9-000000003c18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 56.60s 2025-12-05 07:03:17.768578 | fa163e02-2909-e15a-00f9-000000003055 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 55.52s 2025-12-05 07:03:17.768813 | fa163e02-2909-e15a-00f9-000000002640 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.90s 2025-12-05 07:03:17.769035 | fa163e02-2909-e15a-00f9-000000003c19 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 32.18s 2025-12-05 07:03:17.769272 | fa163e02-2909-e15a-00f9-000000004dfb | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 31.30s 2025-12-05 07:03:17.769492 | fa163e02-2909-e15a-00f9-000000004c60 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.87s 2025-12-05 07:03:17.769710 | fa163e02-2909-e15a-00f9-000000003419 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.21s 2025-12-05 07:03:17.769944 | fa163e02-2909-e15a-00f9-000000005193 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 26.17s 2025-12-05 07:03:17.770168 | fa163e02-2909-e15a-00f9-000000003445 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.77s 2025-12-05 07:03:17.770413 | fa163e02-2909-e15a-00f9-000000003471 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.55s 2025-12-05 07:03:17.770636 | fa163e02-2909-e15a-00f9-000000005192 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.42s 2025-12-05 07:03:17.770915 | fa163e02-2909-e15a-00f9-000000004ef7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.73s 2025-12-05 07:03:17.771134 | fa163e02-2909-e15a-00f9-000000004f23 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.52s 2025-12-05 07:03:17.771377 | fa163e02-2909-e15a-00f9-000000004f4f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.17s 2025-12-05 07:03:17.771591 | fa163e02-2909-e15a-00f9-000000003a84 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.70s 2025-12-05 07:03:17.771871 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-0zpkwi6h Install artifact is located at /root/standalone-install-20251205070318.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.1A34s5r1J3 + exit 0 ~/ci-framework-data/artifacts