~/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.9qJ0b2e8lh + 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.9qJ0b2e8lh/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.9qJ0b2e8lh/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.9qJ0b2e8lh + J2_VARS_FILE=/tmp/tmp.9qJ0b2e8lh/tmp.RXpBfvzNoh.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.9qJ0b2e8lh/tmp.RXpBfvzNoh.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.9qJ0b2e8lh/tmp.RXpBfvzNoh.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.9qJ0b2e8lh/tmp.RXpBfvzNoh.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.9qJ0b2e8lh/tmp.RXpBfvzNoh.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.9qJ0b2e8lh/tmp.RXpBfvzNoh.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.9qJ0b2e8lh/tmp.RXpBfvzNoh.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.9qJ0b2e8lh/tmp.RXpBfvzNoh.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.9qJ0b2e8lh/tmp.RXpBfvzNoh.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.9qJ0b2e8lh/tmp.RXpBfvzNoh.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.9qJ0b2e8lh/tmp.RXpBfvzNoh.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.9qJ0b2e8lh/tmp.RXpBfvzNoh.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.9qJ0b2e8lh/tmp.RXpBfvzNoh.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.9qJ0b2e8lh/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.9qJ0b2e8lh/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.9qJ0b2e8lh/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.9qJ0b2e8lh/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.9qJ0b2e8lh/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.3 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-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost 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-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.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-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.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-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.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-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libaio-0.3.111-13.el9.x86_64.rpm 193 kB/s | 26 kB 00:00 (2/399): bash-completion-2.11-4.el9.noarch.rpm 2.3 MB/s | 459 kB 00:00 (3/399): device-mapper-persistent-data-0.9.0-13 3.7 MB/s | 786 kB 00:00 (4/399): glibc-langpack-en-2.34-60.el9.x86_64.r 3.6 MB/s | 675 kB 00:00 (5/399): krb5-workstation-1.20.1-8.el9.x86_64.r 4.3 MB/s | 542 kB 00:00 (6/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 352 kB/s | 62 kB 00:00 (7/399): libkadm5-1.20.1-8.el9.x86_64.rpm 630 kB/s | 81 kB 00:00 (8/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 300 kB/s | 37 kB 00:00 (9/399): pkgconf-1.7.3-10.el9.x86_64.rpm 387 kB/s | 45 kB 00:00 (10/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 140 kB/s | 12 kB 00:00 (11/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 131 kB/s | 16 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.1 MB/s | 418 kB 00:00 (13/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 339 kB/s | 36 kB 00:00 (14/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 339 kB/s | 30 kB 00:00 (15/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 215 kB/s | 19 kB 00:00 (16/399): device-mapper-event-libs-1.02.187-7.e 331 kB/s | 31 kB 00:00 (17/399): device-mapper-event-1.02.187-7.el9_2. 271 kB/s | 32 kB 00:00 (18/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 13 MB/s | 1.5 MB 00:00 (19/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 2.4 MB/s | 223 kB 00:00 (20/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 7.7 MB/s | 1.0 MB 00:00 (21/399): boost-system-1.75.0-8.el9.x86_64.rpm 167 kB/s | 15 kB 00:00 (22/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 580 kB/s | 64 kB 00:00 (23/399): perl-Storable-3.21-460.el9.x86_64.rpm 281 kB/s | 98 kB 00:00 (24/399): boost-locale-1.75.0-8.el9.x86_64.rpm 674 kB/s | 216 kB 00:00 (25/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 140 kB/s | 17 kB 00:00 (26/399): python3-urllib-gssapi-1.0.2-4.el9.noa 51 kB/s | 24 kB 00:00 (27/399): boost-thread-1.75.0-8.el9.x86_64.rpm 645 kB/s | 57 kB 00:00 (28/399): perl-Exporter-5.74-461.el9.noarch.rpm 320 kB/s | 34 kB 00:00 (29/399): perl-File-Temp-0.231.100-4.el9.noarch 584 kB/s | 63 kB 00:00 (30/399): perl-Data-Dumper-2.174-462.el9.x86_64 369 kB/s | 59 kB 00:00 (31/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 256 kB/s | 25 kB 00:00 (32/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.7 MB/s | 283 kB 00:00 (33/399): perl-parent-0.238-460.el9.noarch.rpm 97 kB/s | 16 kB 00:00 (34/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.3 MB/s | 321 kB 00:00 (35/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.8 MB/s | 224 kB 00:00 (36/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 4.1 MB/s | 392 kB 00:00 (37/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 442 kB/s | 45 kB 00:00 (38/399): perl-PathTools-3.78-461.el9.x86_64.rp 884 kB/s | 92 kB 00:00 (39/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.4 MB/s | 229 kB 00:00 (40/399): perl-Term-ANSIColor-5.01-461.el9.noar 547 kB/s | 51 kB 00:00 (41/399): perl-Text-ParseWords-3.30-460.el9.noa 211 kB/s | 18 kB 00:00 (42/399): perl-libnet-3.13-4.el9.noarch.rpm 1.5 MB/s | 134 kB 00:00 (43/399): perl-URI-5.09-3.el9.noarch.rpm 1.0 MB/s | 125 kB 00:00 (44/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 11 MB/s | 1.2 MB 00:00 (45/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 257 kB/s | 26 kB 00:00 (46/399): iptables-nft-services-1.8.8-6.el9_1.n 224 kB/s | 28 kB 00:00 (47/399): perl-Encode-3.08-462.el9.x86_64.rpm 15 MB/s | 1.7 MB 00:00 (48/399): perl-Carp-1.50-460.el9.noarch.rpm 247 kB/s | 31 kB 00:00 (49/399): perl-Pod-Escapes-1.07-460.el9.noarch. 249 kB/s | 22 kB 00:00 (50/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.0 MB/s | 218 kB 00:00 (51/399): libburn-1.5.4-4.el9.x86_64.rpm 1.6 MB/s | 175 kB 00:00 (52/399): perl-Mozilla-CA-20200520-6.el9.noarch 150 kB/s | 14 kB 00:00 (53/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 280 kB/s | 24 kB 00:00 (54/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 847 kB/s | 76 kB 00:00 (55/399): perl-Time-Local-1.300-7.el9.noarch.rp 374 kB/s | 37 kB 00:00 (56/399): python3-yubico-1.3.3-7.el9.noarch.rpm 815 kB/s | 73 kB 00:00 (57/399): sshpass-1.09-4.el9.x86_64.rpm 340 kB/s | 30 kB 00:00 (58/399): boost-filesystem-1.75.0-8.el9.x86_64. 508 kB/s | 59 kB 00:00 (59/399): boost-log-1.75.0-8.el9.x86_64.rpm 3.6 MB/s | 410 kB 00:00 (60/399): boost-program-options-1.75.0-8.el9.x8 692 kB/s | 108 kB 00:00 (61/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 259 kB/s | 39 kB 00:00 (62/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 374 kB/s | 34 kB 00:00 (63/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 220 kB/s | 19 kB 00:00 (64/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.4 MB/s | 419 kB 00:00 (65/399): perl-Digest-1.19-4.el9.noarch.rpm 183 kB/s | 29 kB 00:00 (66/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.0 MB/s | 92 kB 00:00 (67/399): perl-File-Path-2.18-4.el9.noarch.rpm 277 kB/s | 38 kB 00:00 (68/399): perl-Socket-2.031-4.el9.x86_64.rpm 574 kB/s | 58 kB 00:00 (69/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 307 kB/s | 43 kB 00:00 (70/399): perl-Scalar-List-Utils-1.56-461.el9.x 586 kB/s | 77 kB 00:00 (71/399): perl-constant-1.33-461.el9.noarch.rpm 296 kB/s | 25 kB 00:00 (72/399): perl-podlators-4.14-460.el9.noarch.rp 1.0 MB/s | 118 kB 00:00 (73/399): python3-appdirs-1.4.4-4.el9.noarch.rp 238 kB/s | 27 kB 00:00 (74/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 595 kB/s | 112 kB 00:00 (75/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.8 MB/s | 163 kB 00:00 (76/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.0 MB/s | 96 kB 00:00 (77/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 479 kB/s | 48 kB 00:00 (78/399): python3-qrcode-core-6.1-12.el9.noarch 485 kB/s | 61 kB 00:00 (79/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.9 MB/s | 279 kB 00:00 (80/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.4 MB/s | 221 kB 00:00 (81/399): python3-alembic-1.7.5-3.el9.noarch.rp 8.3 MB/s | 900 kB 00:00 (82/399): python3-augeas-0.5.0-25.el9.noarch.rp 362 kB/s | 31 kB 00:00 (83/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 4.7 MB/s | 489 kB 00:00 (84/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 428 kB/s | 42 kB 00:00 (85/399): perl-AutoLoader-5.74-480.el9.noarch.r 271 kB/s | 23 kB 00:00 (86/399): perl-B-1.80-480.el9.x86_64.rpm 1.9 MB/s | 185 kB 00:00 (87/399): perl-Class-Struct-0.66-480.el9.noarch 279 kB/s | 24 kB 00:00 (88/399): perl-Errno-1.30-480.el9.x86_64.rpm 182 kB/s | 17 kB 00:00 (89/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 264 kB/s | 23 kB 00:00 (90/399): perl-File-stat-1.09-480.el9.noarch.rp 217 kB/s | 19 kB 00:00 (91/399): perl-FileHandle-2.03-480.el9.noarch.r 194 kB/s | 17 kB 00:00 (92/399): perl-File-Basename-2.85-480.el9.noarc 124 kB/s | 19 kB 00:00 (93/399): perl-Getopt-Std-1.12-480.el9.noarch.r 203 kB/s | 17 kB 00:00 (94/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 286 kB/s | 25 kB 00:00 (95/399): perl-IO-1.43-480.el9.x86_64.rpm 897 kB/s | 94 kB 00:00 (96/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 262 kB/s | 25 kB 00:00 (97/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.0 MB/s | 99 kB 00:00 (98/399): perl-SelectSaver-1.02-480.el9.noarch. 131 kB/s | 13 kB 00:00 (99/399): perl-Symbol-1.08-480.el9.noarch.rpm 140 kB/s | 16 kB 00:00 (100/399): perl-base-2.27-480.el9.noarch.rpm 191 kB/s | 18 kB 00:00 (101/399): perl-if-0.60.800-480.el9.noarch.rpm 172 kB/s | 16 kB 00:00 (102/399): perl-interpreter-5.32.1-480.el9.x86_ 828 kB/s | 75 kB 00:00 (103/399): perl-mro-1.23-480.el9.x86_64.rpm 322 kB/s | 31 kB 00:00 (104/399): perl-libs-5.32.1-480.el9.x86_64.rpm 15 MB/s | 2.2 MB 00:00 (105/399): perl-overload-1.31-480.el9.noarch.rp 538 kB/s | 47 kB 00:00 (106/399): perl-subs-1.03-480.el9.noarch.rpm 145 kB/s | 13 kB 00:00 (107/399): perl-overloading-0.02-480.el9.noarch 110 kB/s | 15 kB 00:00 (108/399): perl-vars-1.05-480.el9.noarch.rpm 143 kB/s | 15 kB 00:00 (109/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.8 MB/s | 259 kB 00:00 (110/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 176 kB 00:00 (111/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 3.3 MB/s | 459 kB 00:00 (112/399): jq-1.6-14.el9.x86_64.rpm 2.1 MB/s | 190 kB 00:00 (113/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 247 kB/s | 40 kB 00:00 (114/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 549 kB/s | 59 kB 00:00 (115/399): ansible-freeipa-1.9.2-3.el9_2.noarch 3.5 MB/s | 452 kB 00:00 (116/399): rhel-system-roles-1.21.2-1.el9_2.noa 16 MB/s | 2.4 MB 00:00 (117/399): ansible-collection-ansible-netcommon 1.2 MB/s | 181 kB 00:00 (118/399): ansible-collection-ansible-posix-1.2 1.3 MB/s | 124 kB 00:00 (119/399): ansible-collection-ansible-utils-2.3 963 kB/s | 91 kB 00:00 (120/399): golang-github-vbatts-tar-split-0.11. 9.9 MB/s | 1.0 MB 00:00 (121/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 392 kB/s | 77 kB 00:00 (122/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 934 kB/s | 162 kB 00:00 (123/399): ansible-collection-community-general 4.3 MB/s | 1.3 MB 00:00 (124/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.7 MB/s | 178 kB 00:00 (125/399): python3-ansible-runner-2.0.0a1-3.el9 1.3 MB/s | 122 kB 00:00 (126/399): puppet-fdio-18.2-1.20220727113954.6f 153 kB/s | 25 kB 00:00 (127/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 483 kB/s | 44 kB 00:00 (128/399): python3-beautifulsoup4-4.9.3-2.el9os 2.0 MB/s | 204 kB 00:00 (129/399): python3-daemon-2.3.0-1.el9ost.noarch 408 kB/s | 39 kB 00:00 (130/399): python3-croniter-0.3.35-2.el9ost.noa 325 kB/s | 49 kB 00:00 (131/399): python3-docutils-0.16-6.el9ost.noarc 12 MB/s | 1.5 MB 00:00 (132/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 507 kB/s | 44 kB 00:00 (133/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.2 MB/s | 107 kB 00:00 (134/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.9 MB/s | 284 kB 00:00 (135/399): python3-gevent-21.1.2-2.el9ost.x86_6 8.9 MB/s | 1.6 MB 00:00 (136/399): python3-jmespath-0.10.0-1.el9ost.noa 499 kB/s | 46 kB 00:00 (137/399): python3-logutils-0.3.5-15.el9ost.noa 539 kB/s | 47 kB 00:00 (138/399): python3-memcached-1.59-3.el9ost.noar 462 kB/s | 40 kB 00:00 (139/399): python3-lockfile-0.12.2-2.el9ost.noa 157 kB/s | 31 kB 00:00 (140/399): python3-mimeparse-1.6.0-16.el9ost.no 180 kB/s | 16 kB 00:00 (141/399): python3-migrate-0.13.0-1.el9ost.noar 1.8 MB/s | 224 kB 00:00 (142/399): python3-natsort-7.1.1-2.el9ost.noarc 682 kB/s | 59 kB 00:00 (143/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.5 MB/s | 273 kB 00:00 (144/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.0 MB/s | 90 kB 00:00 (145/399): python3-passlib-1.7.4-3.el9ost.noarc 3.9 MB/s | 712 kB 00:00 (146/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.2 MB/s | 111 kB 00:00 (147/399): python3-pyperclip-1.8.0-3.el9ost.noa 295 kB/s | 25 kB 00:00 (148/399): python3-setproctitle-1.2.2-1.el9ost. 268 kB/s | 23 kB 00:00 (149/399): python3-smmap-3.0.1-4.el9ost.noarch. 511 kB/s | 47 kB 00:00 (150/399): python3-soupsieve-2.2-1.el9ost.noarc 765 kB/s | 67 kB 00:00 (151/399): python3-sqlalchemy13-1.3.24-3.el9ost 14 MB/s | 1.7 MB 00:00 (152/399): python3-webtest-2.0.35-6.el9ost.noar 867 kB/s | 82 kB 00:00 (153/399): python3-tenacity-6.3.1-1.el9ost.noar 439 kB/s | 51 kB 00:00 (154/399): python3-zope-event-4.2.0-20.el9ost.n 2.1 MB/s | 205 kB 00:00 (155/399): python3-zope-interface-5.4.0-1.el9os 2.1 MB/s | 202 kB 00:00 (156/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 2.5 MB/s | 396 kB 00:00 (157/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.6 MB/s | 243 kB 00:00 (158/399): rubygem-fast_gettext-1.2.0-9.el9ost. 362 kB/s | 34 kB 00:00 (159/399): rubygem-deep_merge-1.2.1-7.el9ost.no 96 kB/s | 14 kB 00:00 (160/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.0 MB/s | 90 kB 00:00 (161/399): rubygem-puppet-resource_api-1.8.13-1 317 kB/s | 34 kB 00:00 (162/399): rubygem-multi_json-1.15.0-2.el9ost.n 157 kB/s | 22 kB 00:00 (163/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 182 kB/s | 16 kB 00:00 (164/399): rubygem-semantic_puppet-1.0.4-2.el9o 243 kB/s | 21 kB 00:00 (165/399): ansible-config_template-2.0.1-17.1.2 307 kB/s | 29 kB 00:00 (166/399): ansible-role-atos-hsm-1.0.1-17.1.202 201 kB/s | 17 kB 00:00 (167/399): ansible-role-chrony-1.3.1-17.1.20230 231 kB/s | 22 kB 00:00 (168/399): ansible-role-collectd-config-0.0.3-1 563 kB/s | 53 kB 00:00 (169/399): ansible-role-container-registry-1.4. 282 kB/s | 24 kB 00:00 (170/399): ansible-role-openstack-operations-0. 313 kB/s | 30 kB 00:00 (171/399): ansible-role-qdr-config-0.0.2-17.1.2 250 kB/s | 21 kB 00:00 (172/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 970 kB/s | 433 kB 00:00 (173/399): ansible-role-redhat-subscription-1.3 307 kB/s | 28 kB 00:00 (174/399): ansible-role-thales-hsm-3.0.1-17.1.2 211 kB/s | 21 kB 00:00 (175/399): ansible-role-tripleo-modify-image-1. 313 kB/s | 27 kB 00:00 (176/399): ansible-tripleo-ipsec-11.0.1-17.1.20 353 kB/s | 38 kB 00:00 (177/399): ansible-tripleo-ipa-0.3.1-17.1.20230 293 kB/s | 36 kB 00:00 (178/399): dib-utils-0.0.11-17.1.20230620173328 144 kB/s | 12 kB 00:00 (179/399): openstack-heat-agents-2.2.1-17.1.202 115 kB/s | 9.6 kB 00:00 (180/399): os-apply-config-13.1.1-17.1.20231020 524 kB/s | 54 kB 00:00 (181/399): os-collect-config-13.1.1-17.1.202310 561 kB/s | 50 kB 00:00 (182/399): os-refresh-config-13.1.1-17.1.202310 248 kB/s | 21 kB 00:00 (183/399): puppet-aodh-18.4.2-17.1.202306201512 677 kB/s | 62 kB 00:00 (184/399): puppet-auditd-2.2.1-17.1.20230620192 336 kB/s | 28 kB 00:00 (185/399): puppet-archive-4.6.1-17.1.2023062018 346 kB/s | 44 kB 00:00 (186/399): puppet-ceilometer-18.4.3-17.1.202309 734 kB/s | 70 kB 00:00 (187/399): puppet-certmonger-2.7.1-17.1.2023062 304 kB/s | 26 kB 00:00 (188/399): puppet-cinder-18.5.2-17.1.2023062105 1.4 MB/s | 120 kB 00:00 (189/399): puppet-collectd-13.0.1-17.1.20230620 885 kB/s | 135 kB 00:00 (190/399): puppet-designate-18.6.1-17.1.2023062 716 kB/s | 69 kB 00:00 (191/399): puppet-corosync-8.0.1-17.1.202306211 572 kB/s | 68 kB 00:00 (192/399): puppet-etcd-1.12.3-17.1.202306201932 291 kB/s | 25 kB 00:00 (193/399): puppet-gnocchi-18.4.3-17.1.202306210 523 kB/s | 58 kB 00:00 (194/399): puppet-dns-8.2.1-17.1.20230621002045 278 kB/s | 36 kB 00:00 (195/399): puppet-heat-18.4.1-17.1.202306211116 684 kB/s | 70 kB 00:00 (196/399): puppet-kmod-2.5.0-17.1.2023062019064 188 kB/s | 21 kB 00:00 (197/399): puppet-manila-18.5.2-17.1.2023110219 584 kB/s | 81 kB 00:00 (198/399): puppet-memcached-6.0.0-17.1.20230620 244 kB/s | 23 kB 00:00 (199/399): puppet-mysql-10.6.1-17.1.20230621022 1.1 MB/s | 99 kB 00:00 (200/399): puppet-neutron-18.6.1-17.1.202306210 1.9 MB/s | 196 kB 00:00 (201/399): puppet-nova-18.6.1-17.1.202306210904 2.2 MB/s | 200 kB 00:00 (202/399): puppet-nssdb-1.0.2-17.1.202306201856 144 kB/s | 12 kB 00:00 (203/399): puppet-octavia-18.5.1-17.1.202306210 873 kB/s | 76 kB 00:00 (204/399): puppet-openstack_extras-18.5.1-17.1. 461 kB/s | 48 kB 00:00 (205/399): puppet-openstacklib-18.5.2-17.1.2023 613 kB/s | 62 kB 00:00 (206/399): puppet-oslo-18.5.1-17.1.202306210523 544 kB/s | 48 kB 00:00 (207/399): puppet-placement-5.4.3-17.1.20230621 403 kB/s | 41 kB 00:00 (208/399): puppet-qdr-7.4.1-17.1.20230620195605 243 kB/s | 31 kB 00:00 (209/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.7 MB/s | 266 kB 00:00 (210/399): puppet-rsyslog-4.0.1-17.1.2023062020 654 kB/s | 58 kB 00:00 (211/399): puppet-ssh-6.2.1-17.1.20230620190251 293 kB/s | 29 kB 00:00 (212/399): puppet-redis-6.1.1-17.1.202306201917 243 kB/s | 51 kB 00:00 (213/399): puppet-stdlib-6.3.1-17.1.20230621000 1.8 MB/s | 160 kB 00:00 (214/399): puppet-vswitch-14.4.3-17.1.202306210 438 kB/s | 41 kB 00:00 (215/399): puppet-systemd-2.12.1-17.1.202306201 295 kB/s | 42 kB 00:00 (216/399): puppet-swift-18.6.1-17.1.20230621052 525 kB/s | 115 kB 00:00 (217/399): puppet-xinetd-3.3.1-17.1.20230620185 239 kB/s | 26 kB 00:00 (218/399): python-oslo-cache-lang-2.7.1-17.1.20 197 kB/s | 19 kB 00:00 (219/399): python-oslo-log-lang-4.4.0-17.1.2023 163 kB/s | 14 kB 00:00 (220/399): python-oslo-policy-lang-3.7.1-17.1.2 159 kB/s | 14 kB 00:00 (221/399): python-oslo-middleware-lang-4.2.1-17 104 kB/s | 13 kB 00:00 (222/399): python-oslo-versionedobjects-lang-2. 131 kB/s | 14 kB 00:00 (223/399): python-pycadf-common-3.1.1-17.1.2023 170 kB/s | 15 kB 00:00 (224/399): python3-GitPython-3.1.14-2.el9ost.no 2.3 MB/s | 238 kB 00:00 (225/399): python3-barbicanclient-5.3.0-17.1.20 1.4 MB/s | 127 kB 00:00 (226/399): python3-cinderclient-7.4.1-17.1.2023 1.9 MB/s | 218 kB 00:00 (227/399): python3-aodhclient-2.2.0-17.1.202306 264 kB/s | 56 kB 00:00 (228/399): python3-cliff-3.7.0-17.1.20230620172 1.1 MB/s | 95 kB 00:00 (229/399): python3-futurist-2.3.0-17.1.20230621 734 kB/s | 64 kB 00:00 (230/399): python3-heat-agent-2.2.1-17.1.202306 123 kB/s | 19 kB 00:00 (231/399): python3-heat-agent-ansible-2.2.1-17. 111 kB/s | 11 kB 00:00 (232/399): python3-designateclient-4.2.1-17.1.2 447 kB/s | 92 kB 00:00 (233/399): python3-heat-agent-hiera-2.2.1-17.1. 99 kB/s | 10 kB 00:00 (234/399): python3-heat-agent-docker-cmd-2.2.1- 76 kB/s | 12 kB 00:00 (235/399): python3-heat-agent-apply-config-2.2. 53 kB/s | 9.9 kB 00:00 (236/399): python3-heat-agent-json-file-2.2.1-1 110 kB/s | 9.8 kB 00:00 (237/399): python3-heatclient-2.3.1-17.1.202306 1.6 MB/s | 158 kB 00:00 (238/399): python3-ironic-inspector-client-4.5. 764 kB/s | 67 kB 00:00 (239/399): python3-heat-agent-puppet-2.2.1-17.1 54 kB/s | 11 kB 00:00 (240/399): python3-keystoneclient-4.3.0-17.1.20 2.3 MB/s | 239 kB 00:00 (241/399): python3-ironicclient-4.6.4-17.1.2023 2.1 MB/s | 342 kB 00:00 (242/399): python3-keystonemiddleware-9.2.0-17. 951 kB/s | 92 kB 00:00 (243/399): python3-magnumclient-3.4.1-17.1.2023 1.2 MB/s | 121 kB 00:00 (244/399): python3-novaclient-17.4.1-17.1.20230 2.0 MB/s | 201 kB 00:00 (245/399): python3-neutronclient-7.3.1-17.1.202 1.9 MB/s | 298 kB 00:00 (246/399): python3-mistralclient-4.2.0-17.1.202 810 kB/s | 166 kB 00:00 (247/399): python3-os-client-config-2.1.0-17.1. 565 kB/s | 55 kB 00:00 (248/399): python3-os-service-types-1.7.0-17.1. 299 kB/s | 38 kB 00:00 (249/399): python3-os-traits-2.5.0-17.1.2023062 328 kB/s | 45 kB 00:00 (250/399): python3-osc-lib-2.3.1-17.1.202306202 891 kB/s | 78 kB 00:00 (251/399): python3-oslo-cache-2.7.1-17.1.202306 621 kB/s | 56 kB 00:00 (252/399): python3-oslo-log-4.4.0-17.1.20230620 744 kB/s | 64 kB 00:00 (253/399): python3-oslo-context-3.2.1-17.1.2023 244 kB/s | 27 kB 00:00 (254/399): python3-oslo-policy-3.7.1-17.1.20230 768 kB/s | 76 kB 00:00 (255/399): python3-oslo-reports-2.2.0-17.1.2023 571 kB/s | 59 kB 00:00 (256/399): python3-oslo-middleware-4.2.1-17.1.2 258 kB/s | 55 kB 00:00 (257/399): python3-oslo-rootwrap-6.3.1-17.1.202 455 kB/s | 46 kB 00:00 (258/399): python3-oslo-serialization-4.1.1-17. 378 kB/s | 34 kB 00:00 (259/399): python3-oslo-versionedobjects-2.4.1- 708 kB/s | 79 kB 00:00 (260/399): python3-osprofiler-3.4.0-17.1.202306 1.1 MB/s | 130 kB 00:00 (261/399): python3-pycadf-3.1.1-17.1.2023062021 409 kB/s | 53 kB 00:00 (262/399): python3-oslo-upgradecheck-1.3.1-17.1 107 kB/s | 29 kB 00:00 (263/399): python3-requestsexceptions-1.4.0-17. 120 kB/s | 17 kB 00:00 (264/399): python3-shade-1.33.0-17.1.2023062022 4.0 MB/s | 523 kB 00:00 (265/399): python3-saharaclient-3.3.0-17.1.2023 1.1 MB/s | 188 kB 00:00 (266/399): python3-statsd-3.2.1-20.1.el9ost.noa 216 kB/s | 35 kB 00:00 (267/399): python3-swiftclient-3.11.1-17.1.2023 1.1 MB/s | 136 kB 00:00 (268/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 404 kB/s | 50 kB 00:00 (269/399): python3-validations-libs-1.9.1-17.1. 1.5 MB/s | 137 kB 00:00 (270/399): python3-troveclient-7.0.0-17.1.20230 1.7 MB/s | 344 kB 00:00 (271/399): python3-zaqarclient-2.4.0-17.1.20230 1.2 MB/s | 129 kB 00:00 (272/399): validations-common-1.9.1-17.1.202310 1.2 MB/s | 111 kB 00:00 (273/399): python3-paramiko-2.11.0-2.el9ost.noa 3.1 MB/s | 299 kB 00:00 (274/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.6 MB/s | 427 kB 00:00 (275/399): ansible-pacemaker-1.0.4-17.1.2023121 169 kB/s | 21 kB 00:00 (276/399): python3-manilaclient-2.6.4-17.1.2024 5.5 MB/s | 528 kB 00:00 (277/399): python3-webob-1.8.7-2.1.el9ost.noarc 1.6 MB/s | 230 kB 00:00 (278/399): ansible-role-metalsmith-deployment-1 156 kB/s | 21 kB 00:00 (279/399): python3-sqlparse-0.4.1-2.el9ost.noar 371 kB/s | 83 kB 00:00 (280/399): openstack-selinux-0.8.37-17.1.202311 2.3 MB/s | 221 kB 00:00 (281/399): puppet-ironic-18.7.1-17.1.2024030521 1.0 MB/s | 121 kB 00:00 (282/399): python-oslo-db-lang-8.5.2-17.1.20240 157 kB/s | 14 kB 00:00 (283/399): python3-glanceclient-3.3.0-17.1.2024 1.2 MB/s | 143 kB 00:00 (284/399): python3-keystoneauth1-4.4.0-17.1.202 3.8 MB/s | 409 kB 00:00 (285/399): python3-metalsmith-1.4.4-17.1.202405 561 kB/s | 65 kB 00:00 (286/399): python3-oslo-db-8.5.2-17.1.202408201 1.6 MB/s | 144 kB 00:00 (287/399): python3-neutron-lib-2.10.3-17.1.2023 2.8 MB/s | 375 kB 00:00 (288/399): python3-octaviaclient-2.3.1-17.1.202 485 kB/s | 91 kB 00:00 (289/399): python3-oslo-messaging-12.7.3-17.1.2 2.1 MB/s | 216 kB 00:00 (290/399): python3-oslo-service-2.5.1-17.1.2024 707 kB/s | 71 kB 00:00 (291/399): python3-waitress-2.0.0-4.el9ost.noar 1.1 MB/s | 109 kB 00:00 (292/399): openstack-ansible-core-2.14.2-4.7.el 17 MB/s | 2.3 MB 00:00 (293/399): python3-rhosp-openvswitch-3.3-1.el9o 35 kB/s | 8.3 kB 00:00 (294/399): puppet-glance-18.6.1-17.1.2025022015 945 kB/s | 87 kB 00:00 (295/399): openstack-tripleo-validations-14.3.2 1.0 MB/s | 204 kB 00:00 (296/399): puppet-pacemaker-1.5.1-17.1.20250214 1.4 MB/s | 158 kB 00:00 (297/399): puppet-ovn-18.6.1-17.1.2024092509490 172 kB/s | 29 kB 00:00 (298/399): python3-os-ken-1.4.1-17.1.2024120509 15 MB/s | 2.1 MB 00:00 (299/399): puppet-tripleo-14.2.3-17.1.202503201 2.3 MB/s | 239 kB 00:00 (300/399): ansible-collection-containers-podman 2.3 MB/s | 243 kB 00:00 (301/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 2.8 MB/s | 351 kB 00:00 (302/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.2 MB/s | 518 kB 00:00 (303/399): ansible-collections-openstack-1.9.1- 769 kB/s | 146 kB 00:00 (304/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.0 MB/s | 405 kB 00:00 (305/399): hiera-3.6.0-6.el9ost.noarch.rpm 263 kB/s | 33 kB 00:00 (306/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.0 MB/s | 92 kB 00:00 (307/399): puppet-7.10.0-4.el9ost.noarch.rpm 56 kB/s | 11 kB 00:00 (308/399): puppet-headless-7.10.0-4.el9ost.noar 8.0 MB/s | 1.4 MB 00:00 (309/399): python3-boto-2.45.0-8.1.el9ost.noarc 12 MB/s | 1.3 MB 00:00 (310/399): python3-cachetools-4.2.2-3.el9ost.no 332 kB/s | 33 kB 00:00 (311/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 2.5 MB/s | 284 kB 00:00 (312/399): python3-dogpile-cache-1.1.5-5.el9ost 998 kB/s | 89 kB 00:00 (313/399): python3-extras-1.0.0-17.el9ost.noarc 239 kB/s | 21 kB 00:00 (314/399): python3-fixtures-3.0.0-24.el9ost.noa 907 kB/s | 93 kB 00:00 (315/399): python3-colorama-0.4.4-4.el9ost.noar 128 kB/s | 35 kB 00:00 (316/399): python3-keyring-21.8.0-4.el9ost.noar 687 kB/s | 77 kB 00:00 (317/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.3 MB/s | 313 kB 00:00 (318/399): python3-msgpack-1.0.2-4.el9ost.x86_6 999 kB/s | 87 kB 00:00 (319/399): python3-munch-2.5.0-6.el9ost.noarch. 227 kB/s | 25 kB 00:00 (320/399): python3-openstacksdk-0.55.1-17.1.202 6.7 MB/s | 735 kB 00:00 (321/399): python3-paste-3.5.0-5.el9ost.noarch. 6.8 MB/s | 776 kB 00:00 (322/399): python3-paste-deploy-2.1.1-4.el9ost. 467 kB/s | 41 kB 00:00 (323/399): python3-pystache-0.5.4-15.el9ost.noa 767 kB/s | 132 kB 00:00 (324/399): python3-repoze-lru-0.7-12.el9ost.noa 249 kB/s | 32 kB 00:00 (325/399): python3-routes-2.4.1-14.el9ost.noarc 1.4 MB/s | 188 kB 00:00 (326/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 671 kB/s | 57 kB 00:00 (327/399): python3-secretstorage-3.3.1-3.el9ost 408 kB/s | 36 kB 00:00 (328/399): python3-simplejson-3.17.5-3.el9ost.x 2.4 MB/s | 266 kB 00:00 (329/399): python3-tempita-0.5.1-27.el9ost.noar 432 kB/s | 36 kB 00:00 (330/399): python3-testtools-2.4.0-10.el9ost.no 3.6 MB/s | 333 kB 00:00 (331/399): python3-warlock-1.3.3-7.el9ost.noarc 255 kB/s | 21 kB 00:00 (332/399): python3-vine-5.0.0-5.el9ost.noarch.r 169 kB/s | 26 kB 00:00 (333/399): python3-yappi-1.3.1-5.el9ost.x86_64. 585 kB/s | 56 kB 00:00 (334/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.8 MB/s | 180 kB 00:00 (335/399): ruby-facter-3.14.19-3.el9ost.x86_64. 111 kB/s | 9.5 kB 00:00 (336/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 245 kB/s | 29 kB 00:00 (337/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.4 MB/s | 123 kB 00:00 (338/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 207 kB/s | 19 kB 00:00 (339/399): openstack-heat-api-16.1.1-17.1.20250 137 kB/s | 16 kB 00:00 (340/399): openstack-heat-common-16.1.1-17.1.20 15 MB/s | 1.6 MB 00:00 (341/399): openstack-heat-engine-16.1.1-17.1.20 182 kB/s | 15 kB 00:00 (342/399): puppet-barbican-18.4.2-17.1.20250625 651 kB/s | 57 kB 00:00 (343/399): python-openstackclient-lang-5.5.2-17 667 kB/s | 58 kB 00:00 (344/399): openstack-heat-monolith-16.1.1-17.1. 130 kB/s | 16 kB 00:00 (345/399): openstack-tripleo-common-containers- 817 kB/s | 74 kB 00:00 (346/399): python3-openstackclient-5.5.2-17.1.2 8.9 MB/s | 1.1 MB 00:00 (347/399): openstack-tripleo-common-15.4.1-17.1 339 kB/s | 48 kB 00:00 (348/399): puppet-apache-6.5.2-17.1.20250811150 2.6 MB/s | 253 kB 00:00 (349/399): puppet-concat-6.2.1-17.1.20250725131 337 kB/s | 44 kB 00:00 (350/399): puppet-firewall-3.4.1-17.1.202508041 580 kB/s | 73 kB 00:00 (351/399): puppet-git-0.5.0-17.1.20250725114148 307 kB/s | 26 kB 00:00 (352/399): puppet-haproxy-4.2.2-17.1.2025072511 632 kB/s | 55 kB 00:00 (353/399): puppet-inifile-4.2.1-17.1.2025080415 438 kB/s | 46 kB 00:00 (354/399): puppet-keepalived-0.0.2-17.1.2025072 181 kB/s | 17 kB 00:00 (355/399): puppet-ipaclient-2.5.2-17.1.20250725 116 kB/s | 21 kB 00:00 (356/399): puppet-module-data-0.5.1-17.1.202507 175 kB/s | 16 kB 00:00 (357/399): puppet-remote-10.0.0-17.1.2025072511 202 kB/s | 19 kB 00:00 (358/399): puppet-snmp-3.9.1-17.1.2025072511575 359 kB/s | 38 kB 00:00 (359/399): puppet-sysctl-0.0.13-17.1.2025072511 228 kB/s | 19 kB 00:00 (360/399): puppet-rsync-1.1.4-17.1.202508041515 141 kB/s | 28 kB 00:00 (361/399): puppet-vcsrepo-3.1.1-17.1.2025072511 620 kB/s | 53 kB 00:00 (362/399): python3-tripleo-common-15.4.1-17.1.2 2.0 MB/s | 198 kB 00:00 (363/399): tripleo-ansible-3.3.1-17.1.202508040 4.6 MB/s | 569 kB 00:00 (364/399): python3-tripleoclient-16.5.1-17.1.20 3.4 MB/s | 552 kB 00:00 (365/399): openstack-tripleo-heat-templates-14. 5.7 MB/s | 611 kB 00:00 (366/399): puppet-horizon-18.6.1-17.1.202510081 619 kB/s | 59 kB 00:00 (367/399): puppet-keystone-18.6.1-17.1.20251008 1.4 MB/s | 126 kB 00:00 (368/399): ipa-client-common-4.10.1-12.el9_2.2. 479 kB/s | 44 kB 00:00 (369/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.9 MB/s | 663 kB 00:00 (370/399): python3-ipaclient-4.10.1-12.el9_2.2. 5.1 MB/s | 648 kB 00:00 (371/399): ipa-common-4.10.1-12.el9_2.2.noarch. 3.7 MB/s | 656 kB 00:00 (372/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 444 kB/s | 41 kB 00:00 (373/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 408 kB/s | 57 kB 00:00 (374/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 39 MB/s | 7.9 MB 00:00 (375/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 23 MB/s | 3.3 MB 00:00 (376/399): ruby-default-gems-3.0.4-161.el9_2.2. 311 kB/s | 46 kB 00:00 (377/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 427 kB/s | 55 kB 00:00 (378/399): rubygem-io-console-0.5.7-161.el9_2.2 261 kB/s | 26 kB 00:00 (379/399): rubygem-bundler-2.2.33-161.el9_2.2.n 2.3 MB/s | 456 kB 00:00 (380/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 521 kB/s | 60 kB 00:00 (381/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 385 kB/s | 59 kB 00:00 (382/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.0 MB/s | 110 kB 00:00 (383/399): rubygems-3.2.33-161.el9_2.2.noarch.r 2.8 MB/s | 306 kB 00:00 (384/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 2.7 MB/s | 441 kB 00:00 (385/399): buildah-1.29.5-1.el9_2.x86_64.rpm 44 MB/s | 8.6 MB 00:00 (386/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 12 MB/s | 2.2 MB 00:00 (387/399): python3-openvswitch3.3-3.3.6-141.el9 3.9 MB/s | 383 kB 00:00 (388/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 848 kB/s | 245 kB 00:00 (389/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 337 kB/s | 68 kB 00:00 (390/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 856 kB/s | 109 kB 00:00 (391/399): cephadm-18.2.1-361.el9cp.noarch.rpm 2.5 MB/s | 354 kB 00:00 (392/399): libsmartcols-2.37.4-11.el9_2.x86_64. 714 kB/s | 65 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.0 MB/s | 136 kB 00:00 (394/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.0 MB/s | 156 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 225 kB/s | 30 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 16 MB/s | 2.3 MB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 3.1 MB/s | 464 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.2 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.9 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 6.1 MB/s | 97 MB 00:15 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : 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-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 113/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 114/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 115/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 116/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 117/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 118/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-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 : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 169/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 170/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 171/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 172/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 173/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 174/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 175/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 176/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 177/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 178/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 179/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 180/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 181/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 182/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 183/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 184/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 186/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 187/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 188/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 189/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 190/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 191/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 192/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 193/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 194/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 195/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 196/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 197/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 198/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 199/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 200/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 201/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 202/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 203/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 204/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 205/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 206/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 207/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 208/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 209/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 210/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 211/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 212/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 213/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 214/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 215/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 216/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 217/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 218/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 219/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 220/408 Installing : python3-memcached-1.59-3.el9ost.noarch 221/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 222/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 223/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 224/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 225/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 226/408 Installing : python3-docutils-0.16-6.el9ost.noarch 227/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 228/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 229/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 230/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 231/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 232/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 233/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 234/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 235/408 warning: group neutron does not exist - using root Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 236/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 237/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 238/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 239/408 Installing : jq-1.6-14.el9.x86_64 240/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 241/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 242/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 243/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 244/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 245/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 246/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 247/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 248/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 249/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 250/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 252/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 257/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 258/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 260/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 261/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 262/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 263/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 264/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 265/408 Installing : boost-log-1.75.0-8.el9.x86_64 266/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 267/408 Installing : sshpass-1.09-4.el9.x86_64 268/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 269/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 270/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 271/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 272/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 273/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 274/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 275/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 276/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 277/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 278/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 279/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 280/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 281/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 282/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 283/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 284/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 285/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 286/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 287/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 288/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 289/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 290/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 291/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 292/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 293/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 294/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 295/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 296/408 Installing : libburn-1.5.4-4.el9.x86_64 297/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Installing : libisofs-1.5.4-4.el9.x86_64 299/408 Installing : libisoburn-1.5.4-4.el9.x86_64 300/408 Installing : xorriso-1.5.4-4.el9.x86_64 301/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 301/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 302/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 303/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 306/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 307/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-7.10.0-4.el9ost.noarch 309/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 309/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 310/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 311/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 312/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 313/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 314/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 315/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 316/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 317/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 318/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 319/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 320/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 321/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 322/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 323/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 324/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 325/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 326/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 327/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 328/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 329/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 330/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 331/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 332/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 333/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 334/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 335/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 336/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 337/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 338/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 339/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 340/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 341/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 342/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 343/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 344/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 345/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 346/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 347/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 348/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 349/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 350/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 351/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 352/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 353/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 354/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 355/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 356/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 357/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 358/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 359/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 360/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 361/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 362/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 363/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 364/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 365/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 366/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 367/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250908140 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 13/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 16/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 17/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 18/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 20/408 Verifying : boost-system-1.75.0-8.el9.x86_64 21/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 22/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 23/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 24/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 25/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 26/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 27/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 28/408 Verifying : perl-Exporter-5.74-461.el9.noarch 29/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 30/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 31/408 Verifying : perl-parent-1:0.238-460.el9.noarch 32/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 33/408 Verifying : xorriso-1.5.4-4.el9.x86_64 34/408 Verifying : libisofs-1.5.4-4.el9.x86_64 35/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 36/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 37/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 38/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 39/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 40/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 41/408 Verifying : perl-URI-5.09-3.el9.noarch 42/408 Verifying : perl-libnet-3.13-4.el9.noarch 43/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 44/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 45/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 46/408 Verifying : perl-Carp-1.50-460.el9.noarch 47/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 48/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 49/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 50/408 Verifying : libburn-1.5.4-4.el9.x86_64 51/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 52/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 53/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 54/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 55/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 56/408 Verifying : sshpass-1.09-4.el9.x86_64 57/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 58/408 Verifying : boost-log-1.75.0-8.el9.x86_64 59/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 60/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 61/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 62/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 63/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 64/408 Verifying : perl-Digest-1.19-4.el9.noarch 65/408 Verifying : perl-File-Path-2.18-4.el9.noarch 66/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 67/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 68/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 69/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 70/408 Verifying : perl-constant-1.33-461.el9.noarch 71/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 72/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 73/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 74/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 75/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 76/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 77/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 78/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 79/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 80/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 81/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 82/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 83/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 84/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 85/408 Verifying : perl-B-1.80-480.el9.x86_64 86/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 87/408 Verifying : perl-Errno-1.30-480.el9.x86_64 88/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 89/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 90/408 Verifying : perl-File-stat-1.09-480.el9.noarch 91/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 92/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 93/408 Verifying : perl-IO-1.43-480.el9.x86_64 94/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 95/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 96/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 97/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 98/408 Verifying : perl-Symbol-1.08-480.el9.noarch 99/408 Verifying : perl-base-2.27-480.el9.noarch 100/408 Verifying : perl-if-0.60.800-480.el9.noarch 101/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 102/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 103/408 Verifying : perl-mro-1.23-480.el9.x86_64 104/408 Verifying : perl-overload-1.31-480.el9.noarch 105/408 Verifying : perl-overloading-0.02-480.el9.noarch 106/408 Verifying : perl-subs-1.03-480.el9.noarch 107/408 Verifying : perl-vars-1.05-480.el9.noarch 108/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 109/408 Verifying : python3-mako-1.1.4-6.el9.noarch 110/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 111/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 112/408 Verifying : jq-1.6-14.el9.x86_64 113/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 114/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 115/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 116/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 117/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 118/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 119/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 120/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 121/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 122/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 123/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 124/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 125/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 126/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 127/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 128/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 129/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 130/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 131/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 133/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 134/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 135/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 136/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 137/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 138/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 139/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 140/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 141/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 142/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 143/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 144/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 145/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 146/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 147/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 148/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 149/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 150/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 151/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 152/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 153/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 154/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 155/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 156/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 157/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 158/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 159/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 160/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 161/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 162/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 163/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 164/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 165/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 166/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 167/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 168/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 169/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 170/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 171/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 172/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 173/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 174/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 175/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 176/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 177/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 178/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 179/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 180/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 181/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 182/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 183/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 184/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 185/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 186/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 187/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 188/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 189/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 190/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 191/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 192/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 193/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 194/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 195/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 196/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 197/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 198/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 199/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 200/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 201/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 202/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 203/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 204/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 205/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 206/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 207/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 208/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 209/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 210/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 211/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 212/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 213/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 214/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 215/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 216/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 217/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 218/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 219/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 220/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 221/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 222/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 223/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 224/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 225/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 226/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 227/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 228/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 229/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 230/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 231/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 232/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 233/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 234/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 235/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 236/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 237/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 238/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 239/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 240/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 241/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 242/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 243/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 244/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 245/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 246/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 247/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 248/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 249/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 250/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 251/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 252/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 253/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 254/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 255/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 256/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 257/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 258/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 259/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 260/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 261/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 262/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 263/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 264/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 265/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 266/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 267/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 268/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 269/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 270/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 271/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 272/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 273/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 274/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 275/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 276/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 277/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 278/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 279/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 280/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 281/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 282/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 283/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 284/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 285/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 286/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 287/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 288/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 289/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 290/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 291/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 292/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 293/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 294/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 295/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 296/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 297/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 298/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 299/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 300/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 301/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 302/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 303/408 Verifying : hiera-3.6.0-6.el9ost.noarch 304/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 305/408 Verifying : puppet-7.10.0-4.el9ost.noarch 306/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 307/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 308/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 309/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 310/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 311/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 312/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 313/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 314/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 315/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 316/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 317/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 318/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 319/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 320/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 321/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 322/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 323/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 324/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 325/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 326/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 327/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 328/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 329/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 330/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 331/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 332/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 333/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 334/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 335/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 336/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 337/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 338/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 339/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 340/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 341/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 342/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 343/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 344/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 345/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 346/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 347/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 348/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 349/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 350/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 351/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 352/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 353/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 354/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 355/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 356/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 357/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 358/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 359/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 360/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 361/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 362/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 363/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 364/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 365/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 366/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 367/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 368/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 369/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 370/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 371/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 372/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 373/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 374/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 375/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 376/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 377/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 378/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 379/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 380/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 381/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 382/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 383/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 384/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 385/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 386/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 387/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 388/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 389/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.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-09T03:43:19.535209 # # 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, 2.662e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-12-09 03:43:23.402671 | fa163e63-5322-4aba-6948-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-12-09 03:43:23.438812 | fa163e63-5322-4aba-6948-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-12-09 03:43:23.439399 | fa163e63-5322-4aba-6948-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.051160 | 0.04s 2025-12-09 03:43:23.442493 | fa163e63-5322-4aba-6948-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-12-09 03:43:23.478330 | fa163e63-5322-4aba-6948-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-12-09 03:43:23.478861 | fa163e63-5322-4aba-6948-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.090626 | 0.04s 2025-12-09 03:43:23.481772 | fa163e63-5322-4aba-6948-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-12-09 03:43:23.560767 | fa163e63-5322-4aba-6948-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-12-09 03:43:23.561348 | fa163e63-5322-4aba-6948-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.173112 | 0.08s 2025-12-09 03:43:23.564486 | fa163e63-5322-4aba-6948-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-12-09 03:43:23.913216 | fa163e63-5322-4aba-6948-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-12-09 03:43:23.914065 | fa163e63-5322-4aba-6948-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.525827 | 0.35s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-12-09 03:43:23.925319 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 03:43:23.925545 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 03:43:23.925765 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.537535 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 03:43:23.926026 | UUID | Info | Host | Task Name | Run Time 2025-12-09 03:43:23.926259 | fa163e63-5322-4aba-6948-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.35s 2025-12-09 03:43:23.926462 | fa163e63-5322-4aba-6948-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.08s 2025-12-09 03:43:23.926669 | fa163e63-5322-4aba-6948-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-12-09 03:43:23.926925 | fa163e63-5322-4aba-6948-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-12-09 03:43:23.927152 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-09 03:43:26.397404 | fa163e63-5322-aa7a-b919-000000000005 | TASK | set ssh key path facts 2025-12-09 03:43:26.431985 | fa163e63-5322-aa7a-b919-000000000005 | OK | set ssh key path facts | undercloud 2025-12-09 03:43:26.432553 | fa163e63-5322-aa7a-b919-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.049132 | 0.03s 2025-12-09 03:43:26.435783 | fa163e63-5322-aa7a-b919-000000000006 | TASK | stat private key 2025-12-09 03:43:26.758448 | fa163e63-5322-aa7a-b919-000000000006 | OK | stat private key | undercloud 2025-12-09 03:43:26.759893 | fa163e63-5322-aa7a-b919-000000000006 | TIMING | stat private key | undercloud | 0:00:00.376458 | 0.32s 2025-12-09 03:43:26.766568 | fa163e63-5322-aa7a-b919-000000000007 | TASK | stat public key 2025-12-09 03:43:26.951897 | fa163e63-5322-aa7a-b919-000000000007 | OK | stat public key | undercloud 2025-12-09 03:43:26.953374 | fa163e63-5322-aa7a-b919-000000000007 | TIMING | stat public key | undercloud | 0:00:00.569938 | 0.19s 2025-12-09 03:43:26.960672 | fa163e63-5322-aa7a-b919-000000000008 | TASK | create private key if it does not exist 2025-12-09 03:43:28.175502 | fa163e63-5322-aa7a-b919-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-12-09 03:43:28.176846 | fa163e63-5322-aa7a-b919-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.793410 | 1.21s 2025-12-09 03:43:28.184330 | fa163e63-5322-aa7a-b919-000000000009 | TASK | create public key if it does not exist 2025-12-09 03:43:28.428769 | fa163e63-5322-aa7a-b919-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-12-09 03:43:28.430302 | fa163e63-5322-aa7a-b919-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.046863 | 0.24s PLAY [allovercloud] ************************************************************ 2025-12-09 03:43:28.488330 | fa163e63-5322-aa7a-b919-000000000023 | TASK | Get local private key 2025-12-09 03:43:28.832526 | fa163e63-5322-aa7a-b919-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e63-5322-aa7a-b919-000000000023') missing from stats 2025-12-09 03:43:28.840584 | fa163e63-5322-aa7a-b919-000000000024 | TASK | Get local public key 2025-12-09 03:43:29.059607 | fa163e63-5322-aa7a-b919-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e63-5322-aa7a-b919-000000000024') missing from stats 2025-12-09 03:43:29.082601 | fa163e63-5322-aa7a-b919-000000000012 | TASK | create user ceph-admin 2025-12-09 03:43:29.579198 | fa163e63-5322-aa7a-b919-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-12-09 03:43:29.581223 | fa163e63-5322-aa7a-b919-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.197780 | 0.50s 2025-12-09 03:43:29.592456 | fa163e63-5322-aa7a-b919-000000000013 | TASK | grant admin rights to user ceph-admin 2025-12-09 03:43:30.182457 | fa163e63-5322-aa7a-b919-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-12-09 03:43:30.183556 | fa163e63-5322-aa7a-b919-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.800124 | 0.59s 2025-12-09 03:43:30.192295 | fa163e63-5322-aa7a-b919-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-12-09 03:43:30.523620 | fa163e63-5322-aa7a-b919-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-12-09 03:43:30.524745 | fa163e63-5322-aa7a-b919-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:04.141312 | 0.33s 2025-12-09 03:43:30.533386 | fa163e63-5322-aa7a-b919-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-12-09 03:43:30.735230 | fa163e63-5322-aa7a-b919-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-12-09 03:43:30.736355 | fa163e63-5322-aa7a-b919-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.352922 | 0.20s 2025-12-09 03:43:30.744800 | fa163e63-5322-aa7a-b919-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-12-09 03:43:30.975462 | fa163e63-5322-aa7a-b919-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-12-09 03:43:30.976263 | fa163e63-5322-aa7a-b919-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.592837 | 0.23s 2025-12-09 03:43:30.980768 | fa163e63-5322-aa7a-b919-000000000017 | TASK | get remote ceph-admin public key 2025-12-09 03:43:31.020023 | fa163e63-5322-aa7a-b919-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-12-09 03:43:31.020778 | fa163e63-5322-aa7a-b919-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.637354 | 0.04s 2025-12-09 03:43:31.025227 | fa163e63-5322-aa7a-b919-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-12-09 03:43:31.082305 | fa163e63-5322-aa7a-b919-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-12-09 03:43:31.083925 | fa163e63-5322-aa7a-b919-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.700483 | 0.06s 2025-12-09 03:43:31.094563 | fa163e63-5322-aa7a-b919-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-12-09 03:43:31.396995 | fa163e63-5322-aa7a-b919-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-12-09 03:43:31.398525 | fa163e63-5322-aa7a-b919-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.015089 | 0.30s 2025-12-09 03:43:31.405709 | fa163e63-5322-aa7a-b919-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-12-09 03:43:31.983432 | fa163e63-5322-aa7a-b919-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-12-09 03:43:31.984924 | fa163e63-5322-aa7a-b919-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.601484 | 0.58s 2025-12-09 03:43:31.994322 | fa163e63-5322-aa7a-b919-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-12-09 03:43:32.483628 | fa163e63-5322-aa7a-b919-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-12-09 03:43:32.485273 | fa163e63-5322-aa7a-b919-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.101834 | 0.49s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-12-09 03:43:32.518788 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 03:43:32.519508 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 03:43:32.520368 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.136940 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 03:43:32.520943 | UUID | Info | Host | Task Name | Run Time 2025-12-09 03:43:32.521608 | fa163e63-5322-aa7a-b919-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.21s 2025-12-09 03:43:32.522239 | fa163e63-5322-aa7a-b919-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.59s 2025-12-09 03:43:32.522825 | fa163e63-5322-aa7a-b919-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.58s 2025-12-09 03:43:32.523515 | fa163e63-5322-aa7a-b919-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.50s 2025-12-09 03:43:32.524167 | fa163e63-5322-aa7a-b919-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.49s 2025-12-09 03:43:32.524755 | fa163e63-5322-aa7a-b919-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.33s 2025-12-09 03:43:32.525403 | fa163e63-5322-aa7a-b919-000000000006 | SUMMARY | undercloud | stat private key | 0.32s 2025-12-09 03:43:32.526027 | fa163e63-5322-aa7a-b919-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.30s 2025-12-09 03:43:32.526683 | fa163e63-5322-aa7a-b919-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.24s 2025-12-09 03:43:32.527366 | fa163e63-5322-aa7a-b919-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.23s 2025-12-09 03:43:32.527959 | fa163e63-5322-aa7a-b919-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.20s 2025-12-09 03:43:32.528632 | fa163e63-5322-aa7a-b919-000000000007 | SUMMARY | undercloud | stat public key | 0.19s 2025-12-09 03:43:32.529267 | fa163e63-5322-aa7a-b919-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-12-09 03:43:32.529937 | fa163e63-5322-aa7a-b919-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.04s 2025-12-09 03:43:32.530567 | fa163e63-5322-aa7a-b919-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2025-12-09 03:43:32.531204 | fa163e63-5322-aa7a-b919-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-12-09 03:43:32.531830 | fa163e63-5322-aa7a-b919-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-12-09 03:43:32.532503 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-09 03:43:35.141946 | fa163e63-5322-2254-76f2-000000000039 | TASK | Gathering Facts 2025-12-09 03:43:35.677749 | fa163e63-5322-2254-76f2-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-12-09 03:43:35.679207 | fa163e63-5322-2254-76f2-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.550387 | 0.54s 2025-12-09 03:43:35.681953 | fa163e63-5322-2254-76f2-000000000039 | OK | Gathering Facts | undercloud 2025-12-09 03:43:35.682989 | fa163e63-5322-2254-76f2-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.554181 | 0.54s 2025-12-09 03:43:35.711674 | fa163e63-5322-2254-76f2-00000000000a | TASK | Load distro-specific variables 2025-12-09 03:43:35.787142 | fa163e63-5322-2254-76f2-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.658281 | 0.07s 2025-12-09 03:43:35.802574 | fa163e63-5322-2254-76f2-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.673758 | 0.08s 2025-12-09 03:43:35.814762 | 88fcc013-0377-4d46-942a-6196161e7c8b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-09 03:43:35.815213 | 88fcc013-0377-4d46-942a-6196161e7c8b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-09 03:43:35.825005 | fa163e63-5322-2254-76f2-000000000052 | TASK | Load distro-specific variables 2025-12-09 03:43:35.916962 | fa163e63-5322-2254-76f2-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-09 03:43:35.918504 | fa163e63-5322-2254-76f2-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.789679 | 0.09s 2025-12-09 03:43:35.930844 | fa163e63-5322-2254-76f2-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-09 03:43:35.931950 | fa163e63-5322-2254-76f2-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.803137 | 0.10s 2025-12-09 03:43:35.932863 | fa163e63-5322-2254-76f2-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.804052 | 0.11s 2025-12-09 03:43:35.938238 | fa163e63-5322-2254-76f2-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.809428 | 0.10s 2025-12-09 03:43:35.945873 | fa163e63-5322-2254-76f2-00000000000b | TASK | Install chronyd 2025-12-09 03:43:36.006744 | fa163e63-5322-2254-76f2-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.877912 | 0.06s 2025-12-09 03:43:36.022433 | fa163e63-5322-2254-76f2-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.893618 | 0.06s 2025-12-09 03:43:36.042323 | a7bd470e-514a-4a61-ac9c-9a72f9663dd5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-12-09 03:43:36.043037 | a7bd470e-514a-4a61-ac9c-9a72f9663dd5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-12-09 03:43:36.068935 | fa163e63-5322-2254-76f2-0000000000a2 | TASK | Load distro-specific variables 2025-12-09 03:43:36.150874 | fa163e63-5322-2254-76f2-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.022046 | 0.08s 2025-12-09 03:43:36.151894 | fa163e63-5322-2254-76f2-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.023085 | 0.07s 2025-12-09 03:43:36.165733 | 6d735c32-cbbf-456a-b1a0-d56802eea2ec | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-09 03:43:36.166438 | 6d735c32-cbbf-456a-b1a0-d56802eea2ec | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-09 03:43:36.186187 | fa163e63-5322-2254-76f2-000000000102 | TASK | Load distro-specific variables 2025-12-09 03:43:36.285184 | fa163e63-5322-2254-76f2-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-09 03:43:36.286888 | fa163e63-5322-2254-76f2-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.158065 | 0.10s 2025-12-09 03:43:36.296378 | fa163e63-5322-2254-76f2-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.167567 | 0.11s 2025-12-09 03:43:36.304417 | fa163e63-5322-2254-76f2-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-09 03:43:36.305234 | fa163e63-5322-2254-76f2-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.176424 | 0.11s 2025-12-09 03:43:36.310935 | fa163e63-5322-2254-76f2-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.182117 | 0.11s 2025-12-09 03:43:36.318966 | fa163e63-5322-2254-76f2-0000000000a3 | TASK | Check for NTP service 2025-12-09 03:43:36.685438 | fa163e63-5322-2254-76f2-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-12-09 03:43:36.686763 | fa163e63-5322-2254-76f2-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.557944 | 0.37s 2025-12-09 03:43:36.687814 | fa163e63-5322-2254-76f2-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-12-09 03:43:36.688618 | fa163e63-5322-2254-76f2-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.559808 | 0.36s 2025-12-09 03:43:36.697756 | fa163e63-5322-2254-76f2-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-12-09 03:43:36.788045 | fa163e63-5322-2254-76f2-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-12-09 03:43:36.789296 | fa163e63-5322-2254-76f2-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.660470 | 0.09s 2025-12-09 03:43:36.800732 | fa163e63-5322-2254-76f2-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-12-09 03:43:36.801436 | fa163e63-5322-2254-76f2-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.672627 | 0.09s 2025-12-09 03:43:36.812018 | fa163e63-5322-2254-76f2-0000000000a5 | TASK | Install chronyd package 2025-12-09 03:43:39.978099 | fa163e63-5322-2254-76f2-0000000000a5 | OK | Install chronyd package | undercloud 2025-12-09 03:43:39.979600 | fa163e63-5322-2254-76f2-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.850775 | 3.15s 2025-12-09 03:43:41.976049 | fa163e63-5322-2254-76f2-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-12-09 03:43:41.977236 | fa163e63-5322-2254-76f2-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.848421 | 5.16s 2025-12-09 03:43:41.986005 | fa163e63-5322-2254-76f2-00000000000c | TASK | Upgrade chronyd 2025-12-09 03:43:42.038926 | fa163e63-5322-2254-76f2-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-12-09 03:43:42.040541 | fa163e63-5322-2254-76f2-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.911713 | 0.05s 2025-12-09 03:43:42.092362 | fa163e63-5322-2254-76f2-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-12-09 03:43:42.093293 | fa163e63-5322-2254-76f2-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.964482 | 0.09s 2025-12-09 03:43:42.100983 | fa163e63-5322-2254-76f2-00000000000d | TASK | Configure chronyd 2025-12-09 03:43:42.163563 | fa163e63-5322-2254-76f2-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:07.034723 | 0.06s 2025-12-09 03:43:42.187925 | fa163e63-5322-2254-76f2-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:07.059102 | 0.07s 2025-12-09 03:43:42.206072 | 332b00c4-efbd-48aa-8243-b2737ea7e44a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-12-09 03:43:42.206815 | 332b00c4-efbd-48aa-8243-b2737ea7e44a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-12-09 03:43:42.239296 | fa163e63-5322-2254-76f2-000000000162 | TASK | Load distro-specific variables 2025-12-09 03:43:42.317338 | fa163e63-5322-2254-76f2-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.188502 | 0.08s 2025-12-09 03:43:42.328783 | fa163e63-5322-2254-76f2-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.199972 | 0.08s 2025-12-09 03:43:42.345324 | 954b8ac4-b07a-4259-b303-1d734db82258 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-09 03:43:42.346075 | 954b8ac4-b07a-4259-b303-1d734db82258 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-09 03:43:42.363721 | fa163e63-5322-2254-76f2-0000000001fa | TASK | Load distro-specific variables 2025-12-09 03:43:42.450024 | fa163e63-5322-2254-76f2-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-09 03:43:42.451679 | fa163e63-5322-2254-76f2-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.322853 | 0.08s 2025-12-09 03:43:42.461616 | fa163e63-5322-2254-76f2-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-09 03:43:42.462757 | fa163e63-5322-2254-76f2-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.333946 | 0.10s 2025-12-09 03:43:42.468188 | fa163e63-5322-2254-76f2-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.339365 | 0.09s 2025-12-09 03:43:42.469471 | fa163e63-5322-2254-76f2-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.340662 | 0.10s 2025-12-09 03:43:42.477962 | fa163e63-5322-2254-76f2-000000000163 | TASK | Install chrony configuration file 2025-12-09 03:43:43.273023 | fa163e63-5322-2254-76f2-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-12-09 03:43:43.274050 | fa163e63-5322-2254-76f2-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.145237 | 0.79s 2025-12-09 03:43:43.284999 | fa163e63-5322-2254-76f2-000000000163 | OK | Install chrony configuration file | undercloud 2025-12-09 03:43:43.285512 | fa163e63-5322-2254-76f2-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:08.156708 | 0.79s 2025-12-09 03:43:43.291107 | fa163e63-5322-2254-76f2-00000000000e | TASK | Run chronyd 2025-12-09 03:43:43.365004 | fa163e63-5322-2254-76f2-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.236179 | 0.07s 2025-12-09 03:43:43.396528 | fa163e63-5322-2254-76f2-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.267710 | 0.10s 2025-12-09 03:43:43.409068 | 33e4ff13-23d8-4b38-b448-a3dd5f6f25bd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-12-09 03:43:43.409640 | 33e4ff13-23d8-4b38-b448-a3dd5f6f25bd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-12-09 03:43:43.436509 | fa163e63-5322-2254-76f2-000000000233 | TASK | Load distro-specific variables 2025-12-09 03:43:43.509518 | fa163e63-5322-2254-76f2-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.380687 | 0.05s 2025-12-09 03:43:43.531214 | fa163e63-5322-2254-76f2-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.402405 | 0.08s 2025-12-09 03:43:43.541006 | 2db6dafb-b522-4fb5-85af-21da66fe50b3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-09 03:43:43.541502 | 2db6dafb-b522-4fb5-85af-21da66fe50b3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-09 03:43:43.553610 | fa163e63-5322-2254-76f2-0000000002ee | TASK | Load distro-specific variables 2025-12-09 03:43:43.649059 | fa163e63-5322-2254-76f2-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-09 03:43:43.650704 | fa163e63-5322-2254-76f2-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.521880 | 0.10s 2025-12-09 03:43:43.662981 | fa163e63-5322-2254-76f2-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-09 03:43:43.664097 | fa163e63-5322-2254-76f2-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.535286 | 0.10s 2025-12-09 03:43:43.669193 | fa163e63-5322-2254-76f2-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.540371 | 0.11s 2025-12-09 03:43:43.670424 | fa163e63-5322-2254-76f2-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.541615 | 0.11s 2025-12-09 03:43:43.678078 | fa163e63-5322-2254-76f2-000000000234 | TASK | Ensure chronyd is running 2025-12-09 03:43:44.297522 | fa163e63-5322-2254-76f2-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-12-09 03:43:44.299252 | fa163e63-5322-2254-76f2-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.170434 | 0.62s 2025-12-09 03:43:44.301728 | fa163e63-5322-2254-76f2-000000000234 | OK | Ensure chronyd is running | undercloud 2025-12-09 03:43:44.303321 | fa163e63-5322-2254-76f2-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.174510 | 0.61s 2025-12-09 03:43:44.312792 | fa163e63-5322-2254-76f2-000000000235 | TASK | Force chronyd restart 2025-12-09 03:43:44.422865 | fa163e63-5322-2254-76f2-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-12-09 03:43:44.424143 | fa163e63-5322-2254-76f2-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.295294 | 0.10s 2025-12-09 03:43:44.809143 | fa163e63-5322-2254-76f2-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-12-09 03:43:44.810564 | fa163e63-5322-2254-76f2-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.681750 | 0.50s 2025-12-09 03:43:44.819361 | fa163e63-5322-2254-76f2-00000000000f | TASK | Enable online service 2025-12-09 03:43:44.901225 | fa163e63-5322-2254-76f2-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.772393 | 0.07s 2025-12-09 03:43:44.902328 | fa163e63-5322-2254-76f2-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.773520 | 0.08s 2025-12-09 03:43:44.919142 | 52275508-5aa1-44be-9d7b-fe30bd410fc9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-12-09 03:43:44.919961 | 52275508-5aa1-44be-9d7b-fe30bd410fc9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-12-09 03:43:44.962125 | fa163e63-5322-2254-76f2-000000000338 | TASK | Create chrony-online.service unit file 2025-12-09 03:43:45.467175 | fa163e63-5322-2254-76f2-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-12-09 03:43:45.468496 | fa163e63-5322-2254-76f2-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.339675 | 0.51s 2025-12-09 03:43:45.469458 | fa163e63-5322-2254-76f2-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-12-09 03:43:45.470153 | fa163e63-5322-2254-76f2-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.341345 | 0.50s 2025-12-09 03:43:45.478404 | fa163e63-5322-2254-76f2-000000000339 | TASK | Enable chrony-online.service 2025-12-09 03:43:46.697165 | fa163e63-5322-2254-76f2-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-12-09 03:43:46.698254 | fa163e63-5322-2254-76f2-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.569443 | 1.21s 2025-12-09 03:43:46.699396 | fa163e63-5322-2254-76f2-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-12-09 03:43:46.699996 | fa163e63-5322-2254-76f2-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.571194 | 1.22s 2025-12-09 03:43:46.704885 | fa163e63-5322-2254-76f2-000000000010 | TASK | Sync chronyc 2025-12-09 03:43:46.785916 | fa163e63-5322-2254-76f2-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.657088 | 0.07s 2025-12-09 03:43:46.796820 | fa163e63-5322-2254-76f2-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.668017 | 0.09s 2025-12-09 03:43:46.805243 | d8d9599b-c8ee-4ade-8327-9fdffbda0131 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-12-09 03:43:46.805607 | d8d9599b-c8ee-4ade-8327-9fdffbda0131 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-12-09 03:43:46.832976 | fa163e63-5322-2254-76f2-00000000042a | TASK | Force NTP sync 2025-12-09 03:43:47.094064 | fa163e63-5322-2254-76f2-00000000042a | CHANGED | Force NTP sync | undercloud 2025-12-09 03:43:47.095250 | fa163e63-5322-2254-76f2-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.966433 | 0.25s 2025-12-09 03:43:47.120389 | fa163e63-5322-2254-76f2-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-12-09 03:43:47.121250 | fa163e63-5322-2254-76f2-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.992440 | 0.29s 2025-12-09 03:43:47.129668 | fa163e63-5322-2254-76f2-00000000042b | TASK | Ensure system is NTP time synced 2025-12-09 03:43:57.387860 | fa163e63-5322-2254-76f2-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-12-09 03:43:57.389344 | fa163e63-5322-2254-76f2-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.260522 | 10.26s 2025-12-09 03:43:57.410797 | fa163e63-5322-2254-76f2-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-12-09 03:43:57.411640 | fa163e63-5322-2254-76f2-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.282829 | 10.27s 2025-12-09 03:43:57.431840 | fa163e63-5322-2254-76f2-00000000002c | TASK | Set timezone 2025-12-09 03:43:57.858428 | fa163e63-5322-2254-76f2-00000000002c | OK | Set timezone | undercloud 2025-12-09 03:43:57.859806 | fa163e63-5322-2254-76f2-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.730983 | 0.41s 2025-12-09 03:43:58.862347 | fa163e63-5322-2254-76f2-00000000002c | OK | Set timezone | standalone.localdomain 2025-12-09 03:43:58.863375 | fa163e63-5322-2254-76f2-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.734562 | 1.43s 2025-12-09 03:43:58.870960 | fa163e63-5322-2254-76f2-00000000002d | TASK | Restart time services 2025-12-09 03:43:58.908182 | fa163e63-5322-2254-76f2-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-12-09 03:43:58.913620 | fa163e63-5322-2254-76f2-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-12-09 03:43:58.920812 | fa163e63-5322-2254-76f2-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-12-09 03:43:58.925464 | fa163e63-5322-2254-76f2-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.796642 | 0.05s 2025-12-09 03:43:58.926749 | fa163e63-5322-2254-76f2-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-12-09 03:43:58.936551 | fa163e63-5322-2254-76f2-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.807744 | 0.05s 2025-12-09 03:43:58.961891 | fa163e63-5322-2254-76f2-000000000012 | HANDLER | Restart chronyd 2025-12-09 03:43:59.428567 | fa163e63-5322-2254-76f2-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-12-09 03:43:59.430385 | fa163e63-5322-2254-76f2-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:24.301565 | 0.47s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2025-12-09 03:43:59.447081 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 03:43:59.447608 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 03:43:59.448175 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:24.319367 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 03:43:59.448666 | UUID | Info | Host | Task Name | Run Time 2025-12-09 03:43:59.449202 | fa163e63-5322-2254-76f2-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.27s 2025-12-09 03:43:59.449677 | fa163e63-5322-2254-76f2-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.26s 2025-12-09 03:43:59.450209 | fa163e63-5322-2254-76f2-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 5.16s 2025-12-09 03:43:59.450752 | fa163e63-5322-2254-76f2-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.15s 2025-12-09 03:43:59.451259 | fa163e63-5322-2254-76f2-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 1.43s 2025-12-09 03:43:59.451741 | fa163e63-5322-2254-76f2-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.22s 2025-12-09 03:43:59.452294 | fa163e63-5322-2254-76f2-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.21s 2025-12-09 03:43:59.452761 | fa163e63-5322-2254-76f2-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.79s 2025-12-09 03:43:59.453268 | fa163e63-5322-2254-76f2-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.79s 2025-12-09 03:43:59.453734 | fa163e63-5322-2254-76f2-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.62s 2025-12-09 03:43:59.454234 | fa163e63-5322-2254-76f2-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.61s 2025-12-09 03:43:59.454694 | fa163e63-5322-2254-76f2-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.54s 2025-12-09 03:43:59.455213 | fa163e63-5322-2254-76f2-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.54s 2025-12-09 03:43:59.455671 | fa163e63-5322-2254-76f2-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.51s 2025-12-09 03:43:59.456218 | fa163e63-5322-2254-76f2-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.50s 2025-12-09 03:43:59.456676 | fa163e63-5322-2254-76f2-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.50s 2025-12-09 03:43:59.457176 | fa163e63-5322-2254-76f2-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.47s 2025-12-09 03:43:59.457650 | fa163e63-5322-2254-76f2-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.41s 2025-12-09 03:43:59.458104 | fa163e63-5322-2254-76f2-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.37s 2025-12-09 03:43:59.458618 | fa163e63-5322-2254-76f2-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.36s 2025-12-09 03:43:59.459079 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-09 03:44:00.374805 | fa163e63-5322-243f-4276-000000000005 | SKIPPED | fail | undercloud 2025-12-09 03:44:00.375398 | fa163e63-5322-243f-4276-000000000005 | TIMING | fail | undercloud | 0:00:00.069943 | 0.06s 2025-12-09 03:44:00.424858 | fa163e63-5322-243f-4276-000000000006 | SKIPPED | fail | undercloud 2025-12-09 03:44:00.425929 | fa163e63-5322-243f-4276-000000000006 | TIMING | fail | undercloud | 0:00:00.120464 | 0.05s 2025-12-09 03:44:00.432978 | fa163e63-5322-243f-4276-000000000008 | TASK | Ensure working_dir is provided 2025-12-09 03:44:00.468648 | fa163e63-5322-243f-4276-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-12-09 03:44:00.469652 | fa163e63-5322-243f-4276-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.164188 | 0.04s 2025-12-09 03:44:00.488444 | fa163e63-5322-243f-4276-00000000000a | TASK | ensure ceph_spec_path is defined 2025-12-09 03:44:00.525922 | fa163e63-5322-243f-4276-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-12-09 03:44:00.527074 | fa163e63-5322-243f-4276-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.221610 | 0.04s 2025-12-09 03:44:00.534094 | fa163e63-5322-243f-4276-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-12-09 03:44:00.573782 | fa163e63-5322-243f-4276-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-12-09 03:44:00.574820 | fa163e63-5322-243f-4276-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.269355 | 0.04s 2025-12-09 03:44:00.581608 | fa163e63-5322-243f-4276-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-12-09 03:44:00.617935 | fa163e63-5322-243f-4276-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-12-09 03:44:00.619074 | fa163e63-5322-243f-4276-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.313609 | 0.04s 2025-12-09 03:44:00.626715 | fa163e63-5322-243f-4276-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-12-09 03:44:00.675361 | fa163e63-5322-243f-4276-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-12-09 03:44:00.676404 | fa163e63-5322-243f-4276-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.370940 | 0.05s 2025-12-09 03:44:00.683385 | fa163e63-5322-243f-4276-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-12-09 03:44:00.783218 | fa163e63-5322-243f-4276-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['osd', 'mon', '_admin', 'mgr'], 'service_type': 'host'} 2025-12-09 03:44:00.784879 | fa163e63-5322-243f-4276-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.479406 | 0.10s 2025-12-09 03:44:00.798805 | fa163e63-5322-243f-4276-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-09 03:44:00.813064 | fa163e63-5322-243f-4276-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-09 03:44:00.825671 | fa163e63-5322-243f-4276-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-09 03:44:00.837592 | fa163e63-5322-243f-4276-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.532123 | 0.15s 2025-12-09 03:44:00.845643 | fa163e63-5322-243f-4276-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-12-09 03:44:00.929397 | fa163e63-5322-243f-4276-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': ['osd', 'mon', '_admin', 'mgr'], 'service_type': 'host'} 2025-12-09 03:44:00.944486 | fa163e63-5322-243f-4276-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-09 03:44:00.961715 | fa163e63-5322-243f-4276-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-09 03:44:00.971668 | fa163e63-5322-243f-4276-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-09 03:44:00.983151 | fa163e63-5322-243f-4276-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.677632 | 0.14s 2025-12-09 03:44:00.991099 | fa163e63-5322-243f-4276-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-12-09 03:44:01.037476 | fa163e63-5322-243f-4276-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-12-09 03:44:01.038592 | fa163e63-5322-243f-4276-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.733126 | 0.05s 2025-12-09 03:44:01.046658 | fa163e63-5322-243f-4276-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-12-09 03:44:01.074434 | fa163e63-5322-243f-4276-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-12-09 03:44:01.075440 | fa163e63-5322-243f-4276-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.769978 | 0.03s 2025-12-09 03:44:01.076274 | fa163e63-5322-243f-4276-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.770819 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-12-09 03:44:01.138835 | fa163e63-5322-243f-4276-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-12-09 03:44:01.175488 | fa163e63-5322-243f-4276-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-12-09 03:44:01.176199 | fa163e63-5322-243f-4276-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.870741 | 0.04s 2025-12-09 03:44:01.181359 | fa163e63-5322-243f-4276-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-12-09 03:44:01.348466 | fa163e63-5322-243f-4276-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-12-09 03:44:01.349763 | fa163e63-5322-243f-4276-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.044288 | 0.17s 2025-12-09 03:44:01.357708 | fa163e63-5322-243f-4276-000000000019 | TASK | Set IP address of first monitor 2025-12-09 03:44:01.383520 | fa163e63-5322-243f-4276-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-12-09 03:44:01.384541 | fa163e63-5322-243f-4276-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.079078 | 0.03s 2025-12-09 03:44:01.406015 | fa163e63-5322-243f-4276-000000000020 | TASK | Gather distribution facts if they don't exist 2025-12-09 03:44:01.452491 | fa163e63-5322-243f-4276-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-12-09 03:44:01.453680 | fa163e63-5322-243f-4276-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.148215 | 0.05s 2025-12-09 03:44:01.464186 | fa163e63-5322-243f-4276-000000000021 | TASK | Install cephadm package 2025-12-09 03:44:04.460684 | fa163e63-5322-243f-4276-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-12-09 03:44:04.461897 | fa163e63-5322-243f-4276-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.156432 | 3.00s 2025-12-09 03:44:04.470667 | fa163e63-5322-243f-4276-000000000022 | TASK | Stat cephadm file 2025-12-09 03:44:04.798783 | fa163e63-5322-243f-4276-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-12-09 03:44:04.800329 | fa163e63-5322-243f-4276-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.494855 | 0.33s 2025-12-09 03:44:04.810258 | fa163e63-5322-243f-4276-000000000023 | TASK | Fail if cephadm is not available 2025-12-09 03:44:04.838685 | fa163e63-5322-243f-4276-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-12-09 03:44:04.839931 | fa163e63-5322-243f-4276-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.534459 | 0.03s 2025-12-09 03:44:04.850263 | fa163e63-5322-243f-4276-000000000024 | TASK | List Ceph daemon instances on this host 2025-12-09 03:44:05.648522 | fa163e63-5322-243f-4276-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-12-09 03:44:05.649982 | fa163e63-5322-243f-4276-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.344516 | 0.80s 2025-12-09 03:44:05.660483 | fa163e63-5322-243f-4276-000000000026 | TASK | Set list of found FSIDs 2025-12-09 03:44:05.754319 | fa163e63-5322-243f-4276-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-12-09 03:44:05.755676 | fa163e63-5322-243f-4276-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.450202 | 0.09s 2025-12-09 03:44:05.765650 | fa163e63-5322-243f-4276-000000000027 | TASK | Fail if >1 FSID was discovered 2025-12-09 03:44:05.845583 | fa163e63-5322-243f-4276-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-12-09 03:44:05.846606 | fa163e63-5322-243f-4276-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.541146 | 0.08s 2025-12-09 03:44:05.853412 | fa163e63-5322-243f-4276-000000000028 | TASK | Set FSID to the discovered value 2025-12-09 03:44:05.929693 | fa163e63-5322-243f-4276-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-12-09 03:44:05.931046 | fa163e63-5322-243f-4276-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.625577 | 0.08s 2025-12-09 03:44:05.941472 | fa163e63-5322-243f-4276-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-12-09 03:44:06.019306 | fa163e63-5322-243f-4276-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-12-09 03:44:06.020527 | fa163e63-5322-243f-4276-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.715061 | 0.08s 2025-12-09 03:44:06.030537 | fa163e63-5322-243f-4276-00000000002b | TASK | Set first monitor IP if it was not passed 2025-12-09 03:44:06.089383 | fa163e63-5322-243f-4276-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-12-09 03:44:06.090530 | fa163e63-5322-243f-4276-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.785064 | 0.06s 2025-12-09 03:44:06.100875 | fa163e63-5322-243f-4276-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-12-09 03:44:06.457166 | fa163e63-5322-243f-4276-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-12-09 03:44:06.458687 | fa163e63-5322-243f-4276-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.153219 | 0.36s 2025-12-09 03:44:06.468618 | fa163e63-5322-243f-4276-00000000002d | TASK | Ensure specs directory exists 2025-12-09 03:44:06.690458 | fa163e63-5322-243f-4276-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-12-09 03:44:06.691943 | fa163e63-5322-243f-4276-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.386476 | 0.22s 2025-12-09 03:44:06.709543 | fa163e63-5322-243f-4276-00000000002e | TASK | Stat spec file on ansible host 2025-12-09 03:44:06.944463 | fa163e63-5322-243f-4276-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e63-5322-243f-4276-00000000002e') missing from stats 2025-12-09 03:44:06.956777 | fa163e63-5322-243f-4276-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-12-09 03:44:07.551538 | fa163e63-5322-243f-4276-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-12-09 03:44:07.552964 | fa163e63-5322-243f-4276-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.247493 | 0.59s 2025-12-09 03:44:07.566873 | fa163e63-5322-243f-4276-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-12-09 03:44:07.860622 | fa163e63-5322-243f-4276-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e63-5322-243f-4276-000000000031') missing from stats 2025-12-09 03:44:07.871493 | fa163e63-5322-243f-4276-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-12-09 03:44:08.338601 | fa163e63-5322-243f-4276-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-12-09 03:44:08.339852 | fa163e63-5322-243f-4276-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.034386 | 0.47s 2025-12-09 03:44:08.362828 | fa163e63-5322-243f-4276-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-12-09 03:44:08.429605 | fa163e63-5322-243f-4276-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-12-09 03:44:08.430728 | fa163e63-5322-243f-4276-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.125262 | 0.07s 2025-12-09 03:44:08.447394 | fa163e63-5322-243f-4276-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-12-09 03:44:08.483494 | fa163e63-5322-243f-4276-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-12-09 03:44:08.484649 | fa163e63-5322-243f-4276-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.179184 | 0.04s 2025-12-09 03:44:08.493767 | fa163e63-5322-243f-4276-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-12-09 03:44:08.732619 | fa163e63-5322-243f-4276-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-12-09 03:44:08.734097 | fa163e63-5322-243f-4276-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.428626 | 0.24s 2025-12-09 03:44:08.904620 | fa163e63-5322-243f-4276-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-12-09 03:44:08.905948 | fa163e63-5322-243f-4276-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.600487 | 0.41s 2025-12-09 03:44:08.912383 | fa163e63-5322-243f-4276-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.606924 | 0.42s 2025-12-09 03:44:08.922203 | fa163e63-5322-243f-4276-000000000065 | TASK | Fail if necessary files are missing 2025-12-09 03:44:09.027943 | fa163e63-5322-243f-4276-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2622, 'inode': 419432367, 'dev': 64516, 'nlink': 1, 'atime': 1765251811.9433126, 'mtime': 1765251811.7363074, 'ctime': 1765251811.946313, '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': '7238416bc448b89bf7db22a166f7357b55a51d92', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3711178647', '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-09 03:44:09.037761 | fa163e63-5322-243f-4276-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': 444599658, 'dev': 64516, 'nlink': 1, 'atime': 1765251812.4453259, 'mtime': 1765251812.2543209, 'ctime': 1765251812.4483259, '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': '657ee729eb61ea075d2b1752fb9bcb8754621cb2', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '4146957049', '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-09 03:44:09.048464 | fa163e63-5322-243f-4276-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.742994 | 0.12s 2025-12-09 03:44:09.089478 | fa163e63-5322-243f-4276-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-12-09 03:44:09.314217 | fa163e63-5322-243f-4276-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-12-09 03:44:09.315629 | fa163e63-5322-243f-4276-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.010163 | 0.22s 2025-12-09 03:44:09.325337 | fa163e63-5322-243f-4276-000000000068 | TASK | Run cephadm bootstrap 2025-12-09 03:45:14.137819 | fa163e63-5322-243f-4276-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-12-09 03:45:14.138609 | fa163e63-5322-243f-4276-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:13.833155 | 64.81s 2025-12-09 03:45:14.143475 | fa163e63-5322-243f-4276-000000000069 | TASK | Show results of bootstrap 2025-12-09 03:45:14.187392 | fa163e63-5322-243f-4276-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-12-09 03:45:14.188063 | fa163e63-5322-243f-4276-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:13.882608 | 0.04s 2025-12-09 03:45:14.192691 | fa163e63-5322-243f-4276-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-09 03:45:14.226321 | fa163e63-5322-243f-4276-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:13.920860 | 0.03s 2025-12-09 03:45:14.232199 | ca23e9a3-217f-4ef0-92ac-cd7eb63051d5 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-09 03:45:14.239295 | fa163e63-5322-243f-4276-00000000020b | TASK | Set ceph CLI 2025-12-09 03:45:14.384972 | fa163e63-5322-243f-4276-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-12-09 03:45:14.385676 | fa163e63-5322-243f-4276-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:14.080220 | 0.15s 2025-12-09 03:45:14.390270 | fa163e63-5322-243f-4276-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-12-09 03:45:15.273017 | fa163e63-5322-243f-4276-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-12-09 03:45:15.274631 | fa163e63-5322-243f-4276-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:14.969163 | 0.88s 2025-12-09 03:45:15.285987 | fa163e63-5322-243f-4276-00000000006c | TASK | Set the default container image in ceph configuration 2025-12-09 03:45:16.290870 | fa163e63-5322-243f-4276-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-12-09 03:45:16.292278 | fa163e63-5322-243f-4276-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:15.986812 | 1.00s 2025-12-09 03:45:16.301637 | fa163e63-5322-243f-4276-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-12-09 03:45:16.338421 | fa163e63-5322-243f-4276-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-12-09 03:45:16.339879 | fa163e63-5322-243f-4276-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:16.034412 | 0.04s 2025-12-09 03:45:16.358918 | fa163e63-5322-243f-4276-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-09 03:45:16.409776 | fa163e63-5322-243f-4276-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-12-09 03:45:16.411024 | fa163e63-5322-243f-4276-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:16.105557 | 0.05s 2025-12-09 03:45:16.419687 | fa163e63-5322-243f-4276-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-12-09 03:45:16.451193 | fa163e63-5322-243f-4276-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-12-09 03:45:16.452565 | fa163e63-5322-243f-4276-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:16.147100 | 0.03s 2025-12-09 03:45:16.461685 | fa163e63-5322-243f-4276-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-12-09 03:45:16.539278 | fa163e63-5322-243f-4276-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-12-09 03:45:16.540905 | fa163e63-5322-243f-4276-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.235407 | 0.08s 2025-12-09 03:45:16.546302 | fa163e63-5322-243f-4276-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-12-09 03:45:16.547012 | fa163e63-5322-243f-4276-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.241555 | 0.08s 2025-12-09 03:45:16.554548 | fa163e63-5322-243f-4276-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-12-09 03:45:16.555537 | fa163e63-5322-243f-4276-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.250079 | 0.09s 2025-12-09 03:45:16.561263 | fa163e63-5322-243f-4276-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-12-09 03:45:16.562161 | fa163e63-5322-243f-4276-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.256650 | 0.10s 2025-12-09 03:45:16.568775 | fa163e63-5322-243f-4276-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:16.263308 | 0.11s 2025-12-09 03:45:16.588961 | fa163e63-5322-243f-4276-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-12-09 03:45:16.731459 | fa163e63-5322-243f-4276-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-12-09 03:45:16.798185 | fa163e63-5322-243f-4276-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-12-09 03:45:16.860078 | fa163e63-5322-243f-4276-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-12-09 03:45:16.925673 | fa163e63-5322-243f-4276-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-12-09 03:45:16.996159 | fa163e63-5322-243f-4276-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-12-09 03:45:17.055240 | fa163e63-5322-243f-4276-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-12-09 03:45:17.115236 | fa163e63-5322-243f-4276-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-12-09 03:45:17.175066 | fa163e63-5322-243f-4276-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-12-09 03:45:17.181993 | fa163e63-5322-243f-4276-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:16.876508 | 0.59s 2025-12-09 03:45:17.197464 | fa163e63-5322-243f-4276-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-12-09 03:45:18.196702 | fa163e63-5322-243f-4276-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-09 03:45:18.198510 | fa163e63-5322-243f-4276-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.893038 | 1.00s 2025-12-09 03:45:19.070712 | fa163e63-5322-243f-4276-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-09 03:45:19.072079 | fa163e63-5322-243f-4276-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.766617 | 1.87s 2025-12-09 03:45:20.054640 | fa163e63-5322-243f-4276-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-09 03:45:20.055808 | fa163e63-5322-243f-4276-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.750349 | 2.86s 2025-12-09 03:45:20.947265 | fa163e63-5322-243f-4276-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-09 03:45:20.948845 | fa163e63-5322-243f-4276-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.643389 | 3.75s 2025-12-09 03:45:20.961434 | fa163e63-5322-243f-4276-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.655957 | 3.76s 2025-12-09 03:45:20.980793 | fa163e63-5322-243f-4276-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-12-09 03:45:21.237336 | fa163e63-5322-243f-4276-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-12-09 03:45:21.240506 | fa163e63-5322-243f-4276-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:20.935037 | 0.26s 2025-12-09 03:45:21.248819 | fa163e63-5322-243f-4276-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:20.943344 | 0.27s 2025-12-09 03:45:21.259021 | fa163e63-5322-243f-4276-0000000000a7 | TASK | Fail if spec file is missing 2025-12-09 03:45:21.312334 | fa163e63-5322-243f-4276-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': 1056968433, 'dev': 64516, 'nlink': 1, 'atime': 1765251847.5161297, 'mtime': 1765251847.1981213, 'ctime': 1765251847.5191298, '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': '5a7900e149097cd39ae79c624bf5278d1b9d64eb', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1557181644', '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-09 03:45:21.324226 | fa163e63-5322-243f-4276-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:21.018744 | 0.06s 2025-12-09 03:45:21.335092 | fa163e63-5322-243f-4276-0000000000a8 | TASK | Get ceph_cli 2025-12-09 03:45:21.365965 | fa163e63-5322-243f-4276-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:21.060493 | 0.03s 2025-12-09 03:45:21.377272 | e30b8b38-2481-4945-8c2e-d3e7dd1976fb | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-09 03:45:21.394566 | fa163e63-5322-243f-4276-000000000270 | TASK | Set ceph CLI 2025-12-09 03:45:21.574255 | fa163e63-5322-243f-4276-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-12-09 03:45:21.575878 | fa163e63-5322-243f-4276-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:21.270405 | 0.18s 2025-12-09 03:45:21.585832 | fa163e63-5322-243f-4276-0000000000a9 | TASK | Get the ceph orchestrator status 2025-12-09 03:45:22.733646 | fa163e63-5322-243f-4276-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-12-09 03:45:22.735217 | fa163e63-5322-243f-4276-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:22.429750 | 1.15s 2025-12-09 03:45:22.745236 | fa163e63-5322-243f-4276-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-12-09 03:45:22.812304 | fa163e63-5322-243f-4276-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-12-09 03:45:22.813528 | fa163e63-5322-243f-4276-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:22.508061 | 0.07s 2025-12-09 03:45:22.823806 | fa163e63-5322-243f-4276-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-12-09 03:45:22.855758 | fa163e63-5322-243f-4276-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:22.550280 | 0.03s 2025-12-09 03:45:22.888895 | 2db86958-01d6-4df9-8653-409c8185a6ad | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-12-09 03:45:22.907724 | fa163e63-5322-243f-4276-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-09 03:45:22.954669 | fa163e63-5322-243f-4276-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-12-09 03:45:22.955904 | fa163e63-5322-243f-4276-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:22.650435 | 0.05s 2025-12-09 03:45:22.965874 | fa163e63-5322-243f-4276-0000000002a8 | TASK | set cephadm debug level 2025-12-09 03:45:23.024580 | fa163e63-5322-243f-4276-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-12-09 03:45:23.025856 | fa163e63-5322-243f-4276-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:22.720387 | 0.06s 2025-12-09 03:45:23.035662 | fa163e63-5322-243f-4276-0000000002a9 | TASK | enforce minimum ceph clients version 2025-12-09 03:45:23.106439 | fa163e63-5322-243f-4276-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-12-09 03:45:23.107550 | fa163e63-5322-243f-4276-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:22.802083 | 0.07s 2025-12-09 03:45:23.117369 | fa163e63-5322-243f-4276-0000000002aa | TASK | set container image base in ceph configuration 2025-12-09 03:45:23.965869 | fa163e63-5322-243f-4276-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-12-09 03:45:23.966962 | fa163e63-5322-243f-4276-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:23.661505 | 0.85s 2025-12-09 03:45:23.973350 | fa163e63-5322-243f-4276-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-12-09 03:45:24.018704 | fa163e63-5322-243f-4276-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-12-09 03:45:24.019956 | fa163e63-5322-243f-4276-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:23.714492 | 0.05s 2025-12-09 03:45:24.028007 | fa163e63-5322-243f-4276-0000000002ad | TASK | set grafana container image in ceph configuration 2025-12-09 03:45:24.090842 | fa163e63-5322-243f-4276-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-12-09 03:45:24.095778 | fa163e63-5322-243f-4276-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:23.790313 | 0.07s 2025-12-09 03:45:24.105422 | fa163e63-5322-243f-4276-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-12-09 03:45:24.164959 | fa163e63-5322-243f-4276-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-12-09 03:45:24.165960 | fa163e63-5322-243f-4276-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:23.860501 | 0.06s 2025-12-09 03:45:24.177154 | fa163e63-5322-243f-4276-0000000002af | TASK | set prometheus container image in ceph configuration 2025-12-09 03:45:24.243360 | fa163e63-5322-243f-4276-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-12-09 03:45:24.244319 | fa163e63-5322-243f-4276-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:23.938857 | 0.07s 2025-12-09 03:45:24.251304 | fa163e63-5322-243f-4276-0000000000ac | TASK | Apply spec 2025-12-09 03:45:25.840466 | fa163e63-5322-243f-4276-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-12-09 03:45:25.841300 | fa163e63-5322-243f-4276-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:25.535844 | 1.59s 2025-12-09 03:45:25.845877 | fa163e63-5322-243f-4276-0000000000ad | TASK | Show results of spec apply 2025-12-09 03:45:25.891226 | fa163e63-5322-243f-4276-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-12-09 03:45:25.891935 | fa163e63-5322-243f-4276-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:25.586479 | 0.05s 2025-12-09 03:45:25.897118 | fa163e63-5322-243f-4276-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-12-09 03:45:25.945054 | fa163e63-5322-243f-4276-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:25.639587 | 0.05s 2025-12-09 03:45:25.956134 | da5df151-0cd0-4066-b3ea-71a78859b789 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-12-09 03:45:25.975922 | fa163e63-5322-243f-4276-000000000307 | TASK | Wait for expected number of osds to be running 2025-12-09 03:45:26.965026 | fa163e63-5322-243f-4276-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-12-09 03:45:57.903145 | fa163e63-5322-243f-4276-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-12-09 03:45:57.904300 | fa163e63-5322-243f-4276-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:57.598831 | 31.93s 2025-12-09 03:45:57.920979 | fa163e63-5322-243f-4276-0000000000c9 | TASK | Get ceph_cli 2025-12-09 03:45:57.967920 | fa163e63-5322-243f-4276-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-09 03:45:57.968964 | fa163e63-5322-243f-4276-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.663494 | 0.05s 2025-12-09 03:45:57.977449 | fa163e63-5322-243f-4276-0000000000ca | TASK | Collect ceph config dump 2025-12-09 03:45:58.017617 | fa163e63-5322-243f-4276-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-12-09 03:45:58.018874 | fa163e63-5322-243f-4276-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:57.713407 | 0.04s 2025-12-09 03:45:58.027551 | fa163e63-5322-243f-4276-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-12-09 03:45:58.095873 | fa163e63-5322-243f-4276-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-12-09 03:45:58.097167 | fa163e63-5322-243f-4276-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:57.791699 | 0.07s 2025-12-09 03:45:58.106794 | fa163e63-5322-243f-4276-0000000000cc | TASK | Create pool 2025-12-09 03:45:58.163746 | fa163e63-5322-243f-4276-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:57.858265 | 0.06s 2025-12-09 03:45:58.173539 | fa163e63-5322-243f-4276-0000000000cd | TASK | Enable application on Ceph pools 2025-12-09 03:45:58.241736 | fa163e63-5322-243f-4276-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:57.936262 | 0.07s 2025-12-09 03:45:58.253065 | fa163e63-5322-243f-4276-0000000000cf | TASK | Get the RBD ceph_cli 2025-12-09 03:45:58.293968 | fa163e63-5322-243f-4276-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-12-09 03:45:58.295573 | fa163e63-5322-243f-4276-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:57.990103 | 0.04s 2025-12-09 03:45:58.305326 | fa163e63-5322-243f-4276-0000000000d0 | TASK | Set trash interval 2025-12-09 03:45:58.390232 | fa163e63-5322-243f-4276-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-12-09 03:45:58.396997 | fa163e63-5322-243f-4276-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:58.091532 | 0.09s 2025-12-09 03:45:58.413643 | fa163e63-5322-243f-4276-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-12-09 03:45:58.481302 | fa163e63-5322-243f-4276-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:58.175830 | 0.07s 2025-12-09 03:45:58.490801 | fa163e63-5322-243f-4276-0000000000e9 | TASK | Get ceph_cli 2025-12-09 03:45:58.529495 | fa163e63-5322-243f-4276-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-09 03:45:58.530691 | fa163e63-5322-243f-4276-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.225225 | 0.04s 2025-12-09 03:45:58.540072 | fa163e63-5322-243f-4276-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-12-09 03:45:58.607012 | fa163e63-5322-243f-4276-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:58.301541 | 0.07s 2025-12-09 03:45:58.624024 | fa163e63-5322-243f-4276-0000000000f9 | TASK | Get ceph_cli 2025-12-09 03:45:58.664073 | fa163e63-5322-243f-4276-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-09 03:45:58.665224 | fa163e63-5322-243f-4276-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.359759 | 0.04s 2025-12-09 03:45:58.674502 | fa163e63-5322-243f-4276-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-12-09 03:45:58.713519 | fa163e63-5322-243f-4276-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-12-09 03:45:58.714750 | fa163e63-5322-243f-4276-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:58.409284 | 0.04s 2025-12-09 03:45:58.724144 | fa163e63-5322-243f-4276-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-12-09 03:45:58.764927 | fa163e63-5322-243f-4276-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-12-09 03:45:58.766046 | fa163e63-5322-243f-4276-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:58.460582 | 0.04s 2025-12-09 03:45:58.774827 | fa163e63-5322-243f-4276-0000000000fc | TASK | Extract mons_json 2025-12-09 03:45:58.813783 | fa163e63-5322-243f-4276-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-12-09 03:45:58.814806 | fa163e63-5322-243f-4276-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:58.509343 | 0.04s 2025-12-09 03:45:58.823073 | fa163e63-5322-243f-4276-0000000000fd | TASK | Build mons_list 2025-12-09 03:45:58.862910 | fa163e63-5322-243f-4276-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-12-09 03:45:58.864058 | fa163e63-5322-243f-4276-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:58.558594 | 0.04s 2025-12-09 03:45:58.873521 | fa163e63-5322-243f-4276-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-12-09 03:45:58.913100 | fa163e63-5322-243f-4276-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-12-09 03:45:58.914242 | fa163e63-5322-243f-4276-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:58.608778 | 0.04s 2025-12-09 03:45:58.923212 | fa163e63-5322-243f-4276-0000000000ff | TASK | Verify the keyring 2025-12-09 03:45:58.993702 | fa163e63-5322-243f-4276-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:58.688231 | 0.07s 2025-12-09 03:45:59.007010 | fa163e63-5322-243f-4276-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-12-09 03:45:59.036038 | fa163e63-5322-243f-4276-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-12-09 03:45:59.037245 | fa163e63-5322-243f-4276-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:58.731779 | 0.03s 2025-12-09 03:45:59.051753 | fa163e63-5322-243f-4276-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-12-09 03:45:59.090044 | fa163e63-5322-243f-4276-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-12-09 03:45:59.091833 | fa163e63-5322-243f-4276-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:58.786364 | 0.04s 2025-12-09 03:45:59.109080 | fa163e63-5322-243f-4276-00000000011c | TASK | Get ceph_cli 2025-12-09 03:45:59.135590 | fa163e63-5322-243f-4276-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.830118 | 0.03s 2025-12-09 03:45:59.146969 | 36d51a6c-038a-4c27-a2ab-6d2d9e7ed8ca | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-09 03:45:59.160573 | fa163e63-5322-243f-4276-0000000003c0 | TASK | Set ceph CLI 2025-12-09 03:45:59.330751 | fa163e63-5322-243f-4276-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-12-09 03:45:59.332045 | fa163e63-5322-243f-4276-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:59.026577 | 0.17s 2025-12-09 03:45:59.341404 | fa163e63-5322-243f-4276-00000000011d | TASK | Get the ceph orchestrator status 2025-12-09 03:46:00.206347 | fa163e63-5322-243f-4276-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-12-09 03:46:00.207653 | fa163e63-5322-243f-4276-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:59.902188 | 0.87s 2025-12-09 03:46:00.217729 | fa163e63-5322-243f-4276-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-12-09 03:46:00.263416 | fa163e63-5322-243f-4276-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-12-09 03:46:00.264439 | fa163e63-5322-243f-4276-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:59.958975 | 0.05s 2025-12-09 03:46:00.273046 | fa163e63-5322-243f-4276-000000000120 | TASK | Show the deployed daemons 2025-12-09 03:46:01.131916 | fa163e63-5322-243f-4276-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-12-09 03:46:01.133681 | fa163e63-5322-243f-4276-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:00.828213 | 0.86s 2025-12-09 03:46:01.143483 | fa163e63-5322-243f-4276-000000000121 | TASK | Deployed daemons 2025-12-09 03:46:01.200730 | fa163e63-5322-243f-4276-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-12-09 03:46:01.202069 | fa163e63-5322-243f-4276-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:00.896604 | 0.06s 2025-12-09 03:46:01.211583 | fa163e63-5322-243f-4276-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-12-09 03:46:02.095396 | fa163e63-5322-243f-4276-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-12-09 03:46:02.096914 | fa163e63-5322-243f-4276-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:01.791444 | 0.88s 2025-12-09 03:46:02.107467 | fa163e63-5322-243f-4276-000000000123 | TASK | Ceph cluster status 2025-12-09 03:46:02.144732 | fa163e63-5322-243f-4276-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 4052a951-c3bc-521c-b4d4-b9944e06c9ec", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 83s)", " mgr: standalone.qvgoez(active, since 67s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-12-09 03:46:02.145999 | fa163e63-5322-243f-4276-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:01.840532 | 0.04s 2025-12-09 03:46:02.169197 | fa163e63-5322-243f-4276-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-12-09 03:46:02.799146 | fa163e63-5322-243f-4276-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e63-5322-243f-4276-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-09 03:46:02.839444 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 03:46:02.839951 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 03:46:02.840467 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:02.535007 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 03:46:02.840945 | UUID | Info | Host | Task Name | Run Time 2025-12-09 03:46:02.841510 | fa163e63-5322-243f-4276-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 64.81s 2025-12-09 03:46:02.842039 | fa163e63-5322-243f-4276-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.93s 2025-12-09 03:46:02.842633 | fa163e63-5322-243f-4276-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.76s 2025-12-09 03:46:02.843096 | fa163e63-5322-243f-4276-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.00s 2025-12-09 03:46:02.843602 | fa163e63-5322-243f-4276-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.59s 2025-12-09 03:46:02.844065 | fa163e63-5322-243f-4276-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.15s 2025-12-09 03:46:02.844583 | fa163e63-5322-243f-4276-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.00s 2025-12-09 03:46:02.845040 | fa163e63-5322-243f-4276-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.88s 2025-12-09 03:46:02.845603 | fa163e63-5322-243f-4276-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.88s 2025-12-09 03:46:02.846073 | fa163e63-5322-243f-4276-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.87s 2025-12-09 03:46:02.846584 | fa163e63-5322-243f-4276-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.86s 2025-12-09 03:46:02.847094 | fa163e63-5322-243f-4276-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.85s 2025-12-09 03:46:02.847594 | fa163e63-5322-243f-4276-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.80s 2025-12-09 03:46:02.848051 | fa163e63-5322-243f-4276-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.59s 2025-12-09 03:46:02.848552 | fa163e63-5322-243f-4276-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.59s 2025-12-09 03:46:02.849021 | fa163e63-5322-243f-4276-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.47s 2025-12-09 03:46:02.849595 | fa163e63-5322-243f-4276-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.42s 2025-12-09 03:46:02.850056 | fa163e63-5322-243f-4276-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.36s 2025-12-09 03:46:02.850601 | fa163e63-5322-243f-4276-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.33s 2025-12-09 03:46:02.851083 | fa163e63-5322-243f-4276-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.27s 2025-12-09 03:46:02.851594 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-09 03:46:06.046 40635 INFO migrate.versioning.api [-] 72 -> 73...  2025-12-09 03:46:06.070 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.070 40635 INFO migrate.versioning.api [-] 73 -> 74...  2025-12-09 03:46:06.072 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.072 40635 INFO migrate.versioning.api [-] 74 -> 75...  2025-12-09 03:46:06.073 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.074 40635 INFO migrate.versioning.api [-] 75 -> 76...  2025-12-09 03:46:06.075 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.075 40635 INFO migrate.versioning.api [-] 76 -> 77...  2025-12-09 03:46:06.077 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.077 40635 INFO migrate.versioning.api [-] 77 -> 78...  2025-12-09 03:46:06.079 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.079 40635 INFO migrate.versioning.api [-] 78 -> 79...  2025-12-09 03:46:06.103 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.103 40635 INFO migrate.versioning.api [-] 79 -> 80...  2025-12-09 03:46:06.120 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.120 40635 INFO migrate.versioning.api [-] 80 -> 81...  2025-12-09 03:46:06.122 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.122 40635 INFO migrate.versioning.api [-] 81 -> 82...  2025-12-09 03:46:06.124 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.124 40635 INFO migrate.versioning.api [-] 82 -> 83...  2025-12-09 03:46:06.126 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.126 40635 INFO migrate.versioning.api [-] 83 -> 84...  2025-12-09 03:46:06.127 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.127 40635 INFO migrate.versioning.api [-] 84 -> 85...  2025-12-09 03:46:06.129 40635 INFO migrate.versioning.api [-] done 2025-12-09 03:46:06.129 40635 INFO migrate.versioning.api [-] 85 -> 86...  2025-12-09 03:46:06.151 40635 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-09 03:46:14Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:14Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:15Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:15Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:15Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-12-09 03:46:15Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:15Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-12-09 03:46:15Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:16Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:16Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-12-09 03:46:16Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:16Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:16Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-12-09 03:46:16Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:17Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:17Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:17Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-12-09 03:46:17Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:17Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-12-09 03:46:17Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:18Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:18Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-12-09 03:46:18Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:18Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:18Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:18Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:18Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-12-09 03:46:18Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-12-09 03:46:18Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:18Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:19Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-12-09 03:46:19Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-12-09 03:46:19Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-12-09 03:46:19Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:19Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:19Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:19Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-12-09 03:46:19Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:19Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-12-09 03:46:20Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:20Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-12-09 03:46:21Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:21Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:21Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:21Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-12-09 03:46:21Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:21Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-12-09 03:46:22Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:22Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-12-09 03:46:22Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:22Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-12-09 03:46:22Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:22Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:22Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-12-09 03:46:22Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:23Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-12-09 03:46:23Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:23Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-12-09 03:46:23Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-12-09 03:46:23Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:23Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:23Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:23Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:23Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-12-09 03:46:23Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-12-09 03:46:24Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:24Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:24Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:24Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-12-09 03:46:25Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-12-09 03:46:25Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-12-09 03:46:25Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-12-09 03:46:25Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-12-09 03:46:25Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:25Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:25Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:25Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-09 03:46:25Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:26Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-12-09 03:46:26Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:26Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:26Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-12-09 03:46:27Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-12-09 03:46:28Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:28Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-12-09 03:46:28Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:28Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:28Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:29Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:31Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:31Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:31Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:46:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-09 03:46:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:33Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:33Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:46:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:46:34Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:35Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:35Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-12-09 03:46:36Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:46:36Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:37Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-12-09 03:46:37Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:37Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:37Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:39Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:39Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:46:39Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:39Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:46:40Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-12-09 03:46:40Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:42Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:46:42Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:42Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-12-09 03:46:43Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:43Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:43Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:44Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:44Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:46:45Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:45Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:46:46Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:46Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:46:46Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-12-09 03:46:46Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:47Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-12-09 03:46:48Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:48Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:48Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:49Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:49Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:46:49Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-12-09 03:46:50Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:51Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:51Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:46:52Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:46:52Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:53Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-12-09 03:46:53Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:53Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:53Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:53Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:46:53Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:46:54Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-12-09 03:46:55Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:55Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:55Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:56Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:56Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:46:57Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:57Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-12-09 03:46:58Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:58Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:46:58Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:46:59Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:59Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:46:59Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:46:59Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-09 03:46:59Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:00Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:00Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:00Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:47:00Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:00Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:47:00Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:01Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-12-09 03:47:01Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:02Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-12-09 03:47:02Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:04Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-12-09 03:47:04Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:05Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-12-09 03:47:05Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:05Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:06Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:07Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:07Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:47:07Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:08Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:09Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:47:09Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:10Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-12-09 03:47:10Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:10Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:10Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:11Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:11Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:47:12Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:12Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:47:12Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:12Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:13Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-12-09 03:47:13Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:14Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-09 03:47:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-09 03:47:15Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:15Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-09 03:47:15Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:16Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-12-09 03:47:16Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:17Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-12-09 03:47:17Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:18Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-12-09 03:47:19Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:19Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:19Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:19Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-12-09 03:47:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-09 03:47:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-09 03:47:21Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:21Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-09 03:47:21Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:22Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-12-09 03:47:22Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:23Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-12-09 03:47:23Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:23Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:23Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:23Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:23Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:23Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-09 03:47:23Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:23Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-09 03:47:24Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:24Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-09 03:47:24Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:25Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-12-09 03:47:25Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:26Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-12-09 03:47:27Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:27Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:27Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:27Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:27Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:27Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-09 03:47:27Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:27Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-09 03:47:28Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:28Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-09 03:47:28Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:29Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-12-09 03:47:29Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:30Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-12-09 03:47:30Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:30Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:30Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:31Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:47:32Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:32Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:33Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:33Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:33Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-12-09 03:47:33Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:33Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-09 03:47:34Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:34Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:34Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:47:34Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:47:35Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:35Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:35Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:37Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:37Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:38Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-09 03:47:38Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:38Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:38Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:39Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-12-09 03:47:40Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:40Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-09 03:47:42Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:42Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:47:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:43Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:47:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-09 03:47:44Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:44Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:47:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:45Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-09 03:47:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:47:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-12-09 03:47:48Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:49Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-12-09 03:47:50Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:50Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:50Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:50Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:50Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:51Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:51Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:51Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:52Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:52Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:47:52Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-09 03:47:52Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:53Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:53Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:53Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:54Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:54Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:47:54Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-12-09 03:47:54Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:55Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-12-09 03:47:56Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:56Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:56Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:56Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:47:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:47:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-09 03:47:59Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:47:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:47:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:47:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:00Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:00Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:48:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-09 03:48:01Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:48:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-09 03:48:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-12-09 03:48:05Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:06Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-12-09 03:48:07Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:07Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:08Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:08Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:08Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:09Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:09Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:09Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:09Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:09Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:11Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-12-09 03:48:11Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:11Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-12-09 03:48:11Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:12Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-12-09 03:48:13Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:13Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:13Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:14Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:14Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:14Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:15Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:16Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:48:16Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:17Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-12-09 03:48:17Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:18Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-12-09 03:48:19Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:19Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:19Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:19Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:20Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:21Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:21Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:22Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-12-09 03:48:22Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:23Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-12-09 03:48:24Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:24Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:24Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:25Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:25Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:25Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:48:25Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:25Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:25Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:26Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:26Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-09 03:48:27Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:27Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-09 03:48:28Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:28Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-09 03:48:28Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:29Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:29Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:30Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-12-09 03:48:30Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:30Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:33Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:33Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:48:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-09 03:48:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-09 03:48:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-09 03:48:35Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-09 03:48:35Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:35Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:36Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-12-09 03:48:38Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:38Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-12-09 03:48:39Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:39Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-09 03:48:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:40Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:40Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:40Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:48:41Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:42Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:42Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:48:43Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:43Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:48:44Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:44Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:45Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-12-09 03:48:46Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:46Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:46Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:47Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:47Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:47Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:48Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:49Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:49Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:48:50Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:48:50Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:51Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-12-09 03:48:51Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:52Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:52Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:53Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:53Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:53Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:48:54Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:55Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:55Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:48:56Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:48:56Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:48:57Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-12-09 03:48:57Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:57Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:48:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-09 03:48:58Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:58Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:58Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:48:59Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:48:59Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-09 03:48:59Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:00Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:00Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:00Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:00Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:01Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:01Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:01Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-09 03:49:01Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:02Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-12-09 03:49:02Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-09 03:49:03Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:03Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-12-09 03:49:03Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:04Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-12-09 03:49:05Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:05Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:05Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:05Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:06Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-09 03:49:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:08Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:08Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:49:09Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:09Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-12-09 03:49:10Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-12-09 03:49:10Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:11Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-12-09 03:49:12Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:12Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:12Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:13Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:13Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:13Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-12-09 03:49:14Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:15Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:15Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-09 03:49:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:16Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-12-09 03:49:17Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:49:17Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:18Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-12-09 03:49:18Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:18Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:19Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:19Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:19Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:19Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:19Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:20Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:20Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:20Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-12-09 03:49:21Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:22Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:22Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:49:23Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:23Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-12-09 03:49:24Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:24Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:25Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-12-09 03:49:25Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:25Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:25Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:26Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:26Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:26Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:26Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:27Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-12-09 03:49:28Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:28Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:28Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:28Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:29Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:30Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:31Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-12-09 03:49:31Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:31Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:31Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:31Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:31Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:32Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-12-09 03:49:33Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:33Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:33Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:34Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:34Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:34Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:35Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:36Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:36Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:36Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:49:36Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:36Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-09 03:49:36Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:37Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:37Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:37Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:49:37Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:37Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:37Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:38Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-12-09 03:49:38Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:39Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-12-09 03:49:39Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:39Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:39Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:40Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:40Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:41Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:49:41Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:42Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:43Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:44Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-12-09 03:49:44Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:44Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:44Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:44Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-09 03:49:44Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:49:45Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:46Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-12-09 03:49:46Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:47Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-12-09 03:49:48Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:48Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:48Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:49Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:49Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:50Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:50Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:49:51Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:51Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:51Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-12-09 03:49:51Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:52Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-12-09 03:49:52Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:52Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:53Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:53Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:55Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:56Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:56Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:49:56Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:56Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:56Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:49:56Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:57Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:49:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:49:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:49:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:49:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-12-09 03:50:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:50:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:02Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:03Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-12-09 03:50:04Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:04Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:04Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:04Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:05Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:06Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:50:06Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:07Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-12-09 03:50:08Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:08Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:08Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:08Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:09Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:10Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:10Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:11Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:50:11Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:12Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-12-09 03:50:12Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:13Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-12-09 03:50:14Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:14Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:16Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:16Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:16Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:50:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:18Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-09 03:50:19Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:19Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:19Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:50:19Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:20Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-12-09 03:50:20Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:20Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:22Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:22Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-12-09 03:50:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:24Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:25Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-12-09 03:50:25Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:25Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:25Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:26Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:26Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:50:27Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:27Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-09 03:50:28Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:28Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:28Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:29Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-12-09 03:50:30Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:30Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:30Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:31Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:31Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:32Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:32Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:32Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:50:33Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:34Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-09 03:50:34Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:35Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-12-09 03:50:35Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:36Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:36Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:37Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:37Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:50:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-09 03:50:39Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:39Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:39Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-09 03:50:40Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:50:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-09 03:50:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:42Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:42Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:42Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:42Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:42Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:42Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-12-09 03:50:44Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:45Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-12-09 03:50:45Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:45Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:46Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:47Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:50:48Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-09 03:50:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:49Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:50:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-09 03:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-09 03:50:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-12-09 03:50:53Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:54Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-12-09 03:50:54Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:54Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:54Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:56Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-09 03:50:56Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:57Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-09 03:50:57Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:58Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:50:58Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:58Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:58Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:50:58Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:58Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:59Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:50:59Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-12-09 03:50:59Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:50:59Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-09 03:50:59Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:50:59Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:00Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:00Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:51:00Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:00Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:00Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:00Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:00Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-12-09 03:51:01Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:03Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:51:03Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:03Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-12-09 03:51:04Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:04Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:04Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:05Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:51:05Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:06Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-09 03:51:07Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:07Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:07Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:51:08Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:08Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:08Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:08Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:08Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-12-09 03:51:09Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:09Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:09Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-09 03:51:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-09 03:51:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-12-09 03:51:12Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:12Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-12-09 03:51:13Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:13Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:13Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:14Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:51:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:15Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:15Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-12-09 03:51:16Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:16Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-09 03:51:17Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:17Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-12-09 03:51:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-09 03:51:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:19Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-12-09 03:51:19Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:20Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-12-09 03:51:21Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:21Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:21Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:22Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:22Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:22Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:51:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:24Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:24Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-12-09 03:51:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-12-09 03:51:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:26Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-12-09 03:51:26Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:27Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-12-09 03:51:28Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:28Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:28Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:29Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:29Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:29Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:51:30Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:31Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-12-09 03:51:31Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:32Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-12-09 03:51:32Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:32Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:32Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:32Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:32Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:32Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:32Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:32Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-09 03:51:33Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:34Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:34Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:51:34Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-12-09 03:51:34Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:34Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:34Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:34Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:35Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:35Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-12-09 03:51:36Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:36Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:51:37Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-09 03:51:37Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:38Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-12-09 03:51:39Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:39Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:39Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:39Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:40Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:41Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:41Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:41Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:51:41Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:42Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-12-09 03:51:42Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:42Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:42Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:43Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:43Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:44Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:51:44Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:44Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-12-09 03:51:45Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:45Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:45Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:46Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:46Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:46Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-12-09 03:51:47Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:48Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:48Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:51:49Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-09 03:51:49Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:51:50Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-12-09 03:51:51Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:51Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:51Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:52Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:52Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-12-09 03:51:53Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:53Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:51:54Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:54Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:51:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:51:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-09 03:51:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:56Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:56Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:56Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:56Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:51:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:51:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-09 03:51:58Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:51:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:51:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:00Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-12-09 03:52:00Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:01Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-12-09 03:52:01Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:02Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:02Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:02Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-12-09 03:52:02Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:03Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-12-09 03:52:03Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:03Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:03Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:04Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:04Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:04Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-09 03:52:05Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:06Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:06Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:52:07Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:52:07Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:08Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-12-09 03:52:09Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:09Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:09Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:10Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:10Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:52:11Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:11Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-09 03:52:12Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:12Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:12Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:52:12Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:13Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-12-09 03:52:13Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:13Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:13Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:14Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:14Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:14Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-09 03:52:15Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:16Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:16Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:52:17Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:52:17Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:18Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-12-09 03:52:19Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:20Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-12-09 03:52:20Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:20Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:20Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:21Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:52:21Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:22Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-12-09 03:52:23Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:23Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:23Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:23Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:24Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:25Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:52:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:26Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:26Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:52:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:52:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:52:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-12-09 03:52:29Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:30Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-12-09 03:52:30Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:31Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-12-09 03:52:32Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:32Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:32Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:33Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:33Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:52:33Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:33Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:33Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-09 03:52:33Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:34Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:34Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-09 03:52:34Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:35Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:35Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:35Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:35Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:35Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:36Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:36Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-12-09 03:52:37Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-12-09 03:52:37Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:38Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-12-09 03:52:38Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:40Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-12-09 03:52:40Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:40Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:40Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:40Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:40Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:41Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:41Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:41Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-12-09 03:52:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:42Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:52:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:52:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:43Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-12-09 03:52:43Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-12-09 03:52:45Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:46Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-12-09 03:52:46Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:47Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-12-09 03:52:48Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:49Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-12-09 03:52:49Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:49Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:49Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:50Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:50Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:50Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:52:51Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:51Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-09 03:52:52Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:53Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-12-09 03:52:53Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:54Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-12-09 03:52:55Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:55Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:55Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:55Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:55Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:52:56Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-12-09 03:52:56Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:56Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:52:56Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:56Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:52:57Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:58Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-09 03:52:58Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-12-09 03:52:59Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-09 03:52:59Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:00Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-12-09 03:53:01Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:02Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-12-09 03:53:02Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:03Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-12-09 03:53:04Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:05Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-12-09 03:53:05Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:05Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:05Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:05Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:53:05Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:06Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-12-09 03:53:06Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:07Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:07Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:08Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:08Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:53:08Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-12-09 03:53:08Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:09Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-12-09 03:53:09Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:09Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:09Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:09Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-09 03:53:09Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:10Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-12-09 03:53:10Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:10Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-12-09 03:53:12Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:13Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:13Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:14Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:14Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:14Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-09 03:53:14Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:14Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-12-09 03:53:14Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:15Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:15Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:15Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-09 03:53:15Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:15Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:15Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:16Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-12-09 03:53:16Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:16Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:16Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:16Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:16Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:17Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:17Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:17Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:17Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:17Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:17Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:17Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:18Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:18Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:18Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:18Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-12-09 03:53:18Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:18Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:18Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:19Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-12-09 03:53:19Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:19Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:19Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:19Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:20Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:20Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-12-09 03:53:20Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:20Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:20Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:20Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-12-09 03:53:20Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:21Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:21Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:21Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-12-09 03:53:21Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:21Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-12-09 03:53:21Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:22Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:22Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:22Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-12-09 03:53:22Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:22Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:22Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:22Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-12-09 03:53:22Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:22Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-12-09 03:53:22Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-12-09 03:53:22Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:22Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:23Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-12-09 03:53:23Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:23Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-12-09 03:53:24Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:24Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:24Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-12-09 03:53:24Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:24Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-09 03:53:24Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-12-09 03:53:24Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:24Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:25Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-12-09 03:53:25Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:25Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-09 03:53:25Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:25Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:25Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:25Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-12-09 03:53:26Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-12-09 03:53:26Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:26Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:26Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:26Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-12-09 03:53:27Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:27Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:27Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:27Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-12-09 03:53:28Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:29Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-12-09 03:53:29Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:30Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:31Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:31Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:31Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:31Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:31Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:31Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:31Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-12-09 03:53:31Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:31Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:31Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:32Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-12-09 03:53:32Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-12-09 03:53:32Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-12-09 03:53:32Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-12-09 03:53:32Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-12-09 03:53:32Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-12-09 03:53:32Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:32Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:32Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:32Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:32Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-09 03:53:32Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:33Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-12-09 03:53:33Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-12-09 03:53:33Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:34Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-12-09 03:53:34Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-12-09 03:53:35Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-12-09 03:53:35Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:35Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:35Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:35Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:35Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-12-09 03:53:35Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-09 03:53:35Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:35Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-12-09 03:53:35Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-12-09 03:53:35Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:35Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:35Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-12-09 03:53:35Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-12-09 03:53:35Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-12-09 03:53:36Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:36Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:36Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-12-09 03:53:36Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:36Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:36Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-09 03:53:36Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:36Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-09 03:53:36Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:36Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:37Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:37Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-12-09 03:53:37Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:37Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:37Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:38Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-12-09 03:53:39Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:39Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:40Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:40Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:41Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:42Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:42Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:42Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-12-09 03:53:42Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:42Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-12-09 03:53:43Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:43Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-12-09 03:53:44Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-09 03:53:44Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-09 03:53:44Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-09 03:53:45Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-12-09 03:53:45Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/542d8f75-ed86-4910-9a05-7c55b7a82f2c 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-09 03:54:07.473959 | fa163e63-5322-efa7-ee3c-000000000006 | TASK | External deployment step 0 2025-12-09 03:54:07.498596 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-000000000006') missing from stats 2025-12-09 03:54:07.541154 | fa163e63-5322-efa7-ee3c-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.116436 | 0.03s 2025-12-09 03:54:07.547516 | 416f24a8-59ba-4062-b7bf-4d65c21a3b15 | INCLUDED | /root/standalone-ansible-h8tfki1q/external_deploy_steps_tasks_step0.yaml | undercloud 2025-12-09 03:54:07.562164 | fa163e63-5322-efa7-ee3c-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-12-09 03:54:08.428509 | fa163e63-5322-efa7-ee3c-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-12-09 03:54:08.429870 | fa163e63-5322-efa7-ee3c-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.005151 | 0.87s 2025-12-09 03:54:08.448659 | fa163e63-5322-efa7-ee3c-000000000129 | TASK | create redis virtual ip 2025-12-09 03:54:09.330181 | fa163e63-5322-efa7-ee3c-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-12-09 03:54:09.331514 | fa163e63-5322-efa7-ee3c-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.906795 | 0.88s PLAY [Check if required variables are defined] ********************************* 2025-12-09 03:54:09.412936 | fa163e63-5322-efa7-ee3c-000000000138 | TASK | Gathering Facts 2025-12-09 03:54:09.973888 | fa163e63-5322-efa7-ee3c-000000000138 | OK | Gathering Facts | localhost 2025-12-09 03:54:09.975544 | fa163e63-5322-efa7-ee3c-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.550821 | 0.56s 2025-12-09 03:54:10.029713 | fa163e63-5322-efa7-ee3c-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-12-09 03:54:10.030923 | fa163e63-5322-efa7-ee3c-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.606201 | 0.04s 2025-12-09 03:54:10.074491 | fa163e63-5322-efa7-ee3c-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-12-09 03:54:10.075671 | fa163e63-5322-efa7-ee3c-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.650949 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-12-09 03:54:10.192678 | fa163e63-5322-efa7-ee3c-000000000160 | TASK | Gathering Facts 2025-12-09 03:54:10.202164 | fa163e63-5322-efa7-ee3c-000000000160 | TASK | Gathering Facts 2025-12-09 03:54:10.507637 | fa163e63-5322-efa7-ee3c-000000000160 | OK | Gathering Facts | undercloud 2025-12-09 03:54:10.509385 | fa163e63-5322-efa7-ee3c-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.084663 | 0.32s 2025-12-09 03:54:10.534313 | fa163e63-5322-efa7-ee3c-000000000160 | OK | Gathering Facts | standalone 2025-12-09 03:54:10.535006 | fa163e63-5322-efa7-ee3c-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.110294 | 0.33s 2025-12-09 03:54:10.550359 | fa163e63-5322-efa7-ee3c-000000000012 | TASK | Set legacy facts 2025-12-09 03:54:10.591262 | fa163e63-5322-efa7-ee3c-000000000012 | TASK | Set legacy facts 2025-12-09 03:54:10.595279 | fa163e63-5322-efa7-ee3c-000000000012 | OK | Set legacy facts | undercloud 2025-12-09 03:54:10.596266 | fa163e63-5322-efa7-ee3c-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.171550 | 0.04s 2025-12-09 03:54:10.616960 | fa163e63-5322-efa7-ee3c-000000000012 | OK | Set legacy facts | standalone 2025-12-09 03:54:10.617501 | fa163e63-5322-efa7-ee3c-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.192790 | 0.03s PLAY [Load global variables] *************************************************** 2025-12-09 03:54:10.782189 | fa163e63-5322-efa7-ee3c-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-12-09 03:54:10.783050 | fa163e63-5322-efa7-ee3c-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.358335 | 0.05s 2025-12-09 03:54:10.783469 | fa163e63-5322-efa7-ee3c-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-12-09 03:54:10.783864 | fa163e63-5322-efa7-ee3c-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.359154 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-12-09 03:54:10.860776 | fa163e63-5322-efa7-ee3c-000000000018 | TASK | Include Service VIP vars 2025-12-09 03:54:10.887130 | fa163e63-5322-efa7-ee3c-000000000018 | OK | Include Service VIP vars | undercloud 2025-12-09 03:54:10.888225 | fa163e63-5322-efa7-ee3c-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.463506 | 0.03s 2025-12-09 03:54:10.898868 | fa163e63-5322-efa7-ee3c-000000000018 | OK | Include Service VIP vars | standalone 2025-12-09 03:54:10.899273 | fa163e63-5322-efa7-ee3c-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.474564 | 0.03s 2025-12-09 03:54:10.902655 | fa163e63-5322-efa7-ee3c-000000000019 | TASK | Include OVN bridge MAC address variables 2025-12-09 03:54:10.932436 | fa163e63-5322-efa7-ee3c-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-12-09 03:54:10.933403 | fa163e63-5322-efa7-ee3c-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.508685 | 0.02s 2025-12-09 03:54:10.933948 | fa163e63-5322-efa7-ee3c-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-12-09 03:54:10.934453 | fa163e63-5322-efa7-ee3c-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.509742 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-12-09 03:54:11.028600 | fa163e63-5322-efa7-ee3c-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-12-09 03:54:11.680640 | fa163e63-5322-efa7-ee3c-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e63-5322-efa7-ee3c-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-12-09 03:54:11.760243 | fa163e63-5322-efa7-ee3c-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-12-09 03:54:11.784968 | fa163e63-5322-efa7-ee3c-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-12-09 03:54:11.785717 | fa163e63-5322-efa7-ee3c-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.361001 | 0.02s PLAY [Manage SELinux] ********************************************************** 2025-12-09 03:54:11.859217 | fa163e63-5322-efa7-ee3c-000000000023 | TASK | Set selinux state 2025-12-09 03:54:12.429401 | fa163e63-5322-efa7-ee3c-000000000023 | OK | Set selinux state | standalone 2025-12-09 03:54:12.430634 | fa163e63-5322-efa7-ee3c-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.005911 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2025-12-09 03:54:12.578368 | fa163e63-5322-efa7-ee3c-000000000026 | TASK | Configure Hosts Entries 2025-12-09 03:54:12.607185 | fa163e63-5322-efa7-ee3c-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.182454 | 0.03s 2025-12-09 03:54:12.622651 | fa163e63-5322-efa7-ee3c-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.197936 | 0.02s 2025-12-09 03:54:12.670040 | fa163e63-5322-efa7-ee3c-0000000001f1 | TASK | Create temporary file for hosts 2025-12-09 03:54:12.973849 | fa163e63-5322-efa7-ee3c-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-12-09 03:54:12.975013 | fa163e63-5322-efa7-ee3c-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.550290 | 0.30s 2025-12-09 03:54:12.995942 | fa163e63-5322-efa7-ee3c-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-12-09 03:54:12.996446 | fa163e63-5322-efa7-ee3c-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.571735 | 0.31s 2025-12-09 03:54:13.012079 | fa163e63-5322-efa7-ee3c-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-12-09 03:54:13.387323 | fa163e63-5322-efa7-ee3c-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-12-09 03:54:13.388724 | fa163e63-5322-efa7-ee3c-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.964001 | 0.36s 2025-12-09 03:54:13.399899 | fa163e63-5322-efa7-ee3c-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-12-09 03:54:13.400679 | fa163e63-5322-efa7-ee3c-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.975962 | 0.39s 2025-12-09 03:54:13.418447 | fa163e63-5322-efa7-ee3c-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-12-09 03:54:13.771517 | fa163e63-5322-efa7-ee3c-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-12-09 03:54:13.772882 | fa163e63-5322-efa7-ee3c-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.348154 | 0.33s 2025-12-09 03:54:13.774031 | fa163e63-5322-efa7-ee3c-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-12-09 03:54:13.774820 | fa163e63-5322-efa7-ee3c-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.350104 | 0.35s 2025-12-09 03:54:13.792632 | fa163e63-5322-efa7-ee3c-0000000001f4 | TASK | Render out the hosts entries 2025-12-09 03:54:13.921189 | fa163e63-5322-efa7-ee3c-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-12-09 03:54:13.922525 | fa163e63-5322-efa7-ee3c-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.497801 | 0.13s 2025-12-09 03:54:13.940316 | fa163e63-5322-efa7-ee3c-0000000001f5 | TASK | Prepare new /etc/hosts 2025-12-09 03:54:14.221765 | fa163e63-5322-efa7-ee3c-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-12-09 03:54:14.223353 | fa163e63-5322-efa7-ee3c-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.798625 | 0.28s 2025-12-09 03:54:14.257026 | fa163e63-5322-efa7-ee3c-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-12-09 03:54:14.258017 | fa163e63-5322-efa7-ee3c-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.833298 | 0.30s 2025-12-09 03:54:14.276399 | fa163e63-5322-efa7-ee3c-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-12-09 03:54:14.638345 | fa163e63-5322-efa7-ee3c-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-12-09 03:54:14.639747 | fa163e63-5322-efa7-ee3c-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.215024 | 0.34s 2025-12-09 03:54:14.640780 | fa163e63-5322-efa7-ee3c-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-12-09 03:54:14.641622 | fa163e63-5322-efa7-ee3c-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.216906 | 0.36s 2025-12-09 03:54:14.659610 | fa163e63-5322-efa7-ee3c-0000000001f7 | TASK | Clean up temporary hosts file 2025-12-09 03:54:15.017478 | fa163e63-5322-efa7-ee3c-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-12-09 03:54:15.019472 | fa163e63-5322-efa7-ee3c-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.594747 | 0.36s 2025-12-09 03:54:15.020467 | fa163e63-5322-efa7-ee3c-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-12-09 03:54:15.021389 | fa163e63-5322-efa7-ee3c-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.596672 | 0.34s PLAY [Common roles for TripleO servers] **************************************** 2025-12-09 03:54:15.150976 | fa163e63-5322-efa7-ee3c-00000000002a | TASK | Common roles for TripleO servers 2025-12-09 03:54:15.176355 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-00000000002a') missing from stats 2025-12-09 03:54:15.247649 | fa163e63-5322-efa7-ee3c-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.822926 | 0.02s 2025-12-09 03:54:15.314388 | fa163e63-5322-efa7-ee3c-000000000254 | TASK | Gather variables for each operating system 2025-12-09 03:54:15.427569 | fa163e63-5322-efa7-ee3c-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-09 03:54:15.429251 | fa163e63-5322-efa7-ee3c-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.004521 | 0.11s 2025-12-09 03:54:15.435274 | fa163e63-5322-efa7-ee3c-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.010546 | 0.12s 2025-12-09 03:54:15.460406 | fa163e63-5322-efa7-ee3c-000000000256 | TASK | Check release version package is installed 2025-12-09 03:54:15.728814 | fa163e63-5322-efa7-ee3c-000000000256 | CHANGED | Check release version package is installed | standalone 2025-12-09 03:54:15.730206 | fa163e63-5322-efa7-ee3c-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.305481 | 0.27s 2025-12-09 03:54:15.757185 | fa163e63-5322-efa7-ee3c-000000000257 | TASK | Deploy release version package 2025-12-09 03:54:20.111723 | fa163e63-5322-efa7-ee3c-000000000257 | CHANGED | Deploy release version package | standalone 2025-12-09 03:54:20.113459 | fa163e63-5322-efa7-ee3c-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.688727 | 4.35s 2025-12-09 03:54:20.139099 | fa163e63-5322-efa7-ee3c-000000000259 | TASK | Include packages tasks 2025-12-09 03:54:20.168384 | fa163e63-5322-efa7-ee3c-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.743652 | 0.03s 2025-12-09 03:54:20.195244 | 18ace4d3-bb3b-475c-a6db-c0f4264e0fde | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-12-09 03:54:20.221579 | fa163e63-5322-efa7-ee3c-0000000002ad | TASK | Gather facts if they don't exist 2025-12-09 03:54:20.268199 | fa163e63-5322-efa7-ee3c-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-12-09 03:54:20.269088 | fa163e63-5322-efa7-ee3c-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:12.844369 | 0.05s 2025-12-09 03:54:20.288857 | fa163e63-5322-efa7-ee3c-0000000002ae | TASK | Gather variables for each operating system 2025-12-09 03:54:20.398749 | fa163e63-5322-efa7-ee3c-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-09 03:54:20.410093 | fa163e63-5322-efa7-ee3c-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:12.985356 | 0.12s 2025-12-09 03:54:20.436375 | fa163e63-5322-efa7-ee3c-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-09 03:54:20.702659 | fa163e63-5322-efa7-ee3c-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-09 03:54:20.704747 | fa163e63-5322-efa7-ee3c-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.280013 | 0.27s 2025-12-09 03:54:20.733242 | fa163e63-5322-efa7-ee3c-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-12-09 03:54:26.084610 | fa163e63-5322-efa7-ee3c-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-12-09 03:54:26.085885 | fa163e63-5322-efa7-ee3c-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:18.661164 | 5.35s 2025-12-09 03:54:26.110757 | fa163e63-5322-efa7-ee3c-0000000002b2 | TASK | Ensure packages are actually well installed 2025-12-09 03:54:27.139026 | fa163e63-5322-efa7-ee3c-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-09 03:54:27.140446 | fa163e63-5322-efa7-ee3c-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:19.715722 | 1.03s 2025-12-09 03:54:27.166509 | fa163e63-5322-efa7-ee3c-00000000025a | TASK | Enable openvswitch service if installed 2025-12-09 03:54:28.098138 | fa163e63-5322-efa7-ee3c-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-12-09 03:54:28.100639 | fa163e63-5322-efa7-ee3c-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:20.675909 | 0.93s 2025-12-09 03:54:28.127478 | fa163e63-5322-efa7-ee3c-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-12-09 03:54:28.351710 | fa163e63-5322-efa7-ee3c-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-12-09 03:54:28.353006 | fa163e63-5322-efa7-ee3c-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:20.928283 | 0.22s 2025-12-09 03:54:28.378641 | fa163e63-5322-efa7-ee3c-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-12-09 03:54:28.630413 | fa163e63-5322-efa7-ee3c-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-12-09 03:54:28.631649 | fa163e63-5322-efa7-ee3c-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.206927 | 0.25s 2025-12-09 03:54:28.655875 | fa163e63-5322-efa7-ee3c-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-12-09 03:54:28.712991 | fa163e63-5322-efa7-ee3c-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-12-09 03:54:28.714011 | fa163e63-5322-efa7-ee3c-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.289289 | 0.06s 2025-12-09 03:54:28.738499 | fa163e63-5322-efa7-ee3c-00000000025f | TASK | Ensure network service is enabled 2025-12-09 03:54:29.179916 | fa163e63-5322-efa7-ee3c-00000000025f | OK | Ensure network service is enabled | standalone 2025-12-09 03:54:29.181598 | fa163e63-5322-efa7-ee3c-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:21.756876 | 0.44s 2025-12-09 03:54:29.207371 | fa163e63-5322-efa7-ee3c-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-12-09 03:54:29.540563 | fa163e63-5322-efa7-ee3c-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-09 03:54:29.541353 | fa163e63-5322-efa7-ee3c-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.116634 | 0.33s 2025-12-09 03:54:29.558565 | fa163e63-5322-efa7-ee3c-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-12-09 03:54:29.786353 | fa163e63-5322-efa7-ee3c-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-09 03:54:29.787693 | fa163e63-5322-efa7-ee3c-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.362970 | 0.23s 2025-12-09 03:54:29.812652 | fa163e63-5322-efa7-ee3c-000000000263 | TASK | Reload NetworkManager 2025-12-09 03:54:30.189737 | fa163e63-5322-efa7-ee3c-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-12-09 03:54:30.191751 | fa163e63-5322-efa7-ee3c-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:22.767026 | 0.38s 2025-12-09 03:54:30.218741 | fa163e63-5322-efa7-ee3c-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-12-09 03:54:30.439537 | fa163e63-5322-efa7-ee3c-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-12-09 03:54:30.440533 | fa163e63-5322-efa7-ee3c-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.015815 | 0.22s 2025-12-09 03:54:30.460474 | fa163e63-5322-efa7-ee3c-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-12-09 03:54:30.783664 | fa163e63-5322-efa7-ee3c-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-12-09 03:54:30.784885 | fa163e63-5322-efa7-ee3c-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.360163 | 0.32s 2025-12-09 03:54:30.807107 | fa163e63-5322-efa7-ee3c-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-12-09 03:54:31.020921 | fa163e63-5322-efa7-ee3c-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-12-09 03:54:31.022098 | fa163e63-5322-efa7-ee3c-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.597377 | 0.21s 2025-12-09 03:54:31.047394 | fa163e63-5322-efa7-ee3c-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-12-09 03:54:31.237338 | fa163e63-5322-efa7-ee3c-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-12-09 03:54:31.238615 | fa163e63-5322-efa7-ee3c-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:23.813893 | 0.19s 2025-12-09 03:54:31.290639 | fa163e63-5322-efa7-ee3c-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:23.865872 | 0.01s 2025-12-09 03:54:31.365435 | fa163e63-5322-efa7-ee3c-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-12-09 03:54:31.564716 | fa163e63-5322-efa7-ee3c-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-12-09 03:54:31.565949 | fa163e63-5322-efa7-ee3c-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.141227 | 0.20s 2025-12-09 03:54:31.590995 | fa163e63-5322-efa7-ee3c-000000000362 | TASK | Check for ssh_known_hosts file 2025-12-09 03:54:31.795670 | fa163e63-5322-efa7-ee3c-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-12-09 03:54:31.796463 | fa163e63-5322-efa7-ee3c-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.371749 | 0.20s 2025-12-09 03:54:31.813684 | fa163e63-5322-efa7-ee3c-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-12-09 03:54:31.829599 | fa163e63-5322-efa7-ee3c-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-12-09 03:54:31.830489 | fa163e63-5322-efa7-ee3c-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.405772 | 0.02s 2025-12-09 03:54:31.849578 | fa163e63-5322-efa7-ee3c-000000000364 | TASK | Write temporary file 2025-12-09 03:54:31.874247 | fa163e63-5322-efa7-ee3c-000000000364 | SKIPPED | Write temporary file | standalone 2025-12-09 03:54:31.875088 | fa163e63-5322-efa7-ee3c-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.450372 | 0.02s 2025-12-09 03:54:31.894846 | fa163e63-5322-efa7-ee3c-000000000365 | TASK | Set ssh_known_hosts fact 2025-12-09 03:54:31.970773 | fa163e63-5322-efa7-ee3c-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-12-09 03:54:31.971971 | fa163e63-5322-efa7-ee3c-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.547249 | 0.08s 2025-12-09 03:54:31.998033 | fa163e63-5322-efa7-ee3c-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-12-09 03:54:32.217933 | fa163e63-5322-efa7-ee3c-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-12-09 03:54:32.219333 | fa163e63-5322-efa7-ee3c-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:24.794610 | 0.22s 2025-12-09 03:54:32.244645 | fa163e63-5322-efa7-ee3c-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-12-09 03:54:32.467168 | fa163e63-5322-efa7-ee3c-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-12-09 03:54:32.468446 | fa163e63-5322-efa7-ee3c-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.043723 | 0.22s 2025-12-09 03:54:32.494165 | fa163e63-5322-efa7-ee3c-000000000368 | TASK | Remove temp file 2025-12-09 03:54:32.683954 | fa163e63-5322-efa7-ee3c-000000000368 | CHANGED | Remove temp file | standalone 2025-12-09 03:54:32.685401 | fa163e63-5322-efa7-ee3c-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.260679 | 0.19s PLAY [Deploy step tasks for step 0] ******************************************** 2025-12-09 03:54:32.867008 | fa163e63-5322-efa7-ee3c-000000000034 | TASK | Deploy step tasks for step 0 2025-12-09 03:54:32.934447 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-000000000034') missing from stats 2025-12-09 03:54:32.960254 | fa163e63-5322-efa7-ee3c-000000000035 | TASK | Ensure /var/log/journal exists 2025-12-09 03:54:33.182182 | fa163e63-5322-efa7-ee3c-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-12-09 03:54:33.183398 | fa163e63-5322-efa7-ee3c-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:25.758679 | 0.22s 2025-12-09 03:54:33.209189 | fa163e63-5322-efa7-ee3c-000000000036 | TASK | Check cloud-init status 2025-12-09 03:54:33.428642 | fa163e63-5322-efa7-ee3c-000000000036 | CHANGED | Check cloud-init status | standalone 2025-12-09 03:54:33.429834 | fa163e63-5322-efa7-ee3c-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.005115 | 0.22s 2025-12-09 03:54:33.455220 | fa163e63-5322-efa7-ee3c-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-12-09 03:54:33.670092 | fa163e63-5322-efa7-ee3c-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-12-09 03:54:33.671351 | fa163e63-5322-efa7-ee3c-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.246633 | 0.21s 2025-12-09 03:54:33.692644 | fa163e63-5322-efa7-ee3c-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-12-09 03:54:34.073328 | fa163e63-5322-efa7-ee3c-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-12-09 03:54:34.073992 | fa163e63-5322-efa7-ee3c-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:26.649280 | 0.38s 2025-12-09 03:54:34.091436 | fa163e63-5322-efa7-ee3c-000000000039 | TASK | Create /var/lib/container-puppet 2025-12-09 03:54:34.319323 | fa163e63-5322-efa7-ee3c-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-12-09 03:54:34.320549 | fa163e63-5322-efa7-ee3c-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:26.895828 | 0.23s 2025-12-09 03:54:34.345934 | fa163e63-5322-efa7-ee3c-00000000003a | TASK | Write container-puppet.sh 2025-12-09 03:54:34.798393 | fa163e63-5322-efa7-ee3c-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-12-09 03:54:34.799575 | fa163e63-5322-efa7-ee3c-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.374855 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-09 03:54:34.864946 | fa163e63-5322-efa7-ee3c-00000000003b | TIMING | include_tasks | standalone | 0:00:27.440223 | 0.04s 2025-12-09 03:54:34.885289 | 9f509399-057a-47c8-9925-a06aa6081cfa | INCLUDED | /root/standalone-ansible-h8tfki1q/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-12-09 03:54:34.918067 | fa163e63-5322-efa7-ee3c-000000000416 | TASK | Configure tuned before reboot 2025-12-09 03:54:34.967269 | fa163e63-5322-efa7-ee3c-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:27.542538 | 0.05s 2025-12-09 03:54:35.025605 | fa163e63-5322-efa7-ee3c-000000000455 | TASK | Gather variables for each operating system 2025-12-09 03:54:35.143211 | fa163e63-5322-efa7-ee3c-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-09 03:54:35.144466 | fa163e63-5322-efa7-ee3c-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.719743 | 0.12s 2025-12-09 03:54:35.149989 | fa163e63-5322-efa7-ee3c-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.725268 | 0.12s 2025-12-09 03:54:35.218394 | fa163e63-5322-efa7-ee3c-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:27.793673 | 0.05s 2025-12-09 03:54:35.232404 | 86377730-781c-4b40-a161-4518878aa1b1 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-09 03:54:35.258352 | fa163e63-5322-efa7-ee3c-00000000047f | TASK | Check tuned package is installed 2025-12-09 03:54:35.525233 | fa163e63-5322-efa7-ee3c-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-12-09 03:54:35.526193 | fa163e63-5322-efa7-ee3c-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.101478 | 0.27s 2025-12-09 03:54:35.547088 | fa163e63-5322-efa7-ee3c-000000000480 | TASK | Install tuned 2025-12-09 03:54:43.801741 | fa163e63-5322-efa7-ee3c-000000000480 | CHANGED | Install tuned | standalone 2025-12-09 03:54:43.803034 | fa163e63-5322-efa7-ee3c-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:36.378314 | 8.25s 2025-12-09 03:54:43.830624 | fa163e63-5322-efa7-ee3c-000000000481 | TASK | Restart tuned 2025-12-09 03:54:45.683567 | fa163e63-5322-efa7-ee3c-000000000481 | CHANGED | Restart tuned | standalone 2025-12-09 03:54:45.685345 | fa163e63-5322-efa7-ee3c-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:38.260625 | 1.85s 2025-12-09 03:54:45.706611 | fa163e63-5322-efa7-ee3c-000000000457 | TASK | Check for tuned-adm 2025-12-09 03:54:45.934174 | fa163e63-5322-efa7-ee3c-000000000457 | OK | Check for tuned-adm | standalone 2025-12-09 03:54:45.935173 | fa163e63-5322-efa7-ee3c-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:38.510457 | 0.23s 2025-12-09 03:54:45.997379 | fa163e63-5322-efa7-ee3c-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:38.572646 | 0.04s 2025-12-09 03:54:46.028883 | a51fe1f4-52a9-48b3-8927-8c1162d6cb2a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-09 03:54:46.067228 | fa163e63-5322-efa7-ee3c-0000000004b6 | TASK | Ensure profile directory exists 2025-12-09 03:54:46.135396 | fa163e63-5322-efa7-ee3c-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-12-09 03:54:46.136541 | fa163e63-5322-efa7-ee3c-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:38.711818 | 0.07s 2025-12-09 03:54:46.163698 | fa163e63-5322-efa7-ee3c-0000000004b7 | TASK | Create custom tuned profile 2025-12-09 03:54:46.236049 | fa163e63-5322-efa7-ee3c-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-12-09 03:54:46.237369 | fa163e63-5322-efa7-ee3c-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.812645 | 0.07s 2025-12-09 03:54:46.264599 | fa163e63-5322-efa7-ee3c-0000000004b8 | TASK | Check tuned active profile 2025-12-09 03:54:46.615552 | fa163e63-5322-efa7-ee3c-0000000004b8 | OK | Check tuned active profile | standalone 2025-12-09 03:54:46.616831 | fa163e63-5322-efa7-ee3c-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.192110 | 0.35s 2025-12-09 03:54:46.643051 | fa163e63-5322-efa7-ee3c-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-12-09 03:54:46.873859 | fa163e63-5322-efa7-ee3c-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-12-09 03:54:46.875043 | fa163e63-5322-efa7-ee3c-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:39.450324 | 0.23s 2025-12-09 03:54:46.901831 | fa163e63-5322-efa7-ee3c-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-09 03:54:46.965679 | fa163e63-5322-efa7-ee3c-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-09 03:54:46.967073 | fa163e63-5322-efa7-ee3c-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:39.542349 | 0.06s 2025-12-09 03:54:46.995964 | fa163e63-5322-efa7-ee3c-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-12-09 03:54:47.067156 | fa163e63-5322-efa7-ee3c-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-09 03:54:47.068184 | fa163e63-5322-efa7-ee3c-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:39.643466 | 0.07s 2025-12-09 03:54:47.098184 | fa163e63-5322-efa7-ee3c-0000000004bc | TASK | Enable tuned profile 2025-12-09 03:54:48.512741 | fa163e63-5322-efa7-ee3c-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-12-09 03:54:48.514278 | fa163e63-5322-efa7-ee3c-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:41.089555 | 1.41s 2025-12-09 03:54:48.563283 | fa163e63-5322-efa7-ee3c-000000000417 | TASK | Configure kernel args and reboot 2025-12-09 03:54:48.613195 | fa163e63-5322-efa7-ee3c-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.188461 | 0.05s 2025-12-09 03:54:48.749958 | fa163e63-5322-efa7-ee3c-000000000569 | TASK | Get the command line args of the node 2025-12-09 03:54:48.977562 | fa163e63-5322-efa7-ee3c-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-12-09 03:54:48.978767 | fa163e63-5322-efa7-ee3c-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:41.554045 | 0.23s 2025-12-09 03:54:49.006012 | fa163e63-5322-efa7-ee3c-00000000056b | TASK | Check if node has a nova.conf 2025-12-09 03:54:49.237742 | fa163e63-5322-efa7-ee3c-00000000056b | OK | Check if node has a nova.conf | standalone 2025-12-09 03:54:49.238619 | fa163e63-5322-efa7-ee3c-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:41.813903 | 0.23s 2025-12-09 03:54:49.259208 | fa163e63-5322-efa7-ee3c-00000000056d | TASK | Warn operator about workload protection 2025-12-09 03:54:49.286342 | fa163e63-5322-efa7-ee3c-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-12-09 03:54:49.287650 | fa163e63-5322-efa7-ee3c-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.862921 | 0.03s 2025-12-09 03:54:49.314646 | fa163e63-5322-efa7-ee3c-00000000056e | TASK | Setting defer reboot fact 2025-12-09 03:54:49.344378 | fa163e63-5322-efa7-ee3c-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-12-09 03:54:49.345390 | fa163e63-5322-efa7-ee3c-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.920668 | 0.03s 2025-12-09 03:54:49.370279 | fa163e63-5322-efa7-ee3c-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-12-09 03:54:49.388928 | fa163e63-5322-efa7-ee3c-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.964201 | 0.02s 2025-12-09 03:54:49.414920 | fa163e63-5322-efa7-ee3c-000000000575 | TASK | Find hugepages in cmdline 2025-12-09 03:54:49.442398 | fa163e63-5322-efa7-ee3c-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-12-09 03:54:49.443425 | fa163e63-5322-efa7-ee3c-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:42.018704 | 0.03s 2025-12-09 03:54:49.469215 | fa163e63-5322-efa7-ee3c-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-12-09 03:54:49.501165 | fa163e63-5322-efa7-ee3c-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-12-09 03:54:49.502454 | fa163e63-5322-efa7-ee3c-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.077731 | 0.03s 2025-12-09 03:54:49.529874 | fa163e63-5322-efa7-ee3c-00000000057a | TASK | Find desired default hugepage size 2025-12-09 03:54:49.557684 | fa163e63-5322-efa7-ee3c-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-12-09 03:54:49.558806 | fa163e63-5322-efa7-ee3c-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.134084 | 0.03s 2025-12-09 03:54:49.584786 | fa163e63-5322-efa7-ee3c-00000000057c | TASK | Storing non-configured hugepages 2025-12-09 03:54:49.603198 | fa163e63-5322-efa7-ee3c-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:42.178468 | 0.02s 2025-12-09 03:54:49.629566 | fa163e63-5322-efa7-ee3c-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-12-09 03:54:49.657334 | fa163e63-5322-efa7-ee3c-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-12-09 03:54:49.658485 | fa163e63-5322-efa7-ee3c-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:42.233764 | 0.03s 2025-12-09 03:54:49.685037 | fa163e63-5322-efa7-ee3c-00000000057f | TASK | Determining the default hugepagesz 2025-12-09 03:54:49.713855 | fa163e63-5322-efa7-ee3c-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-12-09 03:54:49.714914 | fa163e63-5322-efa7-ee3c-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:42.290191 | 0.03s 2025-12-09 03:54:49.740640 | fa163e63-5322-efa7-ee3c-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-12-09 03:54:49.784226 | fa163e63-5322-efa7-ee3c-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-12-09 03:54:49.785485 | fa163e63-5322-efa7-ee3c-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:42.360764 | 0.04s 2025-12-09 03:54:49.811480 | fa163e63-5322-efa7-ee3c-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-12-09 03:54:49.838413 | fa163e63-5322-efa7-ee3c-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-12-09 03:54:49.839467 | fa163e63-5322-efa7-ee3c-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:42.414742 | 0.03s 2025-12-09 03:54:49.865147 | fa163e63-5322-efa7-ee3c-000000000583 | TASK | Warn about possible modifications 2025-12-09 03:54:49.893666 | fa163e63-5322-efa7-ee3c-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-12-09 03:54:49.894673 | fa163e63-5322-efa7-ee3c-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:42.469951 | 0.03s 2025-12-09 03:54:49.919856 | fa163e63-5322-efa7-ee3c-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-12-09 03:54:49.947426 | fa163e63-5322-efa7-ee3c-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-12-09 03:54:49.948546 | fa163e63-5322-efa7-ee3c-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:42.523826 | 0.03s 2025-12-09 03:54:49.974341 | fa163e63-5322-efa7-ee3c-000000000585 | TASK | Cleaning up whitespaces 2025-12-09 03:54:50.023401 | fa163e63-5322-efa7-ee3c-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-12-09 03:54:50.024714 | fa163e63-5322-efa7-ee3c-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:42.599991 | 0.05s 2025-12-09 03:54:50.050620 | fa163e63-5322-efa7-ee3c-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-12-09 03:54:50.348635 | fa163e63-5322-efa7-ee3c-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-12-09 03:54:50.349821 | fa163e63-5322-efa7-ee3c-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.925099 | 0.30s 2025-12-09 03:54:50.375370 | fa163e63-5322-efa7-ee3c-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-12-09 03:54:50.422860 | fa163e63-5322-efa7-ee3c-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-12-09 03:54:50.424028 | fa163e63-5322-efa7-ee3c-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.999306 | 0.05s 2025-12-09 03:54:50.452562 | fa163e63-5322-efa7-ee3c-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-12-09 03:54:50.492803 | fa163e63-5322-efa7-ee3c-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-12-09 03:54:50.493961 | fa163e63-5322-efa7-ee3c-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:43.069239 | 0.04s 2025-12-09 03:54:50.520977 | fa163e63-5322-efa7-ee3c-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-12-09 03:54:50.579919 | fa163e63-5322-efa7-ee3c-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-12-09 03:54:50.580999 | fa163e63-5322-efa7-ee3c-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:43.156278 | 0.06s 2025-12-09 03:54:50.606842 | fa163e63-5322-efa7-ee3c-00000000058c | TASK | Generate grub config 2025-12-09 03:54:50.666528 | fa163e63-5322-efa7-ee3c-00000000058c | SKIPPED | Generate grub config | standalone 2025-12-09 03:54:50.667701 | fa163e63-5322-efa7-ee3c-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:43.242979 | 0.06s 2025-12-09 03:54:50.695105 | fa163e63-5322-efa7-ee3c-000000000590 | TASK | Get the block device that /boot is on 2025-12-09 03:54:50.754906 | fa163e63-5322-efa7-ee3c-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-12-09 03:54:50.756067 | fa163e63-5322-efa7-ee3c-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:43.331346 | 0.06s 2025-12-09 03:54:50.782000 | fa163e63-5322-efa7-ee3c-000000000591 | TASK | Get the mount point that /boot is in 2025-12-09 03:54:50.841791 | fa163e63-5322-efa7-ee3c-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-12-09 03:54:50.842919 | fa163e63-5322-efa7-ee3c-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:43.418197 | 0.06s 2025-12-09 03:54:50.868903 | fa163e63-5322-efa7-ee3c-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-12-09 03:54:50.928586 | fa163e63-5322-efa7-ee3c-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-12-09 03:54:50.929753 | fa163e63-5322-efa7-ee3c-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:43.505030 | 0.06s 2025-12-09 03:54:50.956794 | fa163e63-5322-efa7-ee3c-000000000593 | TASK | Executed script to fix grub-menu 2025-12-09 03:54:51.017094 | fa163e63-5322-efa7-ee3c-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-12-09 03:54:51.018171 | fa163e63-5322-efa7-ee3c-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.593449 | 0.06s 2025-12-09 03:54:51.044508 | fa163e63-5322-efa7-ee3c-000000000594 | TASK | Check grub config paths 2025-12-09 03:54:51.113485 | fa163e63-5322-efa7-ee3c-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-12-09 03:54:51.131180 | fa163e63-5322-efa7-ee3c-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-12-09 03:54:51.137711 | fa163e63-5322-efa7-ee3c-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.712986 | 0.09s 2025-12-09 03:54:51.167371 | fa163e63-5322-efa7-ee3c-000000000595 | TASK | Write EFI grub.cfg 2025-12-09 03:54:51.238558 | fa163e63-5322-efa7-ee3c-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-09 03:54:51.254616 | fa163e63-5322-efa7-ee3c-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-09 03:54:51.261518 | fa163e63-5322-efa7-ee3c-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.836795 | 0.09s 2025-12-09 03:54:51.287973 | fa163e63-5322-efa7-ee3c-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-12-09 03:54:51.351720 | fa163e63-5322-efa7-ee3c-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-12-09 03:54:51.352890 | fa163e63-5322-efa7-ee3c-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.928168 | 0.06s 2025-12-09 03:54:51.380506 | fa163e63-5322-efa7-ee3c-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-12-09 03:54:51.439793 | fa163e63-5322-efa7-ee3c-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-12-09 03:54:51.440950 | fa163e63-5322-efa7-ee3c-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.016228 | 0.06s 2025-12-09 03:54:51.468852 | fa163e63-5322-efa7-ee3c-000000000598 | TASK | Execute grub2-mkconfig 2025-12-09 03:54:51.530447 | fa163e63-5322-efa7-ee3c-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-12-09 03:54:51.531677 | fa163e63-5322-efa7-ee3c-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:44.106955 | 0.06s 2025-12-09 03:54:51.558268 | fa163e63-5322-efa7-ee3c-000000000599 | TASK | Check for active tuned profile 2025-12-09 03:54:51.617813 | fa163e63-5322-efa7-ee3c-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-12-09 03:54:51.618896 | fa163e63-5322-efa7-ee3c-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:44.194174 | 0.06s 2025-12-09 03:54:51.644223 | fa163e63-5322-efa7-ee3c-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-12-09 03:54:51.703758 | fa163e63-5322-efa7-ee3c-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-12-09 03:54:51.704821 | fa163e63-5322-efa7-ee3c-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:44.280099 | 0.06s 2025-12-09 03:54:51.730006 | fa163e63-5322-efa7-ee3c-00000000059b | TASK | Set reboot required fact 2025-12-09 03:54:51.790453 | fa163e63-5322-efa7-ee3c-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-12-09 03:54:51.791558 | fa163e63-5322-efa7-ee3c-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:44.366838 | 0.06s 2025-12-09 03:54:51.817477 | fa163e63-5322-efa7-ee3c-00000000059d | TASK | Apply DPDK workarounds 2025-12-09 03:54:51.865692 | fa163e63-5322-efa7-ee3c-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-12-09 03:54:51.866790 | fa163e63-5322-efa7-ee3c-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:44.442069 | 0.05s 2025-12-09 03:54:51.892895 | fa163e63-5322-efa7-ee3c-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-12-09 03:54:51.930304 | fa163e63-5322-efa7-ee3c-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-12-09 03:54:51.931381 | fa163e63-5322-efa7-ee3c-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:44.506660 | 0.04s 2025-12-09 03:54:51.957706 | fa163e63-5322-efa7-ee3c-0000000005a0 | TASK | Load modules 2025-12-09 03:54:52.007705 | fa163e63-5322-efa7-ee3c-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-12-09 03:54:52.019621 | fa163e63-5322-efa7-ee3c-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:44.594895 | 0.06s 2025-12-09 03:54:52.045742 | fa163e63-5322-efa7-ee3c-0000000005a2 | TASK | Persist modules via modules-load.d 2025-12-09 03:54:52.088941 | fa163e63-5322-efa7-ee3c-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-12-09 03:54:52.094803 | fa163e63-5322-efa7-ee3c-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.670080 | 0.05s 2025-12-09 03:54:52.120888 | fa163e63-5322-efa7-ee3c-0000000005a4 | TASK | Drop module persistence 2025-12-09 03:54:52.163962 | fa163e63-5322-efa7-ee3c-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-12-09 03:54:52.170197 | fa163e63-5322-efa7-ee3c-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.745474 | 0.05s 2025-12-09 03:54:52.196009 | fa163e63-5322-efa7-ee3c-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-12-09 03:54:52.240300 | fa163e63-5322-efa7-ee3c-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-12-09 03:54:52.246314 | fa163e63-5322-efa7-ee3c-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.821591 | 0.05s 2025-12-09 03:54:52.272135 | fa163e63-5322-efa7-ee3c-0000000005a8 | TASK | Modules reload 2025-12-09 03:54:52.310355 | fa163e63-5322-efa7-ee3c-0000000005a8 | SKIPPED | Modules reload | standalone 2025-12-09 03:54:52.311374 | fa163e63-5322-efa7-ee3c-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.886628 | 0.04s 2025-12-09 03:54:52.337515 | fa163e63-5322-efa7-ee3c-0000000005aa | TASK | Reboot tasks 2025-12-09 03:54:52.386612 | fa163e63-5322-efa7-ee3c-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-12-09 03:54:52.387667 | fa163e63-5322-efa7-ee3c-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.962947 | 0.05s 2025-12-09 03:54:52.412890 | fa163e63-5322-efa7-ee3c-0000000005ab | TASK | Skipping reboot for deployed node 2025-12-09 03:54:52.463203 | fa163e63-5322-efa7-ee3c-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-12-09 03:54:52.464426 | fa163e63-5322-efa7-ee3c-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:45.039704 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-12-09 03:54:52.646814 | fa163e63-5322-efa7-ee3c-00000000003f | TASK | Server pre-network deployments 2025-12-09 03:54:52.672330 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-00000000003f') missing from stats 2025-12-09 03:54:52.693264 | fa163e63-5322-efa7-ee3c-000000000043 | TASK | Hiera config 2025-12-09 03:54:52.713233 | fa163e63-5322-efa7-ee3c-000000000043 | TIMING | Hiera config | standalone | 0:00:45.288497 | 0.02s 2025-12-09 03:54:52.760552 | fa163e63-5322-efa7-ee3c-000000000721 | TASK | Create /etc/puppet/hieradata 2025-12-09 03:54:52.988510 | fa163e63-5322-efa7-ee3c-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-12-09 03:54:52.989783 | fa163e63-5322-efa7-ee3c-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:45.565063 | 0.23s 2025-12-09 03:54:53.015368 | fa163e63-5322-efa7-ee3c-000000000722 | TASK | Write hiera config 2025-12-09 03:54:53.457155 | fa163e63-5322-efa7-ee3c-000000000722 | CHANGED | Write hiera config | standalone 2025-12-09 03:54:53.458433 | fa163e63-5322-efa7-ee3c-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:46.033713 | 0.44s 2025-12-09 03:54:53.507323 | fa163e63-5322-efa7-ee3c-000000000044 | TASK | Hiera symlink 2025-12-09 03:54:53.727404 | fa163e63-5322-efa7-ee3c-000000000044 | CHANGED | Hiera symlink | standalone 2025-12-09 03:54:53.728646 | fa163e63-5322-efa7-ee3c-000000000044 | TIMING | Hiera symlink | standalone | 0:00:46.303926 | 0.22s 2025-12-09 03:54:53.753820 | fa163e63-5322-efa7-ee3c-000000000045 | TASK | Hieradata from vars 2025-12-09 03:54:53.781176 | fa163e63-5322-efa7-ee3c-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:46.356452 | 0.03s 2025-12-09 03:54:53.841641 | fa163e63-5322-efa7-ee3c-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-12-09 03:54:54.281052 | fa163e63-5322-efa7-ee3c-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-12-09 03:54:54.282293 | fa163e63-5322-efa7-ee3c-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.857574 | 0.44s 2025-12-09 03:54:54.307665 | fa163e63-5322-efa7-ee3c-00000000077d | TASK | Render hieradata from template 2025-12-09 03:54:54.831237 | fa163e63-5322-efa7-ee3c-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-12-09 03:54:54.832275 | fa163e63-5322-efa7-ee3c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.407557 | 0.52s 2025-12-09 03:54:55.363948 | fa163e63-5322-efa7-ee3c-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-12-09 03:54:55.365959 | fa163e63-5322-efa7-ee3c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.941239 | 1.06s 2025-12-09 03:54:55.980457 | fa163e63-5322-efa7-ee3c-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-12-09 03:54:55.981482 | fa163e63-5322-efa7-ee3c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.556764 | 1.67s 2025-12-09 03:54:56.349748 | fa163e63-5322-efa7-ee3c-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-12-09 03:54:56.350879 | fa163e63-5322-efa7-ee3c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.926159 | 2.04s 2025-12-09 03:54:56.782065 | fa163e63-5322-efa7-ee3c-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-12-09 03:54:56.784363 | fa163e63-5322-efa7-ee3c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.359642 | 2.48s 2025-12-09 03:54:57.235693 | fa163e63-5322-efa7-ee3c-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-12-09 03:54:57.236937 | fa163e63-5322-efa7-ee3c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.812217 | 2.93s 2025-12-09 03:54:57.758208 | fa163e63-5322-efa7-ee3c-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-12-09 03:54:57.759376 | fa163e63-5322-efa7-ee3c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.334657 | 3.45s 2025-12-09 03:54:58.194254 | fa163e63-5322-efa7-ee3c-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-12-09 03:54:58.195473 | fa163e63-5322-efa7-ee3c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.770760 | 3.89s 2025-12-09 03:54:58.652215 | fa163e63-5322-efa7-ee3c-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-12-09 03:54:58.654189 | fa163e63-5322-efa7-ee3c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.229469 | 4.35s 2025-12-09 03:54:59.126080 | fa163e63-5322-efa7-ee3c-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-09 03:54:59.127305 | fa163e63-5322-efa7-ee3c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.702583 | 4.82s 2025-12-09 03:54:59.136386 | fa163e63-5322-efa7-ee3c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.711646 | 4.83s 2025-12-09 03:54:59.196046 | fa163e63-5322-efa7-ee3c-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-12-09 03:54:59.228274 | fa163e63-5322-efa7-ee3c-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.803540 | 0.03s 2025-12-09 03:54:59.302542 | fa163e63-5322-efa7-ee3c-000000000821 | TASK | Check for hieradata file 2025-12-09 03:54:59.491442 | fa163e63-5322-efa7-ee3c-000000000821 | OK | Check for hieradata file | standalone 2025-12-09 03:54:59.493531 | fa163e63-5322-efa7-ee3c-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:52.068801 | 0.19s 2025-12-09 03:54:59.523930 | fa163e63-5322-efa7-ee3c-000000000823 | TASK | Get existing data 2025-12-09 03:54:59.554742 | fa163e63-5322-efa7-ee3c-000000000823 | SKIPPED | Get existing data | standalone 2025-12-09 03:54:59.556323 | fa163e63-5322-efa7-ee3c-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:52.131595 | 0.03s 2025-12-09 03:54:59.583660 | fa163e63-5322-efa7-ee3c-000000000824 | TASK | Set data fact 2025-12-09 03:54:59.614175 | fa163e63-5322-efa7-ee3c-000000000824 | SKIPPED | Set data fact | standalone 2025-12-09 03:54:59.615441 | fa163e63-5322-efa7-ee3c-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:52.190716 | 0.03s 2025-12-09 03:54:59.641718 | fa163e63-5322-efa7-ee3c-000000000826 | TASK | Write ansible hieradata file 2025-12-09 03:55:00.091903 | fa163e63-5322-efa7-ee3c-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-12-09 03:55:00.092894 | fa163e63-5322-efa7-ee3c-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.668179 | 0.45s 2025-12-09 03:55:00.163819 | fa163e63-5322-efa7-ee3c-000000000047 | TIMING | include_tasks | standalone | 0:00:52.739097 | 0.04s PLAY [Server network deployments] ********************************************** 2025-12-09 03:55:00.287858 | fa163e63-5322-efa7-ee3c-00000000004b | TASK | Network Configuration 2025-12-09 03:55:00.314028 | fa163e63-5322-efa7-ee3c-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e63-5322-efa7-ee3c-00000000004b') missing from stats 2025-12-09 03:55:00.337256 | fa163e63-5322-efa7-ee3c-00000000004c | TASK | Check NetworkConfig script existence 2025-12-09 03:55:00.362706 | fa163e63-5322-efa7-ee3c-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-12-09 03:55:00.363534 | fa163e63-5322-efa7-ee3c-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.938818 | 0.03s 2025-12-09 03:55:00.383285 | fa163e63-5322-efa7-ee3c-000000000052 | TASK | Gather SELinux fact if needed 2025-12-09 03:55:00.429848 | fa163e63-5322-efa7-ee3c-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-12-09 03:55:00.430640 | fa163e63-5322-efa7-ee3c-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:53.005926 | 0.05s 2025-12-09 03:55:00.450379 | fa163e63-5322-efa7-ee3c-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-12-09 03:55:01.092401 | fa163e63-5322-efa7-ee3c-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-12-09 03:55:01.093777 | fa163e63-5322-efa7-ee3c-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.669054 | 0.64s 2025-12-09 03:55:01.119650 | fa163e63-5322-efa7-ee3c-000000000054 | TASK | Ensure requirements are satisfied 2025-12-09 03:55:01.148418 | fa163e63-5322-efa7-ee3c-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.723690 | 0.03s 2025-12-09 03:55:01.206615 | fa163e63-5322-efa7-ee3c-0000000008bf | TASK | Gather facts if they don't exist 2025-12-09 03:55:01.243091 | fa163e63-5322-efa7-ee3c-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-12-09 03:55:01.243980 | fa163e63-5322-efa7-ee3c-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.819264 | 0.04s 2025-12-09 03:55:01.263921 | fa163e63-5322-efa7-ee3c-0000000008c0 | TASK | Gather variables for each operating system 2025-12-09 03:55:01.386648 | fa163e63-5322-efa7-ee3c-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-09 03:55:01.398692 | fa163e63-5322-efa7-ee3c-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.973963 | 0.13s 2025-12-09 03:55:01.424084 | fa163e63-5322-efa7-ee3c-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-09 03:55:01.686026 | fa163e63-5322-efa7-ee3c-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-09 03:55:01.686880 | fa163e63-5322-efa7-ee3c-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:54.262167 | 0.26s 2025-12-09 03:55:01.704384 | fa163e63-5322-efa7-ee3c-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-12-09 03:55:01.730320 | fa163e63-5322-efa7-ee3c-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-12-09 03:55:01.730915 | fa163e63-5322-efa7-ee3c-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:54.306204 | 0.03s 2025-12-09 03:55:01.748414 | fa163e63-5322-efa7-ee3c-0000000008c4 | TASK | Ensure packages are actually well installed 2025-12-09 03:55:02.682243 | fa163e63-5322-efa7-ee3c-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-09 03:55:02.684714 | fa163e63-5322-efa7-ee3c-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:55.259991 | 0.94s 2025-12-09 03:55:02.736291 | fa163e63-5322-efa7-ee3c-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-12-09 03:55:03.020335 | fa163e63-5322-efa7-ee3c-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-09 03:55:03.022849 | fa163e63-5322-efa7-ee3c-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.598127 | 0.28s 2025-12-09 03:55:03.049239 | fa163e63-5322-efa7-ee3c-000000000057 | TASK | Reload NetworkManager 2025-12-09 03:55:03.486714 | fa163e63-5322-efa7-ee3c-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-12-09 03:55:03.488685 | fa163e63-5322-efa7-ee3c-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:56.063962 | 0.44s 2025-12-09 03:55:03.515866 | fa163e63-5322-efa7-ee3c-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-12-09 03:55:03.749987 | fa163e63-5322-efa7-ee3c-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-12-09 03:55:03.751326 | fa163e63-5322-efa7-ee3c-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:56.326607 | 0.23s 2025-12-09 03:55:03.769235 | fa163e63-5322-efa7-ee3c-00000000005a | TASK | Check for previous run of NetworkConfig 2025-12-09 03:55:03.988459 | fa163e63-5322-efa7-ee3c-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-12-09 03:55:03.989758 | fa163e63-5322-efa7-ee3c-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.565038 | 0.22s 2025-12-09 03:55:04.015747 | fa163e63-5322-efa7-ee3c-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-12-09 03:55:04.042555 | fa163e63-5322-efa7-ee3c-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-12-09 03:55:04.043628 | fa163e63-5322-efa7-ee3c-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.618907 | 0.03s 2025-12-09 03:55:04.069171 | fa163e63-5322-efa7-ee3c-00000000005c | TASK | Ensure we get cloud-init 2025-12-09 03:55:04.300340 | fa163e63-5322-efa7-ee3c-00000000005c | OK | Ensure we get cloud-init | standalone 2025-12-09 03:55:04.301738 | fa163e63-5322-efa7-ee3c-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.877017 | 0.23s 2025-12-09 03:55:04.327651 | fa163e63-5322-efa7-ee3c-00000000005e | TASK | Create /etc/os-net-config directory 2025-12-09 03:55:04.599364 | fa163e63-5322-efa7-ee3c-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-12-09 03:55:04.600699 | fa163e63-5322-efa7-ee3c-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:57.175979 | 0.27s 2025-12-09 03:55:04.628325 | fa163e63-5322-efa7-ee3c-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-12-09 03:55:05.005220 | fa163e63-5322-efa7-ee3c-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-12-09 03:55:05.006472 | fa163e63-5322-efa7-ee3c-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.581751 | 0.38s 2025-12-09 03:55:05.033128 | fa163e63-5322-efa7-ee3c-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-12-09 03:55:05.103893 | fa163e63-5322-efa7-ee3c-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-12-09 03:55:05.105018 | fa163e63-5322-efa7-ee3c-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.680296 | 0.07s 2025-12-09 03:55:05.131402 | fa163e63-5322-efa7-ee3c-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-12-09 03:55:05.387248 | fa163e63-5322-efa7-ee3c-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-12-09 03:55:05.388847 | fa163e63-5322-efa7-ee3c-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.964126 | 0.26s 2025-12-09 03:55:05.415803 | fa163e63-5322-efa7-ee3c-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-12-09 03:55:05.454478 | fa163e63-5322-efa7-ee3c-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:58.029751 | 0.04s 2025-12-09 03:55:05.482292 | 9d5677d4-a719-4438-a08e-f993b9d945b3 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-12-09 03:55:05.516861 | fa163e63-5322-efa7-ee3c-000000000909 | TASK | Set nic_config_file fact 2025-12-09 03:55:05.597991 | fa163e63-5322-efa7-ee3c-000000000909 | OK | Set nic_config_file fact | standalone 2025-12-09 03:55:05.599221 | fa163e63-5322-efa7-ee3c-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:58.174500 | 0.08s 2025-12-09 03:55:05.626413 | fa163e63-5322-efa7-ee3c-00000000090a | TASK | Render overidden network config 2025-12-09 03:55:05.707146 | fa163e63-5322-efa7-ee3c-00000000090a | SKIPPED | Render overidden network config | standalone 2025-12-09 03:55:05.708411 | fa163e63-5322-efa7-ee3c-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.283690 | 0.08s 2025-12-09 03:55:05.733945 | fa163e63-5322-efa7-ee3c-00000000090b | TASK | Render network_config 2025-12-09 03:55:05.784754 | fa163e63-5322-efa7-ee3c-00000000090b | SKIPPED | Render network_config | standalone 2025-12-09 03:55:05.785786 | fa163e63-5322-efa7-ee3c-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.361065 | 0.05s 2025-12-09 03:55:05.810801 | fa163e63-5322-efa7-ee3c-00000000090c | TASK | Render network_config from template 2025-12-09 03:55:06.342263 | fa163e63-5322-efa7-ee3c-00000000090c | CHANGED | Render network_config from template | standalone 2025-12-09 03:55:06.343567 | fa163e63-5322-efa7-ee3c-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.918846 | 0.53s 2025-12-09 03:55:06.370300 | fa163e63-5322-efa7-ee3c-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=619421738680.43708 2025-12-09 03:55:10.367971 | fa163e63-5322-efa7-ee3c-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-12-09 03:55:10.370295 | fa163e63-5322-efa7-ee3c-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.945572 | 4.00s 2025-12-09 03:55:10.399051 | fa163e63-5322-efa7-ee3c-000000000064 | TASK | Write rc of NetworkConfig script 2025-12-09 03:55:10.819744 | fa163e63-5322-efa7-ee3c-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-12-09 03:55:10.821062 | fa163e63-5322-efa7-ee3c-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.396341 | 0.42s 2025-12-09 03:55:10.847909 | fa163e63-5322-efa7-ee3c-000000000065 | TASK | Disable cloud-init network config 2025-12-09 03:55:11.373039 | fa163e63-5322-efa7-ee3c-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-12-09 03:55:11.373892 | fa163e63-5322-efa7-ee3c-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.949176 | 0.52s 2025-12-09 03:55:11.391599 | fa163e63-5322-efa7-ee3c-000000000066 | TASK | Ensure network service is enabled 2025-12-09 03:55:11.787502 | fa163e63-5322-efa7-ee3c-000000000066 | OK | Ensure network service is enabled | standalone 2025-12-09 03:55:11.789387 | fa163e63-5322-efa7-ee3c-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.364664 | 0.40s PLAY [Server network validation] *********************************************** 2025-12-09 03:55:11.973570 | fa163e63-5322-efa7-ee3c-000000000096 | TASK | Basic Network Validation 2025-12-09 03:55:12.000061 | fa163e63-5322-efa7-ee3c-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.575339 | 0.03s 2025-12-09 03:55:12.048921 | fa163e63-5322-efa7-ee3c-000000000945 | TASK | Collect default network fact 2025-12-09 03:55:12.501063 | fa163e63-5322-efa7-ee3c-000000000945 | OK | Collect default network fact | standalone 2025-12-09 03:55:12.502425 | fa163e63-5322-efa7-ee3c-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.077698 | 0.45s 2025-12-09 03:55:12.528398 | fa163e63-5322-efa7-ee3c-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-12-09 03:55:12.556831 | fa163e63-5322-efa7-ee3c-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-12-09 03:55:12.557997 | fa163e63-5322-efa7-ee3c-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.133274 | 0.03s 2025-12-09 03:55:12.583800 | fa163e63-5322-efa7-ee3c-000000000947 | TASK | Check all networks Gateway availability 2025-12-09 03:55:12.602678 | fa163e63-5322-efa7-ee3c-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.177951 | 0.02s 2025-12-09 03:55:12.630598 | fa163e63-5322-efa7-ee3c-000000000949 | TASK | Check Controllers availability 2025-12-09 03:55:12.692969 | fa163e63-5322-efa7-ee3c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-12-09 03:55:12.699880 | fa163e63-5322-efa7-ee3c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-12-09 03:55:12.705519 | fa163e63-5322-efa7-ee3c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-12-09 03:55:12.711926 | fa163e63-5322-efa7-ee3c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-12-09 03:55:12.718392 | fa163e63-5322-efa7-ee3c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-12-09 03:55:12.724500 | fa163e63-5322-efa7-ee3c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-12-09 03:55:12.730954 | fa163e63-5322-efa7-ee3c-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.306228 | 0.10s 2025-12-09 03:55:12.757618 | fa163e63-5322-efa7-ee3c-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-12-09 03:55:12.786724 | fa163e63-5322-efa7-ee3c-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-12-09 03:55:12.787772 | fa163e63-5322-efa7-ee3c-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.363049 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-12-09 03:55:12.977683 | fa163e63-5322-efa7-ee3c-00000000009a | TASK | Server pre deployments 2025-12-09 03:55:13.004208 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-00000000009a') missing from stats 2025-12-09 03:55:13.024803 | fa163e63-5322-efa7-ee3c-00000000009e | TASK | Hiera config 2025-12-09 03:55:13.050745 | fa163e63-5322-efa7-ee3c-00000000009e | TIMING | Hiera config | standalone | 0:01:05.626024 | 0.02s 2025-12-09 03:55:13.090238 | fa163e63-5322-efa7-ee3c-00000000099e | TASK | Create /etc/puppet/hieradata 2025-12-09 03:55:13.350478 | fa163e63-5322-efa7-ee3c-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-12-09 03:55:13.351859 | fa163e63-5322-efa7-ee3c-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.927138 | 0.26s 2025-12-09 03:55:13.378624 | fa163e63-5322-efa7-ee3c-00000000099f | TASK | Write hiera config 2025-12-09 03:55:13.802813 | fa163e63-5322-efa7-ee3c-00000000099f | OK | Write hiera config | standalone 2025-12-09 03:55:13.803580 | fa163e63-5322-efa7-ee3c-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.378868 | 0.42s 2025-12-09 03:55:13.845939 | fa163e63-5322-efa7-ee3c-00000000009f | TASK | Hiera symlink 2025-12-09 03:55:14.077034 | fa163e63-5322-efa7-ee3c-00000000009f | OK | Hiera symlink | standalone 2025-12-09 03:55:14.078433 | fa163e63-5322-efa7-ee3c-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.653711 | 0.23s 2025-12-09 03:55:14.104743 | fa163e63-5322-efa7-ee3c-0000000000a0 | TASK | Hieradata from vars 2025-12-09 03:55:14.133159 | fa163e63-5322-efa7-ee3c-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.708395 | 0.03s 2025-12-09 03:55:14.193343 | fa163e63-5322-efa7-ee3c-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-12-09 03:55:14.693614 | fa163e63-5322-efa7-ee3c-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-12-09 03:55:14.695035 | fa163e63-5322-efa7-ee3c-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.270307 | 0.50s 2025-12-09 03:55:14.721015 | fa163e63-5322-efa7-ee3c-0000000009fa | TASK | Render hieradata from template 2025-12-09 03:55:15.246249 | fa163e63-5322-efa7-ee3c-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-12-09 03:55:15.247741 | fa163e63-5322-efa7-ee3c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.823017 | 0.52s 2025-12-09 03:55:15.802358 | fa163e63-5322-efa7-ee3c-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-12-09 03:55:15.803659 | fa163e63-5322-efa7-ee3c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.378937 | 1.08s 2025-12-09 03:55:16.405881 | fa163e63-5322-efa7-ee3c-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-12-09 03:55:16.407599 | fa163e63-5322-efa7-ee3c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.982884 | 1.68s 2025-12-09 03:55:16.877496 | fa163e63-5322-efa7-ee3c-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-12-09 03:55:16.878154 | fa163e63-5322-efa7-ee3c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.453440 | 2.16s 2025-12-09 03:55:17.428719 | fa163e63-5322-efa7-ee3c-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-12-09 03:55:17.430753 | fa163e63-5322-efa7-ee3c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.006032 | 2.71s 2025-12-09 03:55:17.892579 | fa163e63-5322-efa7-ee3c-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-12-09 03:55:17.893201 | fa163e63-5322-efa7-ee3c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.468488 | 3.17s 2025-12-09 03:55:18.424283 | fa163e63-5322-efa7-ee3c-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-12-09 03:55:18.425369 | fa163e63-5322-efa7-ee3c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.000649 | 3.70s 2025-12-09 03:55:18.902220 | fa163e63-5322-efa7-ee3c-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-12-09 03:55:18.903251 | fa163e63-5322-efa7-ee3c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.478532 | 4.18s 2025-12-09 03:55:19.425288 | fa163e63-5322-efa7-ee3c-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-12-09 03:55:19.427261 | fa163e63-5322-efa7-ee3c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.002541 | 4.70s 2025-12-09 03:55:19.901569 | fa163e63-5322-efa7-ee3c-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-09 03:55:19.902763 | fa163e63-5322-efa7-ee3c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.478043 | 5.18s 2025-12-09 03:55:19.918415 | fa163e63-5322-efa7-ee3c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.493687 | 5.20s 2025-12-09 03:55:19.971260 | fa163e63-5322-efa7-ee3c-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-12-09 03:55:20.000020 | fa163e63-5322-efa7-ee3c-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.575294 | 0.03s 2025-12-09 03:55:20.070065 | fa163e63-5322-efa7-ee3c-000000000a9e | TASK | Check for hieradata file 2025-12-09 03:55:20.290074 | fa163e63-5322-efa7-ee3c-000000000a9e | OK | Check for hieradata file | standalone 2025-12-09 03:55:20.291342 | fa163e63-5322-efa7-ee3c-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.866620 | 0.22s 2025-12-09 03:55:20.317163 | fa163e63-5322-efa7-ee3c-000000000aa0 | TASK | Get existing data 2025-12-09 03:55:20.366015 | fa163e63-5322-efa7-ee3c-000000000aa0 | SKIPPED | Get existing data | standalone 2025-12-09 03:55:20.367172 | fa163e63-5322-efa7-ee3c-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.942451 | 0.05s 2025-12-09 03:55:20.392414 | fa163e63-5322-efa7-ee3c-000000000aa1 | TASK | Set data fact 2025-12-09 03:55:20.439953 | fa163e63-5322-efa7-ee3c-000000000aa1 | SKIPPED | Set data fact | standalone 2025-12-09 03:55:20.441064 | fa163e63-5322-efa7-ee3c-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:13.016344 | 0.05s 2025-12-09 03:55:20.466763 | fa163e63-5322-efa7-ee3c-000000000aa3 | TASK | Write ansible hieradata file 2025-12-09 03:55:20.961249 | fa163e63-5322-efa7-ee3c-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-12-09 03:55:20.962500 | fa163e63-5322-efa7-ee3c-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.537779 | 0.49s 2025-12-09 03:55:21.063031 | fa163e63-5322-efa7-ee3c-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.638295 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-12-09 03:55:21.226940 | fa163e63-5322-efa7-ee3c-0000000000a6 | TASK | Host prep steps 2025-12-09 03:55:21.253284 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000a6') missing from stats 2025-12-09 03:55:21.327886 | fa163e63-5322-efa7-ee3c-0000000000a7 | TASK | Deploy Artifacts 2025-12-09 03:55:21.429494 | fa163e63-5322-efa7-ee3c-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-12-09 03:55:21.430838 | fa163e63-5322-efa7-ee3c-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:14.006114 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-09 03:55:21.495277 | fa163e63-5322-efa7-ee3c-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.070549 | 0.04s 2025-12-09 03:55:21.704193 | 15dee4db-3298-4238-bded-ab1e00e82044 | INCLUDED | /root/standalone-ansible-h8tfki1q/Standalone/host_prep_tasks.yaml | standalone 2025-12-09 03:55:21.761564 | fa163e63-5322-efa7-ee3c-000000000b1e | TASK | Run firewall role 2025-12-09 03:55:21.786790 | fa163e63-5322-efa7-ee3c-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.362073 | 0.02s 2025-12-09 03:55:21.839783 | fa163e63-5322-efa7-ee3c-000000000c38 | TASK | Gather variables for each operating system 2025-12-09 03:55:21.963771 | fa163e63-5322-efa7-ee3c-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-12-09 03:55:21.965954 | fa163e63-5322-efa7-ee3c-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.541228 | 0.13s 2025-12-09 03:55:21.976530 | fa163e63-5322-efa7-ee3c-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.551773 | 0.14s 2025-12-09 03:55:22.002485 | fa163e63-5322-efa7-ee3c-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-12-09 03:55:24.956313 | fa163e63-5322-efa7-ee3c-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-12-09 03:55:24.957739 | fa163e63-5322-efa7-ee3c-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.533018 | 2.95s 2025-12-09 03:55:24.984523 | fa163e63-5322-efa7-ee3c-000000000c3d | TASK | Create empty var for masquerade rules 2025-12-09 03:55:25.025201 | fa163e63-5322-efa7-ee3c-000000000c3d | OK | Create empty var for masquerade rules | standalone 2025-12-09 03:55:25.026488 | fa163e63-5322-efa7-ee3c-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.601767 | 0.04s 2025-12-09 03:55:25.052345 | fa163e63-5322-efa7-ee3c-000000000c3e | TASK | Enable masquerade 2025-12-09 03:55:25.095689 | fa163e63-5322-efa7-ee3c-000000000c3e | SKIPPED | Enable masquerade | standalone 2025-12-09 03:55:25.096458 | fa163e63-5322-efa7-ee3c-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.671746 | 0.04s 2025-12-09 03:55:25.121160 | fa163e63-5322-efa7-ee3c-000000000c3f | TASK | Set the default frontend firewall rules 2025-12-09 03:55:25.152996 | fa163e63-5322-efa7-ee3c-000000000c3f | OK | Set the default frontend firewall rules | standalone 2025-12-09 03:55:25.154190 | fa163e63-5322-efa7-ee3c-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.729470 | 0.03s 2025-12-09 03:55:25.179938 | fa163e63-5322-efa7-ee3c-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2025-12-09 03:55:25.230236 | fa163e63-5322-efa7-ee3c-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-12-09 03:55:25.231773 | fa163e63-5322-efa7-ee3c-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.807053 | 0.05s 2025-12-09 03:55:25.249885 | fa163e63-5322-efa7-ee3c-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2025-12-09 03:55:25.284278 | fa163e63-5322-efa7-ee3c-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-09 03:55:25.285388 | fa163e63-5322-efa7-ee3c-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.860668 | 0.03s 2025-12-09 03:55:25.310494 | fa163e63-5322-efa7-ee3c-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2025-12-09 03:55:25.342234 | fa163e63-5322-efa7-ee3c-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-12-09 03:55:25.343418 | fa163e63-5322-efa7-ee3c-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.918697 | 0.03s 2025-12-09 03:55:25.367977 | fa163e63-5322-efa7-ee3c-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2025-12-09 03:55:25.398414 | fa163e63-5322-efa7-ee3c-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-09 03:55:25.399750 | fa163e63-5322-efa7-ee3c-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.975028 | 0.03s 2025-12-09 03:55:25.424791 | fa163e63-5322-efa7-ee3c-000000000c48 | TASK | Enable LOG rules 2025-12-09 03:55:25.452406 | fa163e63-5322-efa7-ee3c-000000000c48 | SKIPPED | Enable LOG rules | standalone 2025-12-09 03:55:25.453608 | fa163e63-5322-efa7-ee3c-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:18.028886 | 0.03s 2025-12-09 03:55:25.478438 | fa163e63-5322-efa7-ee3c-000000000c49 | TASK | Set rule fact 2025-12-09 03:55:25.572056 | fa163e63-5322-efa7-ee3c-000000000c49 | OK | Set rule fact | standalone 2025-12-09 03:55:25.573540 | fa163e63-5322-efa7-ee3c-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:18.148828 | 0.09s 2025-12-09 03:55:25.592132 | fa163e63-5322-efa7-ee3c-000000000c4a | TASK | Manage rules via nftables 2025-12-09 03:55:25.617303 | fa163e63-5322-efa7-ee3c-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:18.192577 | 0.02s 2025-12-09 03:55:25.700147 | fa163e63-5322-efa7-ee3c-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.275396 | 0.03s 2025-12-09 03:55:25.715056 | 8fb5e9b8-fdb2-4cd5-aadc-14551392734a | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-12-09 03:55:25.740935 | fa163e63-5322-efa7-ee3c-000000000d11 | TASK | Ensure legacy iptables services are off 2025-12-09 03:55:26.129347 | fa163e63-5322-efa7-ee3c-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-12-09 03:55:26.130816 | fa163e63-5322-efa7-ee3c-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.706101 | 0.39s 2025-12-09 03:55:26.475134 | fa163e63-5322-efa7-ee3c-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-12-09 03:55:26.477255 | fa163e63-5322-efa7-ee3c-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.052536 | 0.74s 2025-12-09 03:55:26.489071 | fa163e63-5322-efa7-ee3c-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.064353 | 0.75s 2025-12-09 03:55:26.518894 | fa163e63-5322-efa7-ee3c-000000000d12 | TASK | Ensure nftables service is enabled and running 2025-12-09 03:55:27.263676 | fa163e63-5322-efa7-ee3c-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-12-09 03:55:27.265621 | fa163e63-5322-efa7-ee3c-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.840901 | 0.75s 2025-12-09 03:55:27.292933 | fa163e63-5322-efa7-ee3c-000000000d13 | TASK | Empty nftables from anything that may lay around 2025-12-09 03:55:27.332991 | fa163e63-5322-efa7-ee3c-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-12-09 03:55:27.334052 | fa163e63-5322-efa7-ee3c-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.909330 | 0.04s 2025-12-09 03:55:27.388246 | fa163e63-5322-efa7-ee3c-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.963521 | 0.03s 2025-12-09 03:55:27.425672 | e8f5710c-0c1f-4837-b6b9-33ec2f8ac3d4 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-12-09 03:55:27.460914 | fa163e63-5322-efa7-ee3c-000000000d42 | TASK | Push empty ruleset 2025-12-09 03:55:27.934578 | fa163e63-5322-efa7-ee3c-000000000d42 | CHANGED | Push empty ruleset | standalone 2025-12-09 03:55:27.935841 | fa163e63-5322-efa7-ee3c-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.511120 | 0.47s 2025-12-09 03:55:27.963335 | fa163e63-5322-efa7-ee3c-000000000d43 | TASK | Load empty ruleset 2025-12-09 03:55:28.259422 | fa163e63-5322-efa7-ee3c-000000000d43 | CHANGED | Load empty ruleset | standalone 2025-12-09 03:55:28.260724 | fa163e63-5322-efa7-ee3c-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.836003 | 0.30s 2025-12-09 03:55:28.286551 | fa163e63-5322-efa7-ee3c-000000000d45 | TASK | Use default rules 2025-12-09 03:55:28.379623 | fa163e63-5322-efa7-ee3c-000000000d45 | OK | Use default rules | standalone 2025-12-09 03:55:28.382428 | fa163e63-5322-efa7-ee3c-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.957708 | 0.09s 2025-12-09 03:55:28.411439 | fa163e63-5322-efa7-ee3c-000000000d46 | TASK | Enable LOG rules 2025-12-09 03:55:28.495956 | fa163e63-5322-efa7-ee3c-000000000d46 | OK | Enable LOG rules | standalone 2025-12-09 03:55:28.498722 | fa163e63-5322-efa7-ee3c-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:21.074002 | 0.09s 2025-12-09 03:55:28.528032 | fa163e63-5322-efa7-ee3c-000000000d48 | TASK | Get current nftables content 2025-12-09 03:55:28.772836 | fa163e63-5322-efa7-ee3c-000000000d48 | CHANGED | Get current nftables content | standalone 2025-12-09 03:55:28.773552 | fa163e63-5322-efa7-ee3c-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.348839 | 0.24s 2025-12-09 03:55:28.791497 | fa163e63-5322-efa7-ee3c-000000000d4a | TASK | Generate chain jumps 2025-12-09 03:55:29.317740 | fa163e63-5322-efa7-ee3c-000000000d4a | CHANGED | Generate chain jumps | standalone 2025-12-09 03:55:29.319065 | fa163e63-5322-efa7-ee3c-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.894343 | 0.53s 2025-12-09 03:55:29.346780 | fa163e63-5322-efa7-ee3c-000000000d4b | TASK | Generate chain jumps 2025-12-09 03:55:29.907883 | fa163e63-5322-efa7-ee3c-000000000d4b | CHANGED | Generate chain jumps | standalone 2025-12-09 03:55:29.909068 | fa163e63-5322-efa7-ee3c-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.484347 | 0.56s 2025-12-09 03:55:29.936372 | fa163e63-5322-efa7-ee3c-000000000d4c | TASK | Generate nft flushes 2025-12-09 03:55:30.411894 | fa163e63-5322-efa7-ee3c-000000000d4c | CHANGED | Generate nft flushes | standalone 2025-12-09 03:55:30.413192 | fa163e63-5322-efa7-ee3c-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.988472 | 0.48s 2025-12-09 03:55:30.439661 | fa163e63-5322-efa7-ee3c-000000000d4d | TASK | Generate nft tripleo chains 2025-12-09 03:55:30.894337 | fa163e63-5322-efa7-ee3c-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2025-12-09 03:55:30.895580 | fa163e63-5322-efa7-ee3c-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.470859 | 0.45s 2025-12-09 03:55:30.922778 | fa163e63-5322-efa7-ee3c-000000000d4e | TASK | Generate nft ruleset in static file 2025-12-09 03:55:32.546300 | fa163e63-5322-efa7-ee3c-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2025-12-09 03:55:32.547621 | fa163e63-5322-efa7-ee3c-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.122900 | 1.62s 2025-12-09 03:55:32.574142 | fa163e63-5322-efa7-ee3c-000000000d50 | TASK | Validate all of the generated content before loading 2025-12-09 03:55:33.176189 | fa163e63-5322-efa7-ee3c-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2025-12-09 03:55:33.177366 | fa163e63-5322-efa7-ee3c-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.752645 | 0.60s 2025-12-09 03:55:33.203270 | fa163e63-5322-efa7-ee3c-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2025-12-09 03:55:33.473486 | fa163e63-5322-efa7-ee3c-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-12-09 03:55:33.474483 | fa163e63-5322-efa7-ee3c-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:26.049768 | 0.27s 2025-12-09 03:55:33.521554 | fa163e63-5322-efa7-ee3c-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.096823 | 0.03s 2025-12-09 03:55:33.541262 | 0f24d6fa-d1d8-4634-9a79-7d533454e7dd | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-12-09 03:55:33.593458 | fa163e63-5322-efa7-ee3c-000000000db9 | TASK | Inject our custom chains in nftables 2025-12-09 03:55:33.822607 | fa163e63-5322-efa7-ee3c-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2025-12-09 03:55:33.823579 | fa163e63-5322-efa7-ee3c-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.398864 | 0.23s 2025-12-09 03:55:33.849213 | fa163e63-5322-efa7-ee3c-000000000dba | TASK | Reload custom nftables ruleset files 2025-12-09 03:55:34.152996 | fa163e63-5322-efa7-ee3c-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2025-12-09 03:55:34.154359 | fa163e63-5322-efa7-ee3c-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.729639 | 0.30s 2025-12-09 03:55:34.226615 | fa163e63-5322-efa7-ee3c-000000000b1f | TASK | create persistent logs directory 2025-12-09 03:55:34.450554 | fa163e63-5322-efa7-ee3c-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-09 03:55:34.452140 | fa163e63-5322-efa7-ee3c-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.027385 | 0.22s 2025-12-09 03:55:34.668222 | fa163e63-5322-efa7-ee3c-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-12-09 03:55:34.669749 | fa163e63-5322-efa7-ee3c-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.245031 | 0.44s 2025-12-09 03:55:34.680690 | fa163e63-5322-efa7-ee3c-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.255965 | 0.45s 2025-12-09 03:55:34.706365 | fa163e63-5322-efa7-ee3c-000000000b20 | TASK | create persistent directories 2025-12-09 03:55:34.956712 | fa163e63-5322-efa7-ee3c-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-09 03:55:34.958741 | fa163e63-5322-efa7-ee3c-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.534018 | 0.25s 2025-12-09 03:55:34.968951 | fa163e63-5322-efa7-ee3c-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.544227 | 0.26s 2025-12-09 03:55:34.994511 | fa163e63-5322-efa7-ee3c-000000000b21 | TASK | create persistent directories 2025-12-09 03:55:35.262301 | fa163e63-5322-efa7-ee3c-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-09 03:55:35.263753 | fa163e63-5322-efa7-ee3c-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.839029 | 0.27s 2025-12-09 03:55:35.486129 | fa163e63-5322-efa7-ee3c-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-12-09 03:55:35.487162 | fa163e63-5322-efa7-ee3c-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.062444 | 0.49s 2025-12-09 03:55:35.500455 | fa163e63-5322-efa7-ee3c-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.075721 | 0.50s 2025-12-09 03:55:35.533324 | fa163e63-5322-efa7-ee3c-000000000b22 | TASK | create persistent directories 2025-12-09 03:55:35.815212 | fa163e63-5322-efa7-ee3c-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-12-09 03:55:35.816073 | fa163e63-5322-efa7-ee3c-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.391359 | 0.28s 2025-12-09 03:55:36.064650 | fa163e63-5322-efa7-ee3c-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-12-09 03:55:36.066329 | fa163e63-5322-efa7-ee3c-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.641610 | 0.53s 2025-12-09 03:55:36.076989 | fa163e63-5322-efa7-ee3c-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.652264 | 0.54s 2025-12-09 03:55:36.102559 | fa163e63-5322-efa7-ee3c-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-12-09 03:55:37.197057 | fa163e63-5322-efa7-ee3c-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-12-09 03:55:37.198651 | fa163e63-5322-efa7-ee3c-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:29.773929 | 1.09s 2025-12-09 03:55:37.223731 | fa163e63-5322-efa7-ee3c-000000000b24 | TASK | create persistent directories 2025-12-09 03:55:37.469278 | fa163e63-5322-efa7-ee3c-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-12-09 03:55:37.470674 | fa163e63-5322-efa7-ee3c-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.045950 | 0.25s 2025-12-09 03:55:37.477462 | fa163e63-5322-efa7-ee3c-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.052738 | 0.25s 2025-12-09 03:55:37.502855 | fa163e63-5322-efa7-ee3c-000000000b25 | TASK | create persistent directories 2025-12-09 03:55:37.715603 | fa163e63-5322-efa7-ee3c-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-09 03:55:37.717145 | fa163e63-5322-efa7-ee3c-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.292393 | 0.21s 2025-12-09 03:55:37.974646 | fa163e63-5322-efa7-ee3c-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-12-09 03:55:37.976333 | fa163e63-5322-efa7-ee3c-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.551612 | 0.47s 2025-12-09 03:55:37.986952 | fa163e63-5322-efa7-ee3c-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.562226 | 0.48s 2025-12-09 03:55:38.012343 | fa163e63-5322-efa7-ee3c-000000000b26 | TASK | create fcontext entry for cinder data 2025-12-09 03:55:39.264878 | fa163e63-5322-efa7-ee3c-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-12-09 03:55:39.266711 | fa163e63-5322-efa7-ee3c-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.841989 | 1.25s 2025-12-09 03:55:39.292783 | fa163e63-5322-efa7-ee3c-000000000b27 | TASK | create persistent directories 2025-12-09 03:55:39.584919 | fa163e63-5322-efa7-ee3c-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-09 03:55:39.587381 | fa163e63-5322-efa7-ee3c-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.162659 | 0.29s 2025-12-09 03:55:39.780624 | fa163e63-5322-efa7-ee3c-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-12-09 03:55:39.783902 | fa163e63-5322-efa7-ee3c-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.359177 | 0.49s 2025-12-09 03:55:39.793092 | fa163e63-5322-efa7-ee3c-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.368374 | 0.50s 2025-12-09 03:55:39.820004 | fa163e63-5322-efa7-ee3c-000000000b28 | TASK | ensure ceph configurations exist 2025-12-09 03:55:40.052453 | fa163e63-5322-efa7-ee3c-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-12-09 03:55:40.053851 | fa163e63-5322-efa7-ee3c-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.629129 | 0.23s 2025-12-09 03:55:40.080814 | fa163e63-5322-efa7-ee3c-000000000b29 | TASK | create persistent directories 2025-12-09 03:55:40.315167 | fa163e63-5322-efa7-ee3c-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-09 03:55:40.317269 | fa163e63-5322-efa7-ee3c-000000000b29 | TIMING | create persistent directories | standalone | 0:01:32.892545 | 0.23s 2025-12-09 03:55:40.327362 | fa163e63-5322-efa7-ee3c-000000000b29 | TIMING | create persistent directories | standalone | 0:01:32.902636 | 0.25s 2025-12-09 03:55:40.353443 | fa163e63-5322-efa7-ee3c-000000000b2b | TASK | Create cinder image conversion directory 2025-12-09 03:55:40.381826 | fa163e63-5322-efa7-ee3c-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-12-09 03:55:40.383139 | fa163e63-5322-efa7-ee3c-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:32.958387 | 0.03s 2025-12-09 03:55:40.408707 | fa163e63-5322-efa7-ee3c-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-12-09 03:55:40.437717 | fa163e63-5322-efa7-ee3c-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-12-09 03:55:40.438927 | fa163e63-5322-efa7-ee3c-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.014204 | 0.03s 2025-12-09 03:55:40.465665 | fa163e63-5322-efa7-ee3c-000000000b2e | TASK | cinder_configure_lvm fact 2025-12-09 03:55:40.496205 | fa163e63-5322-efa7-ee3c-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-12-09 03:55:40.497361 | fa163e63-5322-efa7-ee3c-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.072639 | 0.03s 2025-12-09 03:55:40.522423 | fa163e63-5322-efa7-ee3c-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-12-09 03:55:40.551196 | fa163e63-5322-efa7-ee3c-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-12-09 03:55:40.552466 | fa163e63-5322-efa7-ee3c-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:33.127743 | 0.03s 2025-12-09 03:55:40.578522 | fa163e63-5322-efa7-ee3c-000000000b31 | TASK | cinder create LVM volume group dd 2025-12-09 03:55:40.606877 | fa163e63-5322-efa7-ee3c-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-12-09 03:55:40.608186 | fa163e63-5322-efa7-ee3c-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:33.183459 | 0.03s 2025-12-09 03:55:40.632930 | fa163e63-5322-efa7-ee3c-000000000b32 | TASK | Get or create LVM loopback device 2025-12-09 03:55:40.664346 | fa163e63-5322-efa7-ee3c-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-12-09 03:55:40.665449 | fa163e63-5322-efa7-ee3c-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:33.240727 | 0.03s 2025-12-09 03:55:40.689876 | fa163e63-5322-efa7-ee3c-000000000b33 | TASK | Create LVM volume group 2025-12-09 03:55:40.718056 | fa163e63-5322-efa7-ee3c-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-12-09 03:55:40.719306 | fa163e63-5322-efa7-ee3c-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:33.294585 | 0.03s 2025-12-09 03:55:40.743798 | fa163e63-5322-efa7-ee3c-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-12-09 03:55:40.770581 | fa163e63-5322-efa7-ee3c-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-12-09 03:55:40.771778 | fa163e63-5322-efa7-ee3c-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:33.347057 | 0.03s 2025-12-09 03:55:40.796706 | fa163e63-5322-efa7-ee3c-000000000b35 | TASK | cinder enable the LVM losetup service 2025-12-09 03:55:40.823497 | fa163e63-5322-efa7-ee3c-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-12-09 03:55:40.824680 | fa163e63-5322-efa7-ee3c-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:33.399958 | 0.03s 2025-12-09 03:55:40.850593 | fa163e63-5322-efa7-ee3c-000000000b37 | TASK | allow logrotate to read inside containers 2025-12-09 03:55:41.795764 | fa163e63-5322-efa7-ee3c-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-12-09 03:55:41.797459 | fa163e63-5322-efa7-ee3c-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:34.372736 | 0.95s 2025-12-09 03:55:41.823207 | fa163e63-5322-efa7-ee3c-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-12-09 03:55:44.151273 | fa163e63-5322-efa7-ee3c-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-12-09 03:55:44.153016 | fa163e63-5322-efa7-ee3c-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:36.728295 | 2.33s 2025-12-09 03:55:44.210868 | fa163e63-5322-efa7-ee3c-000000000b3a | OK | set_fact | standalone 2025-12-09 03:55:44.212071 | fa163e63-5322-efa7-ee3c-000000000b3a | TIMING | set_fact | standalone | 0:01:36.787350 | 0.03s 2025-12-09 03:55:44.269821 | fa163e63-5322-efa7-ee3c-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:36.845094 | 0.03s 2025-12-09 03:55:44.328812 | fa163e63-5322-efa7-ee3c-000000000f06 | TASK | ensure apache is installed 2025-12-09 03:55:50.302955 | fa163e63-5322-efa7-ee3c-000000000f06 | CHANGED | ensure apache is installed | standalone 2025-12-09 03:55:50.304679 | fa163e63-5322-efa7-ee3c-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:42.879958 | 5.97s 2025-12-09 03:55:50.332196 | fa163e63-5322-efa7-ee3c-000000000f07 | TASK | create image data directory 2025-12-09 03:55:50.578805 | fa163e63-5322-efa7-ee3c-000000000f07 | CHANGED | create image data directory | standalone 2025-12-09 03:55:50.580482 | fa163e63-5322-efa7-ee3c-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:43.155759 | 0.25s 2025-12-09 03:55:50.608490 | fa163e63-5322-efa7-ee3c-000000000f08 | TASK | create /v2/ response file 2025-12-09 03:55:51.062015 | fa163e63-5322-efa7-ee3c-000000000f08 | CHANGED | create /v2/ response file | standalone 2025-12-09 03:55:51.063302 | fa163e63-5322-efa7-ee3c-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:43.638582 | 0.45s 2025-12-09 03:55:51.090460 | fa163e63-5322-efa7-ee3c-000000000f09 | TASK | Add listen line 2025-12-09 03:55:51.454328 | fa163e63-5322-efa7-ee3c-000000000f09 | CHANGED | Add listen line | standalone 2025-12-09 03:55:51.456070 | fa163e63-5322-efa7-ee3c-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:44.031343 | 0.36s 2025-12-09 03:55:51.485592 | fa163e63-5322-efa7-ee3c-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-12-09 03:55:51.928406 | fa163e63-5322-efa7-ee3c-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-12-09 03:55:51.929793 | fa163e63-5322-efa7-ee3c-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:44.505073 | 0.44s 2025-12-09 03:55:51.955628 | fa163e63-5322-efa7-ee3c-000000000f0b | TASK | Image-Serve | restart httpd 2025-12-09 03:55:52.899668 | fa163e63-5322-efa7-ee3c-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2025-12-09 03:55:52.901606 | fa163e63-5322-efa7-ee3c-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:45.476887 | 0.94s 2025-12-09 03:55:52.951700 | fa163e63-5322-efa7-ee3c-000000000b3d | TASK | create persistent logs directory 2025-12-09 03:55:53.245563 | fa163e63-5322-efa7-ee3c-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-12-09 03:55:53.247786 | fa163e63-5322-efa7-ee3c-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.823063 | 0.29s 2025-12-09 03:55:53.452910 | fa163e63-5322-efa7-ee3c-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-12-09 03:55:53.453979 | fa163e63-5322-efa7-ee3c-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.029260 | 0.50s 2025-12-09 03:55:53.460191 | fa163e63-5322-efa7-ee3c-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.035473 | 0.51s 2025-12-09 03:55:53.487482 | fa163e63-5322-efa7-ee3c-000000000b3e | TASK | Mount NFS on host 2025-12-09 03:55:53.517767 | fa163e63-5322-efa7-ee3c-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-12-09 03:55:53.518980 | fa163e63-5322-efa7-ee3c-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:46.094257 | 0.03s 2025-12-09 03:55:53.544551 | fa163e63-5322-efa7-ee3c-000000000b3f | TASK | Mount Node Staging Location 2025-12-09 03:55:53.573047 | fa163e63-5322-efa7-ee3c-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-12-09 03:55:53.574095 | fa163e63-5322-efa7-ee3c-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:46.149373 | 0.03s 2025-12-09 03:55:53.598975 | fa163e63-5322-efa7-ee3c-000000000b40 | TASK | ensure /var/lib/glance exists 2025-12-09 03:55:53.829724 | fa163e63-5322-efa7-ee3c-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-12-09 03:55:53.831189 | fa163e63-5322-efa7-ee3c-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:46.406467 | 0.23s 2025-12-09 03:55:53.857429 | fa163e63-5322-efa7-ee3c-000000000b41 | TASK | create logs directory 2025-12-09 03:55:54.072069 | fa163e63-5322-efa7-ee3c-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-12-09 03:55:54.073711 | fa163e63-5322-efa7-ee3c-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.648986 | 0.22s 2025-12-09 03:55:54.264867 | fa163e63-5322-efa7-ee3c-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-12-09 03:55:54.266081 | fa163e63-5322-efa7-ee3c-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.841370 | 0.41s 2025-12-09 03:55:54.276761 | fa163e63-5322-efa7-ee3c-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.852044 | 0.42s 2025-12-09 03:55:54.301941 | fa163e63-5322-efa7-ee3c-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-12-09 03:55:54.329733 | fa163e63-5322-efa7-ee3c-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-12-09 03:55:54.330766 | fa163e63-5322-efa7-ee3c-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:46.906045 | 0.03s 2025-12-09 03:55:54.355630 | fa163e63-5322-efa7-ee3c-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-12-09 03:55:54.585533 | fa163e63-5322-efa7-ee3c-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-12-09 03:55:54.587429 | fa163e63-5322-efa7-ee3c-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:47.162701 | 0.23s 2025-12-09 03:55:54.613026 | fa163e63-5322-efa7-ee3c-000000000b44 | TASK | create persistent directories 2025-12-09 03:55:54.856636 | fa163e63-5322-efa7-ee3c-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-12-09 03:55:54.858651 | fa163e63-5322-efa7-ee3c-000000000b44 | TIMING | create persistent directories | standalone | 0:01:47.433928 | 0.24s 2025-12-09 03:55:54.868713 | fa163e63-5322-efa7-ee3c-000000000b44 | TIMING | create persistent directories | standalone | 0:01:47.443995 | 0.25s 2025-12-09 03:55:54.894414 | fa163e63-5322-efa7-ee3c-000000000b45 | TASK | create persistent data directory 2025-12-09 03:55:55.126623 | fa163e63-5322-efa7-ee3c-000000000b45 | OK | create persistent data directory | standalone 2025-12-09 03:55:55.127902 | fa163e63-5322-efa7-ee3c-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:47.703182 | 0.23s 2025-12-09 03:55:55.155300 | fa163e63-5322-efa7-ee3c-000000000b46 | TASK | get parameters 2025-12-09 03:55:55.182189 | fa163e63-5322-efa7-ee3c-000000000b46 | OK | get parameters | standalone 2025-12-09 03:55:55.183212 | fa163e63-5322-efa7-ee3c-000000000b46 | TIMING | get parameters | standalone | 0:01:47.758492 | 0.03s 2025-12-09 03:55:55.208727 | fa163e63-5322-efa7-ee3c-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-12-09 03:55:55.250153 | fa163e63-5322-efa7-ee3c-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-12-09 03:55:55.251284 | fa163e63-5322-efa7-ee3c-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:47.826562 | 0.04s 2025-12-09 03:55:55.276194 | fa163e63-5322-efa7-ee3c-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-12-09 03:55:55.319171 | fa163e63-5322-efa7-ee3c-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-12-09 03:55:55.320200 | fa163e63-5322-efa7-ee3c-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:47.895478 | 0.04s 2025-12-09 03:55:55.345227 | fa163e63-5322-efa7-ee3c-000000000b4a | TASK | get haproxy status 2025-12-09 03:55:55.394155 | fa163e63-5322-efa7-ee3c-000000000b4a | SKIPPED | get haproxy status | standalone 2025-12-09 03:55:55.395222 | fa163e63-5322-efa7-ee3c-000000000b4a | TIMING | get haproxy status | standalone | 0:01:47.970500 | 0.05s 2025-12-09 03:55:55.420859 | fa163e63-5322-efa7-ee3c-000000000b4b | TASK | get pacemaker status 2025-12-09 03:55:55.464332 | fa163e63-5322-efa7-ee3c-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-12-09 03:55:55.465490 | fa163e63-5322-efa7-ee3c-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:48.040771 | 0.04s 2025-12-09 03:55:55.490415 | fa163e63-5322-efa7-ee3c-000000000b4c | TASK | get docker status 2025-12-09 03:55:55.538036 | fa163e63-5322-efa7-ee3c-000000000b4c | SKIPPED | get docker status | standalone 2025-12-09 03:55:55.539051 | fa163e63-5322-efa7-ee3c-000000000b4c | TIMING | get docker status | standalone | 0:01:48.114329 | 0.05s 2025-12-09 03:55:55.563511 | fa163e63-5322-efa7-ee3c-000000000b4d | TASK | get container_id 2025-12-09 03:55:55.617431 | fa163e63-5322-efa7-ee3c-000000000b4d | SKIPPED | get container_id | standalone 2025-12-09 03:55:55.618492 | fa163e63-5322-efa7-ee3c-000000000b4d | TIMING | get container_id | standalone | 0:01:48.193772 | 0.05s 2025-12-09 03:55:55.645242 | fa163e63-5322-efa7-ee3c-000000000b4e | TASK | get pcs resource name for haproxy container 2025-12-09 03:55:55.688254 | fa163e63-5322-efa7-ee3c-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-12-09 03:55:55.689492 | fa163e63-5322-efa7-ee3c-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:48.264766 | 0.04s 2025-12-09 03:55:55.717018 | fa163e63-5322-efa7-ee3c-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-12-09 03:55:55.761796 | fa163e63-5322-efa7-ee3c-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-12-09 03:55:55.762971 | fa163e63-5322-efa7-ee3c-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:48.338249 | 0.04s 2025-12-09 03:55:55.787836 | fa163e63-5322-efa7-ee3c-000000000b50 | TASK | push certificate content 2025-12-09 03:55:55.832514 | fa163e63-5322-efa7-ee3c-000000000b50 | SKIPPED | push certificate content | standalone 2025-12-09 03:55:55.833724 | fa163e63-5322-efa7-ee3c-000000000b50 | TIMING | push certificate content | standalone | 0:01:48.409003 | 0.04s 2025-12-09 03:55:55.858746 | fa163e63-5322-efa7-ee3c-000000000b52 | TASK | set certificate ownership 2025-12-09 03:55:55.908458 | fa163e63-5322-efa7-ee3c-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-12-09 03:55:55.909544 | fa163e63-5322-efa7-ee3c-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:48.484822 | 0.05s 2025-12-09 03:55:55.934534 | fa163e63-5322-efa7-ee3c-000000000b53 | TASK | reload haproxy if enabled 2025-12-09 03:55:55.984103 | fa163e63-5322-efa7-ee3c-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-12-09 03:55:55.985343 | fa163e63-5322-efa7-ee3c-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:48.560621 | 0.05s 2025-12-09 03:55:56.013581 | fa163e63-5322-efa7-ee3c-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-12-09 03:55:56.063798 | fa163e63-5322-efa7-ee3c-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-12-09 03:55:56.065146 | fa163e63-5322-efa7-ee3c-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:48.640381 | 0.05s 2025-12-09 03:55:56.090756 | fa163e63-5322-efa7-ee3c-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-12-09 03:55:56.140674 | fa163e63-5322-efa7-ee3c-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-12-09 03:55:56.141882 | fa163e63-5322-efa7-ee3c-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:48.717160 | 0.05s 2025-12-09 03:55:56.167199 | fa163e63-5322-efa7-ee3c-000000000b58 | TASK | create persistent directories 2025-12-09 03:55:56.438890 | fa163e63-5322-efa7-ee3c-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-12-09 03:55:56.441023 | fa163e63-5322-efa7-ee3c-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.016298 | 0.27s 2025-12-09 03:55:56.675199 | fa163e63-5322-efa7-ee3c-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-12-09 03:55:56.676926 | fa163e63-5322-efa7-ee3c-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.252207 | 0.51s 2025-12-09 03:55:56.687726 | fa163e63-5322-efa7-ee3c-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.263004 | 0.52s 2025-12-09 03:55:56.718522 | fa163e63-5322-efa7-ee3c-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-12-09 03:56:01.922827 | fa163e63-5322-efa7-ee3c-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-12-09 03:56:01.924403 | fa163e63-5322-efa7-ee3c-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:54.499681 | 5.20s 2025-12-09 03:56:01.949642 | fa163e63-5322-efa7-ee3c-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-12-09 03:56:02.021330 | fa163e63-5322-efa7-ee3c-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.68 seconds", "Notice: Applied catalog in 0.25 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.25", " Config retrieval: 0.76", " Last run: 1765252561", " Total: 0.25", "Version:", " Config: 1765252560", " 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-09 03:56:02.022915 | fa163e63-5322-efa7-ee3c-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:54.598189 | 0.07s 2025-12-09 03:56:02.048524 | fa163e63-5322-efa7-ee3c-000000000b5b | TASK | create persistent directories 2025-12-09 03:56:02.291718 | fa163e63-5322-efa7-ee3c-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-09 03:56:02.294176 | fa163e63-5322-efa7-ee3c-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.869446 | 0.24s 2025-12-09 03:56:02.504247 | fa163e63-5322-efa7-ee3c-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-12-09 03:56:02.505338 | fa163e63-5322-efa7-ee3c-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.080619 | 0.46s 2025-12-09 03:56:02.517633 | fa163e63-5322-efa7-ee3c-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.092905 | 0.47s 2025-12-09 03:56:02.544782 | fa163e63-5322-efa7-ee3c-000000000b5c | TASK | create persistent directories 2025-12-09 03:56:02.784802 | fa163e63-5322-efa7-ee3c-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-09 03:56:02.787327 | fa163e63-5322-efa7-ee3c-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.362597 | 0.24s 2025-12-09 03:56:02.997889 | fa163e63-5322-efa7-ee3c-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-12-09 03:56:02.998797 | fa163e63-5322-efa7-ee3c-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.574080 | 0.45s 2025-12-09 03:56:03.005210 | fa163e63-5322-efa7-ee3c-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.580484 | 0.46s 2025-12-09 03:56:03.032087 | fa163e63-5322-efa7-ee3c-000000000b5d | TASK | create persistent directories 2025-12-09 03:56:03.262291 | fa163e63-5322-efa7-ee3c-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-09 03:56:03.264552 | fa163e63-5322-efa7-ee3c-000000000b5d | TIMING | create persistent directories | standalone | 0:01:55.839828 | 0.23s 2025-12-09 03:56:03.274579 | fa163e63-5322-efa7-ee3c-000000000b5d | TIMING | create persistent directories | standalone | 0:01:55.849851 | 0.24s 2025-12-09 03:56:03.300706 | fa163e63-5322-efa7-ee3c-000000000b5e | TASK | create persistent directories 2025-12-09 03:56:03.538278 | fa163e63-5322-efa7-ee3c-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-12-09 03:56:03.539848 | fa163e63-5322-efa7-ee3c-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.115122 | 0.24s 2025-12-09 03:56:03.767495 | fa163e63-5322-efa7-ee3c-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-12-09 03:56:03.769261 | fa163e63-5322-efa7-ee3c-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.344535 | 0.47s 2025-12-09 03:56:03.964383 | fa163e63-5322-efa7-ee3c-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-12-09 03:56:03.965418 | fa163e63-5322-efa7-ee3c-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.540700 | 0.66s 2025-12-09 03:56:04.187873 | fa163e63-5322-efa7-ee3c-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-12-09 03:56:04.188642 | fa163e63-5322-efa7-ee3c-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.763930 | 0.89s 2025-12-09 03:56:04.193835 | fa163e63-5322-efa7-ee3c-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.769108 | 0.89s 2025-12-09 03:56:04.221685 | fa163e63-5322-efa7-ee3c-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-12-09 03:56:04.695290 | fa163e63-5322-efa7-ee3c-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-12-09 03:56:04.696756 | fa163e63-5322-efa7-ee3c-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:57.272035 | 0.47s 2025-12-09 03:56:04.722265 | fa163e63-5322-efa7-ee3c-000000000b60 | TASK | create fcontext entry for iscsi 2025-12-09 03:56:06.083356 | fa163e63-5322-efa7-ee3c-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-09 03:56:06.085056 | fa163e63-5322-efa7-ee3c-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:58.660330 | 1.36s 2025-12-09 03:56:07.414718 | fa163e63-5322-efa7-ee3c-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-09 03:56:07.416853 | fa163e63-5322-efa7-ee3c-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.992133 | 2.69s 2025-12-09 03:56:08.620244 | fa163e63-5322-efa7-ee3c-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-09 03:56:08.621391 | fa163e63-5322-efa7-ee3c-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.196675 | 3.90s 2025-12-09 03:56:08.626138 | fa163e63-5322-efa7-ee3c-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.201389 | 3.90s 2025-12-09 03:56:08.652000 | fa163e63-5322-efa7-ee3c-000000000b61 | TASK | create persistent directories 2025-12-09 03:56:08.897589 | fa163e63-5322-efa7-ee3c-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-09 03:56:08.899306 | fa163e63-5322-efa7-ee3c-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.474579 | 0.25s 2025-12-09 03:56:09.069240 | fa163e63-5322-efa7-ee3c-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-09 03:56:09.071056 | fa163e63-5322-efa7-ee3c-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.646336 | 0.42s 2025-12-09 03:56:09.277914 | fa163e63-5322-efa7-ee3c-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-09 03:56:09.279107 | fa163e63-5322-efa7-ee3c-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.854387 | 0.63s 2025-12-09 03:56:09.286605 | fa163e63-5322-efa7-ee3c-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.861887 | 0.63s 2025-12-09 03:56:09.314888 | fa163e63-5322-efa7-ee3c-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-12-09 03:56:09.535463 | fa163e63-5322-efa7-ee3c-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-12-09 03:56:09.536851 | fa163e63-5322-efa7-ee3c-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:02.112130 | 0.22s 2025-12-09 03:56:09.561960 | fa163e63-5322-efa7-ee3c-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-12-09 03:56:09.581481 | fa163e63-5322-efa7-ee3c-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-12-09 03:56:09.582525 | fa163e63-5322-efa7-ee3c-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:02.157803 | 0.02s 2025-12-09 03:56:09.607433 | fa163e63-5322-efa7-ee3c-000000000b64 | TASK | Check if iscsi.service is enabled 2025-12-09 03:56:09.840953 | fa163e63-5322-efa7-ee3c-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-12-09 03:56:09.842335 | fa163e63-5322-efa7-ee3c-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:02.417614 | 0.23s 2025-12-09 03:56:09.867517 | fa163e63-5322-efa7-ee3c-000000000b65 | TASK | Stop iscsi.service 2025-12-09 03:56:09.907979 | fa163e63-5322-efa7-ee3c-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-12-09 03:56:09.909164 | fa163e63-5322-efa7-ee3c-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:02.484442 | 0.04s 2025-12-09 03:56:09.963788 | fa163e63-5322-efa7-ee3c-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:02.539060 | 0.03s 2025-12-09 03:56:10.055378 | fa163e63-5322-efa7-ee3c-000000001069 | TASK | Install additional packages 2025-12-09 03:56:10.081423 | fa163e63-5322-efa7-ee3c-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:02.656704 | 0.03s 2025-12-09 03:56:10.098930 | fa163e63-5322-efa7-ee3c-00000000106a | TASK | Remove dracut-config-generic 2025-12-09 03:56:13.805951 | fa163e63-5322-efa7-ee3c-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2025-12-09 03:56:13.806984 | fa163e63-5322-efa7-ee3c-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:06.382268 | 3.71s 2025-12-09 03:56:13.827527 | fa163e63-5322-efa7-ee3c-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-12-09 03:56:14.053555 | fa163e63-5322-efa7-ee3c-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-12-09 03:56:14.054563 | fa163e63-5322-efa7-ee3c-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:06.629848 | 0.23s 2025-12-09 03:56:14.074979 | fa163e63-5322-efa7-ee3c-00000000106c | TASK | Write list of modules to load at boot 2025-12-09 03:56:14.581941 | fa163e63-5322-efa7-ee3c-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2025-12-09 03:56:14.583328 | fa163e63-5322-efa7-ee3c-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:07.158607 | 0.51s 2025-12-09 03:56:14.609430 | fa163e63-5322-efa7-ee3c-00000000106d | TASK | Modules reload 2025-12-09 03:56:15.092449 | fa163e63-5322-efa7-ee3c-00000000106d | CHANGED | Modules reload | standalone 2025-12-09 03:56:15.094631 | fa163e63-5322-efa7-ee3c-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:07.669916 | 0.48s 2025-12-09 03:56:15.116323 | fa163e63-5322-efa7-ee3c-00000000106e | TASK | Set default sysctl options 2025-12-09 03:56:15.619260 | fa163e63-5322-efa7-ee3c-00000000106e | CHANGED | Set default sysctl options | standalone 2025-12-09 03:56:15.620615 | fa163e63-5322-efa7-ee3c-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:08.195895 | 0.50s 2025-12-09 03:56:15.650142 | fa163e63-5322-efa7-ee3c-00000000106f | TASK | Set extra sysctl options 2025-12-09 03:56:16.038937 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-12-09 03:56:16.040859 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.616145 | 0.39s 2025-12-09 03:56:16.292177 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-12-09 03:56:16.294073 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.869350 | 0.64s 2025-12-09 03:56:16.504701 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-12-09 03:56:16.505373 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.080662 | 0.85s 2025-12-09 03:56:16.717696 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-12-09 03:56:16.718765 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.294042 | 1.07s 2025-12-09 03:56:16.938566 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-12-09 03:56:16.939937 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.515211 | 1.29s 2025-12-09 03:56:17.152583 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-12-09 03:56:17.153604 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.728880 | 1.50s 2025-12-09 03:56:17.373859 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-12-09 03:56:17.374868 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.950149 | 1.72s 2025-12-09 03:56:17.585449 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-12-09 03:56:17.587145 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.162397 | 1.93s 2025-12-09 03:56:17.825220 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-12-09 03:56:17.826241 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.401521 | 2.17s 2025-12-09 03:56:18.073691 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-12-09 03:56:18.074657 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.649938 | 2.42s 2025-12-09 03:56:18.339675 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-12-09 03:56:18.340709 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.915987 | 2.69s 2025-12-09 03:56:18.588246 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-12-09 03:56:18.590233 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.165513 | 2.94s 2025-12-09 03:56:18.821466 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-12-09 03:56:18.823446 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.398726 | 3.17s 2025-12-09 03:56:19.110329 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-12-09 03:56:19.111815 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.687095 | 3.46s 2025-12-09 03:56:19.344896 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-12-09 03:56:19.346526 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.921807 | 3.69s 2025-12-09 03:56:19.620766 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-12-09 03:56:19.621856 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.197134 | 3.97s 2025-12-09 03:56:19.828690 | fa163e63-5322-efa7-ee3c-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-12-09 03:56:19.829594 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.404872 | 4.18s 2025-12-09 03:56:19.837509 | fa163e63-5322-efa7-ee3c-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.412792 | 4.19s 2025-12-09 03:56:19.867001 | fa163e63-5322-efa7-ee3c-000000001071 | TASK | Sysctl reload 2025-12-09 03:56:20.313483 | fa163e63-5322-efa7-ee3c-000000001071 | CHANGED | Sysctl reload | standalone 2025-12-09 03:56:20.315318 | fa163e63-5322-efa7-ee3c-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:12.890597 | 0.45s 2025-12-09 03:56:20.365140 | fa163e63-5322-efa7-ee3c-000000000b67 | TASK | create persistent directories 2025-12-09 03:56:20.609402 | fa163e63-5322-efa7-ee3c-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-12-09 03:56:20.611843 | fa163e63-5322-efa7-ee3c-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.187117 | 0.25s 2025-12-09 03:56:20.812924 | fa163e63-5322-efa7-ee3c-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-12-09 03:56:20.814223 | fa163e63-5322-efa7-ee3c-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.389512 | 0.45s 2025-12-09 03:56:20.825079 | fa163e63-5322-efa7-ee3c-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.400353 | 0.46s 2025-12-09 03:56:20.850461 | fa163e63-5322-efa7-ee3c-000000000b68 | TASK | Check if file certs_valid exist 2025-12-09 03:56:21.059149 | fa163e63-5322-efa7-ee3c-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-12-09 03:56:21.060524 | fa163e63-5322-efa7-ee3c-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:13.635802 | 0.21s 2025-12-09 03:56:21.087077 | fa163e63-5322-efa7-ee3c-000000000b69 | TASK | Check if file cert9.db exist 2025-12-09 03:56:21.305991 | fa163e63-5322-efa7-ee3c-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-12-09 03:56:21.307371 | fa163e63-5322-efa7-ee3c-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:13.882651 | 0.22s 2025-12-09 03:56:21.332409 | fa163e63-5322-efa7-ee3c-000000000b6a | TASK | Check if file key4.db exist 2025-12-09 03:56:21.526849 | fa163e63-5322-efa7-ee3c-000000000b6a | OK | Check if file key4.db exist | standalone 2025-12-09 03:56:21.528268 | fa163e63-5322-efa7-ee3c-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:14.103546 | 0.19s 2025-12-09 03:56:21.582838 | fa163e63-5322-efa7-ee3c-000000000b6b | SKIPPED | fail | standalone 2025-12-09 03:56:21.584027 | fa163e63-5322-efa7-ee3c-000000000b6b | TIMING | fail | standalone | 0:02:14.159306 | 0.03s 2025-12-09 03:56:21.608988 | fa163e63-5322-efa7-ee3c-000000000b6c | TASK | Create persistent directories 2025-12-09 03:56:21.866419 | fa163e63-5322-efa7-ee3c-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-09 03:56:21.867934 | fa163e63-5322-efa7-ee3c-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.443211 | 0.26s 2025-12-09 03:56:22.088630 | fa163e63-5322-efa7-ee3c-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-12-09 03:56:22.089716 | fa163e63-5322-efa7-ee3c-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.664996 | 0.48s 2025-12-09 03:56:22.096160 | fa163e63-5322-efa7-ee3c-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.671401 | 0.49s 2025-12-09 03:56:22.121689 | fa163e63-5322-efa7-ee3c-000000000b6d | TASK | create persistent directories 2025-12-09 03:56:22.360748 | fa163e63-5322-efa7-ee3c-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-09 03:56:22.362101 | fa163e63-5322-efa7-ee3c-000000000b6d | TIMING | create persistent directories | standalone | 0:02:14.937377 | 0.24s 2025-12-09 03:56:22.374009 | fa163e63-5322-efa7-ee3c-000000000b6d | TIMING | create persistent directories | standalone | 0:02:14.949285 | 0.25s 2025-12-09 03:56:22.401753 | fa163e63-5322-efa7-ee3c-000000000b6e | TASK | create persistent directories 2025-12-09 03:56:22.656258 | fa163e63-5322-efa7-ee3c-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-09 03:56:22.658575 | fa163e63-5322-efa7-ee3c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.233848 | 0.26s 2025-12-09 03:56:22.878587 | fa163e63-5322-efa7-ee3c-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-12-09 03:56:22.879552 | fa163e63-5322-efa7-ee3c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.454835 | 0.48s 2025-12-09 03:56:22.886304 | fa163e63-5322-efa7-ee3c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.461579 | 0.48s 2025-12-09 03:56:22.912402 | fa163e63-5322-efa7-ee3c-000000000b6f | TASK | create persistent directories 2025-12-09 03:56:23.151319 | fa163e63-5322-efa7-ee3c-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-12-09 03:56:23.152721 | fa163e63-5322-efa7-ee3c-000000000b6f | TIMING | create persistent directories | standalone | 0:02:15.727998 | 0.24s 2025-12-09 03:56:23.164641 | fa163e63-5322-efa7-ee3c-000000000b6f | TIMING | create persistent directories | standalone | 0:02:15.739919 | 0.25s 2025-12-09 03:56:23.189960 | fa163e63-5322-efa7-ee3c-000000000b70 | TASK | create persistent directories 2025-12-09 03:56:23.452779 | fa163e63-5322-efa7-ee3c-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-12-09 03:56:23.455049 | fa163e63-5322-efa7-ee3c-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.030322 | 0.26s 2025-12-09 03:56:23.679955 | fa163e63-5322-efa7-ee3c-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-12-09 03:56:23.681847 | fa163e63-5322-efa7-ee3c-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.257121 | 0.49s 2025-12-09 03:56:23.900024 | fa163e63-5322-efa7-ee3c-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-12-09 03:56:23.901394 | fa163e63-5322-efa7-ee3c-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.476670 | 0.71s 2025-12-09 03:56:23.908244 | fa163e63-5322-efa7-ee3c-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.483523 | 0.72s 2025-12-09 03:56:23.928706 | fa163e63-5322-efa7-ee3c-000000000b71 | TASK | create persistent directories 2025-12-09 03:56:24.185292 | fa163e63-5322-efa7-ee3c-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-09 03:56:24.187302 | fa163e63-5322-efa7-ee3c-000000000b71 | TIMING | create persistent directories | standalone | 0:02:16.762569 | 0.26s 2025-12-09 03:56:24.409410 | fa163e63-5322-efa7-ee3c-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-12-09 03:56:24.410594 | fa163e63-5322-efa7-ee3c-000000000b71 | TIMING | create persistent directories | standalone | 0:02:16.985875 | 0.48s 2025-12-09 03:56:24.423023 | fa163e63-5322-efa7-ee3c-000000000b71 | TIMING | create persistent directories | standalone | 0:02:16.998297 | 0.49s 2025-12-09 03:56:24.449274 | fa163e63-5322-efa7-ee3c-000000000b72 | TASK | create persistent directories 2025-12-09 03:56:24.688821 | fa163e63-5322-efa7-ee3c-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-09 03:56:24.690842 | fa163e63-5322-efa7-ee3c-000000000b72 | TIMING | create persistent directories | standalone | 0:02:17.266117 | 0.24s 2025-12-09 03:56:24.701107 | fa163e63-5322-efa7-ee3c-000000000b72 | TIMING | create persistent directories | standalone | 0:02:17.276380 | 0.25s 2025-12-09 03:56:24.728032 | fa163e63-5322-efa7-ee3c-000000000b73 | TASK | creating directory 2025-12-09 03:56:24.959809 | fa163e63-5322-efa7-ee3c-000000000b73 | CHANGED | creating directory | standalone 2025-12-09 03:56:24.963449 | fa163e63-5322-efa7-ee3c-000000000b73 | TIMING | creating directory | standalone | 0:02:17.538718 | 0.23s 2025-12-09 03:56:24.992132 | fa163e63-5322-efa7-ee3c-000000000b74 | TASK | derive pci passthrough whitelist 2025-12-09 03:56:25.460965 | fa163e63-5322-efa7-ee3c-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-12-09 03:56:25.463457 | fa163e63-5322-efa7-ee3c-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:18.038732 | 0.47s 2025-12-09 03:56:25.488569 | fa163e63-5322-efa7-ee3c-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-12-09 03:56:26.306209 | fa163e63-5322-efa7-ee3c-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-12-09 03:56:26.307553 | fa163e63-5322-efa7-ee3c-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:18.882831 | 0.82s 2025-12-09 03:56:26.332436 | fa163e63-5322-efa7-ee3c-000000000b76 | TASK | create /run/netns with temp namespace 2025-12-09 03:56:26.554736 | fa163e63-5322-efa7-ee3c-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-12-09 03:56:26.555975 | fa163e63-5322-efa7-ee3c-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:19.131255 | 0.22s 2025-12-09 03:56:26.581290 | fa163e63-5322-efa7-ee3c-000000000b77 | TASK | remove temp namespace 2025-12-09 03:56:26.785561 | fa163e63-5322-efa7-ee3c-000000000b77 | CHANGED | remove temp namespace | standalone 2025-12-09 03:56:26.786948 | fa163e63-5322-efa7-ee3c-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:19.362227 | 0.20s 2025-12-09 03:56:26.812423 | fa163e63-5322-efa7-ee3c-000000000b78 | TASK | create /var/lib/neutron 2025-12-09 03:56:27.031020 | fa163e63-5322-efa7-ee3c-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-12-09 03:56:27.032443 | fa163e63-5322-efa7-ee3c-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:19.607722 | 0.22s 2025-12-09 03:56:27.057608 | fa163e63-5322-efa7-ee3c-000000000b79 | TASK | set conditions 2025-12-09 03:56:27.087416 | fa163e63-5322-efa7-ee3c-000000000b79 | OK | set conditions | standalone 2025-12-09 03:56:27.088770 | fa163e63-5322-efa7-ee3c-000000000b79 | TIMING | set conditions | standalone | 0:02:19.664046 | 0.03s 2025-12-09 03:56:27.114013 | fa163e63-5322-efa7-ee3c-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-12-09 03:56:27.343758 | fa163e63-5322-efa7-ee3c-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-12-09 03:56:27.345029 | fa163e63-5322-efa7-ee3c-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:19.920309 | 0.23s 2025-12-09 03:56:27.369959 | fa163e63-5322-efa7-ee3c-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-12-09 03:56:27.821919 | fa163e63-5322-efa7-ee3c-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-12-09 03:56:27.823311 | fa163e63-5322-efa7-ee3c-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:20.398591 | 0.45s 2025-12-09 03:56:27.848347 | fa163e63-5322-efa7-ee3c-000000000b7c | TASK | create haproxy kill script 2025-12-09 03:56:28.272519 | fa163e63-5322-efa7-ee3c-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-12-09 03:56:28.273911 | fa163e63-5322-efa7-ee3c-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:20.849190 | 0.42s 2025-12-09 03:56:28.342297 | fa163e63-5322-efa7-ee3c-000000000b7d | TASK | create persistent directories 2025-12-09 03:56:28.569025 | fa163e63-5322-efa7-ee3c-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-09 03:56:28.571282 | fa163e63-5322-efa7-ee3c-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.146555 | 0.23s 2025-12-09 03:56:28.738048 | fa163e63-5322-efa7-ee3c-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-12-09 03:56:28.739005 | fa163e63-5322-efa7-ee3c-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.314287 | 0.40s 2025-12-09 03:56:28.751191 | fa163e63-5322-efa7-ee3c-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.326466 | 0.41s 2025-12-09 03:56:28.774228 | fa163e63-5322-efa7-ee3c-000000000b7e | TASK | create persistent directories 2025-12-09 03:56:28.993265 | fa163e63-5322-efa7-ee3c-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-09 03:56:28.995439 | fa163e63-5322-efa7-ee3c-000000000b7e | TIMING | create persistent directories | standalone | 0:02:21.570714 | 0.22s 2025-12-09 03:56:29.005313 | fa163e63-5322-efa7-ee3c-000000000b7e | TIMING | create persistent directories | standalone | 0:02:21.580589 | 0.23s 2025-12-09 03:56:29.030943 | fa163e63-5322-efa7-ee3c-000000000b7f | TASK | create persistent directories 2025-12-09 03:56:29.302980 | fa163e63-5322-efa7-ee3c-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-09 03:56:29.305335 | fa163e63-5322-efa7-ee3c-000000000b7f | TIMING | create persistent directories | standalone | 0:02:21.880610 | 0.27s 2025-12-09 03:56:29.507064 | fa163e63-5322-efa7-ee3c-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-12-09 03:56:29.508851 | fa163e63-5322-efa7-ee3c-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.084131 | 0.48s 2025-12-09 03:56:29.519465 | fa163e63-5322-efa7-ee3c-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.094741 | 0.49s 2025-12-09 03:56:29.545253 | fa163e63-5322-efa7-ee3c-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-12-09 03:56:29.784329 | fa163e63-5322-efa7-ee3c-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-12-09 03:56:29.785151 | fa163e63-5322-efa7-ee3c-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:22.360439 | 0.24s 2025-12-09 03:56:29.802245 | fa163e63-5322-efa7-ee3c-000000000b81 | TASK | create persistent directories 2025-12-09 03:56:30.067512 | fa163e63-5322-efa7-ee3c-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-09 03:56:30.069266 | fa163e63-5322-efa7-ee3c-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.644538 | 0.27s 2025-12-09 03:56:30.259275 | fa163e63-5322-efa7-ee3c-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-12-09 03:56:30.260385 | fa163e63-5322-efa7-ee3c-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.835666 | 0.46s 2025-12-09 03:56:30.480433 | fa163e63-5322-efa7-ee3c-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-12-09 03:56:30.481430 | fa163e63-5322-efa7-ee3c-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.056712 | 0.68s 2025-12-09 03:56:30.678314 | fa163e63-5322-efa7-ee3c-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-09 03:56:30.679895 | fa163e63-5322-efa7-ee3c-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.255176 | 0.88s 2025-12-09 03:56:30.856967 | fa163e63-5322-efa7-ee3c-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-12-09 03:56:30.857799 | fa163e63-5322-efa7-ee3c-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.433084 | 1.05s 2025-12-09 03:56:30.863463 | fa163e63-5322-efa7-ee3c-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.438739 | 1.06s 2025-12-09 03:56:30.890262 | fa163e63-5322-efa7-ee3c-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-12-09 03:56:31.333693 | fa163e63-5322-efa7-ee3c-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-12-09 03:56:31.335083 | fa163e63-5322-efa7-ee3c-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:23.910362 | 0.44s 2025-12-09 03:56:31.360160 | fa163e63-5322-efa7-ee3c-000000000b83 | TASK | create tempfiles 2025-12-09 03:56:31.653782 | fa163e63-5322-efa7-ee3c-000000000b83 | CHANGED | create tempfiles | standalone 2025-12-09 03:56:31.655297 | fa163e63-5322-efa7-ee3c-000000000b83 | TIMING | create tempfiles | standalone | 0:02:24.230575 | 0.29s 2025-12-09 03:56:31.680670 | fa163e63-5322-efa7-ee3c-000000000b84 | TASK | Mount Nova NFS Share 2025-12-09 03:56:31.709891 | fa163e63-5322-efa7-ee3c-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-12-09 03:56:31.710970 | fa163e63-5322-efa7-ee3c-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:24.286249 | 0.03s 2025-12-09 03:56:31.736468 | fa163e63-5322-efa7-ee3c-000000000b86 | TASK | check systemd-container package installed or not 2025-12-09 03:56:31.765049 | fa163e63-5322-efa7-ee3c-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-12-09 03:56:31.767466 | fa163e63-5322-efa7-ee3c-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:24.342744 | 0.03s 2025-12-09 03:56:31.792335 | fa163e63-5322-efa7-ee3c-000000000b87 | TASK | get latest package from downloaded package versions 2025-12-09 03:56:31.820899 | fa163e63-5322-efa7-ee3c-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-12-09 03:56:31.822069 | fa163e63-5322-efa7-ee3c-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:24.397348 | 0.03s 2025-12-09 03:56:31.846889 | fa163e63-5322-efa7-ee3c-000000000b88 | TASK | Install systemd-container package on boot 2025-12-09 03:56:31.875684 | fa163e63-5322-efa7-ee3c-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-12-09 03:56:31.876887 | fa163e63-5322-efa7-ee3c-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:24.452166 | 0.03s 2025-12-09 03:56:31.902018 | fa163e63-5322-efa7-ee3c-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-12-09 03:56:31.930486 | fa163e63-5322-efa7-ee3c-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-12-09 03:56:31.931530 | fa163e63-5322-efa7-ee3c-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:24.506810 | 0.03s 2025-12-09 03:56:31.957604 | fa163e63-5322-efa7-ee3c-000000000b8a | TASK | check if install-systemd-container service exists 2025-12-09 03:56:31.985678 | fa163e63-5322-efa7-ee3c-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-12-09 03:56:31.986755 | fa163e63-5322-efa7-ee3c-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:24.562035 | 0.03s 2025-12-09 03:56:32.007519 | fa163e63-5322-efa7-ee3c-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-12-09 03:56:32.026627 | fa163e63-5322-efa7-ee3c-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-12-09 03:56:32.027609 | fa163e63-5322-efa7-ee3c-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:24.602893 | 0.02s 2025-12-09 03:56:32.047688 | fa163e63-5322-efa7-ee3c-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-12-09 03:56:32.073581 | fa163e63-5322-efa7-ee3c-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-12-09 03:56:32.074339 | fa163e63-5322-efa7-ee3c-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:24.649623 | 0.03s 2025-12-09 03:56:32.093867 | fa163e63-5322-efa7-ee3c-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-12-09 03:56:32.124392 | fa163e63-5322-efa7-ee3c-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-12-09 03:56:32.125507 | fa163e63-5322-efa7-ee3c-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:24.700786 | 0.03s 2025-12-09 03:56:32.151099 | fa163e63-5322-efa7-ee3c-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-12-09 03:56:32.183014 | fa163e63-5322-efa7-ee3c-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-09 03:56:32.184382 | fa163e63-5322-efa7-ee3c-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:24.759659 | 0.03s 2025-12-09 03:56:32.210357 | fa163e63-5322-efa7-ee3c-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-12-09 03:56:32.238700 | fa163e63-5322-efa7-ee3c-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-09 03:56:32.239893 | fa163e63-5322-efa7-ee3c-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:24.815171 | 0.03s 2025-12-09 03:56:32.265527 | fa163e63-5322-efa7-ee3c-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-12-09 03:56:32.293713 | fa163e63-5322-efa7-ee3c-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-12-09 03:56:32.294856 | fa163e63-5322-efa7-ee3c-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:24.870136 | 0.03s 2025-12-09 03:56:32.321358 | fa163e63-5322-efa7-ee3c-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-12-09 03:56:32.349625 | fa163e63-5322-efa7-ee3c-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-12-09 03:56:32.350721 | fa163e63-5322-efa7-ee3c-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:24.925999 | 0.03s 2025-12-09 03:56:32.375423 | fa163e63-5322-efa7-ee3c-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-12-09 03:56:32.403301 | fa163e63-5322-efa7-ee3c-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-09 03:56:32.404335 | fa163e63-5322-efa7-ee3c-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:24.979613 | 0.03s 2025-12-09 03:56:32.430851 | fa163e63-5322-efa7-ee3c-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-12-09 03:56:32.462470 | fa163e63-5322-efa7-ee3c-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-09 03:56:32.463687 | fa163e63-5322-efa7-ee3c-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:25.038965 | 0.03s 2025-12-09 03:56:32.489072 | fa163e63-5322-efa7-ee3c-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-12-09 03:56:32.519244 | fa163e63-5322-efa7-ee3c-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-12-09 03:56:32.520283 | fa163e63-5322-efa7-ee3c-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:25.095562 | 0.03s 2025-12-09 03:56:32.544498 | fa163e63-5322-efa7-ee3c-000000000b99 | TASK | install nova-compute delay wrapper script 2025-12-09 03:56:32.593408 | fa163e63-5322-efa7-ee3c-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-12-09 03:56:32.594446 | fa163e63-5322-efa7-ee3c-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:25.169725 | 0.05s 2025-12-09 03:56:32.619232 | fa163e63-5322-efa7-ee3c-000000000b9a | TASK | Is irqbalance enabled 2025-12-09 03:56:32.649696 | fa163e63-5322-efa7-ee3c-000000000b9a | OK | Is irqbalance enabled | standalone 2025-12-09 03:56:32.650857 | fa163e63-5322-efa7-ee3c-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:25.226137 | 0.03s 2025-12-09 03:56:32.675575 | fa163e63-5322-efa7-ee3c-000000000b9b | TASK | disable irqbalance service on compute 2025-12-09 03:56:32.705585 | fa163e63-5322-efa7-ee3c-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-12-09 03:56:32.706581 | fa163e63-5322-efa7-ee3c-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:25.281859 | 0.03s 2025-12-09 03:56:32.730816 | fa163e63-5322-efa7-ee3c-000000000b9c | TASK | create persistent directories 2025-12-09 03:56:32.968959 | fa163e63-5322-efa7-ee3c-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-12-09 03:56:32.970397 | fa163e63-5322-efa7-ee3c-000000000b9c | TIMING | create persistent directories | standalone | 0:02:25.545675 | 0.24s 2025-12-09 03:56:32.976681 | fa163e63-5322-efa7-ee3c-000000000b9c | TIMING | create persistent directories | standalone | 0:02:25.551952 | 0.24s 2025-12-09 03:56:33.003319 | fa163e63-5322-efa7-ee3c-000000000b9d | TASK | create libvirt persistent data directories 2025-12-09 03:56:33.262821 | fa163e63-5322-efa7-ee3c-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-12-09 03:56:33.264476 | fa163e63-5322-efa7-ee3c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.839752 | 0.26s 2025-12-09 03:56:33.498696 | fa163e63-5322-efa7-ee3c-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-12-09 03:56:33.499875 | fa163e63-5322-efa7-ee3c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.075153 | 0.49s 2025-12-09 03:56:33.721073 | fa163e63-5322-efa7-ee3c-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-12-09 03:56:33.722265 | fa163e63-5322-efa7-ee3c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.297545 | 0.72s 2025-12-09 03:56:33.952737 | fa163e63-5322-efa7-ee3c-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-09 03:56:33.954605 | fa163e63-5322-efa7-ee3c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.529885 | 0.95s 2025-12-09 03:56:34.156356 | fa163e63-5322-efa7-ee3c-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-12-09 03:56:34.158037 | fa163e63-5322-efa7-ee3c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.733316 | 1.15s 2025-12-09 03:56:34.386409 | fa163e63-5322-efa7-ee3c-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-09 03:56:34.387483 | fa163e63-5322-efa7-ee3c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.962764 | 1.38s 2025-12-09 03:56:34.609998 | fa163e63-5322-efa7-ee3c-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-12-09 03:56:34.610668 | fa163e63-5322-efa7-ee3c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.185956 | 1.61s 2025-12-09 03:56:34.852135 | fa163e63-5322-efa7-ee3c-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-12-09 03:56:34.853347 | fa163e63-5322-efa7-ee3c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.428626 | 1.85s 2025-12-09 03:56:34.862595 | fa163e63-5322-efa7-ee3c-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.437861 | 1.86s 2025-12-09 03:56:34.898593 | fa163e63-5322-efa7-ee3c-000000000b9e | TASK | ensure qemu group is present on the host 2025-12-09 03:56:35.320330 | fa163e63-5322-efa7-ee3c-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-12-09 03:56:35.321346 | fa163e63-5322-efa7-ee3c-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:27.896631 | 0.42s 2025-12-09 03:56:35.341195 | fa163e63-5322-efa7-ee3c-000000000b9f | TASK | ensure qemu user is present on the host 2025-12-09 03:56:35.822730 | fa163e63-5322-efa7-ee3c-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-12-09 03:56:35.824281 | fa163e63-5322-efa7-ee3c-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:28.399561 | 0.48s 2025-12-09 03:56:35.850427 | fa163e63-5322-efa7-ee3c-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-12-09 03:56:36.071593 | fa163e63-5322-efa7-ee3c-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-12-09 03:56:36.072920 | fa163e63-5322-efa7-ee3c-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:28.648200 | 0.22s 2025-12-09 03:56:36.097908 | fa163e63-5322-efa7-ee3c-000000000ba1 | TASK | check if libvirt is installed 2025-12-09 03:56:36.299164 | fa163e63-5322-efa7-ee3c-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-12-09 03:56:36.300462 | fa163e63-5322-efa7-ee3c-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:28.875741 | 0.20s 2025-12-09 03:56:36.325897 | fa163e63-5322-efa7-ee3c-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-12-09 03:56:36.358978 | fa163e63-5322-efa7-ee3c-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-12-09 03:56:36.364447 | fa163e63-5322-efa7-ee3c-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-12-09 03:56:36.369880 | fa163e63-5322-efa7-ee3c-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:28.945156 | 0.04s 2025-12-09 03:56:36.394838 | fa163e63-5322-efa7-ee3c-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-12-09 03:56:36.806691 | fa163e63-5322-efa7-ee3c-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-12-09 03:56:36.808185 | fa163e63-5322-efa7-ee3c-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:29.383462 | 0.41s 2025-12-09 03:56:36.833855 | fa163e63-5322-efa7-ee3c-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-12-09 03:56:37.896936 | fa163e63-5322-efa7-ee3c-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-12-09 03:56:37.898621 | fa163e63-5322-efa7-ee3c-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:30.473901 | 1.06s 2025-12-09 03:56:37.924338 | fa163e63-5322-efa7-ee3c-000000000ba5 | TASK | remove gnutls-qemu.config 2025-12-09 03:56:38.153780 | fa163e63-5322-efa7-ee3c-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2025-12-09 03:56:38.154953 | fa163e63-5322-efa7-ee3c-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:30.730234 | 0.23s 2025-12-09 03:56:38.180045 | fa163e63-5322-efa7-ee3c-000000000ba6 | TASK | update crypto policies 2025-12-09 03:56:38.208584 | fa163e63-5322-efa7-ee3c-000000000ba6 | SKIPPED | update crypto policies | standalone 2025-12-09 03:56:38.209583 | fa163e63-5322-efa7-ee3c-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:30.784862 | 0.03s 2025-12-09 03:56:38.235099 | fa163e63-5322-efa7-ee3c-000000000ba7 | TASK | Create libvirt persistent data directories 2025-12-09 03:56:38.485364 | fa163e63-5322-efa7-ee3c-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-12-09 03:56:38.487247 | fa163e63-5322-efa7-ee3c-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.062524 | 0.25s 2025-12-09 03:56:38.497254 | fa163e63-5322-efa7-ee3c-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.072537 | 0.26s 2025-12-09 03:56:38.523001 | fa163e63-5322-efa7-ee3c-000000000ba8 | TASK | create persistent directories 2025-12-09 03:56:38.785991 | fa163e63-5322-efa7-ee3c-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-09 03:56:38.788019 | fa163e63-5322-efa7-ee3c-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:31.363293 | 0.26s 2025-12-09 03:56:38.980288 | fa163e63-5322-efa7-ee3c-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-09 03:56:38.981859 | fa163e63-5322-efa7-ee3c-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:31.557141 | 0.46s 2025-12-09 03:56:38.992399 | fa163e63-5322-efa7-ee3c-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:31.567682 | 0.47s 2025-12-09 03:56:39.018302 | fa163e63-5322-efa7-ee3c-000000000ba9 | TASK | Copy in cleanup script 2025-12-09 03:56:39.441550 | fa163e63-5322-efa7-ee3c-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2025-12-09 03:56:39.442994 | fa163e63-5322-efa7-ee3c-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:32.018272 | 0.42s 2025-12-09 03:56:39.468835 | fa163e63-5322-efa7-ee3c-000000000baa | TASK | Copy in cleanup service 2025-12-09 03:56:39.894218 | fa163e63-5322-efa7-ee3c-000000000baa | CHANGED | Copy in cleanup service | standalone 2025-12-09 03:56:39.895665 | fa163e63-5322-efa7-ee3c-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:32.470944 | 0.43s 2025-12-09 03:56:39.921011 | fa163e63-5322-efa7-ee3c-000000000bab | TASK | Enabling the cleanup service 2025-12-09 03:56:40.595491 | fa163e63-5322-efa7-ee3c-000000000bab | CHANGED | Enabling the cleanup service | standalone 2025-12-09 03:56:40.596834 | fa163e63-5322-efa7-ee3c-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:33.172119 | 0.67s 2025-12-09 03:56:40.618620 | fa163e63-5322-efa7-ee3c-000000000bac | TASK | create persistent directories 2025-12-09 03:56:40.886429 | fa163e63-5322-efa7-ee3c-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-09 03:56:40.888660 | fa163e63-5322-efa7-ee3c-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.463934 | 0.27s 2025-12-09 03:56:41.124236 | fa163e63-5322-efa7-ee3c-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-09 03:56:41.125304 | fa163e63-5322-efa7-ee3c-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.700586 | 0.51s 2025-12-09 03:56:41.131560 | fa163e63-5322-efa7-ee3c-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.706843 | 0.51s 2025-12-09 03:56:41.156879 | fa163e63-5322-efa7-ee3c-000000000bad | TASK | set conditions 2025-12-09 03:56:41.184268 | fa163e63-5322-efa7-ee3c-000000000bad | OK | set conditions | standalone 2025-12-09 03:56:41.185375 | fa163e63-5322-efa7-ee3c-000000000bad | TIMING | set conditions | standalone | 0:02:33.760655 | 0.03s 2025-12-09 03:56:41.210627 | fa163e63-5322-efa7-ee3c-000000000bae | TASK | create persistent directories 2025-12-09 03:56:41.453070 | fa163e63-5322-efa7-ee3c-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-09 03:56:41.454730 | fa163e63-5322-efa7-ee3c-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.030005 | 0.24s 2025-12-09 03:56:41.679494 | fa163e63-5322-efa7-ee3c-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-12-09 03:56:41.680625 | fa163e63-5322-efa7-ee3c-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.255906 | 0.47s 2025-12-09 03:56:41.872040 | fa163e63-5322-efa7-ee3c-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-12-09 03:56:41.873782 | fa163e63-5322-efa7-ee3c-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.449062 | 0.66s 2025-12-09 03:56:41.884978 | fa163e63-5322-efa7-ee3c-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.460253 | 0.67s 2025-12-09 03:56:41.910616 | fa163e63-5322-efa7-ee3c-000000000baf | TASK | ensure /run/octavia is present upon reboot 2025-12-09 03:56:42.340489 | fa163e63-5322-efa7-ee3c-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-12-09 03:56:42.342344 | fa163e63-5322-efa7-ee3c-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:34.917621 | 0.43s 2025-12-09 03:56:42.368336 | fa163e63-5322-efa7-ee3c-000000000bb0 | TASK | create persistent directories 2025-12-09 03:56:42.620593 | fa163e63-5322-efa7-ee3c-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-09 03:56:42.622434 | fa163e63-5322-efa7-ee3c-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.197708 | 0.25s 2025-12-09 03:56:42.794943 | fa163e63-5322-efa7-ee3c-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-12-09 03:56:42.796298 | fa163e63-5322-efa7-ee3c-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.371577 | 0.43s 2025-12-09 03:56:42.802974 | fa163e63-5322-efa7-ee3c-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.378248 | 0.43s 2025-12-09 03:56:42.828923 | fa163e63-5322-efa7-ee3c-000000000bb1 | TASK | create empty log files 2025-12-09 03:56:43.075268 | fa163e63-5322-efa7-ee3c-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-09 03:56:43.077663 | fa163e63-5322-efa7-ee3c-000000000bb1 | TIMING | create empty log files | standalone | 0:02:35.652937 | 0.25s 2025-12-09 03:56:43.246322 | fa163e63-5322-efa7-ee3c-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-09 03:56:43.247568 | fa163e63-5322-efa7-ee3c-000000000bb1 | TIMING | create empty log files | standalone | 0:02:35.822848 | 0.42s 2025-12-09 03:56:43.260248 | fa163e63-5322-efa7-ee3c-000000000bb1 | TIMING | create empty log files | standalone | 0:02:35.835524 | 0.43s 2025-12-09 03:56:43.286407 | fa163e63-5322-efa7-ee3c-000000000bb2 | TASK | create persistent directories 2025-12-09 03:56:43.519375 | fa163e63-5322-efa7-ee3c-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-09 03:56:43.521651 | fa163e63-5322-efa7-ee3c-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:36.096925 | 0.23s 2025-12-09 03:56:43.531906 | fa163e63-5322-efa7-ee3c-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:36.107184 | 0.24s 2025-12-09 03:56:43.557181 | fa163e63-5322-efa7-ee3c-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2025-12-09 03:56:46.475794 | fa163e63-5322-efa7-ee3c-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2025-12-09 03:56:46.477192 | fa163e63-5322-efa7-ee3c-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:39.052470 | 2.92s 2025-12-09 03:56:46.531672 | fa163e63-5322-efa7-ee3c-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:39.106940 | 0.03s 2025-12-09 03:56:46.596018 | fa163e63-5322-efa7-ee3c-000000001297 | TASK | Gather variables for each operating system 2025-12-09 03:56:46.708817 | fa163e63-5322-efa7-ee3c-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:39.284082 | 0.11s 2025-12-09 03:56:46.734930 | fa163e63-5322-efa7-ee3c-000000001298 | TASK | Set packages facts 2025-12-09 03:56:46.784361 | fa163e63-5322-efa7-ee3c-000000001298 | OK | Set packages facts | standalone 2025-12-09 03:56:46.785472 | fa163e63-5322-efa7-ee3c-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:39.360753 | 0.05s 2025-12-09 03:56:46.810455 | fa163e63-5322-efa7-ee3c-000000001299 | TASK | Manage package 2025-12-09 03:56:46.868953 | fa163e63-5322-efa7-ee3c-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2025-12-09 03:56:46.886425 | fa163e63-5322-efa7-ee3c-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2025-12-09 03:56:46.903512 | fa163e63-5322-efa7-ee3c-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2025-12-09 03:56:51.418190 | fa163e63-5322-efa7-ee3c-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:43.993458 | 4.61s 2025-12-09 03:56:51.441281 | fa163e63-5322-efa7-ee3c-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2025-12-09 03:56:51.454592 | fa163e63-5322-efa7-ee3c-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:44.029865 | 4.64s 2025-12-09 03:56:51.505362 | fa163e63-5322-efa7-ee3c-000000000bb7 | TASK | create fcontext for rabbitmq data 2025-12-09 03:56:52.837960 | fa163e63-5322-efa7-ee3c-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2025-12-09 03:56:52.839527 | fa163e63-5322-efa7-ee3c-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:45.414807 | 1.33s 2025-12-09 03:56:52.864898 | fa163e63-5322-efa7-ee3c-000000000bb8 | TASK | create persistent directories 2025-12-09 03:56:53.140693 | fa163e63-5322-efa7-ee3c-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-12-09 03:56:53.142809 | fa163e63-5322-efa7-ee3c-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:45.718082 | 0.28s 2025-12-09 03:56:53.390988 | fa163e63-5322-efa7-ee3c-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-12-09 03:56:53.392823 | fa163e63-5322-efa7-ee3c-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:45.968103 | 0.53s 2025-12-09 03:56:53.403408 | fa163e63-5322-efa7-ee3c-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:45.978684 | 0.54s 2025-12-09 03:56:53.429617 | fa163e63-5322-efa7-ee3c-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-12-09 03:56:53.691719 | fa163e63-5322-efa7-ee3c-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-09 03:56:53.692848 | fa163e63-5322-efa7-ee3c-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:46.268132 | 0.26s 2025-12-09 03:56:53.712654 | fa163e63-5322-efa7-ee3c-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-12-09 03:56:53.740314 | fa163e63-5322-efa7-ee3c-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-12-09 03:56:53.741466 | fa163e63-5322-efa7-ee3c-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:46.316745 | 0.03s 2025-12-09 03:56:53.766577 | fa163e63-5322-efa7-ee3c-000000000bbb | TASK | Remove existing entries from logind conf 2025-12-09 03:56:54.013499 | fa163e63-5322-efa7-ee3c-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2025-12-09 03:56:54.014987 | fa163e63-5322-efa7-ee3c-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:46.590266 | 0.25s 2025-12-09 03:56:54.040517 | fa163e63-5322-efa7-ee3c-000000000bbc | TASK | Make sure systemd-logind ignores power off 2025-12-09 03:56:54.263024 | fa163e63-5322-efa7-ee3c-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-12-09 03:56:54.264432 | fa163e63-5322-efa7-ee3c-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:46.839711 | 0.22s 2025-12-09 03:56:54.290346 | fa163e63-5322-efa7-ee3c-000000000bbd | TASK | Restart systemd-logind 2025-12-09 03:56:54.789299 | fa163e63-5322-efa7-ee3c-000000000bbd | CHANGED | Restart systemd-logind | standalone 2025-12-09 03:56:54.791216 | fa163e63-5322-efa7-ee3c-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:47.366494 | 0.50s 2025-12-09 03:56:54.818150 | fa163e63-5322-efa7-ee3c-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-09 03:56:54.893577 | fa163e63-5322-efa7-ee3c-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-12-09 03:56:54.894635 | fa163e63-5322-efa7-ee3c-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:47.469912 | 0.07s 2025-12-09 03:56:54.920884 | fa163e63-5322-efa7-ee3c-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-09 03:56:54.991742 | fa163e63-5322-efa7-ee3c-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-12-09 03:56:54.993189 | fa163e63-5322-efa7-ee3c-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:47.568466 | 0.07s 2025-12-09 03:56:55.018321 | fa163e63-5322-efa7-ee3c-000000000bc0 | TASK | create persistent logs directory 2025-12-09 03:56:55.278819 | fa163e63-5322-efa7-ee3c-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-12-09 03:56:55.280432 | fa163e63-5322-efa7-ee3c-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:47.855706 | 0.26s 2025-12-09 03:56:55.479531 | fa163e63-5322-efa7-ee3c-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-12-09 03:56:55.480398 | fa163e63-5322-efa7-ee3c-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:48.055681 | 0.46s 2025-12-09 03:56:55.487291 | fa163e63-5322-efa7-ee3c-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:48.062563 | 0.47s 2025-12-09 03:56:55.512767 | fa163e63-5322-efa7-ee3c-000000000bc2 | TASK | Set login facts 2025-12-09 03:56:55.543103 | fa163e63-5322-efa7-ee3c-000000000bc2 | OK | Set login facts | standalone 2025-12-09 03:56:55.544386 | fa163e63-5322-efa7-ee3c-000000000bc2 | TIMING | Set login facts | standalone | 0:02:48.119664 | 0.03s 2025-12-09 03:56:55.569761 | fa163e63-5322-efa7-ee3c-000000000bc3 | TASK | Convert logins json to dict 2025-12-09 03:56:55.619100 | fa163e63-5322-efa7-ee3c-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2025-12-09 03:56:55.620354 | fa163e63-5322-efa7-ee3c-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:48.195632 | 0.05s 2025-12-09 03:56:55.645355 | fa163e63-5322-efa7-ee3c-000000000bc4 | TASK | Set registry logins 2025-12-09 03:56:55.696028 | fa163e63-5322-efa7-ee3c-000000000bc4 | SKIPPED | Set registry logins | standalone 2025-12-09 03:56:55.697195 | fa163e63-5322-efa7-ee3c-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:48.272466 | 0.05s 2025-12-09 03:56:55.722233 | fa163e63-5322-efa7-ee3c-000000000bc5 | TASK | Run podman install 2025-12-09 03:56:55.750632 | fa163e63-5322-efa7-ee3c-000000000bc5 | TIMING | Run podman install | standalone | 0:02:48.325903 | 0.03s 2025-12-09 03:56:55.830833 | fa163e63-5322-efa7-ee3c-000000001329 | TASK | Gather variables for each operating system 2025-12-09 03:56:55.978045 | fa163e63-5322-efa7-ee3c-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-12-09 03:56:55.980285 | fa163e63-5322-efa7-ee3c-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.555497 | 0.15s 2025-12-09 03:56:55.990477 | fa163e63-5322-efa7-ee3c-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.565749 | 0.16s 2025-12-09 03:56:56.017440 | fa163e63-5322-efa7-ee3c-00000000132b | TASK | ensure podman and deps are installed 2025-12-09 03:56:58.877048 | fa163e63-5322-efa7-ee3c-00000000132b | OK | ensure podman and deps are installed | standalone 2025-12-09 03:56:58.878754 | fa163e63-5322-efa7-ee3c-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:51.454026 | 2.86s 2025-12-09 03:56:58.906018 | fa163e63-5322-efa7-ee3c-00000000132c | TASK | Ensure we get the ansible interfaces facts 2025-12-09 03:56:59.449738 | fa163e63-5322-efa7-ee3c-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2025-12-09 03:56:59.450881 | fa163e63-5322-efa7-ee3c-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:52.026161 | 0.54s 2025-12-09 03:56:59.477212 | fa163e63-5322-efa7-ee3c-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-12-09 03:56:59.507000 | fa163e63-5322-efa7-ee3c-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-12-09 03:56:59.508250 | fa163e63-5322-efa7-ee3c-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:52.083527 | 0.03s 2025-12-09 03:56:59.534477 | fa163e63-5322-efa7-ee3c-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2025-12-09 03:56:59.567843 | fa163e63-5322-efa7-ee3c-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-12-09 03:56:59.569531 | fa163e63-5322-efa7-ee3c-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:52.144808 | 0.03s 2025-12-09 03:56:59.595204 | fa163e63-5322-efa7-ee3c-000000001330 | TASK | Update default network configuration if possible 2025-12-09 03:56:59.628868 | fa163e63-5322-efa7-ee3c-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2025-12-09 03:56:59.629997 | fa163e63-5322-efa7-ee3c-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:52.205275 | 0.03s 2025-12-09 03:56:59.655436 | fa163e63-5322-efa7-ee3c-000000001332 | TASK | Make sure /etc/containers/networks exists 2025-12-09 03:56:59.888567 | fa163e63-5322-efa7-ee3c-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2025-12-09 03:56:59.889890 | fa163e63-5322-efa7-ee3c-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:52.465169 | 0.23s 2025-12-09 03:56:59.916860 | fa163e63-5322-efa7-ee3c-000000001333 | TASK | Get current podman network 2025-12-09 03:57:00.196046 | fa163e63-5322-efa7-ee3c-000000001333 | CHANGED | Get current podman network | standalone 2025-12-09 03:57:00.198624 | fa163e63-5322-efa7-ee3c-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:52.773900 | 0.28s 2025-12-09 03:57:00.226632 | fa163e63-5322-efa7-ee3c-000000001334 | TASK | Update the default network configuration 2025-12-09 03:57:00.722044 | fa163e63-5322-efa7-ee3c-000000001334 | CHANGED | Update the default network configuration | standalone 2025-12-09 03:57:00.723529 | fa163e63-5322-efa7-ee3c-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:53.298808 | 0.50s 2025-12-09 03:57:00.749154 | fa163e63-5322-efa7-ee3c-000000001335 | TASK | Write containers registries.conf 2025-12-09 03:57:01.334459 | fa163e63-5322-efa7-ee3c-000000001335 | CHANGED | Write containers registries.conf | standalone 2025-12-09 03:57:01.335793 | fa163e63-5322-efa7-ee3c-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:53.911071 | 0.59s 2025-12-09 03:57:01.362084 | fa163e63-5322-efa7-ee3c-000000001336 | TASK | Write containers.conf 2025-12-09 03:57:01.608756 | fa163e63-5322-efa7-ee3c-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-12-09 03:57:01.610419 | fa163e63-5322-efa7-ee3c-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.185694 | 0.25s 2025-12-09 03:57:01.783833 | fa163e63-5322-efa7-ee3c-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-12-09 03:57:01.785324 | fa163e63-5322-efa7-ee3c-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.360604 | 0.42s 2025-12-09 03:57:01.965487 | fa163e63-5322-efa7-ee3c-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-12-09 03:57:01.967169 | fa163e63-5322-efa7-ee3c-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.542450 | 0.60s 2025-12-09 03:57:02.135127 | fa163e63-5322-efa7-ee3c-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-12-09 03:57:02.136180 | fa163e63-5322-efa7-ee3c-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.711461 | 0.77s 2025-12-09 03:57:02.143837 | fa163e63-5322-efa7-ee3c-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.719106 | 0.78s 2025-12-09 03:57:02.171756 | fa163e63-5322-efa7-ee3c-000000001337 | TASK | Enable podman.socket service 2025-12-09 03:57:02.201788 | fa163e63-5322-efa7-ee3c-000000001337 | SKIPPED | Enable podman.socket service | standalone 2025-12-09 03:57:02.202956 | fa163e63-5322-efa7-ee3c-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:54.778234 | 0.03s 2025-12-09 03:57:02.252375 | fa163e63-5322-efa7-ee3c-000000000bc6 | TASK | Run podman login 2025-12-09 03:57:02.280755 | fa163e63-5322-efa7-ee3c-000000000bc6 | TIMING | Run podman login | standalone | 0:02:54.856028 | 0.03s 2025-12-09 03:57:02.360802 | fa163e63-5322-efa7-ee3c-000000001437 | TASK | Perform container registry login(s) with podman 2025-12-09 03:57:02.387811 | fa163e63-5322-efa7-ee3c-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:54.963087 | 0.03s 2025-12-09 03:57:02.426875 | fa163e63-5322-efa7-ee3c-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-12-09 03:57:02.850170 | fa163e63-5322-efa7-ee3c-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-12-09 03:57:02.851582 | fa163e63-5322-efa7-ee3c-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:55.426861 | 0.42s 2025-12-09 03:57:02.876600 | fa163e63-5322-efa7-ee3c-000000000bc9 | TASK | create persistent directories 2025-12-09 03:57:03.136105 | fa163e63-5322-efa7-ee3c-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-12-09 03:57:03.138393 | fa163e63-5322-efa7-ee3c-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:55.713667 | 0.26s 2025-12-09 03:57:03.356799 | fa163e63-5322-efa7-ee3c-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-12-09 03:57:03.357883 | fa163e63-5322-efa7-ee3c-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:55.933164 | 0.48s 2025-12-09 03:57:03.562942 | fa163e63-5322-efa7-ee3c-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-12-09 03:57:03.563620 | fa163e63-5322-efa7-ee3c-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:56.138908 | 0.69s 2025-12-09 03:57:03.576212 | fa163e63-5322-efa7-ee3c-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:56.151466 | 0.70s 2025-12-09 03:57:03.602215 | fa163e63-5322-efa7-ee3c-000000000bca | TASK | ensure /run/redis is present upon reboot 2025-12-09 03:57:04.010338 | fa163e63-5322-efa7-ee3c-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-12-09 03:57:04.011304 | fa163e63-5322-efa7-ee3c-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:56.586590 | 0.41s 2025-12-09 03:57:04.030667 | fa163e63-5322-efa7-ee3c-000000000bcb | TASK | Ensure rsyslog is installed 2025-12-09 03:57:06.924490 | fa163e63-5322-efa7-ee3c-000000000bcb | OK | Ensure rsyslog is installed | standalone 2025-12-09 03:57:06.925762 | fa163e63-5322-efa7-ee3c-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:02:59.501042 | 2.89s 2025-12-09 03:57:06.951361 | fa163e63-5322-efa7-ee3c-000000000bcc | TASK | Ensure rsyslog is enabled and started 2025-12-09 03:57:07.326279 | fa163e63-5322-efa7-ee3c-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2025-12-09 03:57:07.328260 | fa163e63-5322-efa7-ee3c-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:59.903539 | 0.38s 2025-12-09 03:57:07.384005 | fa163e63-5322-efa7-ee3c-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:02:59.959276 | 0.03s 2025-12-09 03:57:07.473494 | fa163e63-5322-efa7-ee3c-000000001552 | TASK | Gather variables for each operating system 2025-12-09 03:57:07.592100 | fa163e63-5322-efa7-ee3c-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-12-09 03:57:07.593989 | fa163e63-5322-efa7-ee3c-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.169258 | 0.12s 2025-12-09 03:57:07.600191 | fa163e63-5322-efa7-ee3c-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.175460 | 0.13s 2025-12-09 03:57:07.626566 | fa163e63-5322-efa7-ee3c-000000001554 | TASK | Install the OpenSSH server 2025-12-09 03:57:10.418091 | fa163e63-5322-efa7-ee3c-000000001554 | OK | Install the OpenSSH server | standalone 2025-12-09 03:57:10.419946 | fa163e63-5322-efa7-ee3c-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:02.995224 | 2.79s 2025-12-09 03:57:10.446669 | fa163e63-5322-efa7-ee3c-000000001555 | TASK | Start sshd 2025-12-09 03:57:10.475058 | fa163e63-5322-efa7-ee3c-000000001555 | SKIPPED | Start sshd | standalone 2025-12-09 03:57:10.476261 | fa163e63-5322-efa7-ee3c-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:03.051540 | 0.03s 2025-12-09 03:57:10.502204 | fa163e63-5322-efa7-ee3c-000000001556 | TASK | PasswordAuthentication notice 2025-12-09 03:57:10.533199 | fa163e63-5322-efa7-ee3c-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2025-12-09 03:57:10.534464 | fa163e63-5322-efa7-ee3c-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:03.109743 | 0.03s 2025-12-09 03:57:10.560003 | fa163e63-5322-efa7-ee3c-000000001557 | TASK | PasswordAuthentication duplication notice 2025-12-09 03:57:10.590581 | fa163e63-5322-efa7-ee3c-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-12-09 03:57:10.591859 | fa163e63-5322-efa7-ee3c-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:03.167136 | 0.03s 2025-12-09 03:57:10.620609 | fa163e63-5322-efa7-ee3c-000000001558 | TASK | Motd duplication notice 2025-12-09 03:57:10.660469 | fa163e63-5322-efa7-ee3c-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-09 03:57:10.661645 | fa163e63-5322-efa7-ee3c-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:03.236925 | 0.04s 2025-12-09 03:57:10.687231 | fa163e63-5322-efa7-ee3c-000000001559 | TASK | Configure the banner text 2025-12-09 03:57:10.718510 | fa163e63-5322-efa7-ee3c-000000001559 | SKIPPED | Configure the banner text | standalone 2025-12-09 03:57:10.719812 | fa163e63-5322-efa7-ee3c-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:03.295089 | 0.03s 2025-12-09 03:57:10.746446 | fa163e63-5322-efa7-ee3c-00000000155a | TASK | Configure the motd banner 2025-12-09 03:57:10.777063 | fa163e63-5322-efa7-ee3c-00000000155a | SKIPPED | Configure the motd banner | standalone 2025-12-09 03:57:10.778216 | fa163e63-5322-efa7-ee3c-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:03.353493 | 0.03s 2025-12-09 03:57:10.804509 | fa163e63-5322-efa7-ee3c-00000000155b | TASK | Update sshd configuration options from vars 2025-12-09 03:57:10.843870 | fa163e63-5322-efa7-ee3c-00000000155b | OK | Update sshd configuration options from vars | standalone 2025-12-09 03:57:10.845076 | fa163e63-5322-efa7-ee3c-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:03.420356 | 0.04s 2025-12-09 03:57:10.871375 | fa163e63-5322-efa7-ee3c-00000000155c | TASK | Adjust ssh server configuration 2025-12-09 03:57:11.425762 | fa163e63-5322-efa7-ee3c-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2025-12-09 03:57:11.427365 | fa163e63-5322-efa7-ee3c-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:04.002636 | 0.55s 2025-12-09 03:57:11.458169 | fa163e63-5322-efa7-ee3c-00000000155d | TASK | Restart sshd 2025-12-09 03:57:11.880469 | fa163e63-5322-efa7-ee3c-00000000155d | CHANGED | Restart sshd | standalone 2025-12-09 03:57:11.882423 | fa163e63-5322-efa7-ee3c-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:04.457702 | 0.42s 2025-12-09 03:57:11.932332 | fa163e63-5322-efa7-ee3c-000000000bce | TASK | create persistent directories 2025-12-09 03:57:12.175171 | fa163e63-5322-efa7-ee3c-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-09 03:57:12.177356 | fa163e63-5322-efa7-ee3c-000000000bce | TIMING | create persistent directories | standalone | 0:03:04.752632 | 0.24s 2025-12-09 03:57:12.390634 | fa163e63-5322-efa7-ee3c-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-12-09 03:57:12.392834 | fa163e63-5322-efa7-ee3c-000000000bce | TIMING | create persistent directories | standalone | 0:03:04.968108 | 0.46s 2025-12-09 03:57:12.581254 | fa163e63-5322-efa7-ee3c-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-09 03:57:12.581900 | fa163e63-5322-efa7-ee3c-000000000bce | TIMING | create persistent directories | standalone | 0:03:05.157188 | 0.65s 2025-12-09 03:57:12.586492 | fa163e63-5322-efa7-ee3c-000000000bce | TIMING | create persistent directories | standalone | 0:03:05.161767 | 0.65s 2025-12-09 03:57:12.612466 | fa163e63-5322-efa7-ee3c-000000000bcf | TASK | create persistent directories 2025-12-09 03:57:12.865517 | fa163e63-5322-efa7-ee3c-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-09 03:57:12.867345 | fa163e63-5322-efa7-ee3c-000000000bcf | TIMING | create persistent directories | standalone | 0:03:05.442618 | 0.25s 2025-12-09 03:57:13.092107 | fa163e63-5322-efa7-ee3c-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-12-09 03:57:13.093816 | fa163e63-5322-efa7-ee3c-000000000bcf | TIMING | create persistent directories | standalone | 0:03:05.669093 | 0.48s 2025-12-09 03:57:13.316884 | fa163e63-5322-efa7-ee3c-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-09 03:57:13.318671 | fa163e63-5322-efa7-ee3c-000000000bcf | TIMING | create persistent directories | standalone | 0:03:05.893951 | 0.70s 2025-12-09 03:57:13.329498 | fa163e63-5322-efa7-ee3c-000000000bcf | TIMING | create persistent directories | standalone | 0:03:05.904772 | 0.72s 2025-12-09 03:57:13.356622 | fa163e63-5322-efa7-ee3c-000000000bd0 | TASK | Set swift_use_local_disks fact 2025-12-09 03:57:13.386007 | fa163e63-5322-efa7-ee3c-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2025-12-09 03:57:13.387336 | fa163e63-5322-efa7-ee3c-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:05.962615 | 0.03s 2025-12-09 03:57:13.412411 | fa163e63-5322-efa7-ee3c-000000000bd1 | TASK | Set use_node_data_lookup fact 2025-12-09 03:57:13.449705 | fa163e63-5322-efa7-ee3c-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2025-12-09 03:57:13.450779 | fa163e63-5322-efa7-ee3c-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:06.026059 | 0.04s 2025-12-09 03:57:13.476424 | fa163e63-5322-efa7-ee3c-000000000bd2 | TASK | Create Swift d1 directory if needed 2025-12-09 03:57:13.713939 | fa163e63-5322-efa7-ee3c-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2025-12-09 03:57:13.715285 | fa163e63-5322-efa7-ee3c-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:06.290565 | 0.24s 2025-12-09 03:57:13.740295 | fa163e63-5322-efa7-ee3c-000000000bd3 | TASK | Set fact for SwiftRawDisks 2025-12-09 03:57:13.779510 | fa163e63-5322-efa7-ee3c-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2025-12-09 03:57:13.780642 | fa163e63-5322-efa7-ee3c-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:06.355922 | 0.04s 2025-12-09 03:57:13.805576 | fa163e63-5322-efa7-ee3c-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2025-12-09 03:57:13.834618 | fa163e63-5322-efa7-ee3c-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-12-09 03:57:13.835908 | fa163e63-5322-efa7-ee3c-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:06.411141 | 0.03s 2025-12-09 03:57:13.861471 | fa163e63-5322-efa7-ee3c-000000000bd5 | TASK | Set fact for swift_raw_disks 2025-12-09 03:57:13.890207 | fa163e63-5322-efa7-ee3c-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-12-09 03:57:13.891263 | fa163e63-5322-efa7-ee3c-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:06.466542 | 0.03s 2025-12-09 03:57:13.917114 | fa163e63-5322-efa7-ee3c-000000000bd6 | TASK | Format SwiftRawDisks 2025-12-09 03:57:13.945684 | fa163e63-5322-efa7-ee3c-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:06.520954 | 0.03s 2025-12-09 03:57:13.971673 | fa163e63-5322-efa7-ee3c-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-12-09 03:57:14.021580 | fa163e63-5322-efa7-ee3c-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-12-09 03:57:14.022801 | fa163e63-5322-efa7-ee3c-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:06.598079 | 0.05s 2025-12-09 03:57:14.048671 | fa163e63-5322-efa7-ee3c-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2025-12-09 03:57:14.077020 | fa163e63-5322-efa7-ee3c-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:06.652293 | 0.03s 2025-12-09 03:57:14.102816 | fa163e63-5322-efa7-ee3c-000000000bd9 | TASK | Check for NTP service 2025-12-09 03:57:14.349713 | fa163e63-5322-efa7-ee3c-000000000bd9 | CHANGED | Check for NTP service | standalone 2025-12-09 03:57:14.351329 | fa163e63-5322-efa7-ee3c-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:06.926606 | 0.25s 2025-12-09 03:57:14.378011 | fa163e63-5322-efa7-ee3c-000000000bda | TASK | Disable NTP before configuring Chrony 2025-12-09 03:57:14.416939 | fa163e63-5322-efa7-ee3c-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-09 03:57:14.418103 | fa163e63-5322-efa7-ee3c-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:06.993382 | 0.04s 2025-12-09 03:57:14.443302 | fa163e63-5322-efa7-ee3c-000000000bdb | TASK | Install, Configure and Run Chrony 2025-12-09 03:57:14.470800 | fa163e63-5322-efa7-ee3c-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:07.046068 | 0.03s 2025-12-09 03:57:14.569942 | fa163e63-5322-efa7-ee3c-0000000016ee | TASK | Load distro-specific variables 2025-12-09 03:57:14.588350 | fa163e63-5322-efa7-ee3c-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.163626 | 0.02s 2025-12-09 03:57:14.596809 | 0dcd037f-3aad-418e-b943-7b46f3f3a9d2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-09 03:57:14.620803 | fa163e63-5322-efa7-ee3c-0000000017d3 | TASK | Load distro-specific variables 2025-12-09 03:57:14.674216 | fa163e63-5322-efa7-ee3c-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-09 03:57:14.675564 | fa163e63-5322-efa7-ee3c-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.250838 | 0.05s 2025-12-09 03:57:14.681711 | fa163e63-5322-efa7-ee3c-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.256985 | 0.06s 2025-12-09 03:57:14.709805 | fa163e63-5322-efa7-ee3c-0000000016ef | TASK | Install chronyd 2025-12-09 03:57:14.730083 | fa163e63-5322-efa7-ee3c-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:07.305352 | 0.02s 2025-12-09 03:57:14.754231 | 94a47c7d-5616-4f3c-a990-6e5cd6a963b7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-12-09 03:57:14.786187 | fa163e63-5322-efa7-ee3c-00000000180c | TASK | Load distro-specific variables 2025-12-09 03:57:14.812730 | fa163e63-5322-efa7-ee3c-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.388002 | 0.03s 2025-12-09 03:57:14.824295 | a9b6c899-2122-492b-bfb2-d2a00fc71593 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-09 03:57:14.849970 | fa163e63-5322-efa7-ee3c-000000001853 | TASK | Load distro-specific variables 2025-12-09 03:57:14.904441 | fa163e63-5322-efa7-ee3c-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-09 03:57:14.905818 | fa163e63-5322-efa7-ee3c-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.481091 | 0.05s 2025-12-09 03:57:14.912090 | fa163e63-5322-efa7-ee3c-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.487368 | 0.06s 2025-12-09 03:57:14.939102 | fa163e63-5322-efa7-ee3c-00000000180d | TASK | Check for NTP service 2025-12-09 03:57:15.196858 | fa163e63-5322-efa7-ee3c-00000000180d | CHANGED | Check for NTP service | standalone 2025-12-09 03:57:15.198318 | fa163e63-5322-efa7-ee3c-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:07.773596 | 0.26s 2025-12-09 03:57:15.224181 | fa163e63-5322-efa7-ee3c-00000000180e | TASK | Disable NTP before configuring Chrony 2025-12-09 03:57:15.276872 | fa163e63-5322-efa7-ee3c-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-09 03:57:15.278202 | fa163e63-5322-efa7-ee3c-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:07.853404 | 0.05s 2025-12-09 03:57:15.303829 | fa163e63-5322-efa7-ee3c-00000000180f | TASK | Install chronyd package 2025-12-09 03:57:18.106685 | fa163e63-5322-efa7-ee3c-00000000180f | OK | Install chronyd package | standalone 2025-12-09 03:57:18.108011 | fa163e63-5322-efa7-ee3c-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:10.683291 | 2.80s 2025-12-09 03:57:18.133644 | fa163e63-5322-efa7-ee3c-0000000016f0 | TASK | Upgrade chronyd 2025-12-09 03:57:18.160799 | fa163e63-5322-efa7-ee3c-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2025-12-09 03:57:18.161885 | fa163e63-5322-efa7-ee3c-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:10.737164 | 0.03s 2025-12-09 03:57:18.191626 | fa163e63-5322-efa7-ee3c-0000000016f1 | TASK | Configure chronyd 2025-12-09 03:57:18.219905 | fa163e63-5322-efa7-ee3c-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:10.795176 | 0.03s 2025-12-09 03:57:18.240962 | 0ac4b18d-8724-4f47-9ce5-8bd2f7b98105 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-12-09 03:57:18.286841 | fa163e63-5322-efa7-ee3c-00000000188c | TASK | Load distro-specific variables 2025-12-09 03:57:18.315622 | fa163e63-5322-efa7-ee3c-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.890891 | 0.03s 2025-12-09 03:57:18.332578 | ad9e0ab8-8988-4162-aaaf-fefc66be4764 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-09 03:57:18.363243 | fa163e63-5322-efa7-ee3c-0000000018f8 | TASK | Load distro-specific variables 2025-12-09 03:57:18.419363 | fa163e63-5322-efa7-ee3c-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-09 03:57:18.420879 | fa163e63-5322-efa7-ee3c-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.996146 | 0.06s 2025-12-09 03:57:18.427479 | fa163e63-5322-efa7-ee3c-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.002754 | 0.06s 2025-12-09 03:57:18.453610 | fa163e63-5322-efa7-ee3c-00000000188d | TASK | Install chrony configuration file 2025-12-09 03:57:19.047656 | fa163e63-5322-efa7-ee3c-00000000188d | OK | Install chrony configuration file | standalone 2025-12-09 03:57:19.048506 | fa163e63-5322-efa7-ee3c-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:11.623794 | 0.59s 2025-12-09 03:57:19.068328 | fa163e63-5322-efa7-ee3c-0000000016f2 | TASK | Run chronyd 2025-12-09 03:57:19.096798 | fa163e63-5322-efa7-ee3c-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:11.672067 | 0.03s 2025-12-09 03:57:19.120971 | 30cc73c6-7a9a-4e49-9c02-922b8a05635e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-12-09 03:57:19.159602 | fa163e63-5322-efa7-ee3c-00000000191b | TASK | Load distro-specific variables 2025-12-09 03:57:19.186188 | fa163e63-5322-efa7-ee3c-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.761463 | 0.03s 2025-12-09 03:57:19.197835 | 6a397772-7db8-4a17-91ba-10705fd8ff49 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-09 03:57:19.221945 | fa163e63-5322-efa7-ee3c-00000000199f | TASK | Load distro-specific variables 2025-12-09 03:57:19.275924 | fa163e63-5322-efa7-ee3c-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-09 03:57:19.277503 | fa163e63-5322-efa7-ee3c-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.852778 | 0.05s 2025-12-09 03:57:19.283484 | fa163e63-5322-efa7-ee3c-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.858762 | 0.06s 2025-12-09 03:57:19.309622 | fa163e63-5322-efa7-ee3c-00000000191c | TASK | Ensure chronyd is running 2025-12-09 03:57:19.718536 | fa163e63-5322-efa7-ee3c-00000000191c | OK | Ensure chronyd is running | standalone 2025-12-09 03:57:19.720419 | fa163e63-5322-efa7-ee3c-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:12.295697 | 0.41s 2025-12-09 03:57:19.747313 | fa163e63-5322-efa7-ee3c-00000000191d | TASK | Force chronyd restart 2025-12-09 03:57:19.789573 | fa163e63-5322-efa7-ee3c-00000000191d | SKIPPED | Force chronyd restart | standalone 2025-12-09 03:57:19.790659 | fa163e63-5322-efa7-ee3c-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:12.365937 | 0.04s 2025-12-09 03:57:19.816928 | fa163e63-5322-efa7-ee3c-0000000016f3 | TASK | Enable online service 2025-12-09 03:57:19.846305 | fa163e63-5322-efa7-ee3c-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:12.421577 | 0.03s 2025-12-09 03:57:19.866318 | b601f04a-6122-4b52-94a7-b9890d147d7a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-12-09 03:57:19.909909 | fa163e63-5322-efa7-ee3c-0000000019cc | TASK | Create chrony-online.service unit file 2025-12-09 03:57:20.419524 | fa163e63-5322-efa7-ee3c-0000000019cc | OK | Create chrony-online.service unit file | standalone 2025-12-09 03:57:20.420895 | fa163e63-5322-efa7-ee3c-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:12.996171 | 0.51s 2025-12-09 03:57:20.447225 | fa163e63-5322-efa7-ee3c-0000000019cd | TASK | Enable chrony-online.service 2025-12-09 03:57:21.153435 | fa163e63-5322-efa7-ee3c-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2025-12-09 03:57:21.154741 | fa163e63-5322-efa7-ee3c-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:13.730026 | 0.71s 2025-12-09 03:57:21.175930 | fa163e63-5322-efa7-ee3c-0000000016f4 | TASK | Sync chronyc 2025-12-09 03:57:21.204644 | fa163e63-5322-efa7-ee3c-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:13.779922 | 0.03s 2025-12-09 03:57:21.217242 | 9a4c3840-aebb-4827-a66a-87089a7f795e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-12-09 03:57:21.257694 | fa163e63-5322-efa7-ee3c-000000001a72 | TASK | Force NTP sync 2025-12-09 03:57:21.487611 | fa163e63-5322-efa7-ee3c-000000001a72 | CHANGED | Force NTP sync | standalone 2025-12-09 03:57:21.489120 | fa163e63-5322-efa7-ee3c-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:14.064397 | 0.23s 2025-12-09 03:57:21.517302 | fa163e63-5322-efa7-ee3c-000000001a73 | TASK | Ensure system is NTP time synced 2025-12-09 03:57:21.714207 | fa163e63-5322-efa7-ee3c-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2025-12-09 03:57:21.715895 | fa163e63-5322-efa7-ee3c-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:14.291167 | 0.20s 2025-12-09 03:57:21.766064 | fa163e63-5322-efa7-ee3c-000000000bdc | TASK | Force NTP sync 2025-12-09 03:57:21.986668 | fa163e63-5322-efa7-ee3c-000000000bdc | CHANGED | Force NTP sync | standalone 2025-12-09 03:57:21.988039 | fa163e63-5322-efa7-ee3c-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:14.563318 | 0.22s 2025-12-09 03:57:22.013042 | fa163e63-5322-efa7-ee3c-000000000bdd | TASK | Ensure system is NTP time synced 2025-12-09 03:57:22.223663 | fa163e63-5322-efa7-ee3c-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2025-12-09 03:57:22.225324 | fa163e63-5322-efa7-ee3c-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:14.800597 | 0.21s 2025-12-09 03:57:22.252968 | fa163e63-5322-efa7-ee3c-000000000bde | TASK | Run timezone role 2025-12-09 03:57:22.282565 | fa163e63-5322-efa7-ee3c-000000000bde | TIMING | Run timezone role | standalone | 0:03:14.857831 | 0.03s 2025-12-09 03:57:22.382302 | fa163e63-5322-efa7-ee3c-000000001c33 | TASK | Set timezone 2025-12-09 03:57:22.950336 | fa163e63-5322-efa7-ee3c-000000001c33 | OK | Set timezone | standalone 2025-12-09 03:57:22.951165 | fa163e63-5322-efa7-ee3c-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:15.526452 | 0.57s 2025-12-09 03:57:22.968324 | fa163e63-5322-efa7-ee3c-000000001c34 | TASK | Restart time services 2025-12-09 03:57:23.008320 | fa163e63-5322-efa7-ee3c-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-12-09 03:57:23.014514 | fa163e63-5322-efa7-ee3c-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2025-12-09 03:57:23.020050 | fa163e63-5322-efa7-ee3c-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:15.595333 | 0.05s 2025-12-09 03:57:23.053861 | fa163e63-5322-efa7-ee3c-000000000bdf | TASK | install tmpwatch on the host 2025-12-09 03:57:25.989479 | fa163e63-5322-efa7-ee3c-000000000bdf | OK | install tmpwatch on the host | standalone 2025-12-09 03:57:25.990841 | fa163e63-5322-efa7-ee3c-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:18.566121 | 2.94s 2025-12-09 03:57:26.015652 | fa163e63-5322-efa7-ee3c-000000000be0 | TASK | Notice - ctlplane subnet is set 2025-12-09 03:57:26.047905 | fa163e63-5322-efa7-ee3c-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-12-09 03:57:26.049123 | fa163e63-5322-efa7-ee3c-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:18.624401 | 0.03s 2025-12-09 03:57:26.104640 | fa163e63-5322-efa7-ee3c-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:18.679901 | 0.03s 2025-12-09 03:57:26.212735 | fa163e63-5322-efa7-ee3c-000000001e67 | TASK | Gather variables for each operating system 2025-12-09 03:57:26.327072 | fa163e63-5322-efa7-ee3c-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-09 03:57:26.329124 | fa163e63-5322-efa7-ee3c-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:18.904409 | 0.12s 2025-12-09 03:57:26.339883 | fa163e63-5322-efa7-ee3c-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:18.915156 | 0.13s 2025-12-09 03:57:26.426993 | fa163e63-5322-efa7-ee3c-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:19.002262 | 0.06s 2025-12-09 03:57:26.448511 | 174f3383-dfa4-4f4e-b88d-cfe5f7203e27 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-09 03:57:26.482567 | fa163e63-5322-efa7-ee3c-000000001f98 | TASK | Check tuned package is installed 2025-12-09 03:57:26.748551 | fa163e63-5322-efa7-ee3c-000000001f98 | CHANGED | Check tuned package is installed | standalone 2025-12-09 03:57:26.749948 | fa163e63-5322-efa7-ee3c-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:19.325227 | 0.27s 2025-12-09 03:57:26.776819 | fa163e63-5322-efa7-ee3c-000000001f99 | TASK | Install tuned 2025-12-09 03:57:26.808738 | fa163e63-5322-efa7-ee3c-000000001f99 | SKIPPED | Install tuned | standalone 2025-12-09 03:57:26.810155 | fa163e63-5322-efa7-ee3c-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:19.385427 | 0.03s 2025-12-09 03:57:26.838652 | fa163e63-5322-efa7-ee3c-000000001f9a | TASK | Restart tuned 2025-12-09 03:57:26.869081 | fa163e63-5322-efa7-ee3c-000000001f9a | SKIPPED | Restart tuned | standalone 2025-12-09 03:57:26.870221 | fa163e63-5322-efa7-ee3c-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:19.445499 | 0.03s 2025-12-09 03:57:26.896177 | fa163e63-5322-efa7-ee3c-000000001e69 | TASK | Check for tuned-adm 2025-12-09 03:57:27.122200 | fa163e63-5322-efa7-ee3c-000000001e69 | OK | Check for tuned-adm | standalone 2025-12-09 03:57:27.123079 | fa163e63-5322-efa7-ee3c-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:19.698365 | 0.23s 2025-12-09 03:57:27.177488 | fa163e63-5322-efa7-ee3c-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:19.752759 | 0.04s 2025-12-09 03:57:27.200566 | 2794f2ab-6198-4268-8851-a4c835716c20 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-09 03:57:27.229901 | fa163e63-5322-efa7-ee3c-000000001fc5 | TASK | Ensure profile directory exists 2025-12-09 03:57:27.328624 | fa163e63-5322-efa7-ee3c-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2025-12-09 03:57:27.329521 | fa163e63-5322-efa7-ee3c-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:19.904804 | 0.10s 2025-12-09 03:57:27.349384 | fa163e63-5322-efa7-ee3c-000000001fc6 | TASK | Create custom tuned profile 2025-12-09 03:57:27.396115 | fa163e63-5322-efa7-ee3c-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2025-12-09 03:57:27.397373 | fa163e63-5322-efa7-ee3c-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:19.972650 | 0.05s 2025-12-09 03:57:27.424010 | fa163e63-5322-efa7-ee3c-000000001fc7 | TASK | Check tuned active profile 2025-12-09 03:57:27.633149 | fa163e63-5322-efa7-ee3c-000000001fc7 | OK | Check tuned active profile | standalone 2025-12-09 03:57:27.634498 | fa163e63-5322-efa7-ee3c-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:20.209776 | 0.21s 2025-12-09 03:57:27.704793 | fa163e63-5322-efa7-ee3c-000000001fc8 | TASK | Check Tuned Configuration file exists 2025-12-09 03:57:27.883791 | fa163e63-5322-efa7-ee3c-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2025-12-09 03:57:27.885390 | fa163e63-5322-efa7-ee3c-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:20.460667 | 0.18s 2025-12-09 03:57:27.913387 | fa163e63-5322-efa7-ee3c-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-09 03:57:27.952614 | fa163e63-5322-efa7-ee3c-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-09 03:57:27.953836 | fa163e63-5322-efa7-ee3c-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:20.529114 | 0.04s 2025-12-09 03:57:27.981611 | fa163e63-5322-efa7-ee3c-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2025-12-09 03:57:28.020805 | fa163e63-5322-efa7-ee3c-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-09 03:57:28.021945 | fa163e63-5322-efa7-ee3c-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:20.597224 | 0.04s 2025-12-09 03:57:28.048043 | fa163e63-5322-efa7-ee3c-000000001fcb | TASK | Enable tuned profile 2025-12-09 03:57:28.088036 | fa163e63-5322-efa7-ee3c-000000001fcb | SKIPPED | Enable tuned profile | standalone 2025-12-09 03:57:28.089115 | fa163e63-5322-efa7-ee3c-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:20.664384 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-12-09 03:57:28.269604 | fa163e63-5322-efa7-ee3c-0000000000ac | TASK | Overcloud container setup tasks 2025-12-09 03:57:28.298914 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000ac') missing from stats 2025-12-09 03:57:28.319195 | fa163e63-5322-efa7-ee3c-0000000000ad | TASK | Write config data 2025-12-09 03:57:28.379104 | fa163e63-5322-efa7-ee3c-0000000000ad | TIMING | Write config data | standalone | 0:03:20.954373 | 0.06s 2025-12-09 03:57:28.421315 | cb72d9f5-cd0a-4d8c-8825-bedb878db0a8 | INCLUDED | /root/standalone-ansible-h8tfki1q/common_container_setup_tasks.yaml | standalone 2025-12-09 03:57:28.445421 | fa163e63-5322-efa7-ee3c-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2025-12-09 03:57:28.679743 | fa163e63-5322-efa7-ee3c-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-12-09 03:57:28.681221 | fa163e63-5322-efa7-ee3c-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:21.256500 | 0.23s 2025-12-09 03:57:28.707680 | fa163e63-5322-efa7-ee3c-00000000202a | TASK | Create ContainerLogStdoutPath directory 2025-12-09 03:57:28.949921 | fa163e63-5322-efa7-ee3c-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-12-09 03:57:28.951208 | fa163e63-5322-efa7-ee3c-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:21.526489 | 0.24s 2025-12-09 03:57:28.978863 | fa163e63-5322-efa7-ee3c-00000000202b | TASK | Create /var/lib/tripleo-config directory 2025-12-09 03:57:29.200561 | fa163e63-5322-efa7-ee3c-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2025-12-09 03:57:29.201622 | fa163e63-5322-efa7-ee3c-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:21.776906 | 0.22s 2025-12-09 03:57:29.222775 | fa163e63-5322-efa7-ee3c-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2025-12-09 03:57:29.442091 | fa163e63-5322-efa7-ee3c-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-12-09 03:57:29.444631 | fa163e63-5322-efa7-ee3c-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:22.019908 | 0.22s 2025-12-09 03:57:29.471145 | fa163e63-5322-efa7-ee3c-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-12-09 03:57:29.692683 | fa163e63-5322-efa7-ee3c-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-12-09 03:57:29.695280 | fa163e63-5322-efa7-ee3c-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:22.270557 | 0.22s 2025-12-09 03:57:29.722789 | fa163e63-5322-efa7-ee3c-000000002031 | TASK | Create fcontext entry for container-config-scripts 2025-12-09 03:57:30.999192 | fa163e63-5322-efa7-ee3c-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-12-09 03:57:31.002617 | fa163e63-5322-efa7-ee3c-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:23.577895 | 1.28s 2025-12-09 03:57:31.028661 | fa163e63-5322-efa7-ee3c-000000002032 | TASK | Create /var/lib/container-config-scripts 2025-12-09 03:57:31.271045 | fa163e63-5322-efa7-ee3c-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-12-09 03:57:31.272387 | fa163e63-5322-efa7-ee3c-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:23.847669 | 0.24s 2025-12-09 03:57:31.299272 | fa163e63-5322-efa7-ee3c-000000002033 | TASK | Write container config scripts 2025-12-09 03:57:31.659851 | fa163e63-5322-efa7-ee3c-000000002033 | CHANGED | Write container config scripts | standalone 2025-12-09 03:57:31.661108 | fa163e63-5322-efa7-ee3c-000000002033 | TIMING | Write container config scripts | standalone | 0:03:24.236388 | 0.36s 2025-12-09 03:57:31.686306 | fa163e63-5322-efa7-ee3c-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-12-09 03:57:32.107298 | fa163e63-5322-efa7-ee3c-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-12-09 03:57:32.108419 | fa163e63-5322-efa7-ee3c-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:24.683673 | 0.42s 2025-12-09 03:57:32.133544 | fa163e63-5322-efa7-ee3c-000000002035 | TASK | Generate startup configs files per step and per container 2025-12-09 03:57:32.741139 | fa163e63-5322-efa7-ee3c-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2025-12-09 03:57:32.749832 | fa163e63-5322-efa7-ee3c-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:25.325112 | 0.61s 2025-12-09 03:57:32.789236 | fa163e63-5322-efa7-ee3c-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2025-12-09 03:57:33.020264 | fa163e63-5322-efa7-ee3c-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-12-09 03:57:33.021604 | fa163e63-5322-efa7-ee3c-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:25.596885 | 0.23s 2025-12-09 03:57:33.046881 | fa163e63-5322-efa7-ee3c-000000002037 | TASK | Create /var/lib/config-data directory 2025-12-09 03:57:33.266508 | fa163e63-5322-efa7-ee3c-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2025-12-09 03:57:33.267725 | fa163e63-5322-efa7-ee3c-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:25.843006 | 0.22s 2025-12-09 03:57:33.292937 | fa163e63-5322-efa7-ee3c-000000002038 | TASK | Write container config json files 2025-12-09 03:57:33.820362 | fa163e63-5322-efa7-ee3c-000000002038 | CHANGED | Write container config json files | standalone 2025-12-09 03:57:33.827981 | fa163e63-5322-efa7-ee3c-000000002038 | TIMING | Write container config json files | standalone | 0:03:26.403260 | 0.53s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-12-09 03:57:33.998993 | fa163e63-5322-efa7-ee3c-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-12-09 03:57:34.025518 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-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-09 03:57:34.091734 | fa163e63-5322-efa7-ee3c-0000000000b2 | TIMING | include_tasks | standalone | 0:03:26.667017 | 0.05s 2025-12-09 03:57:34.100958 | 9938d4df-206c-46df-b1ae-5b1696073071 | INCLUDED | /root/standalone-ansible-h8tfki1q/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-12-09 03:57:34.209345 | fa163e63-5322-efa7-ee3c-0000000000b6 | TASK | External deployment step 1 2025-12-09 03:57:34.236620 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000b6') missing from stats 2025-12-09 03:57:34.289458 | fa163e63-5322-efa7-ee3c-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:26.864687 | 0.04s 2025-12-09 03:57:34.326127 | c56f1af6-bc67-49fa-b7ee-61309d862132 | INCLUDED | /root/standalone-ansible-h8tfki1q/external_deploy_steps_tasks_step1.yaml | undercloud 2025-12-09 03:57:34.344413 | fa163e63-5322-efa7-ee3c-00000000207d | TASK | Set some tripleo-ansible facts 2025-12-09 03:57:34.394152 | fa163e63-5322-efa7-ee3c-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2025-12-09 03:57:34.394944 | fa163e63-5322-efa7-ee3c-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:26.970229 | 0.05s 2025-12-09 03:57:34.409473 | fa163e63-5322-efa7-ee3c-00000000207f | TASK | Build disk list for cephadm 2025-12-09 03:57:34.457483 | fa163e63-5322-efa7-ee3c-00000000207f | OK | Build disk list for cephadm | undercloud 2025-12-09 03:57:34.458599 | fa163e63-5322-efa7-ee3c-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:27.033850 | 0.05s 2025-12-09 03:57:34.476861 | fa163e63-5322-efa7-ee3c-000000002086 | TASK | Container image prepare 2025-12-09 03:57:35.523213 | fa163e63-5322-efa7-ee3c-000000002086 | CHANGED | Container image prepare | undercloud 2025-12-09 03:57:35.525539 | fa163e63-5322-efa7-ee3c-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:28.100818 | 1.05s 2025-12-09 03:57:35.561673 | fa163e63-5322-efa7-ee3c-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2025-12-09 03:57:35.793780 | fa163e63-5322-efa7-ee3c-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-12-09 03:57:35.795239 | fa163e63-5322-efa7-ee3c-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:28.370517 | 0.23s 2025-12-09 03:57:35.813222 | fa163e63-5322-efa7-ee3c-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2025-12-09 03:57:35.853602 | fa163e63-5322-efa7-ee3c-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:28.428869 | 0.04s 2025-12-09 03:57:35.904816 | fa163e63-5322-efa7-ee3c-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-12-09 03:57:36.147337 | fa163e63-5322-efa7-ee3c-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-12-09 03:57:36.148571 | fa163e63-5322-efa7-ee3c-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:28.723851 | 0.24s 2025-12-09 03:57:36.168278 | fa163e63-5322-efa7-ee3c-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-12-09 03:57:36.623591 | fa163e63-5322-efa7-ee3c-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-12-09 03:57:36.625036 | fa163e63-5322-efa7-ee3c-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:29.200311 | 0.46s 2025-12-09 03:57:36.645258 | fa163e63-5322-efa7-ee3c-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2025-12-09 03:57:36.697670 | fa163e63-5322-efa7-ee3c-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:29.272943 | 0.05s 2025-12-09 03:57:36.744799 | fa163e63-5322-efa7-ee3c-0000000020f1 | TASK | Check for a configured destination 2025-12-09 03:57:36.809374 | fa163e63-5322-efa7-ee3c-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2025-12-09 03:57:36.810560 | fa163e63-5322-efa7-ee3c-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:29.385839 | 0.06s 2025-12-09 03:57:36.837099 | fa163e63-5322-efa7-ee3c-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2025-12-09 03:57:37.328231 | fa163e63-5322-efa7-ee3c-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-12-09 03:57:37.329694 | fa163e63-5322-efa7-ee3c-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:29.904973 | 0.49s PLAY [Deploy step tasks for 1] ************************************************* 2025-12-09 03:57:37.494965 | fa163e63-5322-efa7-ee3c-0000000000ba | TASK | Deploy step tasks for 1 2025-12-09 03:57:37.523242 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000ba') missing from stats 2025-12-09 03:57:37.543328 | fa163e63-5322-efa7-ee3c-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-12-09 03:57:38.016044 | fa163e63-5322-efa7-ee3c-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-12-09 03:57:38.017370 | fa163e63-5322-efa7-ee3c-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:30.592648 | 0.47s 2025-12-09 03:57:38.041969 | fa163e63-5322-efa7-ee3c-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-09 03:57:38.409193 | fa163e63-5322-efa7-ee3c-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-09 03:57:38.410632 | fa163e63-5322-efa7-ee3c-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:30.985911 | 0.37s 2025-12-09 03:57:38.436475 | fa163e63-5322-efa7-ee3c-0000000000be | TASK | Write config data at the start of step 1 2025-12-09 03:57:38.501732 | fa163e63-5322-efa7-ee3c-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:31.077003 | 0.06s 2025-12-09 03:57:38.545709 | d40f7742-ee77-4585-b0a1-fa03071b1918 | INCLUDED | /root/standalone-ansible-h8tfki1q/common_deploy_steps_tasks_step_1.yaml | standalone 2025-12-09 03:57:38.575110 | fa163e63-5322-efa7-ee3c-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-12-09 03:57:38.603886 | fa163e63-5322-efa7-ee3c-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-09 03:57:38.604963 | fa163e63-5322-efa7-ee3c-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:31.180239 | 0.03s 2025-12-09 03:57:38.629727 | fa163e63-5322-efa7-ee3c-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-12-09 03:57:38.659116 | fa163e63-5322-efa7-ee3c-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-09 03:57:38.660186 | fa163e63-5322-efa7-ee3c-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:31.235465 | 0.03s 2025-12-09 03:57:38.684782 | fa163e63-5322-efa7-ee3c-000000002132 | TASK | Write the puppet step_config manifest 2025-12-09 03:57:39.117060 | fa163e63-5322-efa7-ee3c-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2025-12-09 03:57:39.118278 | fa163e63-5322-efa7-ee3c-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:31.693557 | 0.43s 2025-12-09 03:57:39.142926 | fa163e63-5322-efa7-ee3c-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2025-12-09 03:57:39.172848 | fa163e63-5322-efa7-ee3c-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-09 03:57:39.173894 | fa163e63-5322-efa7-ee3c-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:31.749172 | 0.03s 2025-12-09 03:57:39.200017 | fa163e63-5322-efa7-ee3c-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2025-12-09 03:57:39.229262 | fa163e63-5322-efa7-ee3c-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-09 03:57:39.230322 | fa163e63-5322-efa7-ee3c-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:31.805600 | 0.03s 2025-12-09 03:57:39.255247 | fa163e63-5322-efa7-ee3c-000000002135 | TASK | Create /var/lib/container-puppet 2025-12-09 03:57:39.480881 | fa163e63-5322-efa7-ee3c-000000002135 | OK | Create /var/lib/container-puppet | standalone 2025-12-09 03:57:39.482234 | fa163e63-5322-efa7-ee3c-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:32.057514 | 0.23s 2025-12-09 03:57:39.507273 | fa163e63-5322-efa7-ee3c-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-12-09 03:57:39.537953 | fa163e63-5322-efa7-ee3c-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-09 03:57:39.539008 | fa163e63-5322-efa7-ee3c-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:32.114286 | 0.03s 2025-12-09 03:57:39.564012 | fa163e63-5322-efa7-ee3c-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-12-09 03:57:39.593752 | fa163e63-5322-efa7-ee3c-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-09 03:57:39.594816 | fa163e63-5322-efa7-ee3c-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:32.170095 | 0.03s 2025-12-09 03:57:39.620334 | fa163e63-5322-efa7-ee3c-000000002138 | TASK | Write container-puppet.json file 2025-12-09 03:57:40.189003 | fa163e63-5322-efa7-ee3c-000000002138 | CHANGED | Write container-puppet.json file | standalone 2025-12-09 03:57:40.190209 | fa163e63-5322-efa7-ee3c-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:32.765488 | 0.57s 2025-12-09 03:57:40.208116 | fa163e63-5322-efa7-ee3c-000000002139 | TASK | Diff container-puppet.json changes for check mode 2025-12-09 03:57:40.236276 | fa163e63-5322-efa7-ee3c-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-09 03:57:40.236876 | fa163e63-5322-efa7-ee3c-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:32.812162 | 0.03s 2025-12-09 03:57:40.253926 | fa163e63-5322-efa7-ee3c-00000000213a | TASK | Diff container-puppet.json changes for check mode 2025-12-09 03:57:40.284063 | fa163e63-5322-efa7-ee3c-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-09 03:57:40.285377 | fa163e63-5322-efa7-ee3c-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:32.860654 | 0.03s 2025-12-09 03:57:40.311740 | fa163e63-5322-efa7-ee3c-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2025-12-09 03:57:40.703667 | fa163e63-5322-efa7-ee3c-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-12-09 03:57:40.705149 | fa163e63-5322-efa7-ee3c-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:33.280427 | 0.39s 2025-12-09 03:57:40.730732 | fa163e63-5322-efa7-ee3c-00000000213c | TASK | Set host puppet debugging fact string 2025-12-09 03:57:40.762951 | fa163e63-5322-efa7-ee3c-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2025-12-09 03:57:40.764101 | fa163e63-5322-efa7-ee3c-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:33.339379 | 0.03s 2025-12-09 03:57:40.791861 | fa163e63-5322-efa7-ee3c-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-12-09 03:57:40.822449 | fa163e63-5322-efa7-ee3c-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-12-09 03:57:40.823564 | fa163e63-5322-efa7-ee3c-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:33.398843 | 0.03s 2025-12-09 03:57:40.848751 | fa163e63-5322-efa7-ee3c-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-12-09 03:57:40.877665 | fa163e63-5322-efa7-ee3c-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-12-09 03:57:40.878748 | fa163e63-5322-efa7-ee3c-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:33.454026 | 0.03s 2025-12-09 03:57:40.904029 | fa163e63-5322-efa7-ee3c-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2025-12-09 03:57:40.934872 | fa163e63-5322-efa7-ee3c-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-12-09 03:57:40.935966 | fa163e63-5322-efa7-ee3c-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:33.511243 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-09 03:57:41.002295 | fa163e63-5322-efa7-ee3c-0000000000c0 | TIMING | include_tasks | standalone | 0:03:33.577572 | 0.04s 2025-12-09 03:57:41.115590 | a8d481d5-3790-4de5-9a3f-d9df0decb06d | INCLUDED | /root/standalone-ansible-h8tfki1q/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-12-09 03:57:41.198989 | fa163e63-5322-efa7-ee3c-00000000216a | TASK | Create dirs for certificates and keys 2025-12-09 03:57:41.258813 | fa163e63-5322-efa7-ee3c-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-12-09 03:57:41.281543 | fa163e63-5322-efa7-ee3c-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-12-09 03:57:41.293541 | fa163e63-5322-efa7-ee3c-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:33.868817 | 0.09s 2025-12-09 03:57:41.368612 | fa163e63-5322-efa7-ee3c-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-09 03:57:41.369747 | fa163e63-5322-efa7-ee3c-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:33.945026 | 0.05s 2025-12-09 03:57:41.397792 | fa163e63-5322-efa7-ee3c-000000002172 | TASK | Fail if container image is undefined 2025-12-09 03:57:41.458190 | fa163e63-5322-efa7-ee3c-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2025-12-09 03:57:41.459258 | fa163e63-5322-efa7-ee3c-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:34.034536 | 0.06s 2025-12-09 03:57:41.501068 | fa163e63-5322-efa7-ee3c-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-09 03:57:55.857241 | fa163e63-5322-efa7-ee3c-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-09 03:57:55.860730 | fa163e63-5322-efa7-ee3c-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:48.436007 | 14.36s 2025-12-09 03:57:55.919266 | fa163e63-5322-efa7-ee3c-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-09 03:57:56.297124 | fa163e63-5322-efa7-ee3c-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-09 03:57:56.299647 | fa163e63-5322-efa7-ee3c-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:48.874923 | 0.38s 2025-12-09 03:57:56.352026 | fa163e63-5322-efa7-ee3c-000000002183 | TASK | Fail if container image is undefined 2025-12-09 03:57:56.423171 | fa163e63-5322-efa7-ee3c-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2025-12-09 03:57:56.424258 | fa163e63-5322-efa7-ee3c-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:48.999534 | 0.07s 2025-12-09 03:57:56.465914 | fa163e63-5322-efa7-ee3c-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-09 03:58:04.472609 | fa163e63-5322-efa7-ee3c-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-09 03:58:04.473960 | fa163e63-5322-efa7-ee3c-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:57.049239 | 8.01s 2025-12-09 03:58:04.529147 | fa163e63-5322-efa7-ee3c-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-09 03:58:04.876908 | fa163e63-5322-efa7-ee3c-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-09 03:58:04.878294 | fa163e63-5322-efa7-ee3c-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:03:57.453574 | 0.35s 2025-12-09 03:58:04.930592 | fa163e63-5322-efa7-ee3c-000000002190 | TASK | Check if rsyslog exists 2025-12-09 03:58:05.217312 | fa163e63-5322-efa7-ee3c-000000002190 | CHANGED | Check if rsyslog exists | standalone 2025-12-09 03:58:05.219865 | fa163e63-5322-efa7-ee3c-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:03:57.795141 | 0.29s 2025-12-09 03:58:05.246805 | fa163e63-5322-efa7-ee3c-000000002192 | TASK | Forward logging to haproxy.log file 2025-12-09 03:58:05.510077 | fa163e63-5322-efa7-ee3c-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2025-12-09 03:58:05.512642 | fa163e63-5322-efa7-ee3c-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:03:58.087917 | 0.26s 2025-12-09 03:58:05.540092 | fa163e63-5322-efa7-ee3c-000000002193 | TASK | restart rsyslog service after logging conf change 2025-12-09 03:58:06.392717 | fa163e63-5322-efa7-ee3c-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-12-09 03:58:06.394864 | fa163e63-5322-efa7-ee3c-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:03:58.970141 | 0.85s 2025-12-09 03:58:06.422306 | fa163e63-5322-efa7-ee3c-00000000219a | TASK | Fail if container image is undefined 2025-12-09 03:58:06.483372 | fa163e63-5322-efa7-ee3c-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2025-12-09 03:58:06.484503 | fa163e63-5322-efa7-ee3c-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:59.059781 | 0.06s 2025-12-09 03:58:06.526515 | fa163e63-5322-efa7-ee3c-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-09 03:58:11.218303 | fa163e63-5322-efa7-ee3c-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-09 03:58:11.219973 | fa163e63-5322-efa7-ee3c-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:03.795251 | 4.69s 2025-12-09 03:58:11.279189 | fa163e63-5322-efa7-ee3c-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-09 03:58:11.593616 | fa163e63-5322-efa7-ee3c-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-09 03:58:11.594728 | fa163e63-5322-efa7-ee3c-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:04.170009 | 0.31s 2025-12-09 03:58:11.641195 | fa163e63-5322-efa7-ee3c-0000000021a6 | TASK | Run lvmfilter role 2025-12-09 03:58:11.691265 | fa163e63-5322-efa7-ee3c-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:04.266532 | 0.05s 2025-12-09 03:58:11.776821 | fa163e63-5322-efa7-ee3c-0000000022bd | TASK | Check if lvm2 is installed 2025-12-09 03:58:12.016174 | fa163e63-5322-efa7-ee3c-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2025-12-09 03:58:12.017769 | fa163e63-5322-efa7-ee3c-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:04.593045 | 0.24s 2025-12-09 03:58:12.045728 | fa163e63-5322-efa7-ee3c-0000000022bf | TASK | collect ansible devices 2025-12-09 03:58:12.096905 | fa163e63-5322-efa7-ee3c-0000000022bf | SKIPPED | collect ansible devices | standalone 2025-12-09 03:58:12.098161 | fa163e63-5322-efa7-ee3c-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:04.673438 | 0.05s 2025-12-09 03:58:12.124194 | fa163e63-5322-efa7-ee3c-0000000022c0 | TASK | collect in-use lvm2 devices list 2025-12-09 03:58:12.175112 | fa163e63-5322-efa7-ee3c-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-12-09 03:58:12.176476 | fa163e63-5322-efa7-ee3c-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:04.751748 | 0.05s 2025-12-09 03:58:12.204247 | fa163e63-5322-efa7-ee3c-0000000022c1 | TASK | set allowed_devices 2025-12-09 03:58:12.235746 | fa163e63-5322-efa7-ee3c-0000000022c1 | SKIPPED | set allowed_devices | standalone 2025-12-09 03:58:12.236890 | fa163e63-5322-efa7-ee3c-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:04.812166 | 0.03s 2025-12-09 03:58:12.262796 | fa163e63-5322-efa7-ee3c-0000000022c2 | TASK | build lvm2 allow list 2025-12-09 03:58:12.317173 | fa163e63-5322-efa7-ee3c-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2025-12-09 03:58:12.318499 | fa163e63-5322-efa7-ee3c-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:04.893776 | 0.05s 2025-12-09 03:58:12.344376 | fa163e63-5322-efa7-ee3c-0000000022c3 | TASK | build lvm2 deny list 2025-12-09 03:58:12.395613 | fa163e63-5322-efa7-ee3c-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2025-12-09 03:58:12.396929 | fa163e63-5322-efa7-ee3c-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:04.972206 | 0.05s 2025-12-09 03:58:12.422177 | fa163e63-5322-efa7-ee3c-0000000022c4 | TASK | build lvm2 filter 2025-12-09 03:58:12.471092 | fa163e63-5322-efa7-ee3c-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2025-12-09 03:58:12.472272 | fa163e63-5322-efa7-ee3c-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:05.047548 | 0.05s 2025-12-09 03:58:12.498440 | fa163e63-5322-efa7-ee3c-0000000022c5 | TASK | regenerate lvm config 2025-12-09 03:58:12.547539 | fa163e63-5322-efa7-ee3c-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2025-12-09 03:58:12.548758 | fa163e63-5322-efa7-ee3c-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:05.124036 | 0.05s 2025-12-09 03:58:12.576039 | fa163e63-5322-efa7-ee3c-0000000022c6 | TASK | copy new lvm.conf in place 2025-12-09 03:58:12.610096 | fa163e63-5322-efa7-ee3c-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2025-12-09 03:58:12.611296 | fa163e63-5322-efa7-ee3c-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:05.186574 | 0.03s 2025-12-09 03:58:12.661986 | fa163e63-5322-efa7-ee3c-0000000021ac | TASK | Fail if container image is undefined 2025-12-09 03:58:12.721864 | fa163e63-5322-efa7-ee3c-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2025-12-09 03:58:12.723157 | fa163e63-5322-efa7-ee3c-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:05.298433 | 0.06s 2025-12-09 03:58:12.765979 | fa163e63-5322-efa7-ee3c-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-09 03:58:24.092459 | fa163e63-5322-efa7-ee3c-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-09 03:58:24.095314 | fa163e63-5322-efa7-ee3c-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:16.670591 | 11.33s 2025-12-09 03:58:24.151985 | fa163e63-5322-efa7-ee3c-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-09 03:58:24.507715 | fa163e63-5322-efa7-ee3c-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-09 03:58:24.510227 | fa163e63-5322-efa7-ee3c-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:17.085504 | 0.36s 2025-12-09 03:58:24.613030 | fa163e63-5322-efa7-ee3c-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-09 03:58:24.615283 | fa163e63-5322-efa7-ee3c-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:17.190462 | 0.05s 2025-12-09 03:58:24.642997 | fa163e63-5322-efa7-ee3c-0000000021c0 | TASK | Fail if container image is undefined 2025-12-09 03:58:24.703714 | fa163e63-5322-efa7-ee3c-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2025-12-09 03:58:24.704952 | fa163e63-5322-efa7-ee3c-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:17.280229 | 0.06s 2025-12-09 03:58:24.746903 | fa163e63-5322-efa7-ee3c-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-09 03:58:31.818920 | fa163e63-5322-efa7-ee3c-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-09 03:58:31.821554 | fa163e63-5322-efa7-ee3c-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:24.396831 | 7.07s 2025-12-09 03:58:31.877922 | fa163e63-5322-efa7-ee3c-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-09 03:58:32.872355 | fa163e63-5322-efa7-ee3c-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-09 03:58:32.873690 | fa163e63-5322-efa7-ee3c-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:25.448968 | 0.99s 2025-12-09 03:58:32.976085 | fa163e63-5322-efa7-ee3c-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-09 03:58:32.977250 | fa163e63-5322-efa7-ee3c-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:25.552528 | 0.05s 2025-12-09 03:58:33.001861 | fa163e63-5322-efa7-ee3c-0000000021cf | TASK | install systemd-container for a greenfield 2025-12-09 03:58:53.499469 | fa163e63-5322-efa7-ee3c-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2025-12-09 03:58:53.501363 | fa163e63-5322-efa7-ee3c-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:46.076640 | 20.50s 2025-12-09 03:58:53.527960 | fa163e63-5322-efa7-ee3c-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2025-12-09 03:58:53.582513 | fa163e63-5322-efa7-ee3c-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-12-09 03:58:53.583846 | fa163e63-5322-efa7-ee3c-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:46.159124 | 0.05s 2025-12-09 03:58:53.609711 | fa163e63-5322-efa7-ee3c-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-12-09 03:58:53.874138 | fa163e63-5322-efa7-ee3c-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-12-09 03:58:53.875764 | fa163e63-5322-efa7-ee3c-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:46.451042 | 0.26s 2025-12-09 03:58:53.901724 | fa163e63-5322-efa7-ee3c-0000000021d4 | TASK | is KSM enabled 2025-12-09 03:58:53.954209 | fa163e63-5322-efa7-ee3c-0000000021d4 | OK | is KSM enabled | standalone 2025-12-09 03:58:53.955595 | fa163e63-5322-efa7-ee3c-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:46.530874 | 0.05s 2025-12-09 03:58:53.981975 | fa163e63-5322-efa7-ee3c-0000000021d6 | TASK | Check for ksm 2025-12-09 03:58:54.235499 | fa163e63-5322-efa7-ee3c-0000000021d6 | CHANGED | Check for ksm | standalone 2025-12-09 03:58:54.236804 | fa163e63-5322-efa7-ee3c-0000000021d6 | TIMING | Check for ksm | standalone | 0:04:46.812083 | 0.25s 2025-12-09 03:58:54.262223 | fa163e63-5322-efa7-ee3c-0000000021d7 | TASK | disable KSM services 2025-12-09 03:58:54.351100 | fa163e63-5322-efa7-ee3c-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-12-09 03:58:54.383335 | fa163e63-5322-efa7-ee3c-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-12-09 03:58:54.388738 | fa163e63-5322-efa7-ee3c-0000000021d7 | TIMING | disable KSM services | standalone | 0:04:46.964014 | 0.13s 2025-12-09 03:58:54.414217 | fa163e63-5322-efa7-ee3c-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2025-12-09 03:58:54.485430 | fa163e63-5322-efa7-ee3c-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-12-09 03:58:54.486616 | fa163e63-5322-efa7-ee3c-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:47.061894 | 0.07s 2025-12-09 03:58:54.512478 | fa163e63-5322-efa7-ee3c-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-12-09 03:58:54.552716 | fa163e63-5322-efa7-ee3c-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-12-09 03:58:54.553784 | fa163e63-5322-efa7-ee3c-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:47.129062 | 0.04s 2025-12-09 03:58:54.579763 | fa163e63-5322-efa7-ee3c-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-12-09 03:58:54.629145 | fa163e63-5322-efa7-ee3c-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-12-09 03:58:54.630227 | fa163e63-5322-efa7-ee3c-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:47.205504 | 0.05s 2025-12-09 03:58:54.656886 | fa163e63-5322-efa7-ee3c-0000000021dc | TASK | enable ksmtunded 2025-12-09 03:58:54.713743 | fa163e63-5322-efa7-ee3c-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-12-09 03:58:54.726564 | fa163e63-5322-efa7-ee3c-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-12-09 03:58:54.732721 | fa163e63-5322-efa7-ee3c-0000000021dc | TIMING | enable ksmtunded | standalone | 0:04:47.307997 | 0.07s 2025-12-09 03:58:54.797499 | fa163e63-5322-efa7-ee3c-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-09 03:58:54.798753 | fa163e63-5322-efa7-ee3c-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:47.374025 | 0.04s 2025-12-09 03:58:54.825207 | fa163e63-5322-efa7-ee3c-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-09 03:58:54.900077 | fa163e63-5322-efa7-ee3c-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-09 03:58:54.901276 | fa163e63-5322-efa7-ee3c-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:47.476549 | 0.07s 2025-12-09 03:58:54.927049 | fa163e63-5322-efa7-ee3c-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-12-09 03:58:58.989458 | fa163e63-5322-efa7-ee3c-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-12-09 03:58:58.994393 | fa163e63-5322-efa7-ee3c-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:51.569671 | 4.07s 2025-12-09 03:58:59.029560 | fa163e63-5322-efa7-ee3c-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2025-12-09 03:58:59.101218 | fa163e63-5322-efa7-ee3c-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-12-09 03:58:59.102256 | fa163e63-5322-efa7-ee3c-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:51.677539 | 0.07s 2025-12-09 03:58:59.125116 | fa163e63-5322-efa7-ee3c-0000000021e4 | TASK | Fetch ovn VIP 2025-12-09 03:58:59.185851 | fa163e63-5322-efa7-ee3c-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2025-12-09 03:58:59.187241 | fa163e63-5322-efa7-ee3c-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:04:51.762517 | 0.06s 2025-12-09 03:58:59.217010 | fa163e63-5322-efa7-ee3c-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2025-12-09 03:58:59.267702 | fa163e63-5322-efa7-ee3c-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-12-09 03:58:59.268841 | fa163e63-5322-efa7-ee3c-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:51.844120 | 0.05s 2025-12-09 03:58:59.297891 | fa163e63-5322-efa7-ee3c-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2025-12-09 03:58:59.369125 | fa163e63-5322-efa7-ee3c-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-12-09 03:58:59.370254 | fa163e63-5322-efa7-ee3c-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:51.945532 | 0.07s 2025-12-09 03:58:59.399672 | fa163e63-5322-efa7-ee3c-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2025-12-09 03:58:59.449273 | fa163e63-5322-efa7-ee3c-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-12-09 03:58:59.450365 | fa163e63-5322-efa7-ee3c-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:52.025643 | 0.05s 2025-12-09 03:58:59.479222 | fa163e63-5322-efa7-ee3c-0000000021e8 | TASK | Remove pacemaker attributes 2025-12-09 03:58:59.541309 | fa163e63-5322-efa7-ee3c-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-12-09 03:58:59.553919 | fa163e63-5322-efa7-ee3c-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:04:52.129193 | 0.07s 2025-12-09 03:58:59.633898 | fa163e63-5322-efa7-ee3c-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-09 03:58:59.635107 | fa163e63-5322-efa7-ee3c-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:52.210385 | 0.05s 2025-12-09 03:58:59.663965 | fa163e63-5322-efa7-ee3c-0000000021ed | TASK | Configure OVN DBs and northd 2025-12-09 03:58:59.715018 | fa163e63-5322-efa7-ee3c-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:04:52.290292 | 0.05s 2025-12-09 03:58:59.780176 | fa163e63-5322-efa7-ee3c-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-12-09 03:59:00.041563 | fa163e63-5322-efa7-ee3c-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-12-09 03:59:00.042904 | fa163e63-5322-efa7-ee3c-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:52.618185 | 0.26s 2025-12-09 03:59:00.072987 | fa163e63-5322-efa7-ee3c-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-09 03:59:00.133888 | fa163e63-5322-efa7-ee3c-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-09 03:59:00.134968 | fa163e63-5322-efa7-ee3c-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:52.710248 | 0.06s 2025-12-09 03:59:00.163938 | fa163e63-5322-efa7-ee3c-000000002397 | TASK | check ovsdb-tool election-timer options 2025-12-09 03:59:00.396871 | fa163e63-5322-efa7-ee3c-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-12-09 03:59:00.398148 | fa163e63-5322-efa7-ee3c-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:52.973428 | 0.23s 2025-12-09 03:59:00.427525 | fa163e63-5322-efa7-ee3c-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2025-12-09 03:59:00.499365 | fa163e63-5322-efa7-ee3c-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-12-09 03:59:00.500469 | fa163e63-5322-efa7-ee3c-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:53.075750 | 0.07s 2025-12-09 03:59:00.530523 | fa163e63-5322-efa7-ee3c-000000002399 | TASK | render OVN cluster configuration 2025-12-09 03:59:01.137168 | fa163e63-5322-efa7-ee3c-000000002399 | CHANGED | render OVN cluster configuration | standalone 2025-12-09 03:59:01.138601 | fa163e63-5322-efa7-ee3c-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:53.713879 | 0.61s 2025-12-09 03:59:01.169791 | fa163e63-5322-efa7-ee3c-00000000239a | TASK | restart OVN northd and north and south databases 2025-12-09 03:59:01.229479 | fa163e63-5322-efa7-ee3c-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:53.804742 | 0.06s 2025-12-09 03:59:01.258326 | fa163e63-5322-efa7-ee3c-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:53.833608 | 0.09s 2025-12-09 03:59:01.272728 | fa163e63-5322-efa7-ee3c-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:53.848011 | 0.10s 2025-12-09 03:59:01.278837 | fa163e63-5322-efa7-ee3c-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:53.854120 | 0.11s 2025-12-09 03:59:01.303872 | c1921156-cef1-45b2-ab67-d48295b261be | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-09 03:59:01.312123 | e6175537-a458-4105-a3d1-172e32df67a3 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-09 03:59:01.319832 | b2db343e-1ab8-40c8-a1e6-e1ee8b880d83 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-09 03:59:01.352271 | fa163e63-5322-efa7-ee3c-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-12-09 03:59:01.616168 | fa163e63-5322-efa7-ee3c-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-12-09 03:59:01.617495 | fa163e63-5322-efa7-ee3c-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:54.192771 | 0.26s 2025-12-09 03:59:01.649315 | fa163e63-5322-efa7-ee3c-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2025-12-09 03:59:01.688865 | fa163e63-5322-efa7-ee3c-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-12-09 03:59:01.689969 | fa163e63-5322-efa7-ee3c-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:54.265247 | 0.04s 2025-12-09 03:59:01.722896 | fa163e63-5322-efa7-ee3c-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-12-09 03:59:01.956082 | fa163e63-5322-efa7-ee3c-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-12-09 03:59:01.957330 | fa163e63-5322-efa7-ee3c-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:54.532608 | 0.23s 2025-12-09 03:59:01.988327 | fa163e63-5322-efa7-ee3c-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2025-12-09 03:59:02.038546 | fa163e63-5322-efa7-ee3c-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-12-09 03:59:02.039623 | fa163e63-5322-efa7-ee3c-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:54.614902 | 0.05s 2025-12-09 03:59:02.071116 | fa163e63-5322-efa7-ee3c-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2025-12-09 03:59:02.307725 | fa163e63-5322-efa7-ee3c-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-12-09 03:59:02.308958 | fa163e63-5322-efa7-ee3c-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:54.884238 | 0.24s 2025-12-09 03:59:02.339596 | fa163e63-5322-efa7-ee3c-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2025-12-09 03:59:02.391628 | fa163e63-5322-efa7-ee3c-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-12-09 03:59:02.392703 | fa163e63-5322-efa7-ee3c-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:54.967982 | 0.05s 2025-12-09 03:59:02.498264 | fa163e63-5322-efa7-ee3c-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-09 03:59:02.499458 | fa163e63-5322-efa7-ee3c-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:55.074737 | 0.05s 2025-12-09 03:59:02.579790 | fa163e63-5322-efa7-ee3c-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-09 03:59:02.580889 | fa163e63-5322-efa7-ee3c-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:55.156168 | 0.05s 2025-12-09 03:59:02.609782 | fa163e63-5322-efa7-ee3c-0000000021f8 | TASK | Fail if container image is undefined 2025-12-09 03:59:02.669568 | fa163e63-5322-efa7-ee3c-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2025-12-09 03:59:02.670604 | fa163e63-5322-efa7-ee3c-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:55.245883 | 0.06s 2025-12-09 03:59:02.714755 | fa163e63-5322-efa7-ee3c-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-09 03:59:08.810270 | fa163e63-5322-efa7-ee3c-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-09 03:59:08.811622 | fa163e63-5322-efa7-ee3c-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:01.386901 | 6.10s 2025-12-09 03:59:08.871422 | fa163e63-5322-efa7-ee3c-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-09 03:59:09.209962 | fa163e63-5322-efa7-ee3c-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-09 03:59:09.211464 | fa163e63-5322-efa7-ee3c-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:01.786741 | 0.34s 2025-12-09 03:59:09.267040 | fa163e63-5322-efa7-ee3c-000000002205 | TASK | Pre-fetch all the containers 2025-12-09 03:59:13.622494 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-12-09 03:59:13.626581 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:06.201857 | 4.36s 2025-12-09 03:59:18.715317 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-12-09 03:59:18.719034 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:11.294312 | 9.45s 2025-12-09 03:59:21.425635 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-12-09 03:59:21.429228 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:14.004506 | 12.16s 2025-12-09 03:59:24.699584 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-12-09 03:59:24.702734 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:17.278014 | 15.43s 2025-12-09 03:59:26.138326 | fa163e63-5322-efa7-ee3c-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-12-09 03:59:26.140114 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:18.715399 | 16.87s 2025-12-09 03:59:27.525657 | fa163e63-5322-efa7-ee3c-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-12-09 03:59:27.528027 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:20.103307 | 18.26s 2025-12-09 03:59:31.511188 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-12-09 03:59:31.514152 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:24.089429 | 22.25s 2025-12-09 03:59:35.734086 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-12-09 03:59:35.737119 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:28.312397 | 26.47s 2025-12-09 03:59:40.372457 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-12-09 03:59:40.376438 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:32.951715 | 31.11s 2025-12-09 03:59:42.370304 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-12-09 03:59:42.373255 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:34.948533 | 33.10s 2025-12-09 03:59:50.071104 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-12-09 03:59:50.074032 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:42.649318 | 40.81s 2025-12-09 03:59:55.120485 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-12-09 03:59:55.123693 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:47.698970 | 45.85s 2025-12-09 04:00:13.247747 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-12-09 04:00:13.254027 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:05.829290 | 63.99s 2025-12-09 04:00:22.688816 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-12-09 04:00:22.692914 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:15.268192 | 73.42s 2025-12-09 04:00:29.984877 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-12-09 04:00:29.987870 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:22.563150 | 80.72s 2025-12-09 04:00:42.369825 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-12-09 04:00:42.373697 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:34.948975 | 93.10s 2025-12-09 04:00:49.490379 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-12-09 04:00:49.496025 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:42.071300 | 100.23s 2025-12-09 04:00:55.435533 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-12-09 04:00:55.439175 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:48.014451 | 106.17s 2025-12-09 04:01:06.891440 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-12-09 04:01:06.895961 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:59.471239 | 117.63s 2025-12-09 04:01:11.037311 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-12-09 04:01:11.040583 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:03.615860 | 121.77s 2025-12-09 04:01:16.346208 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-12-09 04:01:16.348525 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:08.923813 | 127.08s 2025-12-09 04:01:28.375882 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-12-09 04:01:28.379174 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:20.954450 | 139.11s 2025-12-09 04:01:31.502317 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-12-09 04:01:31.506049 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:24.081328 | 142.24s 2025-12-09 04:01:40.501494 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-12-09 04:01:40.504248 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:33.079527 | 151.24s 2025-12-09 04:01:43.590372 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-12-09 04:01:43.594812 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:36.170055 | 154.33s 2025-12-09 04:01:47.326007 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-12-09 04:01:47.329510 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:39.904789 | 158.06s 2025-12-09 04:01:50.802459 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-12-09 04:01:50.806222 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:43.381501 | 161.54s 2025-12-09 04:01:54.521381 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-12-09 04:01:54.525182 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:47.100460 | 165.26s 2025-12-09 04:01:57.050839 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-12-09 04:01:57.055181 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:49.630460 | 167.79s 2025-12-09 04:02:01.635225 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-12-09 04:02:01.639332 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:54.214607 | 172.37s 2025-12-09 04:02:06.026733 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-12-09 04:02:06.030209 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:58.605487 | 176.76s 2025-12-09 04:02:08.364801 | fa163e63-5322-efa7-ee3c-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-12-09 04:02:08.367677 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:00.942955 | 179.10s 2025-12-09 04:02:10.727742 | fa163e63-5322-efa7-ee3c-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-12-09 04:02:10.731600 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:03.306878 | 181.46s 2025-12-09 04:02:13.642303 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-12-09 04:02:13.645139 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:06.220417 | 184.38s 2025-12-09 04:02:15.612802 | fa163e63-5322-efa7-ee3c-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-12-09 04:02:15.614615 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:08.189901 | 186.35s 2025-12-09 04:02:20.616377 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-12-09 04:02:20.619202 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:13.194482 | 191.35s 2025-12-09 04:02:23.094782 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-12-09 04:02:23.097652 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:15.672933 | 193.83s 2025-12-09 04:02:26.055333 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-12-09 04:02:26.058140 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:18.633418 | 196.79s 2025-12-09 04:02:28.666170 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-12-09 04:02:28.667992 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:21.243278 | 199.40s 2025-12-09 04:02:31.112958 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-12-09 04:02:31.115758 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:23.691037 | 201.85s 2025-12-09 04:02:33.859375 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-12-09 04:02:33.863335 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:26.438615 | 204.59s 2025-12-09 04:02:36.936023 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-12-09 04:02:36.938993 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:29.514271 | 207.67s 2025-12-09 04:02:39.475738 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-12-09 04:02:39.479198 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:32.054477 | 210.21s 2025-12-09 04:02:42.393885 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-12-09 04:02:42.396793 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:34.972077 | 213.13s 2025-12-09 04:02:45.051568 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-12-09 04:02:45.054366 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:37.629645 | 215.79s 2025-12-09 04:02:47.601704 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-12-09 04:02:47.605735 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.181013 | 218.34s 2025-12-09 04:02:49.681812 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-12-09 04:02:49.684924 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.260207 | 220.42s 2025-12-09 04:02:52.717946 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-12-09 04:02:52.720871 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:45.296149 | 223.45s 2025-12-09 04:02:55.783051 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-12-09 04:02:55.786794 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.362073 | 226.52s 2025-12-09 04:02:59.161155 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-12-09 04:02:59.163904 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:51.739183 | 229.90s 2025-12-09 04:03:02.134647 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-12-09 04:03:02.138745 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:54.714021 | 232.87s 2025-12-09 04:03:04.674799 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-12-09 04:03:04.679174 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.254445 | 235.41s 2025-12-09 04:03:07.290373 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-12-09 04:03:07.293377 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:59.868661 | 238.02s 2025-12-09 04:03:09.858442 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-12-09 04:03:09.862310 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:02.437587 | 240.59s 2025-12-09 04:03:12.347960 | fa163e63-5322-efa7-ee3c-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-12-09 04:03:12.350352 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:04.925631 | 243.08s 2025-12-09 04:03:12.748623 | fa163e63-5322-efa7-ee3c-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:05.323897 | 243.48s 2025-12-09 04:03:12.964753 | fa163e63-5322-efa7-ee3c-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-09 04:03:12.965658 | fa163e63-5322-efa7-ee3c-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:05.540943 | 0.06s 2025-12-09 04:03:12.987900 | fa163e63-5322-efa7-ee3c-00000000220f | TASK | Fail if container image is undefined 2025-12-09 04:03:13.056363 | fa163e63-5322-efa7-ee3c-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2025-12-09 04:03:13.057495 | fa163e63-5322-efa7-ee3c-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:05.632772 | 0.07s 2025-12-09 04:03:13.102267 | fa163e63-5322-efa7-ee3c-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-12-09 04:03:18.178878 | fa163e63-5322-efa7-ee3c-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-12-09 04:03:18.180174 | fa163e63-5322-efa7-ee3c-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:10.755452 | 5.08s 2025-12-09 04:03:18.238601 | fa163e63-5322-efa7-ee3c-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-12-09 04:03:18.563985 | fa163e63-5322-efa7-ee3c-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-12-09 04:03:18.565337 | fa163e63-5322-efa7-ee3c-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:09:11.140616 | 0.33s 2025-12-09 04:03:18.620526 | fa163e63-5322-efa7-ee3c-00000000221c | TASK | Check if rsyslog exists 2025-12-09 04:03:18.873872 | fa163e63-5322-efa7-ee3c-00000000221c | CHANGED | Check if rsyslog exists | standalone 2025-12-09 04:03:18.875325 | fa163e63-5322-efa7-ee3c-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:09:11.450603 | 0.25s 2025-12-09 04:03:18.904761 | fa163e63-5322-efa7-ee3c-00000000221d | TASK | Forward logging to swift.log file 2025-12-09 04:03:19.399786 | fa163e63-5322-efa7-ee3c-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2025-12-09 04:03:19.401368 | fa163e63-5322-efa7-ee3c-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:09:11.976645 | 0.50s 2025-12-09 04:03:19.431618 | fa163e63-5322-efa7-ee3c-00000000221e | TASK | Restart rsyslogd service after logging conf change 2025-12-09 04:03:20.131253 | fa163e63-5322-efa7-ee3c-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-12-09 04:03:20.133091 | fa163e63-5322-efa7-ee3c-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:12.708370 | 0.70s 2025-12-09 04:03:20.162647 | fa163e63-5322-efa7-ee3c-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-09 04:03:20.387377 | fa163e63-5322-efa7-ee3c-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-09 04:03:20.388886 | fa163e63-5322-efa7-ee3c-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:12.964165 | 0.22s 2025-12-09 04:03:20.503436 | fa163e63-5322-efa7-ee3c-0000000000c3 | TIMING | include_tasks | standalone | 0:09:13.078674 | 0.08s 2025-12-09 04:03:20.523882 | ca67ec9b-e6aa-470d-8325-6f76d858e593 | INCLUDED | /root/standalone-ansible-h8tfki1q/common_deploy_steps_tasks.yaml | standalone 2025-12-09 04:03:20.546761 | fa163e63-5322-efa7-ee3c-0000000024a0 | TASK | Write the config_step hieradata 2025-12-09 04:03:21.011888 | fa163e63-5322-efa7-ee3c-0000000024a0 | OK | Write the config_step hieradata | standalone 2025-12-09 04:03:21.013141 | fa163e63-5322-efa7-ee3c-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:09:13.588419 | 0.47s 2025-12-09 04:03:21.043183 | fa163e63-5322-efa7-ee3c-0000000024a1 | TASK | Run puppet host configuration for step 1 2025-12-09 04:03:21.363904 | fa163e63-5322-efa7-ee3c-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-12-09 04:03:21.365222 | fa163e63-5322-efa7-ee3c-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:13.940499 | 0.32s 2025-12-09 04:03:21.395737 | fa163e63-5322-efa7-ee3c-0000000024a2 | TASK | Wait for puppet host configuration to finish 2025-12-09 04:03:21.634122 | fa163e63-5322-efa7-ee3c-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-09 04:03:31.908240 | fa163e63-5322-efa7-ee3c-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-09 04:03:42.127297 | fa163e63-5322-efa7-ee3c-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-09 04:03:52.338320 | fa163e63-5322-efa7-ee3c-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-12-09 04:04:02.557660 | fa163e63-5322-efa7-ee3c-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-12-09 04:04:12.766305 | fa163e63-5322-efa7-ee3c-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-12-09 04:04:22.977133 | fa163e63-5322-efa7-ee3c-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-09 04:04:22.978520 | fa163e63-5322-efa7-ee3c-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:15.553798 | 61.58s 2025-12-09 04:04:23.010805 | fa163e63-5322-efa7-ee3c-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-12-09 04:04:23.095639 | fa163e63-5322-efa7-ee3c-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 9 04:03:21 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 9 04:03:26 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 9 04:03:26 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 9 04:03:26 puppet-user: (file & line not available)", "<13>Dec 9 04:03:26 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 9 04:03:26 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 9 04:03:26 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 9 04:03:26 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.40 seconds", "<13>Dec 9 04:03:26 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Dec 9 04:03:26 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Dec 9 04:03:26 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Dec 9 04:03:36 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Dec 9 04:03:44 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Dec 9 04:03:44 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Dec 9 04:03:44 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Dec 9 04:03:44 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Dec 9 04:03:47 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 9 04:03:47 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Dec 9 04:03:48 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Dec 9 04:03:52 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 9 04:03:54 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 9 04:03:54 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Dec 9 04:03:55 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Dec 9 04:04:18 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Dec 9 04:04:19 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 9 04:04:21 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Dec 9 04:04:21 puppet-user: Notice: Applied catalog in 55.11 seconds", "<13>Dec 9 04:04:21 puppet-user: Application:", "<13>Dec 9 04:04:21 puppet-user: Initial environment: production", "<13>Dec 9 04:04:21 puppet-user: Converged environment: production", "<13>Dec 9 04:04:21 puppet-user: Run mode: user", "<13>Dec 9 04:04:21 puppet-user: Changes:", "<13>Dec 9 04:04:21 puppet-user: Total: 17", "<13>Dec 9 04:04:21 puppet-user: Events:", "<13>Dec 9 04:04:21 puppet-user: Success: 17", "<13>Dec 9 04:04:21 puppet-user: Resources:", "<13>Dec 9 04:04:21 puppet-user: Restarted: 1", "<13>Dec 9 04:04:21 puppet-user: Changed: 16", "<13>Dec 9 04:04:21 puppet-user: Out of sync: 16", "<13>Dec 9 04:04:21 puppet-user: Total: 26", "<13>Dec 9 04:04:21 puppet-user: Time:", "<13>Dec 9 04:04:21 puppet-user: Filebucket: 0.00", "<13>Dec 9 04:04:21 puppet-user: File: 0.00", "<13>Dec 9 04:04:21 puppet-user: File line: 0.00", "<13>Dec 9 04:04:21 puppet-user: Schedule: 0.01", "<13>Dec 9 04:04:21 puppet-user: User: 0.17", "<13>Dec 9 04:04:21 puppet-user: Augeas: 0.39", "<13>Dec 9 04:04:21 puppet-user: Config retrieval: 0.45", "<13>Dec 9 04:04:21 puppet-user: Package: 16.95", "<13>Dec 9 04:04:21 puppet-user: Last run: 1765253061", "<13>Dec 9 04:04:21 puppet-user: Exec: 28.79", "<13>Dec 9 04:04:21 puppet-user: Pcmk property: 3.47", "<13>Dec 9 04:04:21 puppet-user: Service: 4.04", "<13>Dec 9 04:04:21 puppet-user: Transaction evaluation: 55.10", "<13>Dec 9 04:04:21 puppet-user: Catalog application: 55.11", "<13>Dec 9 04:04:21 puppet-user: Total: 55.11", "<13>Dec 9 04:04:21 puppet-user: Version:", "<13>Dec 9 04:04:21 puppet-user: Config: 1765253006", "<13>Dec 9 04:04:21 puppet-user: Puppet: 7.10.0" ] } 2025-12-09 04:04:23.097021 | fa163e63-5322-efa7-ee3c-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:15.672300 | 0.08s 2025-12-09 04:04:23.127302 | fa163e63-5322-efa7-ee3c-0000000024a4 | TASK | Pre-cache facts for puppet containers 2025-12-09 04:04:23.156782 | fa163e63-5322-efa7-ee3c-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:15.732050 | 0.03s 2025-12-09 04:04:23.230535 | fa163e63-5322-efa7-ee3c-0000000024eb | TASK | Gather variables for each operating system 2025-12-09 04:04:23.345863 | fa163e63-5322-efa7-ee3c-0000000024eb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:10:15.921128 | 0.11s 2025-12-09 04:04:23.377114 | fa163e63-5322-efa7-ee3c-0000000024ec | TASK | Create puppet caching structures 2025-12-09 04:04:23.619703 | fa163e63-5322-efa7-ee3c-0000000024ec | CHANGED | Create puppet caching structures | standalone 2025-12-09 04:04:23.621785 | fa163e63-5322-efa7-ee3c-0000000024ec | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:10:16.197063 | 0.24s 2025-12-09 04:04:23.656074 | fa163e63-5322-efa7-ee3c-0000000024ed | TASK | Check for facter.conf 2025-12-09 04:04:23.881274 | fa163e63-5322-efa7-ee3c-0000000024ed | OK | Check for facter.conf | standalone 2025-12-09 04:04:23.882622 | fa163e63-5322-efa7-ee3c-0000000024ed | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:10:16.457899 | 0.22s 2025-12-09 04:04:23.912517 | fa163e63-5322-efa7-ee3c-0000000024ee | TASK | Remove facter.conf if directory 2025-12-09 04:04:23.962910 | fa163e63-5322-efa7-ee3c-0000000024ee | SKIPPED | Remove facter.conf if directory | standalone 2025-12-09 04:04:23.964055 | fa163e63-5322-efa7-ee3c-0000000024ee | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:10:16.539333 | 0.05s 2025-12-09 04:04:23.994228 | fa163e63-5322-efa7-ee3c-0000000024ef | TASK | Write facter cache config 2025-12-09 04:04:24.472097 | fa163e63-5322-efa7-ee3c-0000000024ef | CHANGED | Write facter cache config | standalone 2025-12-09 04:04:24.473576 | fa163e63-5322-efa7-ee3c-0000000024ef | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:10:17.048855 | 0.48s 2025-12-09 04:04:24.503307 | fa163e63-5322-efa7-ee3c-0000000024f0 | TASK | Cleanup facter cache if exists 2025-12-09 04:04:24.724947 | fa163e63-5322-efa7-ee3c-0000000024f0 | OK | Cleanup facter cache if exists | standalone 2025-12-09 04:04:24.726348 | fa163e63-5322-efa7-ee3c-0000000024f0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:10:17.301615 | 0.22s 2025-12-09 04:04:24.755835 | fa163e63-5322-efa7-ee3c-0000000024f1 | TASK | Pre-cache facts 2025-12-09 04:04:25.373699 | fa163e63-5322-efa7-ee3c-0000000024f1 | CHANGED | Pre-cache facts | standalone 2025-12-09 04:04:25.374891 | fa163e63-5322-efa7-ee3c-0000000024f1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:10:17.950171 | 0.62s 2025-12-09 04:04:25.406683 | fa163e63-5322-efa7-ee3c-0000000024f2 | TASK | Failed deployment if facter fails 2025-12-09 04:04:25.440628 | fa163e63-5322-efa7-ee3c-0000000024f2 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-09 04:04:25.442234 | fa163e63-5322-efa7-ee3c-0000000024f2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:10:18.017506 | 0.03s 2025-12-09 04:04:25.489685 | fa163e63-5322-efa7-ee3c-0000000024f3 | TASK | Sync cached facts 2025-12-09 04:04:25.933759 | fa163e63-5322-efa7-ee3c-0000000024f3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e63-5322-efa7-ee3c-0000000024f3') missing from stats 2025-12-09 04:04:25.993786 | fa163e63-5322-efa7-ee3c-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-09 04:04:26.044146 | fa163e63-5322-efa7-ee3c-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:10:18.619419 | 0.05s 2025-12-09 04:04:26.075315 | 477d2c17-cee0-4121-853a-81e137f7ce12 | INCLUDED | /root/standalone-ansible-h8tfki1q/generate-config-tasks.yaml | standalone 2025-12-09 04:04:26.110506 | fa163e63-5322-efa7-ee3c-00000000253d | TASK | Create base directory puppet configs 2025-12-09 04:04:26.353533 | fa163e63-5322-efa7-ee3c-00000000253d | CHANGED | Create base directory puppet configs | standalone 2025-12-09 04:04:26.355068 | fa163e63-5322-efa7-ee3c-00000000253d | TIMING | Create base directory puppet configs | standalone | 0:10:18.930339 | 0.24s 2025-12-09 04:04:26.386694 | fa163e63-5322-efa7-ee3c-00000000253e | TASK | Generate container puppet configs for step 1 2025-12-09 04:04:26.655865 | fa163e63-5322-efa7-ee3c-00000000253e | CHANGED | Generate container puppet configs for step 1 | standalone 2025-12-09 04:04:26.657511 | fa163e63-5322-efa7-ee3c-00000000253e | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:19.232780 | 0.27s 2025-12-09 04:04:26.689107 | fa163e63-5322-efa7-ee3c-00000000253f | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-12-09 04:04:26.718350 | fa163e63-5322-efa7-ee3c-00000000253f | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:19.293623 | 0.03s 2025-12-09 04:04:26.792430 | fa163e63-5322-efa7-ee3c-0000000025c9 | TASK | Gather variables for each operating system 2025-12-09 04:04:26.907918 | fa163e63-5322-efa7-ee3c-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:19.483187 | 0.11s 2025-12-09 04:04:26.938672 | fa163e63-5322-efa7-ee3c-0000000025ca | TASK | Create container logs path 2025-12-09 04:04:27.165983 | fa163e63-5322-efa7-ee3c-0000000025ca | OK | Create container logs path | standalone 2025-12-09 04:04:27.167483 | fa163e63-5322-efa7-ee3c-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:19.742761 | 0.23s 2025-12-09 04:04:27.200938 | fa163e63-5322-efa7-ee3c-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-09 04:04:27.629657 | fa163e63-5322-efa7-ee3c-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-09 04:04:27.630984 | fa163e63-5322-efa7-ee3c-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:20.206262 | 0.43s 2025-12-09 04:04:27.663842 | fa163e63-5322-efa7-ee3c-0000000025cd | TASK | Finalise hashes for all containers 2025-12-09 04:04:27.740583 | fa163e63-5322-efa7-ee3c-0000000025cd | OK | Finalise hashes for all containers | standalone 2025-12-09 04:04:27.741913 | fa163e63-5322-efa7-ee3c-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:20.317192 | 0.08s 2025-12-09 04:04:27.771428 | fa163e63-5322-efa7-ee3c-0000000025cf | TASK | Manage systemd shutdown files 2025-12-09 04:04:27.816836 | fa163e63-5322-efa7-ee3c-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2025-12-09 04:04:27.817950 | fa163e63-5322-efa7-ee3c-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:20.393229 | 0.04s 2025-12-09 04:04:27.848197 | fa163e63-5322-efa7-ee3c-0000000025d1 | TASK | Update container configs with new config hashes 2025-12-09 04:04:27.889197 | fa163e63-5322-efa7-ee3c-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-09 04:04:27.890311 | fa163e63-5322-efa7-ee3c-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:20.465589 | 0.04s 2025-12-09 04:04:27.923066 | fa163e63-5322-efa7-ee3c-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-09 04:04:27.984135 | fa163e63-5322-efa7-ee3c-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:20.559406 | 0.06s 2025-12-09 04:04:28.009777 | 2273afe7-1d16-4adb-997e-89e0907fea17 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-09 04:04:28.048632 | fa163e63-5322-efa7-ee3c-000000002616 | TASK | Gather podman infos 2025-12-09 04:04:28.667491 | fa163e63-5322-efa7-ee3c-000000002616 | OK | Gather podman infos | standalone 2025-12-09 04:04:28.668495 | fa163e63-5322-efa7-ee3c-000000002616 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:21.243781 | 0.62s 2025-12-09 04:04:28.693377 | fa163e63-5322-efa7-ee3c-000000002617 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-09 04:04:28.750722 | fa163e63-5322-efa7-ee3c-000000002617 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-09 04:04:28.751537 | fa163e63-5322-efa7-ee3c-000000002617 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:21.326823 | 0.06s 2025-12-09 04:04:28.782535 | fa163e63-5322-efa7-ee3c-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-09 04:04:28.836484 | fa163e63-5322-efa7-ee3c-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:21.411759 | 0.05s 2025-12-09 04:04:28.860091 | 5531ff56-be39-4e13-a1be-4d293d73bc49 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-09 04:04:28.886717 | fa163e63-5322-efa7-ee3c-000000002640 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-09 04:05:01.771515 | fa163e63-5322-efa7-ee3c-000000002640 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-09 04:05:01.773276 | fa163e63-5322-efa7-ee3c-000000002640 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:54.348552 | 32.89s 2025-12-09 04:05:01.857984 | fa163e63-5322-efa7-ee3c-000000002641 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-09 04:05:01.941564 | fa163e63-5322-efa7-ee3c-000000002641 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-09 04:05:01.942691 | fa163e63-5322-efa7-ee3c-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:54.517968 | 0.08s 2025-12-09 04:05:01.999720 | fa163e63-5322-efa7-ee3c-000000002541 | TASK | Diff puppet-generated changes for check mode 2025-12-09 04:05:02.027899 | fa163e63-5322-efa7-ee3c-000000002541 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-09 04:05:02.028959 | fa163e63-5322-efa7-ee3c-000000002541 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:54.604237 | 0.03s 2025-12-09 04:05:02.057767 | fa163e63-5322-efa7-ee3c-000000002542 | TASK | Diff puppet-generated changes for check mode 2025-12-09 04:05:02.086119 | fa163e63-5322-efa7-ee3c-000000002542 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-09 04:05:02.087174 | fa163e63-5322-efa7-ee3c-000000002542 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:54.662452 | 0.03s 2025-12-09 04:05:02.117533 | fa163e63-5322-efa7-ee3c-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2025-12-09 04:05:02.151390 | fa163e63-5322-efa7-ee3c-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:10:54.726666 | 0.03s 2025-12-09 04:05:02.218584 | fa163e63-5322-efa7-ee3c-000000002696 | TASK | Gather variables for each operating system 2025-12-09 04:05:02.319198 | fa163e63-5322-efa7-ee3c-000000002696 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:54.894465 | 0.10s 2025-12-09 04:05:02.348653 | fa163e63-5322-efa7-ee3c-000000002697 | TASK | Create container logs path 2025-12-09 04:05:02.594621 | fa163e63-5322-efa7-ee3c-000000002697 | OK | Create container logs path | standalone 2025-12-09 04:05:02.596549 | fa163e63-5322-efa7-ee3c-000000002697 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:55.171821 | 0.25s 2025-12-09 04:05:02.634066 | fa163e63-5322-efa7-ee3c-000000002699 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-12-09 04:05:02.906024 | fa163e63-5322-efa7-ee3c-000000002699 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-09 04:05:02.907235 | fa163e63-5322-efa7-ee3c-000000002699 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:55.482515 | 0.27s 2025-12-09 04:05:02.936224 | fa163e63-5322-efa7-ee3c-00000000269a | TASK | Finalise hashes for all containers 2025-12-09 04:05:02.996051 | fa163e63-5322-efa7-ee3c-00000000269a | OK | Finalise hashes for all containers | standalone 2025-12-09 04:05:02.996794 | fa163e63-5322-efa7-ee3c-00000000269a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:55.572079 | 0.06s 2025-12-09 04:05:03.034548 | fa163e63-5322-efa7-ee3c-00000000269c | TASK | Manage systemd shutdown files 2025-12-09 04:05:03.068137 | fa163e63-5322-efa7-ee3c-00000000269c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:55.643400 | 0.03s 2025-12-09 04:05:03.101588 | b8da920a-8a07-42be-8a8f-4bc36da4b42d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-09 04:05:03.128940 | fa163e63-5322-efa7-ee3c-0000000026cf | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-09 04:05:03.378885 | fa163e63-5322-efa7-ee3c-0000000026cf | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-09 04:05:03.380353 | fa163e63-5322-efa7-ee3c-0000000026cf | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:10:55.955631 | 0.25s 2025-12-09 04:05:03.410380 | fa163e63-5322-efa7-ee3c-0000000026d0 | TASK | Set podman_drop_in fact 2025-12-09 04:05:03.471618 | fa163e63-5322-efa7-ee3c-0000000026d0 | OK | Set podman_drop_in fact | standalone 2025-12-09 04:05:03.472941 | fa163e63-5322-efa7-ee3c-0000000026d0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:10:56.048219 | 0.06s 2025-12-09 04:05:03.502905 | fa163e63-5322-efa7-ee3c-0000000026d2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-09 04:05:03.981511 | fa163e63-5322-efa7-ee3c-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-09 04:05:03.983901 | fa163e63-5322-efa7-ee3c-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:56.559175 | 0.48s 2025-12-09 04:05:04.516051 | fa163e63-5322-efa7-ee3c-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-09 04:05:04.517190 | fa163e63-5322-efa7-ee3c-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:57.092469 | 1.01s 2025-12-09 04:05:04.523517 | fa163e63-5322-efa7-ee3c-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:57.098793 | 1.02s 2025-12-09 04:05:04.553337 | fa163e63-5322-efa7-ee3c-0000000026d3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-09 04:05:05.052929 | fa163e63-5322-efa7-ee3c-0000000026d3 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-09 04:05:05.054308 | fa163e63-5322-efa7-ee3c-0000000026d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:10:57.629587 | 0.50s 2025-12-09 04:05:05.085159 | fa163e63-5322-efa7-ee3c-0000000026d4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-09 04:05:05.594368 | fa163e63-5322-efa7-ee3c-0000000026d4 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-09 04:05:05.595877 | fa163e63-5322-efa7-ee3c-0000000026d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:10:58.171155 | 0.51s 2025-12-09 04:05:05.625846 | fa163e63-5322-efa7-ee3c-0000000026d5 | TASK | Enable and start tripleo-container-shutdown 2025-12-09 04:05:06.667564 | fa163e63-5322-efa7-ee3c-0000000026d5 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-12-09 04:05:06.669756 | fa163e63-5322-efa7-ee3c-0000000026d5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:10:59.245034 | 1.04s 2025-12-09 04:05:06.701001 | fa163e63-5322-efa7-ee3c-0000000026d6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-09 04:05:07.235004 | fa163e63-5322-efa7-ee3c-0000000026d6 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-09 04:05:07.236449 | fa163e63-5322-efa7-ee3c-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:10:59.811727 | 0.53s 2025-12-09 04:05:07.265789 | fa163e63-5322-efa7-ee3c-0000000026d7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-09 04:05:07.713619 | fa163e63-5322-efa7-ee3c-0000000026d7 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-09 04:05:07.715451 | fa163e63-5322-efa7-ee3c-0000000026d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:00.290728 | 0.45s 2025-12-09 04:05:07.745618 | fa163e63-5322-efa7-ee3c-0000000026d8 | TASK | Enable and start netns-placeholder 2025-12-09 04:05:08.683481 | fa163e63-5322-efa7-ee3c-0000000026d8 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-09 04:05:08.685475 | fa163e63-5322-efa7-ee3c-0000000026d8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:01.260753 | 0.94s 2025-12-09 04:05:08.719615 | fa163e63-5322-efa7-ee3c-00000000269e | TASK | Update container configs with new config hashes 2025-12-09 04:05:08.771052 | fa163e63-5322-efa7-ee3c-00000000269e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:01.346320 | 0.05s 2025-12-09 04:05:08.793860 | b957d04d-21d6-4162-aa62-fb18331a6d20 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-09 04:05:08.829593 | fa163e63-5322-efa7-ee3c-000000002700 | TASK | Update config hashes for container startup configs 2025-12-09 04:05:09.132325 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-12-09 04:05:09.133296 | | WARNING | Config change detected for mysql_bootstrap, new hash: c1b1dfce2df32a0221142c2778c1363c 2025-12-09 04:05:09.133645 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: e34e7160955014a38c136066652af0de 2025-12-09 04:05:09.133956 | | WARNING | Config change detected for clustercheck, new hash: a5bc6a2b17bb33e0ecf565bc05eadbb5 2025-12-09 04:05:09.134275 | | WARNING | Config change detected for horizon_fix_perms, new hash: d09b9998b263e939d5a6e6587697c58b 2025-12-09 04:05:09.134675 | | WARNING | Config change detected for mysql_wait_bundle, new hash: c1b1dfce2df32a0221142c2778c1363c 2025-12-09 04:05:09.134975 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: aa94e9fe7fb0980745899cb01e9ae702 2025-12-09 04:05:09.135469 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: aa94e9fe7fb0980745899cb01e9ae702 2025-12-09 04:05:09.135769 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: aa94e9fe7fb0980745899cb01e9ae702 2025-12-09 04:05:09.136100 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: aa94e9fe7fb0980745899cb01e9ae702 2025-12-09 04:05:09.136589 | | WARNING | Config change detected for aodh_db_sync, new hash: 55e8592b12a690fbb05fb0f3b20b9d4c 2025-12-09 04:05:09.136887 | | WARNING | Config change detected for barbican_api, new hash: 3abbd41e137007905931f52bd6f4c3a6 2025-12-09 04:05:09.137219 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 3abbd41e137007905931f52bd6f4c3a6 2025-12-09 04:05:09.137533 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 3abbd41e137007905931f52bd6f4c3a6 2025-12-09 04:05:09.137847 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 3abbd41e137007905931f52bd6f4c3a6 2025-12-09 04:05:09.138145 | | WARNING | Config change detected for barbican_worker, new hash: 3abbd41e137007905931f52bd6f4c3a6 2025-12-09 04:05:09.138518 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 5b047ef10590d1987d9995aefa2bf6a6 2025-12-09 04:05:09.138824 | | WARNING | Config change detected for glance_api_db_sync, new hash: ffbcdd6d9d3ad0c63faf7708eddf0ffa-f0299eb23657223af208415ad7c5e867 2025-12-09 04:05:09.139118 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 93b535931de12d6088b43b44d9b0db6f 2025-12-09 04:05:09.139482 | | WARNING | Config change detected for horizon, new hash: d09b9998b263e939d5a6e6587697c58b 2025-12-09 04:05:09.139775 | | WARNING | Config change detected for iscsid, new hash: f0299eb23657223af208415ad7c5e867 2025-12-09 04:05:09.140154 | | WARNING | Config change detected for keystone, new hash: 483a8442ad8746e0ad112aa71930fb03 2025-12-09 04:05:09.140463 | | WARNING | Config change detected for keystone_cron, new hash: 483a8442ad8746e0ad112aa71930fb03 2025-12-09 04:05:09.140788 | | WARNING | Config change detected for keystone_db_sync, new hash: 483a8442ad8746e0ad112aa71930fb03 2025-12-09 04:05:09.141090 | | WARNING | Config change detected for manila_api_db_sync, new hash: f56b1fec668531b1cb5d2b61ac4c551b 2025-12-09 04:05:09.141423 | | WARNING | Config change detected for neutron_db_sync, new hash: 19ed24f89e6025f0e60c5da503c60c88 2025-12-09 04:05:09.141723 | | WARNING | Config change detected for nova_api_db_sync, new hash: 0bbe2864cc01e7ca5ec0de23b37255ae 2025-12-09 04:05:09.142040 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 0bbe2864cc01e7ca5ec0de23b37255ae 2025-12-09 04:05:09.142338 | | WARNING | Config change detected for nova_db_sync, new hash: 0bbe2864cc01e7ca5ec0de23b37255ae 2025-12-09 04:05:09.142662 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: d67778865889c5079b1dac0207041f58 2025-12-09 04:05:09.143001 | | WARNING | Config change detected for nova_virtnodedevd, new hash: d67778865889c5079b1dac0207041f58 2025-12-09 04:05:09.143302 | | WARNING | Config change detected for nova_virtproxyd, new hash: d67778865889c5079b1dac0207041f58 2025-12-09 04:05:09.143642 | | WARNING | Config change detected for nova_virtqemud, new hash: d67778865889c5079b1dac0207041f58 2025-12-09 04:05:09.143960 | | WARNING | Config change detected for nova_virtsecretd, new hash: d67778865889c5079b1dac0207041f58 2025-12-09 04:05:09.144253 | | WARNING | Config change detected for nova_virtstoraged, new hash: d67778865889c5079b1dac0207041f58 2025-12-09 04:05:09.144573 | | WARNING | Config change detected for octavia_db_sync, new hash: aa94e9fe7fb0980745899cb01e9ae702 2025-12-09 04:05:09.144863 | | WARNING | Config change detected for placement_api_db_sync, new hash: 8858fecd6c11b70ee083725999a03f0d 2025-12-09 04:05:09.145157 | | WARNING | Config change detected for swift_copy_rings, new hash: 760b995d180a83508dc723f74f480fec-d84cd55b1b18ff889f21cf2a6ff875ff 2025-12-09 04:05:09.145472 | | WARNING | Config change detected for aodh_api, new hash: 55e8592b12a690fbb05fb0f3b20b9d4c 2025-12-09 04:05:09.145771 | | WARNING | Config change detected for aodh_api_cron, new hash: 55e8592b12a690fbb05fb0f3b20b9d4c 2025-12-09 04:05:09.146076 | | WARNING | Config change detected for aodh_evaluator, new hash: 55e8592b12a690fbb05fb0f3b20b9d4c 2025-12-09 04:05:09.146420 | | WARNING | Config change detected for aodh_listener, new hash: 55e8592b12a690fbb05fb0f3b20b9d4c 2025-12-09 04:05:09.146722 | | WARNING | Config change detected for aodh_notifier, new hash: 55e8592b12a690fbb05fb0f3b20b9d4c 2025-12-09 04:05:09.147037 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 516b1af497746c7ee06c9337457566c9 2025-12-09 04:05:09.147333 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 516b1af497746c7ee06c9337457566c9 2025-12-09 04:05:09.147651 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 516b1af497746c7ee06c9337457566c9 2025-12-09 04:05:09.148055 | | WARNING | Config change detected for cinder_api, new hash: 5b047ef10590d1987d9995aefa2bf6a6 2025-12-09 04:05:09.148343 | | WARNING | Config change detected for cinder_api_cron, new hash: 5b047ef10590d1987d9995aefa2bf6a6 2025-12-09 04:05:09.148661 | | WARNING | Config change detected for cinder_scheduler, new hash: 5b047ef10590d1987d9995aefa2bf6a6 2025-12-09 04:05:09.148958 | | WARNING | Config change detected for glance_api, new hash: ffbcdd6d9d3ad0c63faf7708eddf0ffa-f0299eb23657223af208415ad7c5e867 2025-12-09 04:05:09.149242 | | WARNING | Config change detected for glance_api_cron, new hash: ffbcdd6d9d3ad0c63faf7708eddf0ffa 2025-12-09 04:05:09.149579 | | WARNING | Config change detected for glance_api_internal, new hash: 8479967d2bf80ed2112f4bc3699ee057-f0299eb23657223af208415ad7c5e867 2025-12-09 04:05:09.149865 | | WARNING | Config change detected for heat_api, new hash: daa559ac3a65a0e114d7dc25d8efb43a 2025-12-09 04:05:09.150199 | | WARNING | Config change detected for heat_api_cfn, new hash: ce417fd1411de24c99d89494f069d682 2025-12-09 04:05:09.150500 | | WARNING | Config change detected for heat_api_cron, new hash: daa559ac3a65a0e114d7dc25d8efb43a 2025-12-09 04:05:09.150786 | | WARNING | Config change detected for heat_engine, new hash: 93b535931de12d6088b43b44d9b0db6f 2025-12-09 04:05:09.151067 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-12-09 04:05:09.151356 | | WARNING | Config change detected for manila_api, new hash: f56b1fec668531b1cb5d2b61ac4c551b 2025-12-09 04:05:09.151716 | | WARNING | Config change detected for manila_api_cron, new hash: f56b1fec668531b1cb5d2b61ac4c551b 2025-12-09 04:05:09.152050 | | WARNING | Config change detected for manila_scheduler, new hash: f56b1fec668531b1cb5d2b61ac4c551b 2025-12-09 04:05:09.152343 | | WARNING | Config change detected for neutron_api, new hash: 19ed24f89e6025f0e60c5da503c60c88 2025-12-09 04:05:09.152669 | | WARNING | Config change detected for neutron_dhcp, new hash: 19ed24f89e6025f0e60c5da503c60c88 2025-12-09 04:05:09.152957 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 19ed24f89e6025f0e60c5da503c60c88 2025-12-09 04:05:09.153245 | | WARNING | Config change detected for nova_api, new hash: 0bbe2864cc01e7ca5ec0de23b37255ae 2025-12-09 04:05:09.153638 | | WARNING | Config change detected for nova_api_cron, new hash: 0bbe2864cc01e7ca5ec0de23b37255ae 2025-12-09 04:05:09.153972 | | WARNING | Config change detected for nova_conductor, new hash: 0bbe2864cc01e7ca5ec0de23b37255ae 2025-12-09 04:05:09.154275 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: d67778865889c5079b1dac0207041f58 2025-12-09 04:05:09.154592 | | WARNING | Config change detected for nova_metadata, new hash: e9b6f7d4b12456853b199f8044f8db66 2025-12-09 04:05:09.155362 | | WARNING | Config change detected for nova_migration_target, new hash: d67778865889c5079b1dac0207041f58 2025-12-09 04:05:09.155687 | | WARNING | Config change detected for nova_scheduler, new hash: 0bbe2864cc01e7ca5ec0de23b37255ae 2025-12-09 04:05:09.156024 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 0bbe2864cc01e7ca5ec0de23b37255ae 2025-12-09 04:05:09.156312 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 0bbe2864cc01e7ca5ec0de23b37255ae 2025-12-09 04:05:09.156650 | | WARNING | Config change detected for octavia_api, new hash: aa94e9fe7fb0980745899cb01e9ae702 2025-12-09 04:05:09.156984 | | WARNING | Config change detected for octavia_driver_agent, new hash: aa94e9fe7fb0980745899cb01e9ae702 2025-12-09 04:05:09.157284 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 19ed24f89e6025f0e60c5da503c60c88 2025-12-09 04:05:09.157619 | | WARNING | Config change detected for placement_api, new hash: 8858fecd6c11b70ee083725999a03f0d 2025-12-09 04:05:09.157915 | | WARNING | Config change detected for placement_wait_for_service, new hash: 8858fecd6c11b70ee083725999a03f0d 2025-12-09 04:05:09.158212 | | WARNING | Config change detected for swift_account_reaper, new hash: 760b995d180a83508dc723f74f480fec 2025-12-09 04:05:09.158530 | | WARNING | Config change detected for swift_account_server, new hash: 760b995d180a83508dc723f74f480fec 2025-12-09 04:05:09.158839 | | WARNING | Config change detected for swift_container_server, new hash: 760b995d180a83508dc723f74f480fec 2025-12-09 04:05:09.159138 | | WARNING | Config change detected for swift_container_updater, new hash: 760b995d180a83508dc723f74f480fec 2025-12-09 04:05:09.159465 | | WARNING | Config change detected for swift_object_expirer, new hash: 760b995d180a83508dc723f74f480fec 2025-12-09 04:05:09.159761 | | WARNING | Config change detected for swift_object_server, new hash: 760b995d180a83508dc723f74f480fec 2025-12-09 04:05:09.160135 | | WARNING | Config change detected for swift_object_updater, new hash: 760b995d180a83508dc723f74f480fec 2025-12-09 04:05:09.160475 | | WARNING | Config change detected for swift_proxy, new hash: 760b995d180a83508dc723f74f480fec 2025-12-09 04:05:09.160772 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 516b1af497746c7ee06c9337457566c9 2025-12-09 04:05:09.161058 | | WARNING | Config change detected for gnocchi_api, new hash: ccaa33ee2067fdd997f6cde3352bf38c 2025-12-09 04:05:09.161351 | | WARNING | Config change detected for gnocchi_db_sync, new hash: ccaa33ee2067fdd997f6cde3352bf38c 2025-12-09 04:05:09.161684 | | WARNING | Config change detected for gnocchi_metricd, new hash: ccaa33ee2067fdd997f6cde3352bf38c 2025-12-09 04:05:09.161979 | | WARNING | Config change detected for gnocchi_statsd, new hash: ccaa33ee2067fdd997f6cde3352bf38c 2025-12-09 04:05:09.162299 | | WARNING | Config change detected for nova_compute, new hash: f0299eb23657223af208415ad7c5e867-d67778865889c5079b1dac0207041f58 2025-12-09 04:05:09.162610 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: d67778865889c5079b1dac0207041f58 2025-12-09 04:05:09.162908 | | WARNING | Config change detected for octavia_health_manager, new hash: aa94e9fe7fb0980745899cb01e9ae702 2025-12-09 04:05:09.163215 | | WARNING | Config change detected for octavia_housekeeping, new hash: aa94e9fe7fb0980745899cb01e9ae702 2025-12-09 04:05:09.163545 | | WARNING | Config change detected for octavia_rsyslog, new hash: aa94e9fe7fb0980745899cb01e9ae702 2025-12-09 04:05:09.163858 | | WARNING | Config change detected for octavia_worker, new hash: aa94e9fe7fb0980745899cb01e9ae702 2025-12-09 04:05:09.164177 | fa163e63-5322-efa7-ee3c-000000002700 | CHANGED | Update config hashes for container startup configs | standalone 2025-12-09 04:05:09.164774 | fa163e63-5322-efa7-ee3c-000000002700 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:01.740055 | 0.33s 2025-12-09 04:05:09.190225 | fa163e63-5322-efa7-ee3c-00000000269f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-09 04:05:09.250703 | fa163e63-5322-efa7-ee3c-00000000269f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:01.825973 | 0.06s 2025-12-09 04:05:09.266694 | 55956458-1564-42b6-9130-aee903f323a5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-09 04:05:09.290575 | fa163e63-5322-efa7-ee3c-00000000271f | TASK | Gather podman infos 2025-12-09 04:05:10.216616 | fa163e63-5322-efa7-ee3c-00000000271f | OK | Gather podman infos | standalone 2025-12-09 04:05:10.217836 | fa163e63-5322-efa7-ee3c-00000000271f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:02.793115 | 0.93s 2025-12-09 04:05:10.288679 | fa163e63-5322-efa7-ee3c-000000002720 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-09 04:05:10.346986 | fa163e63-5322-efa7-ee3c-000000002720 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:02.922251 | 0.06s 2025-12-09 04:05:10.489349 | fa163e63-5322-efa7-ee3c-000000002769 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:03.064609 | 0.07s 2025-12-09 04:05:10.551246 | fa163e63-5322-efa7-ee3c-0000000026a0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-09 04:05:10.591675 | fa163e63-5322-efa7-ee3c-0000000026a0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:03.166949 | 0.04s 2025-12-09 04:05:10.614464 | 5dd0a874-8f82-4654-8eff-3c1cc5fbc674 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-09 04:05:10.649115 | fa163e63-5322-efa7-ee3c-00000000278f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-09 04:05:18.341262 | fa163e63-5322-efa7-ee3c-00000000278f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-09 04:05:18.342924 | fa163e63-5322-efa7-ee3c-00000000278f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:10.918202 | 7.69s 2025-12-09 04:05:18.374885 | fa163e63-5322-efa7-ee3c-000000002790 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-09 04:05:21.064153 | fa163e63-5322-efa7-ee3c-000000002790 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-09 04:05:21.066075 | fa163e63-5322-efa7-ee3c-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:11:13.641354 | 2.69s 2025-12-09 04:05:21.138374 | fa163e63-5322-efa7-ee3c-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2025-12-09 04:05:21.366887 | fa163e63-5322-efa7-ee3c-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-12-09 04:05:21.368457 | fa163e63-5322-efa7-ee3c-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:13.943734 | 0.23s 2025-12-09 04:05:21.415109 | fa163e63-5322-efa7-ee3c-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2025-12-09 04:05:21.481698 | fa163e63-5322-efa7-ee3c-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:14.056964 | 0.07s 2025-12-09 04:05:21.513534 | fa163e63-5322-efa7-ee3c-0000000024ab | TASK | Include container-puppet tasks for step 1 2025-12-09 04:05:21.570509 | fa163e63-5322-efa7-ee3c-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:14.145781 | 0.06s 2025-12-09 04:05:21.603138 | fe3f6657-94ca-4b7c-a092-50d82ad133e7 | INCLUDED | /root/standalone-ansible-h8tfki1q/host-container-puppet-tasks.yaml | standalone 2025-12-09 04:05:21.643793 | fa163e63-5322-efa7-ee3c-0000000027db | TASK | Write container-puppet-tasks json file for standalone step 1 2025-12-09 04:05:22.231060 | fa163e63-5322-efa7-ee3c-0000000027db | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-12-09 04:05:22.232748 | fa163e63-5322-efa7-ee3c-0000000027db | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:14.808011 | 0.59s 2025-12-09 04:05:22.264933 | fa163e63-5322-efa7-ee3c-0000000027dd | TASK | Generate container puppet configs for step 1 2025-12-09 04:05:22.549671 | fa163e63-5322-efa7-ee3c-0000000027dd | OK | Generate container puppet configs for step 1 | standalone 2025-12-09 04:05:22.550998 | fa163e63-5322-efa7-ee3c-0000000027dd | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:15.126277 | 0.28s 2025-12-09 04:05:22.581913 | fa163e63-5322-efa7-ee3c-0000000027de | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-12-09 04:05:22.617204 | fa163e63-5322-efa7-ee3c-0000000027de | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:15.192476 | 0.03s 2025-12-09 04:05:22.675973 | fa163e63-5322-efa7-ee3c-0000000025c9 | TASK | Gather variables for each operating system 2025-12-09 04:05:22.788999 | fa163e63-5322-efa7-ee3c-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:15.364274 | 0.11s 2025-12-09 04:05:22.813154 | fa163e63-5322-efa7-ee3c-0000000025ca | TASK | Create container logs path 2025-12-09 04:05:23.050996 | fa163e63-5322-efa7-ee3c-0000000025ca | OK | Create container logs path | standalone 2025-12-09 04:05:23.052306 | fa163e63-5322-efa7-ee3c-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:15.627585 | 0.24s 2025-12-09 04:05:23.084590 | fa163e63-5322-efa7-ee3c-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-09 04:05:23.339305 | fa163e63-5322-efa7-ee3c-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-09 04:05:23.340628 | fa163e63-5322-efa7-ee3c-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:15.915907 | 0.25s 2025-12-09 04:05:23.371329 | fa163e63-5322-efa7-ee3c-0000000025cd | TASK | Finalise hashes for all containers 2025-12-09 04:05:23.417097 | fa163e63-5322-efa7-ee3c-0000000025cd | OK | Finalise hashes for all containers | standalone 2025-12-09 04:05:23.418341 | fa163e63-5322-efa7-ee3c-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:15.993620 | 0.05s 2025-12-09 04:05:23.448369 | fa163e63-5322-efa7-ee3c-0000000025cf | TASK | Manage systemd shutdown files 2025-12-09 04:05:23.481655 | fa163e63-5322-efa7-ee3c-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2025-12-09 04:05:23.482784 | fa163e63-5322-efa7-ee3c-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:16.058063 | 0.03s 2025-12-09 04:05:23.513667 | fa163e63-5322-efa7-ee3c-0000000025d1 | TASK | Update container configs with new config hashes 2025-12-09 04:05:23.565722 | fa163e63-5322-efa7-ee3c-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-09 04:05:23.567497 | fa163e63-5322-efa7-ee3c-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:16.142766 | 0.05s 2025-12-09 04:05:23.602095 | fa163e63-5322-efa7-ee3c-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-09 04:05:23.654918 | fa163e63-5322-efa7-ee3c-0000000025d2 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-09 04:05:23.656536 | fa163e63-5322-efa7-ee3c-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:16.231808 | 0.05s 2025-12-09 04:05:23.690479 | fa163e63-5322-efa7-ee3c-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-09 04:05:23.743022 | fa163e63-5322-efa7-ee3c-0000000025d3 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-09 04:05:23.744434 | fa163e63-5322-efa7-ee3c-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:16.319682 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-12-09 04:05:23.914473 | fa163e63-5322-efa7-ee3c-0000000000c6 | TASK | External deployment step 2 2025-12-09 04:05:23.941613 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000c6') missing from stats 2025-12-09 04:05:23.994651 | fa163e63-5322-efa7-ee3c-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:16.569917 | 0.04s 2025-12-09 04:05:24.026459 | 12a07150-1af8-4b34-9bdb-10a11d789bf2 | INCLUDED | /root/standalone-ansible-h8tfki1q/external_deploy_steps_tasks_step2.yaml | undercloud 2025-12-09 04:05:24.044580 | fa163e63-5322-efa7-ee3c-000000002858 | TASK | create cephadm working directory and related files 2025-12-09 04:05:24.094007 | fa163e63-5322-efa7-ee3c-000000002858 | TIMING | create cephadm working directory and related files | undercloud | 0:11:16.669273 | 0.05s 2025-12-09 04:05:24.153374 | fa163e63-5322-efa7-ee3c-000000002880 | TASK | create cephadm workdir 2025-12-09 04:05:24.418734 | fa163e63-5322-efa7-ee3c-000000002880 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-h8tfki1q/cephadm 2025-12-09 04:05:24.420986 | fa163e63-5322-efa7-ee3c-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:16.996262 | 0.27s 2025-12-09 04:05:24.431096 | fa163e63-5322-efa7-ee3c-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:17.006367 | 0.28s 2025-12-09 04:05:24.450377 | fa163e63-5322-efa7-ee3c-000000002881 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-12-09 04:05:24.714899 | fa163e63-5322-efa7-ee3c-000000002881 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-12-09 04:05:24.716000 | fa163e63-5322-efa7-ee3c-000000002881 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:11:17.291284 | 0.26s 2025-12-09 04:05:24.731578 | fa163e63-5322-efa7-ee3c-000000002882 | TASK | get the list of enabled services on the overcloud 2025-12-09 04:05:24.800885 | fa163e63-5322-efa7-ee3c-000000002882 | OK | get the list of enabled services on the overcloud | undercloud 2025-12-09 04:05:24.801885 | fa163e63-5322-efa7-ee3c-000000002882 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:11:17.377167 | 0.07s 2025-12-09 04:05:24.819320 | fa163e63-5322-efa7-ee3c-000000002883 | TASK | Set grafana_vip: 192.168.122.99 2025-12-09 04:05:24.871856 | fa163e63-5322-efa7-ee3c-000000002883 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-12-09 04:05:24.872847 | fa163e63-5322-efa7-ee3c-000000002883 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:11:17.448130 | 0.05s 2025-12-09 04:05:24.937427 | fa163e63-5322-efa7-ee3c-000000002884 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:17.512680 | 0.05s 2025-12-09 04:05:25.012054 | fa163e63-5322-efa7-ee3c-000000002908 | TASK | set basic user fact 2025-12-09 04:05:25.079859 | fa163e63-5322-efa7-ee3c-000000002908 | SKIPPED | set basic user fact | undercloud 2025-12-09 04:05:25.080500 | fa163e63-5322-efa7-ee3c-000000002908 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:11:17.655787 | 0.07s 2025-12-09 04:05:25.094277 | fa163e63-5322-efa7-ee3c-000000002909 | TASK | set basic home fact 2025-12-09 04:05:25.152054 | fa163e63-5322-efa7-ee3c-000000002909 | OK | set basic home fact | undercloud 2025-12-09 04:05:25.153429 | fa163e63-5322-efa7-ee3c-000000002909 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:11:17.728678 | 0.06s 2025-12-09 04:05:25.172385 | fa163e63-5322-efa7-ee3c-00000000290a | TASK | set calling_ansible_environment_variables fact 2025-12-09 04:05:25.259606 | fa163e63-5322-efa7-ee3c-00000000290a | OK | set calling_ansible_environment_variables fact | undercloud 2025-12-09 04:05:25.261819 | fa163e63-5322-efa7-ee3c-00000000290a | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:11:17.837098 | 0.09s 2025-12-09 04:05:25.285165 | fa163e63-5322-efa7-ee3c-00000000290c | TASK | get all ansible environment variables 2025-12-09 04:05:25.358170 | fa163e63-5322-efa7-ee3c-00000000290c | SKIPPED | get all ansible environment variables | undercloud 2025-12-09 04:05:25.359534 | fa163e63-5322-efa7-ee3c-00000000290c | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:11:17.934812 | 0.07s 2025-12-09 04:05:25.377729 | fa163e63-5322-efa7-ee3c-00000000290d | TASK | set calling_ansible_environment_variables 2025-12-09 04:05:25.451338 | fa163e63-5322-efa7-ee3c-00000000290d | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-12-09 04:05:25.452579 | fa163e63-5322-efa7-ee3c-00000000290d | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:11:18.027856 | 0.07s 2025-12-09 04:05:25.470722 | fa163e63-5322-efa7-ee3c-00000000290f | TASK | Set common fact 2025-12-09 04:05:25.542836 | fa163e63-5322-efa7-ee3c-00000000290f | OK | Set common fact | undercloud 2025-12-09 04:05:25.543973 | fa163e63-5322-efa7-ee3c-00000000290f | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:11:18.119253 | 0.07s 2025-12-09 04:05:25.562887 | fa163e63-5322-efa7-ee3c-000000002910 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-12-09 04:05:25.607956 | fa163e63-5322-efa7-ee3c-000000002910 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-12-09 04:05:25.609043 | fa163e63-5322-efa7-ee3c-000000002910 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:11:18.184321 | 0.04s 2025-12-09 04:05:25.644377 | fa163e63-5322-efa7-ee3c-000000002912 | TASK | build filter list 2025-12-09 04:05:25.673758 | fa163e63-5322-efa7-ee3c-000000002912 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:11:18.249026 | 0.03s 2025-12-09 04:05:25.692292 | fa163e63-5322-efa7-ee3c-000000002913 | TASK | add images pool 2025-12-09 04:05:25.766560 | fa163e63-5322-efa7-ee3c-000000002913 | OK | add images pool | undercloud 2025-12-09 04:05:25.767765 | fa163e63-5322-efa7-ee3c-000000002913 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:11:18.343045 | 0.07s 2025-12-09 04:05:25.785798 | fa163e63-5322-efa7-ee3c-000000002914 | TASK | add volumes pool 2025-12-09 04:05:25.848384 | fa163e63-5322-efa7-ee3c-000000002914 | OK | add volumes pool | undercloud 2025-12-09 04:05:25.849655 | fa163e63-5322-efa7-ee3c-000000002914 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:11:18.424934 | 0.06s 2025-12-09 04:05:25.867963 | fa163e63-5322-efa7-ee3c-000000002915 | TASK | add vms pool 2025-12-09 04:05:25.950360 | fa163e63-5322-efa7-ee3c-000000002915 | OK | add vms pool | undercloud 2025-12-09 04:05:25.951561 | fa163e63-5322-efa7-ee3c-000000002915 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:11:18.526840 | 0.08s 2025-12-09 04:05:25.969549 | fa163e63-5322-efa7-ee3c-000000002916 | TASK | add gnocchi pool 2025-12-09 04:05:26.022177 | fa163e63-5322-efa7-ee3c-000000002916 | SKIPPED | add gnocchi pool | undercloud 2025-12-09 04:05:26.023308 | fa163e63-5322-efa7-ee3c-000000002916 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:11:18.598586 | 0.05s 2025-12-09 04:05:26.041487 | fa163e63-5322-efa7-ee3c-000000002917 | TASK | add cinder backup pool 2025-12-09 04:05:26.124116 | fa163e63-5322-efa7-ee3c-000000002917 | OK | add cinder backup pool | undercloud 2025-12-09 04:05:26.125367 | fa163e63-5322-efa7-ee3c-000000002917 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:11:18.700646 | 0.08s 2025-12-09 04:05:26.143531 | fa163e63-5322-efa7-ee3c-000000002918 | TASK | add cinder extra pools 2025-12-09 04:05:26.174102 | fa163e63-5322-efa7-ee3c-000000002918 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:11:18.749372 | 0.03s 2025-12-09 04:05:26.193069 | fa163e63-5322-efa7-ee3c-000000002919 | TASK | build resulting pool list 2025-12-09 04:05:26.339746 | fa163e63-5322-efa7-ee3c-000000002919 | OK | build resulting pool list | undercloud 2025-12-09 04:05:26.341150 | fa163e63-5322-efa7-ee3c-000000002919 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:11:18.916431 | 0.15s 2025-12-09 04:05:26.359318 | fa163e63-5322-efa7-ee3c-00000000291b | TASK | add manila data pool 2025-12-09 04:05:26.410824 | fa163e63-5322-efa7-ee3c-00000000291b | OK | add manila data pool | undercloud 2025-12-09 04:05:26.412181 | fa163e63-5322-efa7-ee3c-00000000291b | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:11:18.987461 | 0.05s 2025-12-09 04:05:26.430007 | fa163e63-5322-efa7-ee3c-00000000291c | TASK | add manila metadata pool 2025-12-09 04:05:26.482314 | fa163e63-5322-efa7-ee3c-00000000291c | OK | add manila metadata pool | undercloud 2025-12-09 04:05:26.483744 | fa163e63-5322-efa7-ee3c-00000000291c | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:11:19.059023 | 0.05s 2025-12-09 04:05:26.565670 | fa163e63-5322-efa7-ee3c-000000002885 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:19.140939 | 0.05s 2025-12-09 04:05:26.702251 | fa163e63-5322-efa7-ee3c-000000002aae | TASK | reset profiles string to avoid complex string manipulation 2025-12-09 04:05:26.760080 | fa163e63-5322-efa7-ee3c-000000002aae | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-12-09 04:05:26.760961 | fa163e63-5322-efa7-ee3c-000000002aae | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:11:19.336246 | 0.06s 2025-12-09 04:05:26.774995 | fa163e63-5322-efa7-ee3c-000000002ab0 | TASK | build openstack client profiles per pool 2025-12-09 04:05:26.858273 | fa163e63-5322-efa7-ee3c-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-09 04:05:26.860745 | fa163e63-5322-efa7-ee3c-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:19.436018 | 0.08s 2025-12-09 04:05:26.889113 | fa163e63-5322-efa7-ee3c-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-09 04:05:26.889878 | fa163e63-5322-efa7-ee3c-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:19.465162 | 0.11s 2025-12-09 04:05:26.916000 | fa163e63-5322-efa7-ee3c-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-09 04:05:26.917362 | fa163e63-5322-efa7-ee3c-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:19.492646 | 0.14s 2025-12-09 04:05:26.934858 | fa163e63-5322-efa7-ee3c-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-09 04:05:26.935603 | fa163e63-5322-efa7-ee3c-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:19.510885 | 0.16s 2025-12-09 04:05:26.941780 | fa163e63-5322-efa7-ee3c-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:19.517054 | 0.17s 2025-12-09 04:05:26.960529 | fa163e63-5322-efa7-ee3c-000000002ab1 | TASK | set openstack client caps 2025-12-09 04:05:27.021970 | fa163e63-5322-efa7-ee3c-000000002ab1 | OK | set openstack client caps | undercloud 2025-12-09 04:05:27.023298 | fa163e63-5322-efa7-ee3c-000000002ab1 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:11:19.598578 | 0.06s 2025-12-09 04:05:27.042209 | fa163e63-5322-efa7-ee3c-000000002ab2 | TASK | set openstack client osd(s) caps 2025-12-09 04:05:27.111033 | fa163e63-5322-efa7-ee3c-000000002ab2 | OK | set openstack client osd(s) caps | undercloud 2025-12-09 04:05:27.112379 | fa163e63-5322-efa7-ee3c-000000002ab2 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:11:19.687657 | 0.07s 2025-12-09 04:05:27.130390 | fa163e63-5322-efa7-ee3c-000000002ab3 | TASK | Combine caps 2025-12-09 04:05:27.202305 | fa163e63-5322-efa7-ee3c-000000002ab3 | OK | Combine caps | undercloud 2025-12-09 04:05:27.203658 | fa163e63-5322-efa7-ee3c-000000002ab3 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:11:19.778937 | 0.07s 2025-12-09 04:05:27.221785 | fa163e63-5322-efa7-ee3c-000000002ab4 | TASK | set openstack client key 2025-12-09 04:05:27.283680 | fa163e63-5322-efa7-ee3c-000000002ab4 | OK | set openstack client key | undercloud 2025-12-09 04:05:27.285022 | fa163e63-5322-efa7-ee3c-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:11:19.860301 | 0.06s 2025-12-09 04:05:27.303220 | fa163e63-5322-efa7-ee3c-000000002ab6 | TASK | build manila key for openstack 2025-12-09 04:05:27.365903 | fa163e63-5322-efa7-ee3c-000000002ab6 | OK | build manila key for openstack | undercloud 2025-12-09 04:05:27.367190 | fa163e63-5322-efa7-ee3c-000000002ab6 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:11:19.942467 | 0.06s 2025-12-09 04:05:27.385670 | fa163e63-5322-efa7-ee3c-000000002ab7 | TASK | build radosgw key for openstack 2025-12-09 04:05:27.440521 | fa163e63-5322-efa7-ee3c-000000002ab7 | SKIPPED | build radosgw key for openstack | undercloud 2025-12-09 04:05:27.441636 | fa163e63-5322-efa7-ee3c-000000002ab7 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:11:20.016912 | 0.05s 2025-12-09 04:05:27.459326 | fa163e63-5322-efa7-ee3c-000000002ab8 | TASK | build the resulting keys 2025-12-09 04:05:27.591992 | fa163e63-5322-efa7-ee3c-000000002ab8 | OK | build the resulting keys | undercloud 2025-12-09 04:05:27.593570 | fa163e63-5322-efa7-ee3c-000000002ab8 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:11:20.168847 | 0.13s 2025-12-09 04:05:27.679766 | fa163e63-5322-efa7-ee3c-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:20.255034 | 0.05s 2025-12-09 04:05:27.869531 | fa163e63-5322-efa7-ee3c-000000002dd3 | TASK | build ceph orphan set 2025-12-09 04:05:27.947903 | fa163e63-5322-efa7-ee3c-000000002dd3 | OK | build ceph orphan set | undercloud 2025-12-09 04:05:27.949433 | fa163e63-5322-efa7-ee3c-000000002dd3 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:11:20.524642 | 0.08s 2025-12-09 04:05:27.963925 | fa163e63-5322-efa7-ee3c-000000002dd4 | TASK | clean ceph_config_overrides list 2025-12-09 04:05:28.003530 | fa163e63-5322-efa7-ee3c-000000002dd4 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:11:20.578810 | 0.04s 2025-12-09 04:05:28.018111 | fa163e63-5322-efa7-ee3c-000000002dd5 | TASK | ceph_config_overrides w/o orphans 2025-12-09 04:05:28.065599 | fa163e63-5322-efa7-ee3c-000000002dd5 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-12-09 04:05:28.067546 | fa163e63-5322-efa7-ee3c-000000002dd5 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:11:20.642822 | 0.05s 2025-12-09 04:05:28.086687 | fa163e63-5322-efa7-ee3c-000000002dd6 | TASK | build ceph config overrides 2025-12-09 04:05:28.208160 | fa163e63-5322-efa7-ee3c-000000002dd6 | OK | build ceph config overrides | undercloud 2025-12-09 04:05:28.210341 | fa163e63-5322-efa7-ee3c-000000002dd6 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:11:20.785619 | 0.12s 2025-12-09 04:05:28.245224 | fa163e63-5322-efa7-ee3c-000000002887 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-12-09 04:05:28.914788 | fa163e63-5322-efa7-ee3c-000000002887 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-12-09 04:05:28.917256 | fa163e63-5322-efa7-ee3c-000000002887 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:21.492533 | 0.67s 2025-12-09 04:05:28.932715 | fa163e63-5322-efa7-ee3c-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-09 04:05:29.058567 | fa163e63-5322-efa7-ee3c-000000002889 | OK | Set bootstrap host | undercloud 2025-12-09 04:05:29.059605 | fa163e63-5322-efa7-ee3c-000000002889 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:11:21.634883 | 0.13s 2025-12-09 04:05:29.077972 | fa163e63-5322-efa7-ee3c-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-09 04:05:29.234998 | fa163e63-5322-efa7-ee3c-00000000288a | OK | Set first monitor IP | undercloud 2025-12-09 04:05:29.236130 | fa163e63-5322-efa7-ee3c-00000000288a | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:11:21.811409 | 0.16s 2025-12-09 04:05:29.254172 | fa163e63-5322-efa7-ee3c-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-09 04:05:29.361300 | fa163e63-5322-efa7-ee3c-00000000288b | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-12-09 04:05:29.362373 | fa163e63-5322-efa7-ee3c-00000000288b | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:11:21.937651 | 0.11s 2025-12-09 04:05:29.380086 | fa163e63-5322-efa7-ee3c-00000000288d | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-12-09 04:05:29.913881 | fa163e63-5322-efa7-ee3c-00000000288d | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-12-09 04:05:29.915343 | fa163e63-5322-efa7-ee3c-00000000288d | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:22.490622 | 0.53s 2025-12-09 04:05:29.950138 | fa163e63-5322-efa7-ee3c-000000002859 | TASK | Prepare cephadm user and keys 2025-12-09 04:05:30.437364 | fa163e63-5322-efa7-ee3c-000000002859 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-12-09 04:05:30.439146 | fa163e63-5322-efa7-ee3c-000000002859 | TIMING | Prepare cephadm user and keys | undercloud | 0:11:23.014417 | 0.49s 2025-12-09 04:05:30.457763 | fa163e63-5322-efa7-ee3c-00000000285a | TASK | Deploy or configure the cephadm Ceph cluster 2025-12-09 04:05:30.539603 | fa163e63-5322-efa7-ee3c-00000000285a | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:11:23.114872 | 0.08s 2025-12-09 04:05:30.622640 | fa163e63-5322-efa7-ee3c-00000000304f | TASK | set cephadm playbook 2025-12-09 04:05:30.670806 | fa163e63-5322-efa7-ee3c-00000000304f | OK | set cephadm playbook | undercloud 2025-12-09 04:05:30.671958 | fa163e63-5322-efa7-ee3c-00000000304f | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:11:23.247235 | 0.05s 2025-12-09 04:05:30.690419 | fa163e63-5322-efa7-ee3c-000000003050 | TASK | Setup the log path 2025-12-09 04:05:30.743611 | fa163e63-5322-efa7-ee3c-000000003050 | OK | Setup the log path | undercloud 2025-12-09 04:05:30.744896 | fa163e63-5322-efa7-ee3c-000000003050 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:23.320175 | 0.05s 2025-12-09 04:05:30.763180 | fa163e63-5322-efa7-ee3c-000000003051 | TASK | Setup the cephadm playbook command 2025-12-09 04:05:30.834587 | fa163e63-5322-efa7-ee3c-000000003051 | OK | Setup the cephadm playbook command | undercloud 2025-12-09 04:05:30.835785 | fa163e63-5322-efa7-ee3c-000000003051 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:23.411064 | 0.07s 2025-12-09 04:05:30.853629 | fa163e63-5322-efa7-ee3c-000000003052 | TASK | rotate cephadm_command.log 2025-12-09 04:05:31.096613 | fa163e63-5322-efa7-ee3c-000000003052 | CHANGED | rotate cephadm_command.log | undercloud 2025-12-09 04:05:31.098125 | fa163e63-5322-efa7-ee3c-000000003052 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:11:23.673404 | 0.24s 2025-12-09 04:05:31.116305 | fa163e63-5322-efa7-ee3c-000000003053 | TASK | save cephadm playbook command to shell script 2025-12-09 04:05:31.615112 | fa163e63-5322-efa7-ee3c-000000003053 | CHANGED | save cephadm playbook command to shell script | undercloud 2025-12-09 04:05:31.616678 | fa163e63-5322-efa7-ee3c-000000003053 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:11:24.191952 | 0.50s 2025-12-09 04:05:31.635657 | fa163e63-5322-efa7-ee3c-000000003054 | TASK | Notify user about upcoming cephadm execution(s) 2025-12-09 04:05:31.710920 | fa163e63-5322-efa7-ee3c-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-h8tfki1q/cephadm/cephadm_command.log)" } 2025-12-09 04:05:31.712164 | fa163e63-5322-efa7-ee3c-000000003054 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:11:24.287438 | 0.07s 2025-12-09 04:05:31.734373 | fa163e63-5322-efa7-ee3c-000000003055 | TASK | run cephadm playbook 2025-12-09 04:06:32.851493 | fa163e63-5322-efa7-ee3c-000000003055 | CHANGED | run cephadm playbook | undercloud 2025-12-09 04:06:32.855382 | fa163e63-5322-efa7-ee3c-000000003055 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:12:25.430656 | 61.12s 2025-12-09 04:06:32.877796 | fa163e63-5322-efa7-ee3c-000000003056 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-12-09 04:06:32.951456 | fa163e63-5322-efa7-ee3c-000000003056 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-12-09 04:06:32.953509 | fa163e63-5322-efa7-ee3c-000000003056 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:12:25.528170 | 0.07s 2025-12-09 04:06:32.972081 | fa163e63-5322-efa7-ee3c-000000003057 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-12-09 04:06:33.035850 | fa163e63-5322-efa7-ee3c-000000003057 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-12-09 04:06:33.037909 | fa163e63-5322-efa7-ee3c-000000003057 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:12:25.613183 | 0.06s 2025-12-09 04:06:33.073787 | fa163e63-5322-efa7-ee3c-00000000285c | TASK | Check if the input variable file exists 2025-12-09 04:06:33.369160 | fa163e63-5322-efa7-ee3c-00000000285c | OK | Check if the input variable file exists | undercloud 2025-12-09 04:06:33.371715 | fa163e63-5322-efa7-ee3c-00000000285c | TIMING | Check if the input variable file exists | undercloud | 0:12:25.946991 | 0.30s 2025-12-09 04:06:33.389691 | fa163e63-5322-efa7-ee3c-00000000285d | TASK | Populate CephClientConfigVars from THT 2025-12-09 04:06:33.442179 | fa163e63-5322-efa7-ee3c-00000000285d | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-12-09 04:06:33.443690 | fa163e63-5322-efa7-ee3c-00000000285d | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:12:26.018964 | 0.05s 2025-12-09 04:06:33.463909 | fa163e63-5322-efa7-ee3c-00000000285e | TASK | configure ceph clients 2025-12-09 04:06:33.516772 | fa163e63-5322-efa7-ee3c-00000000285e | TIMING | configure ceph clients | undercloud | 0:12:26.092033 | 0.05s 2025-12-09 04:06:33.590427 | fa163e63-5322-efa7-ee3c-000000003119 | TASK | get the list of enabled services on the overcloud 2025-12-09 04:06:33.666709 | fa163e63-5322-efa7-ee3c-000000003119 | OK | get the list of enabled services on the overcloud | undercloud 2025-12-09 04:06:33.668587 | fa163e63-5322-efa7-ee3c-000000003119 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:12:26.243860 | 0.07s 2025-12-09 04:06:33.688195 | fa163e63-5322-efa7-ee3c-00000000311a | TASK | Create ceph_client_fetch_dir 2025-12-09 04:06:33.741314 | fa163e63-5322-efa7-ee3c-00000000311a | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:12:26.316573 | 0.05s 2025-12-09 04:06:33.754627 | de0bfa7b-fd35-42f3-ab3e-a8c3472ee4e2 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-12-09 04:06:33.786754 | fa163e63-5322-efa7-ee3c-00000000315d | TASK | Clean any old fetch directory path 2025-12-09 04:06:34.082043 | fa163e63-5322-efa7-ee3c-00000000315d | OK | Clean any old fetch directory path | undercloud 2025-12-09 04:06:34.085120 | fa163e63-5322-efa7-ee3c-00000000315d | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:26.660395 | 0.30s 2025-12-09 04:06:34.105931 | fa163e63-5322-efa7-ee3c-00000000315e | TASK | Create ceph_client_fetch_dir for the current execution 2025-12-09 04:06:34.416533 | fa163e63-5322-efa7-ee3c-00000000315e | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-12-09 04:06:34.418431 | fa163e63-5322-efa7-ee3c-00000000315e | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:26.993679 | 0.31s 2025-12-09 04:06:34.438507 | fa163e63-5322-efa7-ee3c-00000000311b | TASK | Check if the input variables exist 2025-12-09 04:06:34.724653 | fa163e63-5322-efa7-ee3c-00000000311b | OK | Check if the input variables exist | undercloud 2025-12-09 04:06:34.727563 | fa163e63-5322-efa7-ee3c-00000000311b | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:12:27.302829 | 0.29s 2025-12-09 04:06:34.748239 | fa163e63-5322-efa7-ee3c-00000000311c | TASK | Load variables produced by the cephadm provisioning process 2025-12-09 04:06:34.827489 | fa163e63-5322-efa7-ee3c-00000000311c | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-12-09 04:06:34.828855 | fa163e63-5322-efa7-ee3c-00000000311c | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:12:27.404132 | 0.08s 2025-12-09 04:06:34.848542 | fa163e63-5322-efa7-ee3c-00000000311d | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-12-09 04:06:34.920511 | fa163e63-5322-efa7-ee3c-00000000311d | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-12-09 04:06:34.923235 | fa163e63-5322-efa7-ee3c-00000000311d | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:12:27.498509 | 0.07s 2025-12-09 04:06:34.944542 | fa163e63-5322-efa7-ee3c-00000000311e | TASK | Configure multiple external ceph clusters 2025-12-09 04:06:35.030098 | fa163e63-5322-efa7-ee3c-00000000311e | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-12-09 04:06:35.032262 | fa163e63-5322-efa7-ee3c-00000000311e | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:12:27.607537 | 0.09s 2025-12-09 04:06:35.051983 | fa163e63-5322-efa7-ee3c-00000000311f | TASK | Render keys provided for the Ceph cluster 2025-12-09 04:06:35.117577 | fa163e63-5322-efa7-ee3c-00000000311f | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:12:27.692832 | 0.06s 2025-12-09 04:06:35.129710 | 4d1e9d98-49e6-4349-8a5f-cc38ad29f42a | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-12-09 04:06:35.162732 | fa163e63-5322-efa7-ee3c-0000000031b1 | TASK | create cephx key(s) 2025-12-09 04:06:35.707215 | fa163e63-5322-efa7-ee3c-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQCBmzdpAAAAABAAitnp+FlNE2KCEEnprGaQpg==', '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-09 04:06:35.709144 | fa163e63-5322-efa7-ee3c-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:28.284412 | 0.54s 2025-12-09 04:06:36.208534 | fa163e63-5322-efa7-ee3c-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQCBmzdpAAAAABAAu90+2+5WGka26pwwjGV4/Q==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-12-09 04:06:36.209817 | fa163e63-5322-efa7-ee3c-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:28.785095 | 1.05s 2025-12-09 04:06:36.222522 | fa163e63-5322-efa7-ee3c-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:28.797786 | 1.06s 2025-12-09 04:06:36.242187 | fa163e63-5322-efa7-ee3c-000000003120 | TASK | Render ceph config for the Ceph Clients 2025-12-09 04:06:36.308940 | fa163e63-5322-efa7-ee3c-000000003120 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:12:28.884195 | 0.07s 2025-12-09 04:06:36.320450 | 01dff719-a7c5-4037-82eb-e65c66e6d7c3 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-12-09 04:06:36.363074 | fa163e63-5322-efa7-ee3c-000000003215 | TASK | create ceph.conf 2025-12-09 04:06:36.990889 | fa163e63-5322-efa7-ee3c-000000003215 | CHANGED | create ceph.conf | undercloud 2025-12-09 04:06:36.993157 | fa163e63-5322-efa7-ee3c-000000003215 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:12:29.568429 | 0.63s 2025-12-09 04:06:37.014244 | fa163e63-5322-efa7-ee3c-000000003121 | TASK | Configure Ceph Clients 2025-12-09 04:06:37.067744 | fa163e63-5322-efa7-ee3c-000000003121 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:12:29.643004 | 0.05s 2025-12-09 04:06:37.090447 | c88387a4-26c1-4645-8f77-5f93bb7cb348 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-12-09 04:06:37.134282 | fa163e63-5322-efa7-ee3c-000000003284 | TASK | set effective ceph_clients without limit 2025-12-09 04:06:37.261019 | fa163e63-5322-efa7-ee3c-000000003284 | OK | set effective ceph_clients without limit | undercloud 2025-12-09 04:06:37.262525 | fa163e63-5322-efa7-ee3c-000000003284 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:12:29.837801 | 0.13s 2025-12-09 04:06:37.281066 | fa163e63-5322-efa7-ee3c-000000003285 | TASK | set effective ceph_clients with limit 2025-12-09 04:06:37.364126 | fa163e63-5322-efa7-ee3c-000000003285 | SKIPPED | set effective ceph_clients with limit | undercloud 2025-12-09 04:06:37.365373 | fa163e63-5322-efa7-ee3c-000000003285 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:12:29.940650 | 0.08s 2025-12-09 04:06:37.383947 | fa163e63-5322-efa7-ee3c-000000003286 | TASK | set distribution list from cross product of files and effective clients 2025-12-09 04:06:37.703149 | fa163e63-5322-efa7-ee3c-000000003286 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-12-09 04:06:37.704815 | fa163e63-5322-efa7-ee3c-000000003286 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:12:30.280090 | 0.32s 2025-12-09 04:06:37.745463 | fa163e63-5322-efa7-ee3c-000000003287 | TASK | Ensure /etc/ceph exists on all clients 2025-12-09 04:06:38.029716 | fa163e63-5322-efa7-ee3c-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-h8tfki1q/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e63-5322-efa7-ee3c-000000003287') missing from stats 2025-12-09 04:06:38.266880 | fa163e63-5322-efa7-ee3c-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-h8tfki1q/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-12-09 04:06:38.497805 | fa163e63-5322-efa7-ee3c-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-h8tfki1q/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-12-09 04:06:38.510667 | fa163e63-5322-efa7-ee3c-000000003287 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:12:31.085943 | 0.76s 2025-12-09 04:06:38.551289 | fa163e63-5322-efa7-ee3c-000000003288 | TASK | push files to the other nodes of cluster 2025-12-09 04:06:39.073755 | fa163e63-5322-efa7-ee3c-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-h8tfki1q/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e63-5322-efa7-ee3c-000000003288') missing from stats 2025-12-09 04:06:39.566229 | fa163e63-5322-efa7-ee3c-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-h8tfki1q/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-12-09 04:06:40.056263 | fa163e63-5322-efa7-ee3c-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-h8tfki1q/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-12-09 04:06:40.063911 | fa163e63-5322-efa7-ee3c-000000003288 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:12:32.639185 | 1.51s 2025-12-09 04:06:40.083315 | fa163e63-5322-efa7-ee3c-000000003122 | TASK | Clean ceph_client_fetch_dir 2025-12-09 04:06:40.134610 | fa163e63-5322-efa7-ee3c-000000003122 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:12:32.709880 | 0.05s 2025-12-09 04:06:40.145916 | ae544d07-7fb7-4ad8-95bc-cf4cedc75c35 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-12-09 04:06:40.192471 | fa163e63-5322-efa7-ee3c-00000000331c | TASK | Clean any old fetch directory path 2025-12-09 04:06:40.444603 | fa163e63-5322-efa7-ee3c-00000000331c | CHANGED | Clean any old fetch directory path | undercloud 2025-12-09 04:06:40.446322 | fa163e63-5322-efa7-ee3c-00000000331c | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:33.021594 | 0.25s 2025-12-09 04:06:40.465079 | fa163e63-5322-efa7-ee3c-00000000331d | TASK | Create ceph_client_fetch_dir for the current execution 2025-12-09 04:06:40.504041 | fa163e63-5322-efa7-ee3c-00000000331d | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-12-09 04:06:40.505078 | fa163e63-5322-efa7-ee3c-00000000331d | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:33.080357 | 0.04s 2025-12-09 04:06:40.538860 | fa163e63-5322-efa7-ee3c-00000000285f | TASK | tripleo client role 2025-12-09 04:06:40.569523 | fa163e63-5322-efa7-ee3c-00000000285f | TIMING | tripleo client role | undercloud | 0:12:33.144793 | 0.03s 2025-12-09 04:06:40.586854 | fa163e63-5322-efa7-ee3c-000000002860 | TASK | Load variables for standalone ganesha 2025-12-09 04:06:40.661640 | fa163e63-5322-efa7-ee3c-000000002860 | SKIPPED | Load variables for standalone ganesha | undercloud 2025-12-09 04:06:40.662599 | fa163e63-5322-efa7-ee3c-000000002860 | TIMING | Load variables for standalone ganesha | undercloud | 0:12:33.237884 | 0.07s 2025-12-09 04:06:40.677699 | fa163e63-5322-efa7-ee3c-000000002861 | TASK | Config Standalone Ganesha 2025-12-09 04:06:40.748661 | fa163e63-5322-efa7-ee3c-000000002861 | SKIPPED | Config Standalone Ganesha | undercloud 2025-12-09 04:06:40.749432 | fa163e63-5322-efa7-ee3c-000000002861 | TIMING | Config Standalone Ganesha | undercloud | 0:12:33.324716 | 0.07s PLAY [Deploy step tasks for 2] ************************************************* 2025-12-09 04:06:40.878029 | fa163e63-5322-efa7-ee3c-0000000000ca | TASK | Deploy step tasks for 2 2025-12-09 04:06:40.914623 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000ca') missing from stats 2025-12-09 04:06:40.937074 | fa163e63-5322-efa7-ee3c-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-12-09 04:06:41.515387 | fa163e63-5322-efa7-ee3c-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-12-09 04:06:41.517057 | fa163e63-5322-efa7-ee3c-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:12:34.092334 | 0.58s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-09 04:06:41.597683 | fa163e63-5322-efa7-ee3c-0000000000cc | TIMING | include_tasks | standalone | 0:12:34.172940 | 0.05s 2025-12-09 04:06:41.697699 | 80d76f36-c41a-401d-bb5e-f0841c3bfee6 | INCLUDED | /root/standalone-ansible-h8tfki1q/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-12-09 04:06:41.733966 | fa163e63-5322-efa7-ee3c-0000000033e3 | TASK | Push script 2025-12-09 04:06:42.263249 | fa163e63-5322-efa7-ee3c-0000000033e3 | CHANGED | Push script | standalone 2025-12-09 04:06:42.265107 | fa163e63-5322-efa7-ee3c-0000000033e3 | TIMING | Push script | standalone | 0:12:34.840379 | 0.53s 2025-12-09 04:06:42.296437 | fa163e63-5322-efa7-ee3c-0000000033e4 | TASK | Insert cronjob in root crontab 2025-12-09 04:06:42.837430 | fa163e63-5322-efa7-ee3c-0000000033e4 | CHANGED | Insert cronjob in root crontab | standalone 2025-12-09 04:06:42.839134 | fa163e63-5322-efa7-ee3c-0000000033e4 | TIMING | Insert cronjob in root crontab | standalone | 0:12:35.414410 | 0.54s 2025-12-09 04:06:42.870515 | fa163e63-5322-efa7-ee3c-0000000033eb | TASK | Gather variables for each operating system 2025-12-09 04:06:42.998326 | fa163e63-5322-efa7-ee3c-0000000033eb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:12:35.573590 | 0.13s 2025-12-09 04:06:43.030728 | fa163e63-5322-efa7-ee3c-0000000033ec | TASK | Detect if resource is being created or already exists 2025-12-09 04:06:43.797069 | fa163e63-5322-efa7-ee3c-0000000033ec | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-09 04:06:43.799286 | fa163e63-5322-efa7-ee3c-0000000033ec | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:12:36.374561 | 0.77s 2025-12-09 04:06:43.832881 | fa163e63-5322-efa7-ee3c-0000000033ed | TASK | Run init bundle puppet on the host for haproxy 2025-12-09 04:08:33.472865 | fa163e63-5322-efa7-ee3c-0000000033ed | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-12-09 04:08:33.474638 | fa163e63-5322-efa7-ee3c-0000000033ed | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:26.049917 | 109.64s 2025-12-09 04:08:33.505550 | fa163e63-5322-efa7-ee3c-0000000033ee | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-12-09 04:08:33.771662 | fa163e63-5322-efa7-ee3c-0000000033ee | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-12-09 04:08:33.773120 | fa163e63-5322-efa7-ee3c-0000000033ee | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:26.348397 | 0.27s 2025-12-09 04:08:33.804737 | fa163e63-5322-efa7-ee3c-0000000033ef | TASK | Run pacemaker restart if the config file for the service changed 2025-12-09 04:08:34.333610 | fa163e63-5322-efa7-ee3c-0000000033ef | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-09 04:08:34.335196 | fa163e63-5322-efa7-ee3c-0000000033ef | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:26.910469 | 0.53s 2025-12-09 04:08:34.366870 | fa163e63-5322-efa7-ee3c-0000000033f0 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-12-09 04:08:34.621824 | fa163e63-5322-efa7-ee3c-0000000033f0 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-12-09 04:08:34.623164 | fa163e63-5322-efa7-ee3c-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:27.198439 | 0.25s 2025-12-09 04:08:34.655863 | fa163e63-5322-efa7-ee3c-0000000033f2 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-12-09 04:08:34.710109 | fa163e63-5322-efa7-ee3c-0000000033f2 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-12-09 04:08:34.711514 | fa163e63-5322-efa7-ee3c-0000000033f2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:27.286791 | 0.05s 2025-12-09 04:08:34.743502 | fa163e63-5322-efa7-ee3c-0000000033f3 | TASK | Get container image tag from bundle haproxy-bundle 2025-12-09 04:08:34.803381 | fa163e63-5322-efa7-ee3c-0000000033f3 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-12-09 04:08:34.804573 | fa163e63-5322-efa7-ee3c-0000000033f3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:27.379851 | 0.06s 2025-12-09 04:08:34.836144 | fa163e63-5322-efa7-ee3c-0000000033f4 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-12-09 04:08:34.896867 | fa163e63-5322-efa7-ee3c-0000000033f4 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-12-09 04:08:34.897983 | fa163e63-5322-efa7-ee3c-0000000033f4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:27.473261 | 0.06s 2025-12-09 04:08:34.930581 | fa163e63-5322-efa7-ee3c-0000000033f5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-09 04:08:34.985144 | fa163e63-5322-efa7-ee3c-0000000033f5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-09 04:08:34.986265 | fa163e63-5322-efa7-ee3c-0000000033f5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:27.561543 | 0.05s 2025-12-09 04:08:35.017343 | fa163e63-5322-efa7-ee3c-0000000033f6 | TASK | Remove update marker for bundle haproxy-bundle 2025-12-09 04:08:35.057921 | fa163e63-5322-efa7-ee3c-0000000033f6 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-12-09 04:08:35.059030 | fa163e63-5322-efa7-ee3c-0000000033f6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:27.634308 | 0.04s 2025-12-09 04:08:35.114622 | fa163e63-5322-efa7-ee3c-000000003417 | TASK | Gather variables for each operating system 2025-12-09 04:08:35.241104 | fa163e63-5322-efa7-ee3c-000000003417 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:27.816376 | 0.12s 2025-12-09 04:08:35.271241 | fa163e63-5322-efa7-ee3c-000000003418 | TASK | Detect if resource is being created or already exists 2025-12-09 04:08:36.057909 | fa163e63-5322-efa7-ee3c-000000003418 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-09 04:08:36.059386 | fa163e63-5322-efa7-ee3c-000000003418 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:28.634665 | 0.79s 2025-12-09 04:08:36.095569 | fa163e63-5322-efa7-ee3c-000000003419 | TASK | Run init bundle puppet on the host for mysql 2025-12-09 04:09:03.894360 | fa163e63-5322-efa7-ee3c-000000003419 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-12-09 04:09:03.896261 | fa163e63-5322-efa7-ee3c-000000003419 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:14:56.471537 | 27.80s 2025-12-09 04:09:03.931125 | fa163e63-5322-efa7-ee3c-00000000341a | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-12-09 04:09:04.198364 | fa163e63-5322-efa7-ee3c-00000000341a | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-12-09 04:09:04.200069 | fa163e63-5322-efa7-ee3c-00000000341a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:14:56.775347 | 0.27s 2025-12-09 04:09:04.230248 | fa163e63-5322-efa7-ee3c-00000000341b | TASK | Run pacemaker restart if the config file for the service changed 2025-12-09 04:09:04.684261 | fa163e63-5322-efa7-ee3c-00000000341b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-09 04:09:04.685657 | fa163e63-5322-efa7-ee3c-00000000341b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:57.260932 | 0.45s 2025-12-09 04:09:04.717935 | fa163e63-5322-efa7-ee3c-00000000341c | TASK | Check if an image update marker exists for bundle galera-bundle 2025-12-09 04:09:04.984016 | fa163e63-5322-efa7-ee3c-00000000341c | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-12-09 04:09:04.985461 | fa163e63-5322-efa7-ee3c-00000000341c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:14:57.560685 | 0.27s 2025-12-09 04:09:05.017207 | fa163e63-5322-efa7-ee3c-00000000341e | TASK | Get container image tag from marker for bundle galera-bundle 2025-12-09 04:09:05.072790 | fa163e63-5322-efa7-ee3c-00000000341e | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-12-09 04:09:05.074391 | fa163e63-5322-efa7-ee3c-00000000341e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:14:57.649665 | 0.06s 2025-12-09 04:09:05.107697 | fa163e63-5322-efa7-ee3c-00000000341f | TASK | Get container image tag from bundle galera-bundle 2025-12-09 04:09:05.161465 | fa163e63-5322-efa7-ee3c-00000000341f | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-12-09 04:09:05.163202 | fa163e63-5322-efa7-ee3c-00000000341f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:14:57.738478 | 0.05s 2025-12-09 04:09:05.196735 | fa163e63-5322-efa7-ee3c-000000003420 | TASK | Compare tags between marker and bundle galera-bundle 2025-12-09 04:09:05.247208 | fa163e63-5322-efa7-ee3c-000000003420 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-12-09 04:09:05.248279 | fa163e63-5322-efa7-ee3c-000000003420 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:14:57.823561 | 0.05s 2025-12-09 04:09:05.274085 | fa163e63-5322-efa7-ee3c-000000003421 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-09 04:09:05.328116 | fa163e63-5322-efa7-ee3c-000000003421 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-09 04:09:05.330300 | fa163e63-5322-efa7-ee3c-000000003421 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:57.905558 | 0.05s 2025-12-09 04:09:05.366924 | fa163e63-5322-efa7-ee3c-000000003422 | TASK | Remove update marker for bundle galera-bundle 2025-12-09 04:09:05.423307 | fa163e63-5322-efa7-ee3c-000000003422 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-12-09 04:09:05.425047 | fa163e63-5322-efa7-ee3c-000000003422 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:14:58.000325 | 0.06s 2025-12-09 04:09:05.479851 | fa163e63-5322-efa7-ee3c-000000003443 | TASK | Gather variables for each operating system 2025-12-09 04:09:05.595563 | fa163e63-5322-efa7-ee3c-000000003443 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:58.170833 | 0.11s 2025-12-09 04:09:05.626358 | fa163e63-5322-efa7-ee3c-000000003444 | TASK | Detect if resource is being created or already exists 2025-12-09 04:09:06.413751 | fa163e63-5322-efa7-ee3c-000000003444 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-09 04:09:06.416286 | fa163e63-5322-efa7-ee3c-000000003444 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:58.991557 | 0.79s 2025-12-09 04:09:06.449293 | fa163e63-5322-efa7-ee3c-000000003445 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-12-09 04:09:32.619147 | fa163e63-5322-efa7-ee3c-000000003445 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-12-09 04:09:32.621479 | fa163e63-5322-efa7-ee3c-000000003445 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:25.196754 | 26.17s 2025-12-09 04:09:32.648741 | fa163e63-5322-efa7-ee3c-000000003446 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-12-09 04:09:32.868432 | fa163e63-5322-efa7-ee3c-000000003446 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-12-09 04:09:32.869533 | fa163e63-5322-efa7-ee3c-000000003446 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:25.444813 | 0.22s 2025-12-09 04:09:32.900904 | fa163e63-5322-efa7-ee3c-000000003447 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-09 04:09:33.359995 | fa163e63-5322-efa7-ee3c-000000003447 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-09 04:09:33.361302 | fa163e63-5322-efa7-ee3c-000000003447 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:25.936581 | 0.46s 2025-12-09 04:09:33.393528 | fa163e63-5322-efa7-ee3c-000000003448 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-12-09 04:09:33.618963 | fa163e63-5322-efa7-ee3c-000000003448 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-12-09 04:09:33.620617 | fa163e63-5322-efa7-ee3c-000000003448 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:26.195896 | 0.23s 2025-12-09 04:09:33.652817 | fa163e63-5322-efa7-ee3c-00000000344a | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-12-09 04:09:33.713930 | fa163e63-5322-efa7-ee3c-00000000344a | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-12-09 04:09:33.715070 | fa163e63-5322-efa7-ee3c-00000000344a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:26.290349 | 0.06s 2025-12-09 04:09:33.747092 | fa163e63-5322-efa7-ee3c-00000000344b | TASK | Get container image tag from bundle rabbitmq-bundle 2025-12-09 04:09:33.800823 | fa163e63-5322-efa7-ee3c-00000000344b | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-12-09 04:09:33.802253 | fa163e63-5322-efa7-ee3c-00000000344b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:26.377528 | 0.05s 2025-12-09 04:09:33.840127 | fa163e63-5322-efa7-ee3c-00000000344c | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-12-09 04:09:33.880132 | fa163e63-5322-efa7-ee3c-00000000344c | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-12-09 04:09:33.881392 | fa163e63-5322-efa7-ee3c-00000000344c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:26.456670 | 0.04s 2025-12-09 04:09:33.915295 | fa163e63-5322-efa7-ee3c-00000000344d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-09 04:09:33.967373 | fa163e63-5322-efa7-ee3c-00000000344d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-09 04:09:33.968929 | fa163e63-5322-efa7-ee3c-00000000344d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:26.544202 | 0.05s 2025-12-09 04:09:34.001253 | fa163e63-5322-efa7-ee3c-00000000344e | TASK | Remove update marker for bundle rabbitmq-bundle 2025-12-09 04:09:34.055807 | fa163e63-5322-efa7-ee3c-00000000344e | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-12-09 04:09:34.057224 | fa163e63-5322-efa7-ee3c-00000000344e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:26.632497 | 0.05s 2025-12-09 04:09:34.116516 | fa163e63-5322-efa7-ee3c-00000000346f | TASK | Gather variables for each operating system 2025-12-09 04:09:34.240638 | fa163e63-5322-efa7-ee3c-00000000346f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:26.815913 | 0.12s 2025-12-09 04:09:34.273627 | fa163e63-5322-efa7-ee3c-000000003470 | TASK | Detect if resource is being created or already exists 2025-12-09 04:09:35.095000 | fa163e63-5322-efa7-ee3c-000000003470 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-09 04:09:35.096556 | fa163e63-5322-efa7-ee3c-000000003470 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:27.671833 | 0.82s 2025-12-09 04:09:35.129640 | fa163e63-5322-efa7-ee3c-000000003471 | TASK | Run init bundle puppet on the host for redis 2025-12-09 04:10:03.110870 | fa163e63-5322-efa7-ee3c-000000003471 | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-12-09 04:10:03.111972 | fa163e63-5322-efa7-ee3c-000000003471 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:15:55.687259 | 27.98s 2025-12-09 04:10:03.135012 | fa163e63-5322-efa7-ee3c-000000003472 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-12-09 04:10:03.379587 | fa163e63-5322-efa7-ee3c-000000003472 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-12-09 04:10:03.381278 | fa163e63-5322-efa7-ee3c-000000003472 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:15:55.956555 | 0.24s 2025-12-09 04:10:03.414116 | fa163e63-5322-efa7-ee3c-000000003473 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-09 04:10:03.872473 | fa163e63-5322-efa7-ee3c-000000003473 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-09 04:10:03.874037 | fa163e63-5322-efa7-ee3c-000000003473 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:56.449317 | 0.46s 2025-12-09 04:10:03.906723 | fa163e63-5322-efa7-ee3c-000000003474 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-12-09 04:10:04.205315 | fa163e63-5322-efa7-ee3c-000000003474 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-12-09 04:10:04.206758 | fa163e63-5322-efa7-ee3c-000000003474 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:15:56.782036 | 0.30s 2025-12-09 04:10:04.240709 | fa163e63-5322-efa7-ee3c-000000003476 | TASK | Get container image tag from marker for bundle redis-bundle 2025-12-09 04:10:04.281000 | fa163e63-5322-efa7-ee3c-000000003476 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-12-09 04:10:04.282427 | fa163e63-5322-efa7-ee3c-000000003476 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:15:56.857676 | 0.04s 2025-12-09 04:10:04.315525 | fa163e63-5322-efa7-ee3c-000000003477 | TASK | Get container image tag from bundle redis-bundle 2025-12-09 04:10:04.361152 | fa163e63-5322-efa7-ee3c-000000003477 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-12-09 04:10:04.362373 | fa163e63-5322-efa7-ee3c-000000003477 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:15:56.937654 | 0.04s 2025-12-09 04:10:04.386875 | fa163e63-5322-efa7-ee3c-000000003478 | TASK | Compare tags between marker and bundle redis-bundle 2025-12-09 04:10:04.446452 | fa163e63-5322-efa7-ee3c-000000003478 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-12-09 04:10:04.447300 | fa163e63-5322-efa7-ee3c-000000003478 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:15:57.022583 | 0.06s 2025-12-09 04:10:04.472068 | fa163e63-5322-efa7-ee3c-000000003479 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-09 04:10:04.542362 | fa163e63-5322-efa7-ee3c-000000003479 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-09 04:10:04.543707 | fa163e63-5322-efa7-ee3c-000000003479 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:57.118987 | 0.07s 2025-12-09 04:10:04.569029 | fa163e63-5322-efa7-ee3c-00000000347a | TASK | Remove update marker for bundle redis-bundle 2025-12-09 04:10:04.622064 | fa163e63-5322-efa7-ee3c-00000000347a | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-12-09 04:10:04.623247 | fa163e63-5322-efa7-ee3c-00000000347a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:15:57.198527 | 0.05s 2025-12-09 04:10:04.666340 | fa163e63-5322-efa7-ee3c-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-12-09 04:10:04.926768 | fa163e63-5322-efa7-ee3c-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-12-09 04:10:04.928486 | fa163e63-5322-efa7-ee3c-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:15:57.503765 | 0.26s 2025-12-09 04:10:05.015342 | fa163e63-5322-efa7-ee3c-0000000000cf | TIMING | include_tasks | standalone | 0:15:57.590604 | 0.06s 2025-12-09 04:10:05.055442 | a7232375-1bf1-4da2-9ef8-779ec1a6511b | INCLUDED | /root/standalone-ansible-h8tfki1q/common_deploy_steps_tasks.yaml | standalone 2025-12-09 04:10:05.085942 | fa163e63-5322-efa7-ee3c-00000000350f | TASK | Write the config_step hieradata 2025-12-09 04:10:05.701851 | fa163e63-5322-efa7-ee3c-00000000350f | OK | Write the config_step hieradata | standalone 2025-12-09 04:10:05.703263 | fa163e63-5322-efa7-ee3c-00000000350f | TIMING | Write the config_step hieradata | standalone | 0:15:58.278538 | 0.62s 2025-12-09 04:10:05.734359 | fa163e63-5322-efa7-ee3c-000000003510 | TASK | Run puppet host configuration for step 2 2025-12-09 04:10:06.065425 | fa163e63-5322-efa7-ee3c-000000003510 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-12-09 04:10:06.066912 | fa163e63-5322-efa7-ee3c-000000003510 | TIMING | Run puppet host configuration for step 2 | standalone | 0:15:58.642189 | 0.33s 2025-12-09 04:10:06.096469 | fa163e63-5322-efa7-ee3c-000000003511 | TASK | Wait for puppet host configuration to finish 2025-12-09 04:10:06.361653 | fa163e63-5322-efa7-ee3c-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-09 04:10:16.579607 | fa163e63-5322-efa7-ee3c-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-09 04:10:26.834971 | fa163e63-5322-efa7-ee3c-000000003511 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-09 04:10:26.836702 | fa163e63-5322-efa7-ee3c-000000003511 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:19.411977 | 20.74s 2025-12-09 04:10:26.868621 | fa163e63-5322-efa7-ee3c-000000003512 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-12-09 04:10:26.962073 | fa163e63-5322-efa7-ee3c-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 9 04:10:06 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 9 04:10:10 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 9 04:10:10 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 9 04:10:10 puppet-user: (file & line not available)", "<13>Dec 9 04:10:10 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 9 04:10:10 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 9 04:10:11 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 9 04:10:11 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.54 seconds", "<13>Dec 9 04:10:16 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 9 04:10:20 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 9 04:10:21 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 9 04:10:21 puppet-user: Notice: Applied catalog in 10.63 seconds", "<13>Dec 9 04:10:21 puppet-user: Application:", "<13>Dec 9 04:10:21 puppet-user: Initial environment: production", "<13>Dec 9 04:10:21 puppet-user: Converged environment: production", "<13>Dec 9 04:10:21 puppet-user: Run mode: user", "<13>Dec 9 04:10:21 puppet-user: Changes:", "<13>Dec 9 04:10:21 puppet-user: Total: 2", "<13>Dec 9 04:10:21 puppet-user: Events:", "<13>Dec 9 04:10:21 puppet-user: Success: 2", "<13>Dec 9 04:10:21 puppet-user: Resources:", "<13>Dec 9 04:10:21 puppet-user: Changed: 2", "<13>Dec 9 04:10:21 puppet-user: Out of sync: 2", "<13>Dec 9 04:10:21 puppet-user: Total: 28", "<13>Dec 9 04:10:21 puppet-user: Time:", "<13>Dec 9 04:10:21 puppet-user: Filebucket: 0.00", "<13>Dec 9 04:10:21 puppet-user: Schedule: 0.00", "<13>Dec 9 04:10:21 puppet-user: Package: 0.00", "<13>Dec 9 04:10:21 puppet-user: File line: 0.00", "<13>Dec 9 04:10:21 puppet-user: File: 0.00", "<13>Dec 9 04:10:21 puppet-user: Augeas: 0.01", "<13>Dec 9 04:10:21 puppet-user: User: 0.01", "<13>Dec 9 04:10:21 puppet-user: Service: 0.10", "<13>Dec 9 04:10:21 puppet-user: Config retrieval: 0.60", "<13>Dec 9 04:10:21 puppet-user: Pcmk property: 1.56", "<13>Dec 9 04:10:21 puppet-user: Transaction evaluation: 10.55", "<13>Dec 9 04:10:21 puppet-user: Catalog application: 10.63", "<13>Dec 9 04:10:21 puppet-user: Last run: 1765253421", "<13>Dec 9 04:10:21 puppet-user: Exec: 2.02", "<13>Dec 9 04:10:21 puppet-user: Pcmk resource default: 3.24", "<13>Dec 9 04:10:21 puppet-user: Pcmk resource op default: 3.41", "<13>Dec 9 04:10:21 puppet-user: Total: 10.63", "<13>Dec 9 04:10:21 puppet-user: Version:", "<13>Dec 9 04:10:21 puppet-user: Config: 1765253410", "<13>Dec 9 04:10:21 puppet-user: Puppet: 7.10.0" ] } 2025-12-09 04:10:26.963539 | fa163e63-5322-efa7-ee3c-000000003512 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:19.538817 | 0.09s 2025-12-09 04:10:26.994580 | fa163e63-5322-efa7-ee3c-000000003513 | TASK | Pre-cache facts for puppet containers 2025-12-09 04:10:27.026077 | fa163e63-5322-efa7-ee3c-000000003513 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:19.601324 | 0.03s 2025-12-09 04:10:27.096837 | fa163e63-5322-efa7-ee3c-000000003552 | TASK | Gather variables for each operating system 2025-12-09 04:10:27.200584 | fa163e63-5322-efa7-ee3c-000000003552 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:19.775841 | 0.10s 2025-12-09 04:10:27.233009 | fa163e63-5322-efa7-ee3c-000000003553 | TASK | Create puppet caching structures 2025-12-09 04:10:27.489442 | fa163e63-5322-efa7-ee3c-000000003553 | CHANGED | Create puppet caching structures | standalone 2025-12-09 04:10:27.491276 | fa163e63-5322-efa7-ee3c-000000003553 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:20.066553 | 0.26s 2025-12-09 04:10:27.522752 | fa163e63-5322-efa7-ee3c-000000003554 | TASK | Check for facter.conf 2025-12-09 04:10:27.780689 | fa163e63-5322-efa7-ee3c-000000003554 | OK | Check for facter.conf | standalone 2025-12-09 04:10:27.782212 | fa163e63-5322-efa7-ee3c-000000003554 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:20.357489 | 0.26s 2025-12-09 04:10:27.813232 | fa163e63-5322-efa7-ee3c-000000003555 | TASK | Remove facter.conf if directory 2025-12-09 04:10:27.865140 | fa163e63-5322-efa7-ee3c-000000003555 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-09 04:10:27.866523 | fa163e63-5322-efa7-ee3c-000000003555 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:20.441800 | 0.05s 2025-12-09 04:10:27.899821 | fa163e63-5322-efa7-ee3c-000000003556 | TASK | Write facter cache config 2025-12-09 04:10:28.390545 | fa163e63-5322-efa7-ee3c-000000003556 | CHANGED | Write facter cache config | standalone 2025-12-09 04:10:28.392258 | fa163e63-5322-efa7-ee3c-000000003556 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:20.967534 | 0.49s 2025-12-09 04:10:28.426792 | fa163e63-5322-efa7-ee3c-000000003557 | TASK | Cleanup facter cache if exists 2025-12-09 04:10:28.726475 | fa163e63-5322-efa7-ee3c-000000003557 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-09 04:10:28.728110 | fa163e63-5322-efa7-ee3c-000000003557 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:21.303382 | 0.30s 2025-12-09 04:10:28.760332 | fa163e63-5322-efa7-ee3c-000000003558 | TASK | Pre-cache facts 2025-12-09 04:10:29.374679 | fa163e63-5322-efa7-ee3c-000000003558 | CHANGED | Pre-cache facts | standalone 2025-12-09 04:10:29.376289 | fa163e63-5322-efa7-ee3c-000000003558 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:21.951565 | 0.61s 2025-12-09 04:10:29.409752 | fa163e63-5322-efa7-ee3c-000000003559 | TASK | Failed deployment if facter fails 2025-12-09 04:10:29.453167 | fa163e63-5322-efa7-ee3c-000000003559 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-09 04:10:29.454635 | fa163e63-5322-efa7-ee3c-000000003559 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:22.029910 | 0.04s 2025-12-09 04:10:29.502361 | fa163e63-5322-efa7-ee3c-00000000355a | TASK | Sync cached facts 2025-12-09 04:10:29.840700 | fa163e63-5322-efa7-ee3c-00000000355a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e63-5322-efa7-ee3c-00000000355a') missing from stats 2025-12-09 04:10:29.893003 | fa163e63-5322-efa7-ee3c-000000003514 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-09 04:10:29.939291 | fa163e63-5322-efa7-ee3c-000000003514 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-09 04:10:29.940743 | fa163e63-5322-efa7-ee3c-000000003514 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:22.516011 | 0.05s 2025-12-09 04:10:29.972476 | fa163e63-5322-efa7-ee3c-000000003516 | TASK | Manage containers for step 2 with tripleo-ansible 2025-12-09 04:10:30.004919 | fa163e63-5322-efa7-ee3c-000000003516 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:22.580189 | 0.03s 2025-12-09 04:10:30.072223 | fa163e63-5322-efa7-ee3c-0000000035b1 | TASK | Gather variables for each operating system 2025-12-09 04:10:30.196938 | fa163e63-5322-efa7-ee3c-0000000035b1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:22.772197 | 0.12s 2025-12-09 04:10:30.228225 | fa163e63-5322-efa7-ee3c-0000000035b2 | TASK | Create container logs path 2025-12-09 04:10:30.500955 | fa163e63-5322-efa7-ee3c-0000000035b2 | OK | Create container logs path | standalone 2025-12-09 04:10:30.502726 | fa163e63-5322-efa7-ee3c-0000000035b2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:23.077996 | 0.27s 2025-12-09 04:10:30.541527 | fa163e63-5322-efa7-ee3c-0000000035b4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-12-09 04:10:30.800933 | fa163e63-5322-efa7-ee3c-0000000035b4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-09 04:10:30.802523 | fa163e63-5322-efa7-ee3c-0000000035b4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:23.377801 | 0.26s 2025-12-09 04:10:30.833979 | fa163e63-5322-efa7-ee3c-0000000035b5 | TASK | Finalise hashes for all containers 2025-12-09 04:10:30.908798 | fa163e63-5322-efa7-ee3c-0000000035b5 | OK | Finalise hashes for all containers | standalone 2025-12-09 04:10:30.910008 | fa163e63-5322-efa7-ee3c-0000000035b5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:23.485287 | 0.07s 2025-12-09 04:10:30.939737 | fa163e63-5322-efa7-ee3c-0000000035b7 | TASK | Manage systemd shutdown files 2025-12-09 04:10:30.981330 | fa163e63-5322-efa7-ee3c-0000000035b7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:23.556597 | 0.04s 2025-12-09 04:10:31.018563 | 369b8037-604a-45f8-827e-ee1c8842fdda | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-09 04:10:31.049976 | fa163e63-5322-efa7-ee3c-0000000035ea | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-09 04:10:31.328565 | fa163e63-5322-efa7-ee3c-0000000035ea | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-09 04:10:31.330363 | fa163e63-5322-efa7-ee3c-0000000035ea | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:23.905638 | 0.28s 2025-12-09 04:10:31.361473 | fa163e63-5322-efa7-ee3c-0000000035eb | TASK | Set podman_drop_in fact 2025-12-09 04:10:31.418589 | fa163e63-5322-efa7-ee3c-0000000035eb | OK | Set podman_drop_in fact | standalone 2025-12-09 04:10:31.420078 | fa163e63-5322-efa7-ee3c-0000000035eb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:23.995357 | 0.06s 2025-12-09 04:10:31.451973 | fa163e63-5322-efa7-ee3c-0000000035ed | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-09 04:10:32.023757 | fa163e63-5322-efa7-ee3c-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-09 04:10:32.025567 | fa163e63-5322-efa7-ee3c-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:24.600837 | 0.57s 2025-12-09 04:10:32.533525 | fa163e63-5322-efa7-ee3c-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-09 04:10:32.534691 | fa163e63-5322-efa7-ee3c-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:25.109977 | 1.08s 2025-12-09 04:10:32.538884 | fa163e63-5322-efa7-ee3c-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:25.114155 | 1.08s 2025-12-09 04:10:32.570894 | fa163e63-5322-efa7-ee3c-0000000035ee | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-09 04:10:33.139029 | fa163e63-5322-efa7-ee3c-0000000035ee | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-09 04:10:33.140708 | fa163e63-5322-efa7-ee3c-0000000035ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:25.715985 | 0.57s 2025-12-09 04:10:33.172456 | fa163e63-5322-efa7-ee3c-0000000035ef | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-09 04:10:33.740969 | fa163e63-5322-efa7-ee3c-0000000035ef | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-09 04:10:33.742839 | fa163e63-5322-efa7-ee3c-0000000035ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:26.318109 | 0.57s 2025-12-09 04:10:33.774463 | fa163e63-5322-efa7-ee3c-0000000035f0 | TASK | Enable and start tripleo-container-shutdown 2025-12-09 04:10:34.617265 | fa163e63-5322-efa7-ee3c-0000000035f0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-09 04:10:34.619469 | fa163e63-5322-efa7-ee3c-0000000035f0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:27.194745 | 0.84s 2025-12-09 04:10:34.652090 | fa163e63-5322-efa7-ee3c-0000000035f1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-09 04:10:35.199071 | fa163e63-5322-efa7-ee3c-0000000035f1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-09 04:10:35.200901 | fa163e63-5322-efa7-ee3c-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:27.776171 | 0.55s 2025-12-09 04:10:35.231006 | fa163e63-5322-efa7-ee3c-0000000035f2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-09 04:10:35.770346 | fa163e63-5322-efa7-ee3c-0000000035f2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-09 04:10:35.772080 | fa163e63-5322-efa7-ee3c-0000000035f2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:28.347358 | 0.54s 2025-12-09 04:10:35.804889 | fa163e63-5322-efa7-ee3c-0000000035f3 | TASK | Enable and start netns-placeholder 2025-12-09 04:10:36.586465 | fa163e63-5322-efa7-ee3c-0000000035f3 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-09 04:10:36.588542 | fa163e63-5322-efa7-ee3c-0000000035f3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:29.163818 | 0.78s 2025-12-09 04:10:36.619707 | fa163e63-5322-efa7-ee3c-0000000035b9 | TASK | Update container configs with new config hashes 2025-12-09 04:10:36.681311 | fa163e63-5322-efa7-ee3c-0000000035b9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:29.256584 | 0.06s 2025-12-09 04:10:36.701467 | 471ee653-7070-4c4f-a032-eb95d06a3c47 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-09 04:10:36.735609 | fa163e63-5322-efa7-ee3c-00000000361b | TASK | Update config hashes for container startup configs 2025-12-09 04:10:37.042736 | fa163e63-5322-efa7-ee3c-00000000361b | OK | Update config hashes for container startup configs | standalone 2025-12-09 04:10:37.044181 | fa163e63-5322-efa7-ee3c-00000000361b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:29.619456 | 0.31s 2025-12-09 04:10:37.077479 | fa163e63-5322-efa7-ee3c-0000000035ba | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-09 04:10:37.138810 | fa163e63-5322-efa7-ee3c-0000000035ba | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:29.714084 | 0.06s 2025-12-09 04:10:37.162469 | 5b33c44a-a85f-442d-b93a-624dfb748a52 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-09 04:10:37.199848 | fa163e63-5322-efa7-ee3c-00000000363a | TASK | Gather podman infos 2025-12-09 04:10:38.199725 | fa163e63-5322-efa7-ee3c-00000000363a | OK | Gather podman infos | standalone 2025-12-09 04:10:38.201183 | fa163e63-5322-efa7-ee3c-00000000363a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:30.776460 | 1.00s 2025-12-09 04:10:38.354800 | fa163e63-5322-efa7-ee3c-00000000363b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-09 04:10:38.406553 | fa163e63-5322-efa7-ee3c-00000000363b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:30.981822 | 0.05s 2025-12-09 04:10:38.531847 | fa163e63-5322-efa7-ee3c-000000003684 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:31.107118 | 0.07s 2025-12-09 04:10:38.594280 | fa163e63-5322-efa7-ee3c-0000000035bb | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-09 04:10:38.657192 | fa163e63-5322-efa7-ee3c-0000000035bb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:31.232456 | 0.06s 2025-12-09 04:10:38.684999 | 58399282-f5de-489e-bd79-0f246f650504 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-09 04:10:38.721708 | fa163e63-5322-efa7-ee3c-0000000036aa | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-09 04:10:57.356464 | fa163e63-5322-efa7-ee3c-0000000036aa | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-09 04:10:57.358639 | fa163e63-5322-efa7-ee3c-0000000036aa | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:49.933912 | 18.64s 2025-12-09 04:10:57.395891 | fa163e63-5322-efa7-ee3c-0000000036ab | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-09 04:11:01.543197 | fa163e63-5322-efa7-ee3c-0000000036ab | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-09 04:11:01.545486 | fa163e63-5322-efa7-ee3c-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:54.120763 | 4.15s 2025-12-09 04:11:01.605163 | fa163e63-5322-efa7-ee3c-000000003518 | TASK | Clean container_puppet_tasks for standalone step 2 2025-12-09 04:11:01.862295 | fa163e63-5322-efa7-ee3c-000000003518 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-12-09 04:11:01.864138 | fa163e63-5322-efa7-ee3c-000000003518 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:16:54.439415 | 0.26s 2025-12-09 04:11:01.912490 | fa163e63-5322-efa7-ee3c-000000003519 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-12-09 04:11:01.968503 | fa163e63-5322-efa7-ee3c-000000003519 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:16:54.543761 | 0.05s 2025-12-09 04:11:02.003731 | fa163e63-5322-efa7-ee3c-00000000351a | TASK | Include container-puppet tasks for step 2 2025-12-09 04:11:02.058447 | fa163e63-5322-efa7-ee3c-00000000351a | TIMING | Include container-puppet tasks for step 2 | standalone | 0:16:54.633689 | 0.05s 2025-12-09 04:11:02.086081 | 947166c1-0a47-4e49-8c7b-240a0bc265f4 | INCLUDED | /root/standalone-ansible-h8tfki1q/host-container-puppet-tasks.yaml | standalone 2025-12-09 04:11:02.133887 | fa163e63-5322-efa7-ee3c-0000000036f6 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-12-09 04:11:02.699377 | fa163e63-5322-efa7-ee3c-0000000036f6 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-12-09 04:11:02.701313 | fa163e63-5322-efa7-ee3c-0000000036f6 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:16:55.276585 | 0.57s 2025-12-09 04:11:02.733490 | fa163e63-5322-efa7-ee3c-0000000036f8 | TASK | Generate container puppet configs for step 2 2025-12-09 04:11:03.036343 | fa163e63-5322-efa7-ee3c-0000000036f8 | OK | Generate container puppet configs for step 2 | standalone 2025-12-09 04:11:03.038037 | fa163e63-5322-efa7-ee3c-0000000036f8 | TIMING | Generate container puppet configs for step 2 | standalone | 0:16:55.613313 | 0.30s 2025-12-09 04:11:03.071835 | fa163e63-5322-efa7-ee3c-0000000036f9 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-12-09 04:11:03.106364 | fa163e63-5322-efa7-ee3c-0000000036f9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:16:55.681625 | 0.03s 2025-12-09 04:11:03.177058 | fa163e63-5322-efa7-ee3c-000000003728 | TASK | Gather variables for each operating system 2025-12-09 04:11:03.303934 | fa163e63-5322-efa7-ee3c-000000003728 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:55.879189 | 0.13s 2025-12-09 04:11:03.336712 | fa163e63-5322-efa7-ee3c-000000003729 | TASK | Create container logs path 2025-12-09 04:11:03.611744 | fa163e63-5322-efa7-ee3c-000000003729 | OK | Create container logs path | standalone 2025-12-09 04:11:03.614796 | fa163e63-5322-efa7-ee3c-000000003729 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:56.190068 | 0.28s 2025-12-09 04:11:03.656247 | fa163e63-5322-efa7-ee3c-00000000372b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-09 04:11:03.890666 | fa163e63-5322-efa7-ee3c-00000000372b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-09 04:11:03.892249 | fa163e63-5322-efa7-ee3c-00000000372b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:56.467523 | 0.23s 2025-12-09 04:11:03.923537 | fa163e63-5322-efa7-ee3c-00000000372c | TASK | Finalise hashes for all containers 2025-12-09 04:11:03.967438 | fa163e63-5322-efa7-ee3c-00000000372c | OK | Finalise hashes for all containers | standalone 2025-12-09 04:11:03.968592 | fa163e63-5322-efa7-ee3c-00000000372c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:56.543873 | 0.04s 2025-12-09 04:11:03.999041 | fa163e63-5322-efa7-ee3c-00000000372e | TASK | Manage systemd shutdown files 2025-12-09 04:11:04.040085 | fa163e63-5322-efa7-ee3c-00000000372e | SKIPPED | Manage systemd shutdown files | standalone 2025-12-09 04:11:04.041354 | fa163e63-5322-efa7-ee3c-00000000372e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:56.616632 | 0.04s 2025-12-09 04:11:04.071644 | fa163e63-5322-efa7-ee3c-000000003730 | TASK | Update container configs with new config hashes 2025-12-09 04:11:04.125254 | fa163e63-5322-efa7-ee3c-000000003730 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-09 04:11:04.126491 | fa163e63-5322-efa7-ee3c-000000003730 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:56.701770 | 0.05s 2025-12-09 04:11:04.158700 | fa163e63-5322-efa7-ee3c-000000003731 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-09 04:11:04.213671 | fa163e63-5322-efa7-ee3c-000000003731 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-09 04:11:04.215261 | fa163e63-5322-efa7-ee3c-000000003731 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:56.790533 | 0.06s 2025-12-09 04:11:04.249292 | fa163e63-5322-efa7-ee3c-000000003732 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-09 04:11:04.302317 | fa163e63-5322-efa7-ee3c-000000003732 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-09 04:11:04.303540 | fa163e63-5322-efa7-ee3c-000000003732 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:56.878817 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-12-09 04:11:04.486354 | fa163e63-5322-efa7-ee3c-0000000000d2 | TASK | External deployment step 3 2025-12-09 04:11:04.518625 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000d2') missing from stats 2025-12-09 04:11:04.578530 | fa163e63-5322-efa7-ee3c-0000000000d3 | TIMING | include_tasks | undercloud | 0:16:57.153800 | 0.04s 2025-12-09 04:11:04.589996 | d87d3e5f-4877-4f17-8009-96a7a37c2055 | INCLUDED | /root/standalone-ansible-h8tfki1q/external_deploy_steps_tasks_step3.yaml | undercloud 2025-12-09 04:11:04.609799 | fa163e63-5322-efa7-ee3c-000000003781 | TASK | Pause cephadm 2025-12-09 04:11:04.664070 | fa163e63-5322-efa7-ee3c-000000003781 | SKIPPED | Pause cephadm | undercloud 2025-12-09 04:11:04.665371 | fa163e63-5322-efa7-ee3c-000000003781 | TIMING | Pause cephadm | undercloud | 0:16:57.240641 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-12-09 04:11:04.805147 | fa163e63-5322-efa7-ee3c-0000000000d6 | TASK | Deploy step tasks for 3 2025-12-09 04:11:04.837721 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000d6') missing from stats 2025-12-09 04:11:04.867531 | fa163e63-5322-efa7-ee3c-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-12-09 04:11:05.399392 | fa163e63-5322-efa7-ee3c-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-12-09 04:11:05.401357 | fa163e63-5322-efa7-ee3c-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:16:57.976631 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-09 04:11:05.485844 | fa163e63-5322-efa7-ee3c-0000000000d8 | TIMING | include_tasks | standalone | 0:16:58.061107 | 0.05s 2025-12-09 04:11:05.515637 | 1ac921b5-24aa-453b-a8c7-d6fc95c7837d | INCLUDED | /root/standalone-ansible-h8tfki1q/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-12-09 04:11:05.550585 | fa163e63-5322-efa7-ee3c-0000000037a0 | TASK | Start OVN container 2025-12-09 04:11:05.636369 | fa163e63-5322-efa7-ee3c-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:58.211619 | 0.08s 2025-12-09 04:11:05.665312 | fa163e63-5322-efa7-ee3c-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:58.240595 | 0.11s 2025-12-09 04:11:05.690740 | fa163e63-5322-efa7-ee3c-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:58.266023 | 0.14s 2025-12-09 04:11:05.702287 | fa163e63-5322-efa7-ee3c-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:58.277567 | 0.15s 2025-12-09 04:11:05.810083 | fa163e63-5322-efa7-ee3c-0000000037d8 | TASK | Gather variables for each operating system 2025-12-09 04:11:05.912341 | fa163e63-5322-efa7-ee3c-0000000037d8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:58.487602 | 0.10s 2025-12-09 04:11:05.944857 | fa163e63-5322-efa7-ee3c-0000000037d9 | TASK | Create container logs path 2025-12-09 04:11:06.239807 | fa163e63-5322-efa7-ee3c-0000000037d9 | OK | Create container logs path | standalone 2025-12-09 04:11:06.241536 | fa163e63-5322-efa7-ee3c-0000000037d9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:58.816775 | 0.29s 2025-12-09 04:11:06.277135 | fa163e63-5322-efa7-ee3c-0000000037db | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:06.597236 | fa163e63-5322-efa7-ee3c-0000000037db | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-09 04:11:06.598685 | fa163e63-5322-efa7-ee3c-0000000037db | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:59.173962 | 0.32s 2025-12-09 04:11:06.627945 | fa163e63-5322-efa7-ee3c-0000000037dc | TASK | Finalise hashes for all containers 2025-12-09 04:11:06.724732 | fa163e63-5322-efa7-ee3c-0000000037dc | OK | Finalise hashes for all containers | standalone 2025-12-09 04:11:06.725964 | fa163e63-5322-efa7-ee3c-0000000037dc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:59.301242 | 0.10s 2025-12-09 04:11:06.755908 | fa163e63-5322-efa7-ee3c-0000000037de | TASK | Manage systemd shutdown files 2025-12-09 04:11:06.816611 | fa163e63-5322-efa7-ee3c-0000000037de | SKIPPED | Manage systemd shutdown files | standalone 2025-12-09 04:11:06.817923 | fa163e63-5322-efa7-ee3c-0000000037de | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:59.393199 | 0.06s 2025-12-09 04:11:06.848171 | fa163e63-5322-efa7-ee3c-0000000037e0 | TASK | Update container configs with new config hashes 2025-12-09 04:11:06.922664 | fa163e63-5322-efa7-ee3c-0000000037e0 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-09 04:11:06.923894 | fa163e63-5322-efa7-ee3c-0000000037e0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:59.499170 | 0.07s 2025-12-09 04:11:06.956073 | fa163e63-5322-efa7-ee3c-0000000037e1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:07.023622 | fa163e63-5322-efa7-ee3c-0000000037e1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:59.598883 | 0.07s 2025-12-09 04:11:07.048810 | ab978119-4026-41d9-860a-f768e1373e81 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-09 04:11:07.087959 | fa163e63-5322-efa7-ee3c-00000000386d | TASK | Gather podman infos 2025-12-09 04:11:08.269917 | fa163e63-5322-efa7-ee3c-00000000386d | OK | Gather podman infos | standalone 2025-12-09 04:11:08.271283 | fa163e63-5322-efa7-ee3c-00000000386d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:00.846559 | 1.18s 2025-12-09 04:11:08.360990 | fa163e63-5322-efa7-ee3c-00000000386e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:08.446710 | fa163e63-5322-efa7-ee3c-00000000386e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:01.021984 | 0.08s 2025-12-09 04:11:08.684536 | fa163e63-5322-efa7-ee3c-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:01.259798 | 0.19s 2025-12-09 04:11:08.747910 | fa163e63-5322-efa7-ee3c-0000000037e2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:08.824530 | fa163e63-5322-efa7-ee3c-0000000037e2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:01.399790 | 0.07s 2025-12-09 04:11:08.998210 | 1812537c-aa03-47a8-b5e8-463847cd3f5e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-09 04:11:09.029449 | fa163e63-5322-efa7-ee3c-0000000038d8 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:10.059559 | fa163e63-5322-efa7-ee3c-0000000038d8 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-09 04:11:10.061237 | fa163e63-5322-efa7-ee3c-0000000038d8 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:02.636514 | 1.03s 2025-12-09 04:11:10.093870 | fa163e63-5322-efa7-ee3c-0000000038d9 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:13.264386 | fa163e63-5322-efa7-ee3c-0000000038d9 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-09 04:11:13.266522 | fa163e63-5322-efa7-ee3c-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:17:05.841790 | 3.17s 2025-12-09 04:11:13.340480 | fa163e63-5322-efa7-ee3c-000000003803 | TASK | Gather variables for each operating system 2025-12-09 04:11:13.462508 | fa163e63-5322-efa7-ee3c-000000003803 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:06.037771 | 0.12s 2025-12-09 04:11:13.493750 | fa163e63-5322-efa7-ee3c-000000003804 | TASK | Create container logs path 2025-12-09 04:11:13.740321 | fa163e63-5322-efa7-ee3c-000000003804 | OK | Create container logs path | standalone 2025-12-09 04:11:13.741832 | fa163e63-5322-efa7-ee3c-000000003804 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:06.317110 | 0.25s 2025-12-09 04:11:13.777039 | fa163e63-5322-efa7-ee3c-000000003806 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:14.096848 | fa163e63-5322-efa7-ee3c-000000003806 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-09 04:11:14.098207 | fa163e63-5322-efa7-ee3c-000000003806 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:06.673483 | 0.32s 2025-12-09 04:11:14.129007 | fa163e63-5322-efa7-ee3c-000000003807 | TASK | Finalise hashes for all containers 2025-12-09 04:11:14.234586 | fa163e63-5322-efa7-ee3c-000000003807 | OK | Finalise hashes for all containers | standalone 2025-12-09 04:11:14.235867 | fa163e63-5322-efa7-ee3c-000000003807 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:06.811145 | 0.11s 2025-12-09 04:11:14.268576 | fa163e63-5322-efa7-ee3c-000000003809 | TASK | Manage systemd shutdown files 2025-12-09 04:11:14.301301 | fa163e63-5322-efa7-ee3c-000000003809 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-09 04:11:14.302706 | fa163e63-5322-efa7-ee3c-000000003809 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:06.877982 | 0.03s 2025-12-09 04:11:14.333155 | fa163e63-5322-efa7-ee3c-00000000380b | TASK | Update container configs with new config hashes 2025-12-09 04:11:14.374190 | fa163e63-5322-efa7-ee3c-00000000380b | SKIPPED | Update container configs with new config hashes | standalone 2025-12-09 04:11:14.375567 | fa163e63-5322-efa7-ee3c-00000000380b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:06.950843 | 0.04s 2025-12-09 04:11:14.407270 | fa163e63-5322-efa7-ee3c-00000000380c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:14.447461 | fa163e63-5322-efa7-ee3c-00000000380c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:07.022667 | 0.04s 2025-12-09 04:11:14.472194 | c88b55fa-13cd-410d-ac72-b3f653db816a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-09 04:11:14.507836 | fa163e63-5322-efa7-ee3c-000000003924 | TASK | Gather podman infos 2025-12-09 04:11:15.686199 | fa163e63-5322-efa7-ee3c-000000003924 | OK | Gather podman infos | standalone 2025-12-09 04:11:15.687859 | fa163e63-5322-efa7-ee3c-000000003924 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:08.263135 | 1.18s 2025-12-09 04:11:15.779184 | fa163e63-5322-efa7-ee3c-000000003925 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:15.859441 | fa163e63-5322-efa7-ee3c-000000003925 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:08.434669 | 0.07s 2025-12-09 04:11:15.996696 | fa163e63-5322-efa7-ee3c-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:08.571959 | 0.08s 2025-12-09 04:11:16.055382 | fa163e63-5322-efa7-ee3c-00000000380d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:16.131161 | fa163e63-5322-efa7-ee3c-00000000380d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:08.706426 | 0.07s 2025-12-09 04:11:16.157789 | 4fece6b0-253f-4ff4-9534-a40c6cbc840c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-09 04:11:16.193439 | fa163e63-5322-efa7-ee3c-00000000398a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:17.262281 | fa163e63-5322-efa7-ee3c-00000000398a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-09 04:11:17.263108 | fa163e63-5322-efa7-ee3c-00000000398a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:09.838396 | 1.07s 2025-12-09 04:11:17.283268 | fa163e63-5322-efa7-ee3c-00000000398b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:20.303440 | fa163e63-5322-efa7-ee3c-00000000398b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-09 04:11:20.305196 | fa163e63-5322-efa7-ee3c-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:17:12.880472 | 3.02s 2025-12-09 04:11:20.362950 | fa163e63-5322-efa7-ee3c-00000000382e | TASK | Gather variables for each operating system 2025-12-09 04:11:20.480425 | fa163e63-5322-efa7-ee3c-00000000382e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:13.055672 | 0.12s 2025-12-09 04:11:20.507079 | fa163e63-5322-efa7-ee3c-00000000382f | TASK | Create container logs path 2025-12-09 04:11:20.747384 | fa163e63-5322-efa7-ee3c-00000000382f | OK | Create container logs path | standalone 2025-12-09 04:11:20.748965 | fa163e63-5322-efa7-ee3c-00000000382f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:13.324248 | 0.24s 2025-12-09 04:11:20.772207 | fa163e63-5322-efa7-ee3c-000000003831 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:21.049617 | fa163e63-5322-efa7-ee3c-000000003831 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-09 04:11:21.050866 | fa163e63-5322-efa7-ee3c-000000003831 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:13.626148 | 0.28s 2025-12-09 04:11:21.072108 | fa163e63-5322-efa7-ee3c-000000003832 | TASK | Finalise hashes for all containers 2025-12-09 04:11:21.154853 | fa163e63-5322-efa7-ee3c-000000003832 | OK | Finalise hashes for all containers | standalone 2025-12-09 04:11:21.156011 | fa163e63-5322-efa7-ee3c-000000003832 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:13.731289 | 0.08s 2025-12-09 04:11:21.186364 | fa163e63-5322-efa7-ee3c-000000003834 | TASK | Manage systemd shutdown files 2025-12-09 04:11:21.240232 | fa163e63-5322-efa7-ee3c-000000003834 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-09 04:11:21.241431 | fa163e63-5322-efa7-ee3c-000000003834 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:13.816678 | 0.05s 2025-12-09 04:11:21.272037 | fa163e63-5322-efa7-ee3c-000000003836 | TASK | Update container configs with new config hashes 2025-12-09 04:11:21.335737 | fa163e63-5322-efa7-ee3c-000000003836 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-09 04:11:21.336993 | fa163e63-5322-efa7-ee3c-000000003836 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:13.912269 | 0.06s 2025-12-09 04:11:21.369338 | fa163e63-5322-efa7-ee3c-000000003837 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:21.445867 | fa163e63-5322-efa7-ee3c-000000003837 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:14.021133 | 0.07s 2025-12-09 04:11:21.470315 | c719af2b-c3ea-4c99-b4a3-69ba05cd169b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-09 04:11:21.505920 | fa163e63-5322-efa7-ee3c-0000000039d6 | TASK | Gather podman infos 2025-12-09 04:11:22.793194 | fa163e63-5322-efa7-ee3c-0000000039d6 | OK | Gather podman infos | standalone 2025-12-09 04:11:22.794669 | fa163e63-5322-efa7-ee3c-0000000039d6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:15.369946 | 1.29s 2025-12-09 04:11:22.995709 | fa163e63-5322-efa7-ee3c-0000000039d7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:23.084323 | fa163e63-5322-efa7-ee3c-0000000039d7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:15.659588 | 0.08s 2025-12-09 04:11:23.231572 | fa163e63-5322-efa7-ee3c-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:15.806835 | 0.09s 2025-12-09 04:11:23.290654 | fa163e63-5322-efa7-ee3c-000000003838 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:23.367060 | fa163e63-5322-efa7-ee3c-000000003838 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:15.942316 | 0.07s 2025-12-09 04:11:23.391831 | 63d3d715-b2f3-4434-a318-281a4b3c480d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-09 04:11:23.427600 | fa163e63-5322-efa7-ee3c-000000003a3c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:24.636930 | fa163e63-5322-efa7-ee3c-000000003a3c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-09 04:11:24.639708 | fa163e63-5322-efa7-ee3c-000000003a3c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:17.214981 | 1.21s 2025-12-09 04:11:24.676159 | fa163e63-5322-efa7-ee3c-000000003a3d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-09 04:11:27.664999 | fa163e63-5322-efa7-ee3c-000000003a3d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-09 04:11:27.666751 | fa163e63-5322-efa7-ee3c-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:17:20.242027 | 2.99s 2025-12-09 04:11:27.722861 | fa163e63-5322-efa7-ee3c-0000000037a2 | TASK | Set NB connection 2025-12-09 04:11:28.203208 | fa163e63-5322-efa7-ee3c-0000000037a2 | CHANGED | Set NB connection | standalone 2025-12-09 04:11:28.205006 | fa163e63-5322-efa7-ee3c-0000000037a2 | TIMING | Set NB connection | standalone | 0:17:20.780283 | 0.48s 2025-12-09 04:11:28.233343 | fa163e63-5322-efa7-ee3c-0000000037a3 | TASK | Set SB connection 2025-12-09 04:11:28.724424 | fa163e63-5322-efa7-ee3c-0000000037a3 | CHANGED | Set SB connection | standalone 2025-12-09 04:11:28.725977 | fa163e63-5322-efa7-ee3c-0000000037a3 | TIMING | Set SB connection | standalone | 0:17:21.301255 | 0.49s 2025-12-09 04:11:28.754965 | fa163e63-5322-efa7-ee3c-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-12-09 04:11:29.031882 | fa163e63-5322-efa7-ee3c-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-12-09 04:11:29.034333 | fa163e63-5322-efa7-ee3c-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:21.609607 | 0.28s 2025-12-09 04:11:29.144773 | fa163e63-5322-efa7-ee3c-0000000000db | TIMING | include_tasks | standalone | 0:17:21.720031 | 0.08s 2025-12-09 04:11:29.187442 | 27e17daa-1a12-4e6e-a0fa-721411d55226 | INCLUDED | /root/standalone-ansible-h8tfki1q/common_deploy_steps_tasks.yaml | standalone 2025-12-09 04:11:29.214755 | fa163e63-5322-efa7-ee3c-000000003a82 | TASK | Write the config_step hieradata 2025-12-09 04:11:29.811889 | fa163e63-5322-efa7-ee3c-000000003a82 | OK | Write the config_step hieradata | standalone 2025-12-09 04:11:29.813724 | fa163e63-5322-efa7-ee3c-000000003a82 | TIMING | Write the config_step hieradata | standalone | 0:17:22.388998 | 0.60s 2025-12-09 04:11:29.848808 | fa163e63-5322-efa7-ee3c-000000003a83 | TASK | Run puppet host configuration for step 3 2025-12-09 04:11:30.180897 | fa163e63-5322-efa7-ee3c-000000003a83 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-12-09 04:11:30.182588 | fa163e63-5322-efa7-ee3c-000000003a83 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:22.757862 | 0.33s 2025-12-09 04:11:30.213974 | fa163e63-5322-efa7-ee3c-000000003a84 | TASK | Wait for puppet host configuration to finish 2025-12-09 04:11:30.547107 | fa163e63-5322-efa7-ee3c-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-09 04:11:40.795630 | fa163e63-5322-efa7-ee3c-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-09 04:11:51.019694 | fa163e63-5322-efa7-ee3c-000000003a84 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-09 04:11:51.021048 | fa163e63-5322-efa7-ee3c-000000003a84 | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:43.596326 | 20.81s 2025-12-09 04:11:51.051678 | fa163e63-5322-efa7-ee3c-000000003a85 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-12-09 04:11:51.135733 | fa163e63-5322-efa7-ee3c-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 9 04:11:30 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 9 04:11:34 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 9 04:11:34 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 9 04:11:34 puppet-user: (file & line not available)", "<13>Dec 9 04:11:34 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 9 04:11:34 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 9 04:11:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 9 04:11:35 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.52 seconds", "<13>Dec 9 04:11:40 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 9 04:11:42 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 9 04:11:43 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 9 04:11:43 puppet-user: Notice: Applied catalog in 8.53 seconds", "<13>Dec 9 04:11:43 puppet-user: Application:", "<13>Dec 9 04:11:43 puppet-user: Initial environment: production", "<13>Dec 9 04:11:43 puppet-user: Converged environment: production", "<13>Dec 9 04:11:43 puppet-user: Run mode: user", "<13>Dec 9 04:11:43 puppet-user: Changes:", "<13>Dec 9 04:11:43 puppet-user: Total: 2", "<13>Dec 9 04:11:43 puppet-user: Events:", "<13>Dec 9 04:11:43 puppet-user: Success: 2", "<13>Dec 9 04:11:43 puppet-user: Resources:", "<13>Dec 9 04:11:43 puppet-user: Changed: 2", "<13>Dec 9 04:11:43 puppet-user: Out of sync: 2", "<13>Dec 9 04:11:43 puppet-user: Total: 28", "<13>Dec 9 04:11:43 puppet-user: Time:", "<13>Dec 9 04:11:43 puppet-user: Filebucket: 0.00", "<13>Dec 9 04:11:43 puppet-user: Schedule: 0.00", "<13>Dec 9 04:11:43 puppet-user: Package: 0.00", "<13>Dec 9 04:11:43 puppet-user: File: 0.00", "<13>Dec 9 04:11:43 puppet-user: Augeas: 0.01", "<13>Dec 9 04:11:43 puppet-user: File line: 0.04", "<13>Dec 9 04:11:43 puppet-user: User: 0.07", "<13>Dec 9 04:11:43 puppet-user: Service: 0.10", "<13>Dec 9 04:11:43 puppet-user: Config retrieval: 0.59", "<13>Dec 9 04:11:43 puppet-user: Pcmk property: 1.47", "<13>Dec 9 04:11:43 puppet-user: Last run: 1765253503", "<13>Dec 9 04:11:43 puppet-user: Pcmk resource op default: 2.14", "<13>Dec 9 04:11:43 puppet-user: Exec: 2.19", "<13>Dec 9 04:11:43 puppet-user: Pcmk resource default: 2.30", "<13>Dec 9 04:11:43 puppet-user: Transaction evaluation: 8.51", "<13>Dec 9 04:11:43 puppet-user: Catalog application: 8.53", "<13>Dec 9 04:11:43 puppet-user: Total: 8.53", "<13>Dec 9 04:11:43 puppet-user: Version:", "<13>Dec 9 04:11:43 puppet-user: Config: 1765253494", "<13>Dec 9 04:11:43 puppet-user: Puppet: 7.10.0" ] } 2025-12-09 04:11:51.137188 | fa163e63-5322-efa7-ee3c-000000003a85 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:17:43.712465 | 0.08s 2025-12-09 04:11:51.167164 | fa163e63-5322-efa7-ee3c-000000003a86 | TASK | Pre-cache facts for puppet containers 2025-12-09 04:11:51.197458 | fa163e63-5322-efa7-ee3c-000000003a86 | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:43.772730 | 0.03s 2025-12-09 04:11:51.266162 | fa163e63-5322-efa7-ee3c-000000003ac5 | TASK | Gather variables for each operating system 2025-12-09 04:11:51.368434 | fa163e63-5322-efa7-ee3c-000000003ac5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:43.943674 | 0.10s 2025-12-09 04:11:51.398071 | fa163e63-5322-efa7-ee3c-000000003ac6 | TASK | Create puppet caching structures 2025-12-09 04:11:51.652789 | fa163e63-5322-efa7-ee3c-000000003ac6 | CHANGED | Create puppet caching structures | standalone 2025-12-09 04:11:51.654468 | fa163e63-5322-efa7-ee3c-000000003ac6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:44.229739 | 0.25s 2025-12-09 04:11:51.684834 | fa163e63-5322-efa7-ee3c-000000003ac7 | TASK | Check for facter.conf 2025-12-09 04:11:51.976774 | fa163e63-5322-efa7-ee3c-000000003ac7 | OK | Check for facter.conf | standalone 2025-12-09 04:11:51.978303 | fa163e63-5322-efa7-ee3c-000000003ac7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:44.553581 | 0.29s 2025-12-09 04:11:52.008996 | fa163e63-5322-efa7-ee3c-000000003ac8 | TASK | Remove facter.conf if directory 2025-12-09 04:11:52.061455 | fa163e63-5322-efa7-ee3c-000000003ac8 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-09 04:11:52.062615 | fa163e63-5322-efa7-ee3c-000000003ac8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:44.637892 | 0.05s 2025-12-09 04:11:52.093250 | fa163e63-5322-efa7-ee3c-000000003ac9 | TASK | Write facter cache config 2025-12-09 04:11:52.562981 | fa163e63-5322-efa7-ee3c-000000003ac9 | CHANGED | Write facter cache config | standalone 2025-12-09 04:11:52.564583 | fa163e63-5322-efa7-ee3c-000000003ac9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:45.139859 | 0.47s 2025-12-09 04:11:52.594389 | fa163e63-5322-efa7-ee3c-000000003aca | TASK | Cleanup facter cache if exists 2025-12-09 04:11:52.820456 | fa163e63-5322-efa7-ee3c-000000003aca | CHANGED | Cleanup facter cache if exists | standalone 2025-12-09 04:11:52.821935 | fa163e63-5322-efa7-ee3c-000000003aca | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:45.397213 | 0.23s 2025-12-09 04:11:52.850988 | fa163e63-5322-efa7-ee3c-000000003acb | TASK | Pre-cache facts 2025-12-09 04:11:53.467507 | fa163e63-5322-efa7-ee3c-000000003acb | CHANGED | Pre-cache facts | standalone 2025-12-09 04:11:53.469070 | fa163e63-5322-efa7-ee3c-000000003acb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:46.044347 | 0.62s 2025-12-09 04:11:53.502120 | fa163e63-5322-efa7-ee3c-000000003acc | TASK | Failed deployment if facter fails 2025-12-09 04:11:53.536616 | fa163e63-5322-efa7-ee3c-000000003acc | SKIPPED | Failed deployment if facter fails | standalone 2025-12-09 04:11:53.537910 | fa163e63-5322-efa7-ee3c-000000003acc | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:46.113187 | 0.03s 2025-12-09 04:11:53.584482 | fa163e63-5322-efa7-ee3c-000000003acd | TASK | Sync cached facts 2025-12-09 04:11:53.910097 | fa163e63-5322-efa7-ee3c-000000003acd | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e63-5322-efa7-ee3c-000000003acd') missing from stats 2025-12-09 04:11:53.967863 | fa163e63-5322-efa7-ee3c-000000003a87 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-09 04:11:54.019819 | fa163e63-5322-efa7-ee3c-000000003a87 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-09 04:11:54.021104 | fa163e63-5322-efa7-ee3c-000000003a87 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:46.596379 | 0.05s 2025-12-09 04:11:54.051707 | fa163e63-5322-efa7-ee3c-000000003a89 | TASK | Manage containers for step 3 with tripleo-ansible 2025-12-09 04:11:54.081910 | fa163e63-5322-efa7-ee3c-000000003a89 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:17:46.657182 | 0.03s 2025-12-09 04:11:54.149781 | fa163e63-5322-efa7-ee3c-000000003b24 | TASK | Gather variables for each operating system 2025-12-09 04:11:54.264503 | fa163e63-5322-efa7-ee3c-000000003b24 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:46.839761 | 0.11s 2025-12-09 04:11:54.294657 | fa163e63-5322-efa7-ee3c-000000003b25 | TASK | Create container logs path 2025-12-09 04:11:54.597894 | fa163e63-5322-efa7-ee3c-000000003b25 | OK | Create container logs path | standalone 2025-12-09 04:11:54.599502 | fa163e63-5322-efa7-ee3c-000000003b25 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:47.174778 | 0.30s 2025-12-09 04:11:54.632300 | fa163e63-5322-efa7-ee3c-000000003b27 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-12-09 04:11:54.898485 | fa163e63-5322-efa7-ee3c-000000003b27 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-09 04:11:54.899809 | fa163e63-5322-efa7-ee3c-000000003b27 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:47.475085 | 0.27s 2025-12-09 04:11:54.932966 | fa163e63-5322-efa7-ee3c-000000003b28 | TASK | Finalise hashes for all containers 2025-12-09 04:11:55.019600 | fa163e63-5322-efa7-ee3c-000000003b28 | OK | Finalise hashes for all containers | standalone 2025-12-09 04:11:55.020835 | fa163e63-5322-efa7-ee3c-000000003b28 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:47.596112 | 0.09s 2025-12-09 04:11:55.050143 | fa163e63-5322-efa7-ee3c-000000003b2a | TASK | Manage systemd shutdown files 2025-12-09 04:11:55.084212 | fa163e63-5322-efa7-ee3c-000000003b2a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:47.659479 | 0.03s 2025-12-09 04:11:55.118519 | 8f1b0b17-67b6-4823-aadf-f92971a8fa5b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-09 04:11:55.146826 | fa163e63-5322-efa7-ee3c-000000003b5d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-09 04:11:55.411125 | fa163e63-5322-efa7-ee3c-000000003b5d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-09 04:11:55.412747 | fa163e63-5322-efa7-ee3c-000000003b5d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:47.988021 | 0.26s 2025-12-09 04:11:55.448962 | fa163e63-5322-efa7-ee3c-000000003b5e | TASK | Set podman_drop_in fact 2025-12-09 04:11:55.506881 | fa163e63-5322-efa7-ee3c-000000003b5e | OK | Set podman_drop_in fact | standalone 2025-12-09 04:11:55.508189 | fa163e63-5322-efa7-ee3c-000000003b5e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:48.083461 | 0.06s 2025-12-09 04:11:55.538271 | fa163e63-5322-efa7-ee3c-000000003b60 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-09 04:11:56.013613 | fa163e63-5322-efa7-ee3c-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-09 04:11:56.015210 | fa163e63-5322-efa7-ee3c-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:48.590484 | 0.48s 2025-12-09 04:11:56.457614 | fa163e63-5322-efa7-ee3c-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-09 04:11:56.458739 | fa163e63-5322-efa7-ee3c-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:49.034017 | 0.92s 2025-12-09 04:11:56.471493 | fa163e63-5322-efa7-ee3c-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:49.046767 | 0.93s 2025-12-09 04:11:56.502499 | fa163e63-5322-efa7-ee3c-000000003b61 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-09 04:11:57.015019 | fa163e63-5322-efa7-ee3c-000000003b61 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-09 04:11:57.016082 | fa163e63-5322-efa7-ee3c-000000003b61 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:49.591367 | 0.51s 2025-12-09 04:11:57.038375 | fa163e63-5322-efa7-ee3c-000000003b62 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-09 04:11:57.554180 | fa163e63-5322-efa7-ee3c-000000003b62 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-09 04:11:57.555641 | fa163e63-5322-efa7-ee3c-000000003b62 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:50.130919 | 0.52s 2025-12-09 04:11:57.585970 | fa163e63-5322-efa7-ee3c-000000003b63 | TASK | Enable and start tripleo-container-shutdown 2025-12-09 04:11:58.299950 | fa163e63-5322-efa7-ee3c-000000003b63 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-09 04:11:58.302080 | fa163e63-5322-efa7-ee3c-000000003b63 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:50.877356 | 0.71s 2025-12-09 04:11:58.333918 | fa163e63-5322-efa7-ee3c-000000003b64 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-09 04:11:58.847585 | fa163e63-5322-efa7-ee3c-000000003b64 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-09 04:11:58.849155 | fa163e63-5322-efa7-ee3c-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:51.424433 | 0.51s 2025-12-09 04:11:58.878272 | fa163e63-5322-efa7-ee3c-000000003b65 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-09 04:11:59.410040 | fa163e63-5322-efa7-ee3c-000000003b65 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-09 04:11:59.411452 | fa163e63-5322-efa7-ee3c-000000003b65 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:51.986730 | 0.53s 2025-12-09 04:11:59.455156 | fa163e63-5322-efa7-ee3c-000000003b66 | TASK | Enable and start netns-placeholder 2025-12-09 04:12:00.218892 | fa163e63-5322-efa7-ee3c-000000003b66 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-09 04:12:00.220947 | fa163e63-5322-efa7-ee3c-000000003b66 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:52.796224 | 0.76s 2025-12-09 04:12:00.253357 | fa163e63-5322-efa7-ee3c-000000003b2c | TASK | Update container configs with new config hashes 2025-12-09 04:12:00.318492 | fa163e63-5322-efa7-ee3c-000000003b2c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:52.893756 | 0.06s 2025-12-09 04:12:00.339891 | 9ffb65f7-4214-466a-8feb-b7b01a825371 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-09 04:12:00.373671 | fa163e63-5322-efa7-ee3c-000000003b8e | TASK | Update config hashes for container startup configs 2025-12-09 04:12:00.670932 | fa163e63-5322-efa7-ee3c-000000003b8e | OK | Update config hashes for container startup configs | standalone 2025-12-09 04:12:00.672320 | fa163e63-5322-efa7-ee3c-000000003b8e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:53.247598 | 0.30s 2025-12-09 04:12:00.704589 | fa163e63-5322-efa7-ee3c-000000003b2d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-09 04:12:00.745989 | fa163e63-5322-efa7-ee3c-000000003b2d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:53.321253 | 0.04s 2025-12-09 04:12:00.771592 | 4cea7a8e-ce23-4272-96cf-6561213d92d1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-09 04:12:00.805189 | fa163e63-5322-efa7-ee3c-000000003bad | TASK | Gather podman infos 2025-12-09 04:12:01.937124 | fa163e63-5322-efa7-ee3c-000000003bad | OK | Gather podman infos | standalone 2025-12-09 04:12:01.938526 | fa163e63-5322-efa7-ee3c-000000003bad | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:54.513803 | 1.13s 2025-12-09 04:12:02.031357 | fa163e63-5322-efa7-ee3c-000000003bae | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-09 04:12:02.131044 | fa163e63-5322-efa7-ee3c-000000003bae | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:54.706303 | 0.09s 2025-12-09 04:12:02.376534 | fa163e63-5322-efa7-ee3c-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:54.951797 | 0.09s 2025-12-09 04:12:02.436757 | fa163e63-5322-efa7-ee3c-000000003b2e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-09 04:12:02.492729 | fa163e63-5322-efa7-ee3c-000000003b2e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:55.067996 | 0.05s 2025-12-09 04:12:02.516255 | 0dba1f9c-e9d9-4850-a8b0-12e434906eba | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-09 04:12:02.552930 | fa163e63-5322-efa7-ee3c-000000003c18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-09 04:13:00.760747 | fa163e63-5322-efa7-ee3c-000000003c18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-09 04:13:00.762632 | fa163e63-5322-efa7-ee3c-000000003c18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:53.337905 | 58.21s 2025-12-09 04:13:00.798347 | fa163e63-5322-efa7-ee3c-000000003c19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-09 04:13:38.716672 | fa163e63-5322-efa7-ee3c-000000003c19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-09 04:13:38.718533 | fa163e63-5322-efa7-ee3c-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:19:31.293811 | 37.92s 2025-12-09 04:13:38.786791 | fa163e63-5322-efa7-ee3c-000000003a8b | TASK | Clean container_puppet_tasks for standalone step 3 2025-12-09 04:13:39.049136 | fa163e63-5322-efa7-ee3c-000000003a8b | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-12-09 04:13:39.050866 | fa163e63-5322-efa7-ee3c-000000003a8b | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:31.626140 | 0.26s 2025-12-09 04:13:39.099257 | fa163e63-5322-efa7-ee3c-000000003a8c | TASK | Calculate container_puppet_tasks for standalone step 3 2025-12-09 04:13:39.162169 | fa163e63-5322-efa7-ee3c-000000003a8c | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:31.737445 | 0.06s 2025-12-09 04:13:39.185984 | fa163e63-5322-efa7-ee3c-000000003a8d | TASK | Include container-puppet tasks for step 3 2025-12-09 04:13:39.236524 | fa163e63-5322-efa7-ee3c-000000003a8d | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:31.811801 | 0.05s 2025-12-09 04:13:39.253085 | 35f461e2-7bdf-4b34-afa4-44e6cdd7b937 | INCLUDED | /root/standalone-ansible-h8tfki1q/host-container-puppet-tasks.yaml | standalone 2025-12-09 04:13:39.289068 | fa163e63-5322-efa7-ee3c-000000003c64 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-12-09 04:13:39.853192 | fa163e63-5322-efa7-ee3c-000000003c64 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-12-09 04:13:39.855299 | fa163e63-5322-efa7-ee3c-000000003c64 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:32.430572 | 0.56s 2025-12-09 04:13:39.888208 | fa163e63-5322-efa7-ee3c-000000003c66 | TASK | Generate container puppet configs for step 3 2025-12-09 04:13:40.191200 | fa163e63-5322-efa7-ee3c-000000003c66 | OK | Generate container puppet configs for step 3 | standalone 2025-12-09 04:13:40.192949 | fa163e63-5322-efa7-ee3c-000000003c66 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:32.768224 | 0.30s 2025-12-09 04:13:40.226669 | fa163e63-5322-efa7-ee3c-000000003c67 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-12-09 04:13:40.260470 | fa163e63-5322-efa7-ee3c-000000003c67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:32.835722 | 0.03s 2025-12-09 04:13:40.340476 | fa163e63-5322-efa7-ee3c-000000003c96 | TASK | Gather variables for each operating system 2025-12-09 04:13:40.465359 | fa163e63-5322-efa7-ee3c-000000003c96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:33.040624 | 0.12s 2025-12-09 04:13:40.492968 | fa163e63-5322-efa7-ee3c-000000003c97 | TASK | Create container logs path 2025-12-09 04:13:40.734469 | fa163e63-5322-efa7-ee3c-000000003c97 | OK | Create container logs path | standalone 2025-12-09 04:13:40.735788 | fa163e63-5322-efa7-ee3c-000000003c97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:33.311069 | 0.24s 2025-12-09 04:13:40.762926 | fa163e63-5322-efa7-ee3c-000000003c99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-09 04:13:40.984301 | fa163e63-5322-efa7-ee3c-000000003c99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-09 04:13:40.985958 | fa163e63-5322-efa7-ee3c-000000003c99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:33.561234 | 0.22s 2025-12-09 04:13:41.009700 | fa163e63-5322-efa7-ee3c-000000003c9a | TASK | Finalise hashes for all containers 2025-12-09 04:13:41.059945 | fa163e63-5322-efa7-ee3c-000000003c9a | OK | Finalise hashes for all containers | standalone 2025-12-09 04:13:41.061062 | fa163e63-5322-efa7-ee3c-000000003c9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:33.636346 | 0.05s 2025-12-09 04:13:41.085205 | fa163e63-5322-efa7-ee3c-000000003c9c | TASK | Manage systemd shutdown files 2025-12-09 04:13:41.126783 | fa163e63-5322-efa7-ee3c-000000003c9c | SKIPPED | Manage systemd shutdown files | standalone 2025-12-09 04:13:41.128168 | fa163e63-5322-efa7-ee3c-000000003c9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:33.703444 | 0.04s 2025-12-09 04:13:41.160548 | fa163e63-5322-efa7-ee3c-000000003c9e | TASK | Update container configs with new config hashes 2025-12-09 04:13:41.218281 | fa163e63-5322-efa7-ee3c-000000003c9e | SKIPPED | Update container configs with new config hashes | standalone 2025-12-09 04:13:41.219695 | fa163e63-5322-efa7-ee3c-000000003c9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:33.794976 | 0.06s 2025-12-09 04:13:41.245749 | fa163e63-5322-efa7-ee3c-000000003c9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-09 04:13:41.297193 | fa163e63-5322-efa7-ee3c-000000003c9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-09 04:13:41.298763 | fa163e63-5322-efa7-ee3c-000000003c9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:33.874037 | 0.05s 2025-12-09 04:13:41.333557 | fa163e63-5322-efa7-ee3c-000000003ca0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-09 04:13:41.388927 | fa163e63-5322-efa7-ee3c-000000003ca0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-09 04:13:41.390343 | fa163e63-5322-efa7-ee3c-000000003ca0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:33.965617 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-12-09 04:13:41.557443 | fa163e63-5322-efa7-ee3c-0000000000de | TASK | External deployment step 4 2025-12-09 04:13:41.593629 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000de') missing from stats 2025-12-09 04:13:41.655560 | fa163e63-5322-efa7-ee3c-0000000000df | TIMING | include_tasks | undercloud | 0:19:34.230828 | 0.04s 2025-12-09 04:13:41.682058 | 803168c9-1303-4c5a-a92d-8a77ef719470 | INCLUDED | /root/standalone-ansible-h8tfki1q/external_deploy_steps_tasks_step4.yaml | undercloud 2025-12-09 04:13:41.700131 | fa163e63-5322-efa7-ee3c-000000003cef | TASK | Clean up legacy Cinder keystone catalog entries 2025-12-09 04:13:43.301459 | fa163e63-5322-efa7-ee3c-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-12-09 04:13:43.303326 | fa163e63-5322-efa7-ee3c-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:35.878594 | 1.60s 2025-12-09 04:13:44.459742 | fa163e63-5322-efa7-ee3c-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-12-09 04:13:44.461741 | fa163e63-5322-efa7-ee3c-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:37.037016 | 2.76s 2025-12-09 04:13:44.472844 | fa163e63-5322-efa7-ee3c-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:37.048104 | 2.77s 2025-12-09 04:13:44.492262 | fa163e63-5322-efa7-ee3c-000000003cf2 | TASK | Manage Keystone resources for OpenStack services 2025-12-09 04:13:44.548290 | fa163e63-5322-efa7-ee3c-000000003cf2 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:37.123554 | 0.05s 2025-12-09 04:13:44.614093 | fa163e63-5322-efa7-ee3c-000000003d1e | TASK | Create Keystone Admin resources 2025-12-09 04:13:44.674642 | fa163e63-5322-efa7-ee3c-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:37.249907 | 0.06s 2025-12-09 04:13:44.702790 | fd4ac023-ca4f-4629-bb27-149ad04329cb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-12-09 04:13:44.732358 | fa163e63-5322-efa7-ee3c-000000003d5f | TASK | Create admin and service projects 2025-12-09 04:13:44.792023 | fa163e63-5322-efa7-ee3c-000000003d5f | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:37.367287 | 0.06s 2025-12-09 04:13:44.802712 | 033e092f-791b-47dd-840d-c41c46a46509 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-09 04:13:44.830953 | fa163e63-5322-efa7-ee3c-000000003db0 | TASK | Async creation of Keystone project 2025-12-09 04:13:45.414005 | fa163e63-5322-efa7-ee3c-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-12-09 04:13:45.416552 | fa163e63-5322-efa7-ee3c-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:37.991822 | 0.58s 2025-12-09 04:13:45.684117 | fa163e63-5322-efa7-ee3c-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-09 04:13:45.689526 | fa163e63-5322-efa7-ee3c-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:38.264722 | 0.86s 2025-12-09 04:13:45.712307 | fa163e63-5322-efa7-ee3c-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:38.287579 | 0.88s 2025-12-09 04:13:45.732641 | fa163e63-5322-efa7-ee3c-000000003db2 | TASK | Check Keystone project status 2025-12-09 04:13:46.034147 | fa163e63-5322-efa7-ee3c-000000003db2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-09 04:13:51.287352 | fa163e63-5322-efa7-ee3c-000000003db2 | OK | Check Keystone project status | undercloud | item=admin 2025-12-09 04:13:51.289575 | fa163e63-5322-efa7-ee3c-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:43.864845 | 5.56s 2025-12-09 04:13:51.546877 | fa163e63-5322-efa7-ee3c-000000003db2 | CHANGED | Check Keystone project status | undercloud | item=service 2025-12-09 04:13:51.548372 | fa163e63-5322-efa7-ee3c-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:44.123631 | 5.81s 2025-12-09 04:13:51.562146 | fa163e63-5322-efa7-ee3c-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:44.137411 | 5.83s 2025-12-09 04:13:51.580034 | fa163e63-5322-efa7-ee3c-000000003d60 | TASK | Create admin role 2025-12-09 04:13:52.869440 | fa163e63-5322-efa7-ee3c-000000003d60 | OK | Create admin role | undercloud 2025-12-09 04:13:52.871275 | fa163e63-5322-efa7-ee3c-000000003d60 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:45.446549 | 1.29s 2025-12-09 04:13:52.891800 | fa163e63-5322-efa7-ee3c-000000003d61 | TASK | Create _member_ role 2025-12-09 04:13:52.955850 | fa163e63-5322-efa7-ee3c-000000003d61 | SKIPPED | Create _member_ role | undercloud 2025-12-09 04:13:52.957231 | fa163e63-5322-efa7-ee3c-000000003d61 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:45.532510 | 0.06s 2025-12-09 04:13:52.973805 | fa163e63-5322-efa7-ee3c-000000003d62 | TASK | Check admin password 2025-12-09 04:13:54.280306 | fa163e63-5322-efa7-ee3c-000000003d62 | OK | Check admin password | undercloud 2025-12-09 04:13:54.282041 | fa163e63-5322-efa7-ee3c-000000003d62 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:46.857315 | 1.31s 2025-12-09 04:13:54.303120 | fa163e63-5322-efa7-ee3c-000000003d63 | TASK | Create admin user 2025-12-09 04:13:56.039108 | fa163e63-5322-efa7-ee3c-000000003d63 | CHANGED | Create admin user | undercloud 2025-12-09 04:13:56.040335 | fa163e63-5322-efa7-ee3c-000000003d63 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:19:48.615616 | 1.74s 2025-12-09 04:13:56.060276 | fa163e63-5322-efa7-ee3c-000000003d64 | TASK | Assign admin role to admin project for admin user 2025-12-09 04:13:57.646510 | fa163e63-5322-efa7-ee3c-000000003d64 | OK | Assign admin role to admin project for admin user | undercloud 2025-12-09 04:13:57.648326 | fa163e63-5322-efa7-ee3c-000000003d64 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:19:50.223601 | 1.59s 2025-12-09 04:13:57.669255 | fa163e63-5322-efa7-ee3c-000000003d65 | TASK | Assign _member_ role to admin project for admin user 2025-12-09 04:13:57.733875 | fa163e63-5322-efa7-ee3c-000000003d65 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-12-09 04:13:57.735497 | fa163e63-5322-efa7-ee3c-000000003d65 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:19:50.310771 | 0.06s 2025-12-09 04:13:57.754614 | fa163e63-5322-efa7-ee3c-000000003d66 | TASK | Create identity service 2025-12-09 04:13:58.997250 | fa163e63-5322-efa7-ee3c-000000003d66 | OK | Create identity service | undercloud 2025-12-09 04:13:58.998503 | fa163e63-5322-efa7-ee3c-000000003d66 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:19:51.573785 | 1.24s 2025-12-09 04:13:59.013535 | fa163e63-5322-efa7-ee3c-000000003d67 | TASK | Create identity public endpoint 2025-12-09 04:14:00.385482 | fa163e63-5322-efa7-ee3c-000000003d67 | OK | Create identity public endpoint | undercloud 2025-12-09 04:14:00.386866 | fa163e63-5322-efa7-ee3c-000000003d67 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:19:52.962147 | 1.37s 2025-12-09 04:14:00.403460 | fa163e63-5322-efa7-ee3c-000000003d68 | TASK | Create identity internal endpoint 2025-12-09 04:14:01.791678 | fa163e63-5322-efa7-ee3c-000000003d68 | OK | Create identity internal endpoint | undercloud 2025-12-09 04:14:01.793692 | fa163e63-5322-efa7-ee3c-000000003d68 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:19:54.368966 | 1.39s 2025-12-09 04:14:01.813966 | fa163e63-5322-efa7-ee3c-000000003d69 | TASK | Create identity admin endpoint 2025-12-09 04:14:03.030013 | fa163e63-5322-efa7-ee3c-000000003d69 | OK | Create identity admin endpoint | undercloud 2025-12-09 04:14:03.031660 | fa163e63-5322-efa7-ee3c-000000003d69 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:19:55.606937 | 1.22s 2025-12-09 04:14:03.050727 | fa163e63-5322-efa7-ee3c-000000003d1f | TASK | Create Keystone Projects 2025-12-09 04:14:03.154291 | fa163e63-5322-efa7-ee3c-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:55.729539 | 0.10s 2025-12-09 04:14:03.161204 | fa163e63-5322-efa7-ee3c-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:55.736477 | 0.11s 2025-12-09 04:14:03.175653 | 4991e241-564a-4b79-bb26-6fcf7e35aae7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-09 04:14:03.223640 | fa163e63-5322-efa7-ee3c-000000003e3c | TASK | Async creation of Keystone project 2025-12-09 04:14:03.600228 | fa163e63-5322-efa7-ee3c-000000003e3c | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-09 04:14:03.602482 | fa163e63-5322-efa7-ee3c-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:56.177755 | 0.38s 2025-12-09 04:14:03.607462 | fa163e63-5322-efa7-ee3c-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:56.182685 | 0.38s 2025-12-09 04:14:03.627036 | fa163e63-5322-efa7-ee3c-000000003e3e | TASK | Check Keystone project status 2025-12-09 04:14:03.920891 | fa163e63-5322-efa7-ee3c-000000003e3e | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-09 04:14:09.145291 | fa163e63-5322-efa7-ee3c-000000003e3e | OK | Check Keystone project status | undercloud | item=service 2025-12-09 04:14:09.146992 | fa163e63-5322-efa7-ee3c-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:01.722266 | 5.52s 2025-12-09 04:14:09.161115 | fa163e63-5322-efa7-ee3c-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:01.736378 | 5.53s 2025-12-09 04:14:09.180981 | fa163e63-5322-efa7-ee3c-000000003d21 | TASK | Create Keystone Domains 2025-12-09 04:14:09.278738 | fa163e63-5322-efa7-ee3c-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:01.853982 | 0.10s 2025-12-09 04:14:09.291276 | fa163e63-5322-efa7-ee3c-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:01.866549 | 0.11s 2025-12-09 04:14:09.307156 | 241f22c8-c416-459c-8fcb-fff48cf5f4a3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-12-09 04:14:09.354655 | fa163e63-5322-efa7-ee3c-000000003ef1 | TASK | Async creation of Keystone domains 2025-12-09 04:14:09.953381 | fa163e63-5322-efa7-ee3c-000000003ef1 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-12-09 04:14:09.955349 | fa163e63-5322-efa7-ee3c-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:02.530620 | 0.60s 2025-12-09 04:14:09.963625 | fa163e63-5322-efa7-ee3c-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:02.538895 | 0.61s 2025-12-09 04:14:09.982550 | fa163e63-5322-efa7-ee3c-000000003ef3 | TASK | Check Keystone domain status 2025-12-09 04:14:10.276806 | fa163e63-5322-efa7-ee3c-000000003ef3 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-12-09 04:14:15.543510 | fa163e63-5322-efa7-ee3c-000000003ef3 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-12-09 04:14:15.545134 | fa163e63-5322-efa7-ee3c-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:08.120408 | 5.56s 2025-12-09 04:14:15.551721 | fa163e63-5322-efa7-ee3c-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:08.126959 | 5.57s 2025-12-09 04:14:15.573283 | fa163e63-5322-efa7-ee3c-000000003d23 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-12-09 04:14:15.642163 | fa163e63-5322-efa7-ee3c-000000003d23 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:08.217413 | 0.07s 2025-12-09 04:14:15.662785 | af5fb7ec-6360-4ca6-9fca-b98fa72fa86b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-12-09 04:14:15.715465 | fa163e63-5322-efa7-ee3c-000000003fbb | TASK | Collect OpenStack Keystone domains infos 2025-12-09 04:14:17.203584 | fa163e63-5322-efa7-ee3c-000000003fbb | OK | Collect OpenStack Keystone domains infos | undercloud 2025-12-09 04:14:17.205291 | fa163e63-5322-efa7-ee3c-000000003fbb | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:09.780564 | 1.49s 2025-12-09 04:14:17.225303 | fa163e63-5322-efa7-ee3c-000000003fbc | TASK | Set openstack_domains fact 2025-12-09 04:14:17.292191 | fa163e63-5322-efa7-ee3c-000000003fbc | OK | Set openstack_domains fact | undercloud 2025-12-09 04:14:17.293626 | fa163e63-5322-efa7-ee3c-000000003fbc | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:09.868903 | 0.07s 2025-12-09 04:14:17.312616 | fa163e63-5322-efa7-ee3c-000000003d24 | TASK | Create Keystone Services 2025-12-09 04:14:17.430918 | fa163e63-5322-efa7-ee3c-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:10.006171 | 0.12s 2025-12-09 04:14:17.448205 | fa163e63-5322-efa7-ee3c-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:10.022679 | 0.13s 2025-12-09 04:14:17.462260 | fa163e63-5322-efa7-ee3c-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:10.037533 | 0.15s 2025-12-09 04:14:17.481996 | 4137d612-1f71-41d1-b48a-dfb1077d09f1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-09 04:14:17.490963 | 28a5d512-508c-490d-9517-8f9c68d9b184 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-09 04:14:17.540554 | fa163e63-5322-efa7-ee3c-000000004098 | TASK | Async creation of Keystone service 2025-12-09 04:14:17.933662 | fa163e63-5322-efa7-ee3c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-12-09 04:14:17.935707 | fa163e63-5322-efa7-ee3c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:10.510984 | 0.39s 2025-12-09 04:14:18.260533 | fa163e63-5322-efa7-ee3c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-12-09 04:14:18.261877 | fa163e63-5322-efa7-ee3c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:10.837155 | 0.72s 2025-12-09 04:14:18.545699 | fa163e63-5322-efa7-ee3c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-12-09 04:14:18.547689 | fa163e63-5322-efa7-ee3c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:11.122967 | 1.01s 2025-12-09 04:14:18.825877 | fa163e63-5322-efa7-ee3c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-12-09 04:14:18.826696 | fa163e63-5322-efa7-ee3c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:11.401982 | 1.29s 2025-12-09 04:14:19.122512 | fa163e63-5322-efa7-ee3c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-12-09 04:14:19.123697 | fa163e63-5322-efa7-ee3c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:11.698976 | 1.58s 2025-12-09 04:14:19.432461 | fa163e63-5322-efa7-ee3c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-12-09 04:14:19.433474 | fa163e63-5322-efa7-ee3c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:12.008757 | 1.89s 2025-12-09 04:14:19.777812 | fa163e63-5322-efa7-ee3c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-12-09 04:14:19.779000 | fa163e63-5322-efa7-ee3c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:12.354279 | 2.24s 2025-12-09 04:14:20.090253 | fa163e63-5322-efa7-ee3c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-12-09 04:14:20.091167 | fa163e63-5322-efa7-ee3c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:12.666453 | 2.55s 2025-12-09 04:14:20.457496 | fa163e63-5322-efa7-ee3c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-12-09 04:14:20.458333 | fa163e63-5322-efa7-ee3c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:13.033620 | 2.92s 2025-12-09 04:14:20.790902 | fa163e63-5322-efa7-ee3c-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-12-09 04:14:20.792048 | fa163e63-5322-efa7-ee3c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:13.367334 | 3.25s 2025-12-09 04:14:20.803316 | fa163e63-5322-efa7-ee3c-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:13.378595 | 3.26s 2025-12-09 04:14:20.819331 | fa163e63-5322-efa7-ee3c-00000000409a | TASK | Check Keystone service status 2025-12-09 04:14:21.108785 | fa163e63-5322-efa7-ee3c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-12-09 04:14:21.109986 | fa163e63-5322-efa7-ee3c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:13.685266 | 0.29s 2025-12-09 04:14:21.314094 | fa163e63-5322-efa7-ee3c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-12-09 04:14:21.316085 | fa163e63-5322-efa7-ee3c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:13.891362 | 0.50s 2025-12-09 04:14:21.553824 | fa163e63-5322-efa7-ee3c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-12-09 04:14:21.556326 | fa163e63-5322-efa7-ee3c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:14.131599 | 0.74s 2025-12-09 04:14:21.799750 | fa163e63-5322-efa7-ee3c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=glance 2025-12-09 04:14:21.800793 | fa163e63-5322-efa7-ee3c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:14.376076 | 0.98s 2025-12-09 04:14:22.096860 | fa163e63-5322-efa7-ee3c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-12-09 04:14:22.097922 | fa163e63-5322-efa7-ee3c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:14.673207 | 1.28s 2025-12-09 04:14:22.327121 | fa163e63-5322-efa7-ee3c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat 2025-12-09 04:14:22.328106 | fa163e63-5322-efa7-ee3c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:14.903388 | 1.51s 2025-12-09 04:14:22.605282 | fa163e63-5322-efa7-ee3c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-12-09 04:14:22.606255 | fa163e63-5322-efa7-ee3c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:15.181538 | 1.79s 2025-12-09 04:14:22.863714 | fa163e63-5322-efa7-ee3c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manila 2025-12-09 04:14:22.864947 | fa163e63-5322-efa7-ee3c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:15.440226 | 2.04s 2025-12-09 04:14:23.133178 | fa163e63-5322-efa7-ee3c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-12-09 04:14:23.134991 | fa163e63-5322-efa7-ee3c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:15.710272 | 2.31s 2025-12-09 04:14:23.401568 | fa163e63-5322-efa7-ee3c-00000000409a | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-12-09 04:14:23.403653 | fa163e63-5322-efa7-ee3c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:15.978936 | 2.58s 2025-12-09 04:14:23.418699 | fa163e63-5322-efa7-ee3c-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:15.993963 | 2.60s 2025-12-09 04:14:23.446047 | fa163e63-5322-efa7-ee3c-00000000409f | TASK | Async creation of Keystone service 2025-12-09 04:14:23.829694 | fa163e63-5322-efa7-ee3c-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-12-09 04:14:23.833162 | fa163e63-5322-efa7-ee3c-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:16.408432 | 0.38s 2025-12-09 04:14:24.116279 | fa163e63-5322-efa7-ee3c-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-12-09 04:14:24.118107 | fa163e63-5322-efa7-ee3c-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:16.693388 | 0.67s 2025-12-09 04:14:24.446603 | fa163e63-5322-efa7-ee3c-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-12-09 04:14:24.450625 | fa163e63-5322-efa7-ee3c-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:17.025901 | 1.00s 2025-12-09 04:14:24.782978 | fa163e63-5322-efa7-ee3c-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-12-09 04:14:24.784879 | fa163e63-5322-efa7-ee3c-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:17.360162 | 1.34s 2025-12-09 04:14:24.792019 | fa163e63-5322-efa7-ee3c-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:17.367306 | 1.34s 2025-12-09 04:14:24.809100 | fa163e63-5322-efa7-ee3c-0000000040a1 | TASK | Check Keystone service status 2025-12-09 04:14:25.050804 | fa163e63-5322-efa7-ee3c-0000000040a1 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-12-09 04:14:30.279608 | fa163e63-5322-efa7-ee3c-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-12-09 04:14:30.282609 | fa163e63-5322-efa7-ee3c-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:22.857877 | 5.47s 2025-12-09 04:14:30.554014 | fa163e63-5322-efa7-ee3c-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-12-09 04:14:30.556103 | fa163e63-5322-efa7-ee3c-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:23.131376 | 5.75s 2025-12-09 04:14:30.795734 | fa163e63-5322-efa7-ee3c-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-12-09 04:14:30.797041 | fa163e63-5322-efa7-ee3c-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:23.372319 | 5.99s 2025-12-09 04:14:31.070478 | fa163e63-5322-efa7-ee3c-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-12-09 04:14:31.072981 | fa163e63-5322-efa7-ee3c-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:23.648253 | 6.26s 2025-12-09 04:14:31.083709 | fa163e63-5322-efa7-ee3c-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:23.658991 | 6.27s 2025-12-09 04:14:31.104857 | fa163e63-5322-efa7-ee3c-000000003d26 | TASK | Create Keystone Endpoints 2025-12-09 04:14:31.178536 | fa163e63-5322-efa7-ee3c-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:23.753795 | 0.07s 2025-12-09 04:14:31.218289 | fa163e63-5322-efa7-ee3c-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:23.793568 | 0.11s 2025-12-09 04:14:31.243215 | fa163e63-5322-efa7-ee3c-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:23.818481 | 0.14s 2025-12-09 04:14:31.248209 | fa163e63-5322-efa7-ee3c-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:23.823475 | 0.14s 2025-12-09 04:14:31.263631 | 33a42a8f-f988-4e62-88e8-9ed50f6b4630 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-09 04:14:31.271130 | e77d1419-39e7-46be-88d9-ab266c3c5bd9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-09 04:14:31.277335 | fed2ee4e-0c0f-420f-b007-cf859997fc20 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-09 04:14:31.337330 | fa163e63-5322-efa7-ee3c-0000000041d5 | TASK | Create Keystone public endpoints 2025-12-09 04:14:31.416205 | fa163e63-5322-efa7-ee3c-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:23.991461 | 0.08s 2025-12-09 04:14:31.434219 | fa163e63-5322-efa7-ee3c-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:24.009481 | 0.10s 2025-12-09 04:14:31.443237 | fa163e63-5322-efa7-ee3c-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:24.018499 | 0.10s 2025-12-09 04:14:31.463380 | cca3d6b3-9570-442b-819f-c60f363e903b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-09 04:14:31.473669 | 5b9c327d-2cdf-4b26-a943-21b7882b5b5f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-09 04:14:31.496560 | fa163e63-5322-efa7-ee3c-0000000042fd | TASK | Async creation of Keystone public endpoint 2025-12-09 04:14:31.839608 | fa163e63-5322-efa7-ee3c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-12-09 04:14:31.841386 | fa163e63-5322-efa7-ee3c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:24.416655 | 0.34s 2025-12-09 04:14:32.125157 | fa163e63-5322-efa7-ee3c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-12-09 04:14:32.127073 | fa163e63-5322-efa7-ee3c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:24.702353 | 0.63s 2025-12-09 04:14:32.436544 | fa163e63-5322-efa7-ee3c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-12-09 04:14:32.437520 | fa163e63-5322-efa7-ee3c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:25.012803 | 0.94s 2025-12-09 04:14:32.761769 | fa163e63-5322-efa7-ee3c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-12-09 04:14:32.762562 | fa163e63-5322-efa7-ee3c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:25.337847 | 1.26s 2025-12-09 04:14:33.080268 | fa163e63-5322-efa7-ee3c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-12-09 04:14:33.082347 | fa163e63-5322-efa7-ee3c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:25.657624 | 1.58s 2025-12-09 04:14:33.403204 | fa163e63-5322-efa7-ee3c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-12-09 04:14:33.405193 | fa163e63-5322-efa7-ee3c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:25.980464 | 1.91s 2025-12-09 04:14:33.705242 | fa163e63-5322-efa7-ee3c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-12-09 04:14:33.706463 | fa163e63-5322-efa7-ee3c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.281740 | 2.21s 2025-12-09 04:14:33.989153 | fa163e63-5322-efa7-ee3c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-12-09 04:14:33.991080 | fa163e63-5322-efa7-ee3c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.566356 | 2.49s 2025-12-09 04:14:34.308999 | fa163e63-5322-efa7-ee3c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-12-09 04:14:34.310151 | fa163e63-5322-efa7-ee3c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.885430 | 2.81s 2025-12-09 04:14:34.629335 | fa163e63-5322-efa7-ee3c-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-12-09 04:14:34.630145 | fa163e63-5322-efa7-ee3c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:27.205429 | 3.13s 2025-12-09 04:14:34.635228 | fa163e63-5322-efa7-ee3c-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:27.210500 | 3.14s 2025-12-09 04:14:34.658752 | fa163e63-5322-efa7-ee3c-0000000042ff | TASK | Check Keystone public endpoint status 2025-12-09 04:14:34.940613 | fa163e63-5322-efa7-ee3c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-12-09 04:14:34.941705 | fa163e63-5322-efa7-ee3c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:27.516986 | 0.28s 2025-12-09 04:14:35.167522 | fa163e63-5322-efa7-ee3c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-12-09 04:14:35.169888 | fa163e63-5322-efa7-ee3c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:27.745166 | 0.51s 2025-12-09 04:14:35.454727 | fa163e63-5322-efa7-ee3c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-12-09 04:14:35.455915 | fa163e63-5322-efa7-ee3c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:28.031192 | 0.80s 2025-12-09 04:14:35.730821 | fa163e63-5322-efa7-ee3c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-12-09 04:14:35.731694 | fa163e63-5322-efa7-ee3c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:28.306978 | 1.07s 2025-12-09 04:14:35.962000 | fa163e63-5322-efa7-ee3c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-12-09 04:14:35.962869 | fa163e63-5322-efa7-ee3c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:28.538153 | 1.30s 2025-12-09 04:14:36.213132 | fa163e63-5322-efa7-ee3c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-12-09 04:14:36.214262 | fa163e63-5322-efa7-ee3c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:28.789541 | 1.55s 2025-12-09 04:14:36.489606 | fa163e63-5322-efa7-ee3c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-12-09 04:14:36.490859 | fa163e63-5322-efa7-ee3c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:29.066136 | 1.83s 2025-12-09 04:14:36.737012 | fa163e63-5322-efa7-ee3c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-12-09 04:14:36.738072 | fa163e63-5322-efa7-ee3c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:29.313351 | 2.08s 2025-12-09 04:14:37.017298 | fa163e63-5322-efa7-ee3c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-12-09 04:14:37.018240 | fa163e63-5322-efa7-ee3c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:29.593521 | 2.36s 2025-12-09 04:14:37.293100 | fa163e63-5322-efa7-ee3c-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-12-09 04:14:37.295035 | fa163e63-5322-efa7-ee3c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:29.870311 | 2.63s 2025-12-09 04:14:37.307416 | fa163e63-5322-efa7-ee3c-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:29.882657 | 2.65s 2025-12-09 04:14:37.338068 | fa163e63-5322-efa7-ee3c-000000004304 | TASK | Async creation of Keystone public endpoint 2025-12-09 04:14:37.712915 | fa163e63-5322-efa7-ee3c-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-12-09 04:14:37.714919 | fa163e63-5322-efa7-ee3c-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:30.290189 | 0.37s 2025-12-09 04:14:38.041076 | fa163e63-5322-efa7-ee3c-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-12-09 04:14:38.043340 | fa163e63-5322-efa7-ee3c-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:30.618617 | 0.70s 2025-12-09 04:14:38.870238 | fa163e63-5322-efa7-ee3c-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-12-09 04:14:38.871795 | fa163e63-5322-efa7-ee3c-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:31.447079 | 1.53s 2025-12-09 04:14:39.160446 | fa163e63-5322-efa7-ee3c-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-12-09 04:14:39.161274 | fa163e63-5322-efa7-ee3c-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:31.736559 | 1.82s 2025-12-09 04:14:39.173173 | fa163e63-5322-efa7-ee3c-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:31.748441 | 1.83s 2025-12-09 04:14:39.191609 | fa163e63-5322-efa7-ee3c-000000004306 | TASK | Check Keystone public endpoint status 2025-12-09 04:14:39.517807 | fa163e63-5322-efa7-ee3c-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-12-09 04:14:39.519512 | fa163e63-5322-efa7-ee3c-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:32.094791 | 0.33s 2025-12-09 04:14:39.796428 | fa163e63-5322-efa7-ee3c-000000004306 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-12-09 04:14:44.988981 | fa163e63-5322-efa7-ee3c-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-12-09 04:14:44.991974 | fa163e63-5322-efa7-ee3c-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:37.567249 | 5.80s 2025-12-09 04:14:45.267226 | fa163e63-5322-efa7-ee3c-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-12-09 04:14:45.268471 | fa163e63-5322-efa7-ee3c-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:37.843750 | 6.08s 2025-12-09 04:14:45.540117 | fa163e63-5322-efa7-ee3c-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-12-09 04:14:45.542523 | fa163e63-5322-efa7-ee3c-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:38.117803 | 6.35s 2025-12-09 04:14:45.554759 | fa163e63-5322-efa7-ee3c-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:38.130017 | 6.36s 2025-12-09 04:14:45.579511 | fa163e63-5322-efa7-ee3c-0000000041da | TASK | Create Keystone admin endpoints 2025-12-09 04:14:45.698832 | fa163e63-5322-efa7-ee3c-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:38.274089 | 0.12s 2025-12-09 04:14:45.716136 | fa163e63-5322-efa7-ee3c-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:38.291423 | 0.13s 2025-12-09 04:14:45.725358 | fa163e63-5322-efa7-ee3c-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:38.300620 | 0.14s 2025-12-09 04:14:45.745217 | f7f07655-b8cb-42dd-9824-ed56dd151707 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-09 04:14:45.754509 | deb1dba2-5b06-4176-91b3-39e61e47e212 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-09 04:14:45.779876 | fa163e63-5322-efa7-ee3c-000000004362 | TASK | Async creation of Keystone admin endpoint 2025-12-09 04:14:46.150450 | fa163e63-5322-efa7-ee3c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-12-09 04:14:46.152224 | fa163e63-5322-efa7-ee3c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:38.727492 | 0.37s 2025-12-09 04:14:46.428169 | fa163e63-5322-efa7-ee3c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-12-09 04:14:46.429293 | fa163e63-5322-efa7-ee3c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.004568 | 0.65s 2025-12-09 04:14:46.750707 | fa163e63-5322-efa7-ee3c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-12-09 04:14:46.751609 | fa163e63-5322-efa7-ee3c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.326890 | 0.97s 2025-12-09 04:14:47.071867 | fa163e63-5322-efa7-ee3c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-12-09 04:14:47.073140 | fa163e63-5322-efa7-ee3c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.648416 | 1.29s 2025-12-09 04:14:47.433142 | fa163e63-5322-efa7-ee3c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-12-09 04:14:47.435363 | fa163e63-5322-efa7-ee3c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:40.010638 | 1.65s 2025-12-09 04:14:47.752420 | fa163e63-5322-efa7-ee3c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-12-09 04:14:47.753388 | fa163e63-5322-efa7-ee3c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:40.328671 | 1.97s 2025-12-09 04:14:48.093558 | fa163e63-5322-efa7-ee3c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-12-09 04:14:48.095184 | fa163e63-5322-efa7-ee3c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:40.670469 | 2.31s 2025-12-09 04:14:48.379592 | fa163e63-5322-efa7-ee3c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-12-09 04:14:48.380548 | fa163e63-5322-efa7-ee3c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:40.955831 | 2.60s 2025-12-09 04:14:48.741634 | fa163e63-5322-efa7-ee3c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-12-09 04:14:48.742885 | fa163e63-5322-efa7-ee3c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:41.318161 | 2.96s 2025-12-09 04:14:49.046171 | fa163e63-5322-efa7-ee3c-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-12-09 04:14:49.050885 | fa163e63-5322-efa7-ee3c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:41.626148 | 3.27s 2025-12-09 04:14:49.060666 | fa163e63-5322-efa7-ee3c-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:41.635947 | 3.28s 2025-12-09 04:14:49.078236 | fa163e63-5322-efa7-ee3c-000000004364 | TASK | Check Keystone admin endpoint status 2025-12-09 04:14:49.372341 | fa163e63-5322-efa7-ee3c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-12-09 04:14:49.373689 | fa163e63-5322-efa7-ee3c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:41.948968 | 0.29s 2025-12-09 04:14:49.633193 | fa163e63-5322-efa7-ee3c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-12-09 04:14:49.634196 | fa163e63-5322-efa7-ee3c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:42.209479 | 0.55s 2025-12-09 04:14:49.922924 | fa163e63-5322-efa7-ee3c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-12-09 04:14:49.923976 | fa163e63-5322-efa7-ee3c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:42.499258 | 0.84s 2025-12-09 04:14:50.201849 | fa163e63-5322-efa7-ee3c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-12-09 04:14:50.202858 | fa163e63-5322-efa7-ee3c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:42.778141 | 1.12s 2025-12-09 04:14:50.477831 | fa163e63-5322-efa7-ee3c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-12-09 04:14:50.480626 | fa163e63-5322-efa7-ee3c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:43.055896 | 1.40s 2025-12-09 04:14:50.753390 | fa163e63-5322-efa7-ee3c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-12-09 04:14:50.754985 | fa163e63-5322-efa7-ee3c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:43.330261 | 1.67s 2025-12-09 04:14:51.048343 | fa163e63-5322-efa7-ee3c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-12-09 04:14:51.049868 | fa163e63-5322-efa7-ee3c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:43.625143 | 1.97s 2025-12-09 04:14:51.313485 | fa163e63-5322-efa7-ee3c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-12-09 04:14:51.315425 | fa163e63-5322-efa7-ee3c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:43.890683 | 2.23s 2025-12-09 04:14:51.568085 | fa163e63-5322-efa7-ee3c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-12-09 04:14:51.570573 | fa163e63-5322-efa7-ee3c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:44.145849 | 2.49s 2025-12-09 04:14:51.844613 | fa163e63-5322-efa7-ee3c-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-12-09 04:14:51.846287 | fa163e63-5322-efa7-ee3c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:44.421561 | 2.77s 2025-12-09 04:14:51.864276 | fa163e63-5322-efa7-ee3c-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:44.439543 | 2.78s 2025-12-09 04:14:51.893953 | fa163e63-5322-efa7-ee3c-000000004369 | TASK | Async creation of Keystone admin endpoint 2025-12-09 04:14:52.262905 | fa163e63-5322-efa7-ee3c-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-12-09 04:14:52.265248 | fa163e63-5322-efa7-ee3c-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:44.840524 | 0.37s 2025-12-09 04:14:52.576272 | fa163e63-5322-efa7-ee3c-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-12-09 04:14:52.577882 | fa163e63-5322-efa7-ee3c-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:45.153157 | 0.68s 2025-12-09 04:14:52.909520 | fa163e63-5322-efa7-ee3c-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-12-09 04:14:52.910344 | fa163e63-5322-efa7-ee3c-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:45.485630 | 1.01s 2025-12-09 04:14:53.179580 | fa163e63-5322-efa7-ee3c-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-12-09 04:14:53.180490 | fa163e63-5322-efa7-ee3c-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:45.755774 | 1.28s 2025-12-09 04:14:53.183931 | fa163e63-5322-efa7-ee3c-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:45.759198 | 1.29s 2025-12-09 04:14:53.203084 | fa163e63-5322-efa7-ee3c-00000000436b | TASK | Check Keystone admin endpoint status 2025-12-09 04:14:53.430097 | fa163e63-5322-efa7-ee3c-00000000436b | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-12-09 04:14:58.715168 | fa163e63-5322-efa7-ee3c-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-12-09 04:14:58.717848 | fa163e63-5322-efa7-ee3c-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:51.293112 | 5.51s 2025-12-09 04:14:59.006879 | fa163e63-5322-efa7-ee3c-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-12-09 04:14:59.009025 | fa163e63-5322-efa7-ee3c-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:51.584300 | 5.80s 2025-12-09 04:14:59.298736 | fa163e63-5322-efa7-ee3c-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-12-09 04:14:59.300655 | fa163e63-5322-efa7-ee3c-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:51.875934 | 6.10s 2025-12-09 04:14:59.568000 | fa163e63-5322-efa7-ee3c-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-12-09 04:14:59.569797 | fa163e63-5322-efa7-ee3c-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:52.145066 | 6.37s 2025-12-09 04:14:59.579284 | fa163e63-5322-efa7-ee3c-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:52.154554 | 6.37s 2025-12-09 04:14:59.605876 | fa163e63-5322-efa7-ee3c-0000000041df | TASK | Create Keystone internal endpoints 2025-12-09 04:14:59.688004 | fa163e63-5322-efa7-ee3c-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:52.263263 | 0.08s 2025-12-09 04:14:59.704722 | fa163e63-5322-efa7-ee3c-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:52.280003 | 0.10s 2025-12-09 04:14:59.720234 | fa163e63-5322-efa7-ee3c-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:52.295500 | 0.11s 2025-12-09 04:14:59.740081 | 2f51a399-1f8e-49a3-849e-7f63a3b9d10f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-09 04:14:59.750631 | f67ad080-29ed-432a-aa9a-0650a81fac1e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-09 04:14:59.774253 | fa163e63-5322-efa7-ee3c-0000000043c7 | TASK | Async creation of Keystone internal endpoint 2025-12-09 04:15:00.155507 | fa163e63-5322-efa7-ee3c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-12-09 04:15:00.157655 | fa163e63-5322-efa7-ee3c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:52.732932 | 0.38s 2025-12-09 04:15:00.522996 | fa163e63-5322-efa7-ee3c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-12-09 04:15:00.524316 | fa163e63-5322-efa7-ee3c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.099591 | 0.75s 2025-12-09 04:15:00.864892 | fa163e63-5322-efa7-ee3c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-12-09 04:15:00.872915 | fa163e63-5322-efa7-ee3c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.448188 | 1.10s 2025-12-09 04:15:01.173056 | fa163e63-5322-efa7-ee3c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-12-09 04:15:01.174239 | fa163e63-5322-efa7-ee3c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.749518 | 1.40s 2025-12-09 04:15:01.472925 | fa163e63-5322-efa7-ee3c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-12-09 04:15:01.473691 | fa163e63-5322-efa7-ee3c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:54.048979 | 1.70s 2025-12-09 04:15:01.733431 | fa163e63-5322-efa7-ee3c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-12-09 04:15:01.734297 | fa163e63-5322-efa7-ee3c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:54.309579 | 1.96s 2025-12-09 04:15:02.081985 | fa163e63-5322-efa7-ee3c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-12-09 04:15:02.082901 | fa163e63-5322-efa7-ee3c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:54.658184 | 2.31s 2025-12-09 04:15:02.397142 | fa163e63-5322-efa7-ee3c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-12-09 04:15:02.397862 | fa163e63-5322-efa7-ee3c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:54.973149 | 2.62s 2025-12-09 04:15:02.683505 | fa163e63-5322-efa7-ee3c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-12-09 04:15:02.685002 | fa163e63-5322-efa7-ee3c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:55.260280 | 2.91s 2025-12-09 04:15:03.007153 | fa163e63-5322-efa7-ee3c-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-12-09 04:15:03.008898 | fa163e63-5322-efa7-ee3c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:55.584171 | 3.23s 2025-12-09 04:15:03.019186 | fa163e63-5322-efa7-ee3c-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:55.594467 | 3.24s 2025-12-09 04:15:03.039292 | fa163e63-5322-efa7-ee3c-0000000043c9 | TASK | Check Keystone internal endpoint status 2025-12-09 04:15:03.345807 | fa163e63-5322-efa7-ee3c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-12-09 04:15:03.347737 | fa163e63-5322-efa7-ee3c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:55.923020 | 0.31s 2025-12-09 04:15:03.627660 | fa163e63-5322-efa7-ee3c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-12-09 04:15:03.628894 | fa163e63-5322-efa7-ee3c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:56.204172 | 0.59s 2025-12-09 04:15:03.906944 | fa163e63-5322-efa7-ee3c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-12-09 04:15:03.910342 | fa163e63-5322-efa7-ee3c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:56.485609 | 0.87s 2025-12-09 04:15:04.179791 | fa163e63-5322-efa7-ee3c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-12-09 04:15:04.180629 | fa163e63-5322-efa7-ee3c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:56.755915 | 1.14s 2025-12-09 04:15:04.421114 | fa163e63-5322-efa7-ee3c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-12-09 04:15:04.422164 | fa163e63-5322-efa7-ee3c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:56.997445 | 1.38s 2025-12-09 04:15:04.674974 | fa163e63-5322-efa7-ee3c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-12-09 04:15:04.677563 | fa163e63-5322-efa7-ee3c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:57.252839 | 1.64s 2025-12-09 04:15:04.915277 | fa163e63-5322-efa7-ee3c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-12-09 04:15:04.917242 | fa163e63-5322-efa7-ee3c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:57.492518 | 1.88s 2025-12-09 04:15:05.200481 | fa163e63-5322-efa7-ee3c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-12-09 04:15:05.201337 | fa163e63-5322-efa7-ee3c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:57.776622 | 2.16s 2025-12-09 04:15:05.456746 | fa163e63-5322-efa7-ee3c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-12-09 04:15:05.458509 | fa163e63-5322-efa7-ee3c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:58.033791 | 2.42s 2025-12-09 04:15:05.705851 | fa163e63-5322-efa7-ee3c-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-12-09 04:15:05.707028 | fa163e63-5322-efa7-ee3c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:58.282313 | 2.67s 2025-12-09 04:15:05.716942 | fa163e63-5322-efa7-ee3c-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:58.292214 | 2.68s 2025-12-09 04:15:05.737682 | fa163e63-5322-efa7-ee3c-0000000043ce | TASK | Async creation of Keystone internal endpoint 2025-12-09 04:15:06.072058 | fa163e63-5322-efa7-ee3c-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-12-09 04:15:06.074296 | fa163e63-5322-efa7-ee3c-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:58.649577 | 0.34s 2025-12-09 04:15:06.341635 | fa163e63-5322-efa7-ee3c-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-12-09 04:15:06.342429 | fa163e63-5322-efa7-ee3c-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:58.917715 | 0.60s 2025-12-09 04:15:06.625030 | fa163e63-5322-efa7-ee3c-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-12-09 04:15:06.625800 | fa163e63-5322-efa7-ee3c-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:59.201087 | 0.89s 2025-12-09 04:15:06.922702 | fa163e63-5322-efa7-ee3c-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-12-09 04:15:06.923426 | fa163e63-5322-efa7-ee3c-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:59.498713 | 1.18s 2025-12-09 04:15:06.929608 | fa163e63-5322-efa7-ee3c-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:59.504889 | 1.19s 2025-12-09 04:15:06.951244 | fa163e63-5322-efa7-ee3c-0000000043d0 | TASK | Check Keystone internal endpoint status 2025-12-09 04:15:07.243646 | fa163e63-5322-efa7-ee3c-0000000043d0 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-12-09 04:15:12.446849 | fa163e63-5322-efa7-ee3c-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-12-09 04:15:12.449813 | fa163e63-5322-efa7-ee3c-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:05.025082 | 5.50s 2025-12-09 04:15:12.702684 | fa163e63-5322-efa7-ee3c-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-12-09 04:15:12.704911 | fa163e63-5322-efa7-ee3c-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:05.280187 | 5.75s 2025-12-09 04:15:12.977150 | fa163e63-5322-efa7-ee3c-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-12-09 04:15:12.979204 | fa163e63-5322-efa7-ee3c-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:05.554482 | 6.03s 2025-12-09 04:15:13.218961 | fa163e63-5322-efa7-ee3c-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-12-09 04:15:13.220872 | fa163e63-5322-efa7-ee3c-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:05.796151 | 6.27s 2025-12-09 04:15:13.232627 | fa163e63-5322-efa7-ee3c-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:05.807907 | 6.28s 2025-12-09 04:15:13.256160 | fa163e63-5322-efa7-ee3c-000000003d28 | TASK | Run cleanup tasks 2025-12-09 04:15:13.317268 | fa163e63-5322-efa7-ee3c-000000003d28 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:05.892524 | 0.06s 2025-12-09 04:15:13.337699 | 1582bcd5-baeb-48c1-9eaa-b6152890d3cd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-12-09 04:15:13.403919 | fa163e63-5322-efa7-ee3c-000000004428 | TASK | Get list of enabled services 2025-12-09 04:15:16.140316 | fa163e63-5322-efa7-ee3c-000000004428 | CHANGED | Get list of enabled services | undercloud 2025-12-09 04:15:16.142462 | fa163e63-5322-efa7-ee3c-000000004428 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:08.717688 | 2.74s 2025-12-09 04:15:16.162627 | fa163e63-5322-efa7-ee3c-000000004429 | TASK | List services to be disabled 2025-12-09 04:15:16.248033 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-12-09 04:15:16.284812 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-12-09 04:15:16.313462 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-12-09 04:15:16.339766 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-12-09 04:15:16.364196 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-12-09 04:15:16.390297 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-12-09 04:15:16.419443 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-12-09 04:15:16.440843 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-12-09 04:15:16.466085 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-12-09 04:15:16.491033 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-12-09 04:15:16.516543 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-12-09 04:15:16.541269 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-12-09 04:15:16.566868 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-12-09 04:15:16.592044 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-12-09 04:15:16.614910 | fa163e63-5322-efa7-ee3c-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-12-09 04:15:16.628013 | fa163e63-5322-efa7-ee3c-000000004429 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:09.203284 | 0.46s 2025-12-09 04:15:16.650627 | fa163e63-5322-efa7-ee3c-00000000442a | TASK | Delete keystone services not enabled 2025-12-09 04:15:16.703424 | fa163e63-5322-efa7-ee3c-00000000442a | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:09.278665 | 0.05s 2025-12-09 04:15:16.720484 | fa163e63-5322-efa7-ee3c-000000003d29 | TASK | Create Keystone Roles 2025-12-09 04:15:16.825723 | fa163e63-5322-efa7-ee3c-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:09.400948 | 0.10s 2025-12-09 04:15:16.838816 | fa163e63-5322-efa7-ee3c-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:09.414087 | 0.12s 2025-12-09 04:15:16.850905 | fa163e63-5322-efa7-ee3c-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:09.426171 | 0.13s 2025-12-09 04:15:16.867819 | 222f9763-2782-46a3-b3d5-b62db156e88a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-12-09 04:15:16.876619 | d82e386e-6eb8-4933-85f7-6c79bfc938b5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-12-09 04:15:16.940168 | fa163e63-5322-efa7-ee3c-000000004598 | TASK | Async creation of Keystone role 2025-12-09 04:15:17.295721 | fa163e63-5322-efa7-ee3c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-12-09 04:15:17.297845 | fa163e63-5322-efa7-ee3c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:09.873113 | 0.36s 2025-12-09 04:15:17.603749 | fa163e63-5322-efa7-ee3c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-12-09 04:15:17.605904 | fa163e63-5322-efa7-ee3c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:10.181178 | 0.66s 2025-12-09 04:15:17.908174 | fa163e63-5322-efa7-ee3c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-12-09 04:15:17.909434 | fa163e63-5322-efa7-ee3c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:10.484681 | 0.97s 2025-12-09 04:15:18.205464 | fa163e63-5322-efa7-ee3c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-12-09 04:15:18.208055 | fa163e63-5322-efa7-ee3c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:10.783331 | 1.27s 2025-12-09 04:15:18.448521 | fa163e63-5322-efa7-ee3c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-12-09 04:15:18.449267 | fa163e63-5322-efa7-ee3c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:11.024552 | 1.51s 2025-12-09 04:15:18.760955 | fa163e63-5322-efa7-ee3c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-12-09 04:15:18.762033 | fa163e63-5322-efa7-ee3c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:11.337314 | 1.82s 2025-12-09 04:15:19.131332 | fa163e63-5322-efa7-ee3c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-12-09 04:15:19.132139 | fa163e63-5322-efa7-ee3c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:11.707424 | 2.19s 2025-12-09 04:15:19.405029 | fa163e63-5322-efa7-ee3c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-12-09 04:15:19.406616 | fa163e63-5322-efa7-ee3c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:11.981897 | 2.47s 2025-12-09 04:15:19.709734 | fa163e63-5322-efa7-ee3c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-12-09 04:15:19.710722 | fa163e63-5322-efa7-ee3c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:12.286003 | 2.77s 2025-12-09 04:15:19.996994 | fa163e63-5322-efa7-ee3c-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-12-09 04:15:19.997807 | fa163e63-5322-efa7-ee3c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:12.573091 | 3.06s 2025-12-09 04:15:20.004072 | fa163e63-5322-efa7-ee3c-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:12.579352 | 3.06s 2025-12-09 04:15:20.019321 | fa163e63-5322-efa7-ee3c-00000000459a | TASK | Check Keystone role status 2025-12-09 04:15:20.298217 | fa163e63-5322-efa7-ee3c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=service 2025-12-09 04:15:20.299581 | fa163e63-5322-efa7-ee3c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:12.874862 | 0.28s 2025-12-09 04:15:20.590248 | fa163e63-5322-efa7-ee3c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-12-09 04:15:20.594252 | fa163e63-5322-efa7-ee3c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:13.169527 | 0.57s 2025-12-09 04:15:20.895178 | fa163e63-5322-efa7-ee3c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=creator 2025-12-09 04:15:20.897346 | fa163e63-5322-efa7-ee3c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:13.472620 | 0.88s 2025-12-09 04:15:21.197362 | fa163e63-5322-efa7-ee3c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=observer 2025-12-09 04:15:21.199131 | fa163e63-5322-efa7-ee3c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:13.774408 | 1.18s 2025-12-09 04:15:21.460714 | fa163e63-5322-efa7-ee3c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=audit 2025-12-09 04:15:21.462083 | fa163e63-5322-efa7-ee3c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:14.037356 | 1.44s 2025-12-09 04:15:21.756829 | fa163e63-5322-efa7-ee3c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-12-09 04:15:21.759190 | fa163e63-5322-efa7-ee3c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:14.334465 | 1.74s 2025-12-09 04:15:21.999037 | fa163e63-5322-efa7-ee3c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-12-09 04:15:22.000486 | fa163e63-5322-efa7-ee3c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:14.575762 | 1.98s 2025-12-09 04:15:22.280296 | fa163e63-5322-efa7-ee3c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-12-09 04:15:22.282451 | fa163e63-5322-efa7-ee3c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:14.857724 | 2.26s 2025-12-09 04:15:22.523279 | fa163e63-5322-efa7-ee3c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-12-09 04:15:22.524640 | fa163e63-5322-efa7-ee3c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:15.099896 | 2.50s 2025-12-09 04:15:22.779242 | fa163e63-5322-efa7-ee3c-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-12-09 04:15:22.780630 | fa163e63-5322-efa7-ee3c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:15.355905 | 2.76s 2025-12-09 04:15:22.792034 | fa163e63-5322-efa7-ee3c-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:15.367299 | 2.77s 2025-12-09 04:15:22.818735 | fa163e63-5322-efa7-ee3c-00000000459f | TASK | Async creation of Keystone role 2025-12-09 04:15:23.196899 | fa163e63-5322-efa7-ee3c-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-12-09 04:15:23.199790 | fa163e63-5322-efa7-ee3c-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:15.775061 | 0.38s 2025-12-09 04:15:23.521597 | fa163e63-5322-efa7-ee3c-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-12-09 04:15:23.522882 | fa163e63-5322-efa7-ee3c-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:16.098157 | 0.70s 2025-12-09 04:15:23.817278 | fa163e63-5322-efa7-ee3c-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-12-09 04:15:23.818444 | fa163e63-5322-efa7-ee3c-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:16.393720 | 1.00s 2025-12-09 04:15:23.824384 | fa163e63-5322-efa7-ee3c-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:16.399608 | 1.00s 2025-12-09 04:15:23.844719 | fa163e63-5322-efa7-ee3c-0000000045a1 | TASK | Check Keystone role status 2025-12-09 04:15:24.160695 | fa163e63-5322-efa7-ee3c-0000000045a1 | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-12-09 04:15:29.398858 | fa163e63-5322-efa7-ee3c-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-12-09 04:15:29.401631 | fa163e63-5322-efa7-ee3c-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:21.976875 | 5.55s 2025-12-09 04:15:29.637078 | fa163e63-5322-efa7-ee3c-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-12-09 04:15:29.638759 | fa163e63-5322-efa7-ee3c-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:22.214037 | 5.79s 2025-12-09 04:15:29.856200 | fa163e63-5322-efa7-ee3c-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-12-09 04:15:29.857597 | fa163e63-5322-efa7-ee3c-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:22.432872 | 6.01s 2025-12-09 04:15:29.865744 | fa163e63-5322-efa7-ee3c-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:22.441012 | 6.02s 2025-12-09 04:15:29.887603 | fa163e63-5322-efa7-ee3c-000000003d2b | TASK | Create Keystone Users 2025-12-09 04:15:29.970048 | fa163e63-5322-efa7-ee3c-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:22.545300 | 0.08s 2025-12-09 04:15:29.988588 | fa163e63-5322-efa7-ee3c-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:22.563869 | 0.10s 2025-12-09 04:15:29.996277 | fa163e63-5322-efa7-ee3c-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:22.571551 | 0.11s 2025-12-09 04:15:30.017716 | fead5ebf-cada-4ebf-9d72-c912bf81649a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-09 04:15:30.030644 | 2d4aa880-af24-4aa6-bdbe-c0ef99186a3c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-09 04:15:30.095341 | fa163e63-5322-efa7-ee3c-000000004749 | TASK | Check password of Keystone user 2025-12-09 04:15:31.127809 | fa163e63-5322-efa7-ee3c-000000004749 | 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-09 04:15:31.131294 | fa163e63-5322-efa7-ee3c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:23.706557 | 1.04s 2025-12-09 04:15:32.074878 | fa163e63-5322-efa7-ee3c-000000004749 | 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-09 04:15:32.076384 | fa163e63-5322-efa7-ee3c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:24.651658 | 1.98s 2025-12-09 04:15:33.018329 | fa163e63-5322-efa7-ee3c-000000004749 | 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-09 04:15:33.019520 | fa163e63-5322-efa7-ee3c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:25.594795 | 2.92s 2025-12-09 04:15:33.972244 | fa163e63-5322-efa7-ee3c-000000004749 | 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-09 04:15:33.973506 | fa163e63-5322-efa7-ee3c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:26.548782 | 3.88s 2025-12-09 04:15:34.964908 | fa163e63-5322-efa7-ee3c-000000004749 | 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-09 04:15:34.966162 | fa163e63-5322-efa7-ee3c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:27.541440 | 4.87s 2025-12-09 04:15:35.944172 | fa163e63-5322-efa7-ee3c-000000004749 | 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-09 04:15:35.945217 | fa163e63-5322-efa7-ee3c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:28.520496 | 5.85s 2025-12-09 04:15:36.920972 | fa163e63-5322-efa7-ee3c-000000004749 | 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-09 04:15:36.923065 | fa163e63-5322-efa7-ee3c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:29.498335 | 6.83s 2025-12-09 04:15:37.862264 | fa163e63-5322-efa7-ee3c-000000004749 | 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-09 04:15:37.863655 | fa163e63-5322-efa7-ee3c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:30.438931 | 7.77s 2025-12-09 04:15:38.808082 | fa163e63-5322-efa7-ee3c-000000004749 | 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-09 04:15:38.809843 | fa163e63-5322-efa7-ee3c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:31.385119 | 8.71s 2025-12-09 04:15:39.767493 | fa163e63-5322-efa7-ee3c-000000004749 | 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-09 04:15:39.768706 | fa163e63-5322-efa7-ee3c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:32.343979 | 9.67s 2025-12-09 04:15:39.780931 | fa163e63-5322-efa7-ee3c-000000004749 | 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-09 04:15:39.782124 | fa163e63-5322-efa7-ee3c-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:32.357400 | 9.69s 2025-12-09 04:15:39.802195 | fa163e63-5322-efa7-ee3c-00000000474b | TASK | Async creation of Keystone user 2025-12-09 04:15:40.246829 | fa163e63-5322-efa7-ee3c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:40.248711 | fa163e63-5322-efa7-ee3c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:32.823977 | 0.45s 2025-12-09 04:15:40.649497 | fa163e63-5322-efa7-ee3c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:40.651207 | fa163e63-5322-efa7-ee3c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:33.226482 | 0.85s 2025-12-09 04:15:40.999745 | fa163e63-5322-efa7-ee3c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:41.019546 | fa163e63-5322-efa7-ee3c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:33.594822 | 1.22s 2025-12-09 04:15:41.362560 | fa163e63-5322-efa7-ee3c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:41.363694 | fa163e63-5322-efa7-ee3c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:33.938982 | 1.56s 2025-12-09 04:15:41.722696 | fa163e63-5322-efa7-ee3c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:41.723364 | fa163e63-5322-efa7-ee3c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:34.298648 | 1.92s 2025-12-09 04:15:42.041778 | fa163e63-5322-efa7-ee3c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:42.042900 | fa163e63-5322-efa7-ee3c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:34.618174 | 2.24s 2025-12-09 04:15:42.388476 | fa163e63-5322-efa7-ee3c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:42.389596 | fa163e63-5322-efa7-ee3c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:34.964873 | 2.59s 2025-12-09 04:15:42.713223 | fa163e63-5322-efa7-ee3c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:42.715247 | fa163e63-5322-efa7-ee3c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:35.290519 | 2.91s 2025-12-09 04:15:43.062174 | fa163e63-5322-efa7-ee3c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:43.064148 | fa163e63-5322-efa7-ee3c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:35.639424 | 3.26s 2025-12-09 04:15:43.469535 | fa163e63-5322-efa7-ee3c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:43.470214 | fa163e63-5322-efa7-ee3c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:36.045496 | 3.67s 2025-12-09 04:15:43.476017 | fa163e63-5322-efa7-ee3c-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:43.477255 | fa163e63-5322-efa7-ee3c-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:36.052531 | 3.67s 2025-12-09 04:15:43.499237 | fa163e63-5322-efa7-ee3c-00000000474d | TASK | Check Keystone user status 2025-12-09 04:15:43.807600 | fa163e63-5322-efa7-ee3c-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:15:43.810185 | fa163e63-5322-efa7-ee3c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:36.385448 | 0.31s 2025-12-09 04:15:44.086889 | fa163e63-5322-efa7-ee3c-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:15:44.087876 | fa163e63-5322-efa7-ee3c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:36.663153 | 0.59s 2025-12-09 04:15:44.380947 | fa163e63-5322-efa7-ee3c-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:15:44.382646 | fa163e63-5322-efa7-ee3c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:36.957917 | 0.88s 2025-12-09 04:15:44.644813 | fa163e63-5322-efa7-ee3c-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:15:44.646510 | fa163e63-5322-efa7-ee3c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:37.221790 | 1.15s 2025-12-09 04:15:44.914860 | fa163e63-5322-efa7-ee3c-00000000474d | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-09 04:15:50.138242 | fa163e63-5322-efa7-ee3c-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:15:50.139825 | fa163e63-5322-efa7-ee3c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:42.715096 | 6.64s 2025-12-09 04:15:50.398199 | fa163e63-5322-efa7-ee3c-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:15:50.400105 | fa163e63-5322-efa7-ee3c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:42.975379 | 6.90s 2025-12-09 04:15:50.686470 | fa163e63-5322-efa7-ee3c-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:15:50.687749 | fa163e63-5322-efa7-ee3c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:43.263021 | 7.19s 2025-12-09 04:15:50.969058 | fa163e63-5322-efa7-ee3c-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:15:50.970760 | fa163e63-5322-efa7-ee3c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:43.546039 | 7.47s 2025-12-09 04:15:51.268801 | fa163e63-5322-efa7-ee3c-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:15:51.270750 | fa163e63-5322-efa7-ee3c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:43.846025 | 7.77s 2025-12-09 04:15:51.557727 | fa163e63-5322-efa7-ee3c-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:15:51.560243 | fa163e63-5322-efa7-ee3c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:44.135520 | 8.06s 2025-12-09 04:15:51.570196 | fa163e63-5322-efa7-ee3c-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:15:51.571575 | fa163e63-5322-efa7-ee3c-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:44.146850 | 8.07s 2025-12-09 04:15:51.594701 | fa163e63-5322-efa7-ee3c-000000004752 | TASK | Check password of Keystone user 2025-12-09 04:15:52.567418 | fa163e63-5322-efa7-ee3c-000000004752 | 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-09 04:15:52.568705 | fa163e63-5322-efa7-ee3c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:45.143980 | 0.97s 2025-12-09 04:15:53.598572 | fa163e63-5322-efa7-ee3c-000000004752 | 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-09 04:15:53.600521 | fa163e63-5322-efa7-ee3c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:46.175792 | 2.00s 2025-12-09 04:15:54.574120 | fa163e63-5322-efa7-ee3c-000000004752 | 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-09 04:15:54.575194 | fa163e63-5322-efa7-ee3c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:47.150471 | 2.98s 2025-12-09 04:15:55.597229 | fa163e63-5322-efa7-ee3c-000000004752 | 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-09 04:15:55.599015 | fa163e63-5322-efa7-ee3c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:48.174290 | 4.00s 2025-12-09 04:15:56.553711 | fa163e63-5322-efa7-ee3c-000000004752 | 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-09 04:15:56.554850 | fa163e63-5322-efa7-ee3c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:49.130128 | 4.96s 2025-12-09 04:15:57.517725 | fa163e63-5322-efa7-ee3c-000000004752 | 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-09 04:15:57.521942 | fa163e63-5322-efa7-ee3c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:50.097206 | 5.93s 2025-12-09 04:15:58.513277 | fa163e63-5322-efa7-ee3c-000000004752 | 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-09 04:15:58.514552 | fa163e63-5322-efa7-ee3c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:51.089826 | 6.92s 2025-12-09 04:15:58.532236 | fa163e63-5322-efa7-ee3c-000000004752 | 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-09 04:15:58.534297 | fa163e63-5322-efa7-ee3c-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:51.109521 | 6.94s 2025-12-09 04:15:58.555452 | fa163e63-5322-efa7-ee3c-000000004754 | TASK | Async creation of Keystone user 2025-12-09 04:15:59.016032 | fa163e63-5322-efa7-ee3c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:59.018703 | fa163e63-5322-efa7-ee3c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:51.593969 | 0.46s 2025-12-09 04:15:59.386091 | fa163e63-5322-efa7-ee3c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:59.387246 | fa163e63-5322-efa7-ee3c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:51.962521 | 0.83s 2025-12-09 04:15:59.770316 | fa163e63-5322-efa7-ee3c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:15:59.771430 | fa163e63-5322-efa7-ee3c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:52.346678 | 1.21s 2025-12-09 04:16:00.172711 | fa163e63-5322-efa7-ee3c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:16:00.174514 | fa163e63-5322-efa7-ee3c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:52.749794 | 1.62s 2025-12-09 04:16:00.542047 | fa163e63-5322-efa7-ee3c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:16:00.544026 | fa163e63-5322-efa7-ee3c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:53.119298 | 1.99s 2025-12-09 04:16:00.919498 | fa163e63-5322-efa7-ee3c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:16:00.920417 | fa163e63-5322-efa7-ee3c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:53.495680 | 2.36s 2025-12-09 04:16:01.272941 | fa163e63-5322-efa7-ee3c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:16:01.273814 | fa163e63-5322-efa7-ee3c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:53.849097 | 2.72s 2025-12-09 04:16:01.277576 | fa163e63-5322-efa7-ee3c-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-12-09 04:16:01.278037 | fa163e63-5322-efa7-ee3c-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:53.853326 | 2.72s 2025-12-09 04:16:01.294265 | fa163e63-5322-efa7-ee3c-000000004756 | TASK | Check Keystone user status 2025-12-09 04:16:01.610101 | fa163e63-5322-efa7-ee3c-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:16:01.611760 | fa163e63-5322-efa7-ee3c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:54.187031 | 0.32s 2025-12-09 04:16:01.898734 | fa163e63-5322-efa7-ee3c-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:16:01.899987 | fa163e63-5322-efa7-ee3c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:54.475261 | 0.60s 2025-12-09 04:16:02.200680 | fa163e63-5322-efa7-ee3c-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:16:02.201762 | fa163e63-5322-efa7-ee3c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:54.777040 | 0.91s 2025-12-09 04:16:02.531819 | fa163e63-5322-efa7-ee3c-000000004756 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-09 04:16:07.729938 | fa163e63-5322-efa7-ee3c-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:16:07.731276 | fa163e63-5322-efa7-ee3c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.306552 | 6.44s 2025-12-09 04:16:08.000158 | fa163e63-5322-efa7-ee3c-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:16:08.001261 | fa163e63-5322-efa7-ee3c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.576536 | 6.71s 2025-12-09 04:16:08.289236 | fa163e63-5322-efa7-ee3c-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:16:08.291103 | fa163e63-5322-efa7-ee3c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.866379 | 7.00s 2025-12-09 04:16:08.609886 | fa163e63-5322-efa7-ee3c-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:16:08.611769 | fa163e63-5322-efa7-ee3c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:01.187043 | 7.32s 2025-12-09 04:16:08.621847 | fa163e63-5322-efa7-ee3c-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-12-09 04:16:08.623080 | fa163e63-5322-efa7-ee3c-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:01.198355 | 7.33s 2025-12-09 04:16:08.643928 | fa163e63-5322-efa7-ee3c-000000003d2d | TASK | Assign Keystone Users to Roles 2025-12-09 04:16:08.739009 | fa163e63-5322-efa7-ee3c-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:01.314275 | 0.09s 2025-12-09 04:16:08.766461 | fa163e63-5322-efa7-ee3c-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:01.341739 | 0.12s 2025-12-09 04:16:08.790979 | fa163e63-5322-efa7-ee3c-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:01.366260 | 0.15s 2025-12-09 04:16:08.805562 | fa163e63-5322-efa7-ee3c-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:01.380832 | 0.16s 2025-12-09 04:16:08.820530 | a454130b-49b0-4287-af2e-be51528a526f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-09 04:16:08.827152 | 953d04e1-95a5-4b04-9c6a-67908745b391 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-09 04:16:08.832704 | 0b27c14c-5e81-4429-8993-057241c79ce6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-09 04:16:08.907677 | fa163e63-5322-efa7-ee3c-000000004966 | TASK | Async assignment of Keystone user per role 2025-12-09 04:16:09.019645 | fa163e63-5322-efa7-ee3c-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:01.594898 | 0.11s 2025-12-09 04:16:09.057322 | fa163e63-5322-efa7-ee3c-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:01.632603 | 0.15s 2025-12-09 04:16:09.070697 | fa163e63-5322-efa7-ee3c-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:01.645962 | 0.16s 2025-12-09 04:16:09.089769 | df9fd32d-5755-4b7c-93f2-ab504b28a3f1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-09 04:16:09.099558 | 2d20a1a5-e750-4525-9d08-f3012de772bc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-09 04:16:09.117264 | fa163e63-5322-efa7-ee3c-000000004b46 | TASK | Async assignment of Keystone user to roles 2025-12-09 04:16:09.566807 | fa163e63-5322-efa7-ee3c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-12-09 04:16:09.569443 | fa163e63-5322-efa7-ee3c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:02.144682 | 0.45s 2025-12-09 04:16:09.963819 | fa163e63-5322-efa7-ee3c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-12-09 04:16:09.965125 | fa163e63-5322-efa7-ee3c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:02.540400 | 0.85s 2025-12-09 04:16:10.312653 | fa163e63-5322-efa7-ee3c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-12-09 04:16:10.313589 | fa163e63-5322-efa7-ee3c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:02.888873 | 1.20s 2025-12-09 04:16:10.595637 | fa163e63-5322-efa7-ee3c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-09 04:16:10.596357 | fa163e63-5322-efa7-ee3c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:03.171644 | 1.48s 2025-12-09 04:16:10.923790 | fa163e63-5322-efa7-ee3c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-09 04:16:10.924471 | fa163e63-5322-efa7-ee3c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:03.499760 | 1.81s 2025-12-09 04:16:11.244665 | fa163e63-5322-efa7-ee3c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-12-09 04:16:11.245550 | fa163e63-5322-efa7-ee3c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:03.820837 | 2.13s 2025-12-09 04:16:11.566253 | fa163e63-5322-efa7-ee3c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-12-09 04:16:11.568285 | fa163e63-5322-efa7-ee3c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:04.143560 | 2.45s 2025-12-09 04:16:11.842968 | fa163e63-5322-efa7-ee3c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-12-09 04:16:11.844686 | fa163e63-5322-efa7-ee3c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:04.419962 | 2.73s 2025-12-09 04:16:12.144827 | fa163e63-5322-efa7-ee3c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-12-09 04:16:12.145720 | fa163e63-5322-efa7-ee3c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:04.721003 | 3.03s 2025-12-09 04:16:12.463914 | fa163e63-5322-efa7-ee3c-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-12-09 04:16:12.474118 | fa163e63-5322-efa7-ee3c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:05.049393 | 3.36s 2025-12-09 04:16:12.481540 | fa163e63-5322-efa7-ee3c-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:05.056803 | 3.36s 2025-12-09 04:16:12.502443 | fa163e63-5322-efa7-ee3c-000000004b48 | TASK | Check Keystone user assignment to roles status 2025-12-09 04:16:12.801826 | fa163e63-5322-efa7-ee3c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-12-09 04:16:12.804336 | fa163e63-5322-efa7-ee3c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:05.379606 | 0.30s 2025-12-09 04:16:13.025554 | fa163e63-5322-efa7-ee3c-000000004b48 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-09 04:16:18.272139 | fa163e63-5322-efa7-ee3c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-12-09 04:16:18.273734 | fa163e63-5322-efa7-ee3c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:10.849007 | 5.77s 2025-12-09 04:16:18.535669 | fa163e63-5322-efa7-ee3c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-12-09 04:16:18.537765 | fa163e63-5322-efa7-ee3c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:11.113039 | 6.03s 2025-12-09 04:16:18.789296 | fa163e63-5322-efa7-ee3c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-09 04:16:18.790770 | fa163e63-5322-efa7-ee3c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:11.366044 | 6.29s 2025-12-09 04:16:19.112697 | fa163e63-5322-efa7-ee3c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-09 04:16:19.114909 | fa163e63-5322-efa7-ee3c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:11.690183 | 6.61s 2025-12-09 04:16:19.370282 | fa163e63-5322-efa7-ee3c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-12-09 04:16:19.371516 | fa163e63-5322-efa7-ee3c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:11.946790 | 6.87s 2025-12-09 04:16:19.668566 | fa163e63-5322-efa7-ee3c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-12-09 04:16:19.670589 | fa163e63-5322-efa7-ee3c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:12.245863 | 7.17s 2025-12-09 04:16:19.942296 | fa163e63-5322-efa7-ee3c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-12-09 04:16:19.943725 | fa163e63-5322-efa7-ee3c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:12.518999 | 7.44s 2025-12-09 04:16:20.207515 | fa163e63-5322-efa7-ee3c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-12-09 04:16:20.209552 | fa163e63-5322-efa7-ee3c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:12.784825 | 7.71s 2025-12-09 04:16:20.468583 | fa163e63-5322-efa7-ee3c-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-12-09 04:16:20.470344 | fa163e63-5322-efa7-ee3c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:13.045624 | 7.97s 2025-12-09 04:16:20.483592 | fa163e63-5322-efa7-ee3c-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:13.058861 | 7.98s 2025-12-09 04:16:20.508182 | fa163e63-5322-efa7-ee3c-000000004b4d | TASK | Async assignment of Keystone user to roles 2025-12-09 04:16:20.945102 | fa163e63-5322-efa7-ee3c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-12-09 04:16:20.947846 | fa163e63-5322-efa7-ee3c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:13.523116 | 0.44s 2025-12-09 04:16:21.285621 | fa163e63-5322-efa7-ee3c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-12-09 04:16:21.286570 | fa163e63-5322-efa7-ee3c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:13.861848 | 0.78s 2025-12-09 04:16:21.654581 | fa163e63-5322-efa7-ee3c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-12-09 04:16:21.656389 | fa163e63-5322-efa7-ee3c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:14.231664 | 1.15s 2025-12-09 04:16:21.993107 | fa163e63-5322-efa7-ee3c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-09 04:16:21.994028 | fa163e63-5322-efa7-ee3c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:14.569309 | 1.48s 2025-12-09 04:16:22.311900 | fa163e63-5322-efa7-ee3c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-12-09 04:16:22.312836 | fa163e63-5322-efa7-ee3c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:14.888119 | 1.80s 2025-12-09 04:16:22.659795 | fa163e63-5322-efa7-ee3c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-12-09 04:16:22.660612 | fa163e63-5322-efa7-ee3c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:15.235896 | 2.15s 2025-12-09 04:16:22.983382 | fa163e63-5322-efa7-ee3c-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-12-09 04:16:22.984523 | fa163e63-5322-efa7-ee3c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:15.559801 | 2.47s 2025-12-09 04:16:22.991430 | fa163e63-5322-efa7-ee3c-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:15.566668 | 2.48s 2025-12-09 04:16:23.012087 | fa163e63-5322-efa7-ee3c-000000004b4f | TASK | Check Keystone user assignment to roles status 2025-12-09 04:16:23.304672 | fa163e63-5322-efa7-ee3c-000000004b4f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-09 04:16:28.555776 | fa163e63-5322-efa7-ee3c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-12-09 04:16:28.557667 | fa163e63-5322-efa7-ee3c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.132940 | 5.54s 2025-12-09 04:16:28.806844 | fa163e63-5322-efa7-ee3c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-12-09 04:16:28.809042 | fa163e63-5322-efa7-ee3c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.384315 | 5.80s 2025-12-09 04:16:29.113745 | fa163e63-5322-efa7-ee3c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-12-09 04:16:29.115328 | fa163e63-5322-efa7-ee3c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.690603 | 6.10s 2025-12-09 04:16:29.377854 | fa163e63-5322-efa7-ee3c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-09 04:16:29.379947 | fa163e63-5322-efa7-ee3c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.955223 | 6.37s 2025-12-09 04:16:29.703650 | fa163e63-5322-efa7-ee3c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-12-09 04:16:29.705834 | fa163e63-5322-efa7-ee3c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:22.281108 | 6.69s 2025-12-09 04:16:29.963454 | fa163e63-5322-efa7-ee3c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-12-09 04:16:29.964840 | fa163e63-5322-efa7-ee3c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:22.540111 | 6.95s 2025-12-09 04:16:30.243648 | fa163e63-5322-efa7-ee3c-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-12-09 04:16:30.245284 | fa163e63-5322-efa7-ee3c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:22.820551 | 7.23s 2025-12-09 04:16:30.266661 | fa163e63-5322-efa7-ee3c-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:22.841922 | 7.25s 2025-12-09 04:16:30.289719 | fa163e63-5322-efa7-ee3c-00000000496b | TASK | Async assignment of Keystone user per role 2025-12-09 04:16:30.389432 | fa163e63-5322-efa7-ee3c-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:22.964652 | 0.10s 2025-12-09 04:16:30.402301 | fa163e63-5322-efa7-ee3c-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:22.977565 | 0.11s 2025-12-09 04:16:30.417902 | a484ec47-9d19-43f7-aa09-6c5211b6eb58 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-09 04:16:30.442941 | fa163e63-5322-efa7-ee3c-000000004bb7 | TASK | Async assignment of Keystone user to roles 2025-12-09 04:16:30.837861 | fa163e63-5322-efa7-ee3c-000000004bb7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-12-09 04:16:30.839035 | fa163e63-5322-efa7-ee3c-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:23.414317 | 0.39s 2025-12-09 04:16:30.842714 | fa163e63-5322-efa7-ee3c-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:23.417984 | 0.40s 2025-12-09 04:16:30.863034 | fa163e63-5322-efa7-ee3c-000000004bb9 | TASK | Check Keystone user assignment to roles status 2025-12-09 04:16:31.143076 | fa163e63-5322-efa7-ee3c-000000004bb9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-09 04:16:36.364805 | fa163e63-5322-efa7-ee3c-000000004bb9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-12-09 04:16:36.367425 | fa163e63-5322-efa7-ee3c-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:28.942665 | 5.50s 2025-12-09 04:16:36.377244 | fa163e63-5322-efa7-ee3c-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:28.952512 | 5.51s 2025-12-09 04:16:36.398315 | fa163e63-5322-efa7-ee3c-000000004970 | TASK | Async assignment of Keystone user per role 2025-12-09 04:16:36.497567 | fa163e63-5322-efa7-ee3c-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:29.072820 | 0.10s 2025-12-09 04:16:36.510828 | fa163e63-5322-efa7-ee3c-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:29.086093 | 0.11s 2025-12-09 04:16:36.525376 | abe93725-1401-428e-830f-d05abb39500e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-09 04:16:36.549840 | fa163e63-5322-efa7-ee3c-000000004bdb | TASK | Async assignment of Keystone user to roles 2025-12-09 04:16:36.927536 | fa163e63-5322-efa7-ee3c-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-09 04:16:36.930230 | fa163e63-5322-efa7-ee3c-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:29.505497 | 0.38s 2025-12-09 04:16:37.262949 | fa163e63-5322-efa7-ee3c-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-09 04:16:37.264209 | fa163e63-5322-efa7-ee3c-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:29.839490 | 0.71s 2025-12-09 04:16:37.637451 | fa163e63-5322-efa7-ee3c-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-09 04:16:37.638687 | fa163e63-5322-efa7-ee3c-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:30.213963 | 1.09s 2025-12-09 04:16:37.646532 | fa163e63-5322-efa7-ee3c-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:30.221791 | 1.10s 2025-12-09 04:16:37.667320 | fa163e63-5322-efa7-ee3c-000000004bdd | TASK | Check Keystone user assignment to roles status 2025-12-09 04:16:37.944325 | fa163e63-5322-efa7-ee3c-000000004bdd | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-09 04:16:43.185965 | fa163e63-5322-efa7-ee3c-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-09 04:16:43.188736 | fa163e63-5322-efa7-ee3c-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:35.764003 | 5.52s 2025-12-09 04:16:43.454177 | fa163e63-5322-efa7-ee3c-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-09 04:16:43.457181 | fa163e63-5322-efa7-ee3c-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:36.032432 | 5.79s 2025-12-09 04:16:43.742427 | fa163e63-5322-efa7-ee3c-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-09 04:16:43.744664 | fa163e63-5322-efa7-ee3c-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:36.319940 | 6.08s 2025-12-09 04:16:43.756273 | fa163e63-5322-efa7-ee3c-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:36.331538 | 6.09s 2025-12-09 04:16:43.795370 | fa163e63-5322-efa7-ee3c-000000003cf3 | TASK | is Keystone LDAP enabled 2025-12-09 04:16:43.865972 | fa163e63-5322-efa7-ee3c-000000003cf3 | OK | is Keystone LDAP enabled | undercloud 2025-12-09 04:16:43.868905 | fa163e63-5322-efa7-ee3c-000000003cf3 | TIMING | is Keystone LDAP enabled | undercloud | 0:22:36.444078 | 0.07s 2025-12-09 04:16:43.887778 | fa163e63-5322-efa7-ee3c-000000003cf4 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-12-09 04:16:43.940183 | fa163e63-5322-efa7-ee3c-000000003cf4 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-12-09 04:16:43.942512 | fa163e63-5322-efa7-ee3c-000000003cf4 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:36.517786 | 0.05s 2025-12-09 04:16:43.961275 | fa163e63-5322-efa7-ee3c-000000003cf5 | TASK | Manage Keystone domains from LDAP config 2025-12-09 04:16:44.016291 | fa163e63-5322-efa7-ee3c-000000003cf5 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-12-09 04:16:44.018940 | fa163e63-5322-efa7-ee3c-000000003cf5 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:36.594194 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-12-09 04:16:44.141238 | fa163e63-5322-efa7-ee3c-0000000000e2 | TASK | Deploy step tasks for 4 2025-12-09 04:16:44.181667 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000e2') missing from stats 2025-12-09 04:16:44.213006 | fa163e63-5322-efa7-ee3c-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-12-09 04:16:44.748978 | fa163e63-5322-efa7-ee3c-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-12-09 04:16:44.751128 | fa163e63-5322-efa7-ee3c-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:37.326399 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-09 04:16:44.835562 | fa163e63-5322-efa7-ee3c-0000000000e4 | TIMING | include_tasks | standalone | 0:22:37.410831 | 0.05s 2025-12-09 04:16:44.881128 | 0ab19186-5a6f-479a-97ad-b306f4ca6758 | INCLUDED | /root/standalone-ansible-h8tfki1q/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-12-09 04:16:44.909020 | fa163e63-5322-efa7-ee3c-000000004c1f | TASK | Create virtqemud recovery script 2025-12-09 04:16:45.491249 | fa163e63-5322-efa7-ee3c-000000004c1f | CHANGED | Create virtqemud recovery script | standalone 2025-12-09 04:16:45.497027 | fa163e63-5322-efa7-ee3c-000000004c1f | TIMING | Create virtqemud recovery script | standalone | 0:22:38.072306 | 0.59s 2025-12-09 04:16:45.518027 | fa163e63-5322-efa7-ee3c-000000004c20 | TASK | Create virtqemud recovery trigger service 2025-12-09 04:16:45.997304 | fa163e63-5322-efa7-ee3c-000000004c20 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-12-09 04:16:45.999139 | fa163e63-5322-efa7-ee3c-000000004c20 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:38.574412 | 0.48s 2025-12-09 04:16:46.029321 | fa163e63-5322-efa7-ee3c-000000004c21 | TASK | Create virtqemud recovery trigger timer 2025-12-09 04:16:46.636030 | fa163e63-5322-efa7-ee3c-000000004c21 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-12-09 04:16:46.637768 | fa163e63-5322-efa7-ee3c-000000004c21 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:39.213039 | 0.61s 2025-12-09 04:16:46.669230 | fa163e63-5322-efa7-ee3c-000000004c22 | TASK | Enable virtqemud recovery trigger service 2025-12-09 04:16:48.901604 | fa163e63-5322-efa7-ee3c-000000004c22 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-12-09 04:16:48.903975 | fa163e63-5322-efa7-ee3c-000000004c22 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:41.479247 | 2.23s 2025-12-09 04:16:48.937438 | fa163e63-5322-efa7-ee3c-000000004c23 | TASK | Enable virtqemud recovery trigger timer 2025-12-09 04:16:50.334375 | fa163e63-5322-efa7-ee3c-000000004c23 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-12-09 04:16:50.336304 | fa163e63-5322-efa7-ee3c-000000004c23 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:42.911580 | 1.40s 2025-12-09 04:16:50.360184 | fa163e63-5322-efa7-ee3c-000000004c24 | TASK | Really enable virtqemud recovery trigger timer 2025-12-09 04:16:51.059984 | fa163e63-5322-efa7-ee3c-000000004c24 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-12-09 04:16:51.061727 | fa163e63-5322-efa7-ee3c-000000004c24 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:43.636999 | 0.70s 2025-12-09 04:16:51.086475 | fa163e63-5322-efa7-ee3c-000000004c26 | TASK | Create systemd file 2025-12-09 04:16:51.637442 | fa163e63-5322-efa7-ee3c-000000004c26 | CHANGED | Create systemd file | standalone 2025-12-09 04:16:51.638770 | fa163e63-5322-efa7-ee3c-000000004c26 | TIMING | Create systemd file | standalone | 0:22:44.214049 | 0.55s 2025-12-09 04:16:51.659052 | fa163e63-5322-efa7-ee3c-000000004c27 | TASK | Reload systemd 2025-12-09 04:16:52.494609 | fa163e63-5322-efa7-ee3c-000000004c27 | CHANGED | Reload systemd | standalone 2025-12-09 04:16:52.496109 | fa163e63-5322-efa7-ee3c-000000004c27 | TIMING | Reload systemd | standalone | 0:22:45.071392 | 0.84s 2025-12-09 04:16:52.517227 | fa163e63-5322-efa7-ee3c-000000004c2a | TASK | Start OVN container 2025-12-09 04:16:52.585161 | fa163e63-5322-efa7-ee3c-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-12-09 04:16:52.603848 | fa163e63-5322-efa7-ee3c-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-12-09 04:16:52.617683 | fa163e63-5322-efa7-ee3c-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-12-09 04:16:52.625720 | fa163e63-5322-efa7-ee3c-000000004c2a | TIMING | Start OVN container | standalone | 0:22:45.200990 | 0.11s 2025-12-09 04:16:52.655799 | fa163e63-5322-efa7-ee3c-000000004c2c | TASK | Set NB connection 2025-12-09 04:16:52.699769 | fa163e63-5322-efa7-ee3c-000000004c2c | SKIPPED | Set NB connection | standalone 2025-12-09 04:16:52.701125 | fa163e63-5322-efa7-ee3c-000000004c2c | TIMING | Set NB connection | standalone | 0:22:45.276402 | 0.04s 2025-12-09 04:16:52.731261 | fa163e63-5322-efa7-ee3c-000000004c2d | TASK | Set SB connection 2025-12-09 04:16:52.796544 | fa163e63-5322-efa7-ee3c-000000004c2d | SKIPPED | Set SB connection | standalone 2025-12-09 04:16:52.798091 | fa163e63-5322-efa7-ee3c-000000004c2d | TIMING | Set SB connection | standalone | 0:22:45.373362 | 0.07s 2025-12-09 04:16:52.831062 | fa163e63-5322-efa7-ee3c-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-12-09 04:16:53.130763 | fa163e63-5322-efa7-ee3c-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-12-09 04:16:53.132596 | fa163e63-5322-efa7-ee3c-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:45.707868 | 0.30s 2025-12-09 04:16:53.271198 | fa163e63-5322-efa7-ee3c-0000000000e7 | TIMING | include_tasks | standalone | 0:22:45.846456 | 0.11s 2025-12-09 04:16:53.315030 | 11593d4d-d30c-447f-af0a-f5d264044a65 | INCLUDED | /root/standalone-ansible-h8tfki1q/common_deploy_steps_tasks.yaml | standalone 2025-12-09 04:16:53.343644 | fa163e63-5322-efa7-ee3c-000000004c5c | TASK | Write the config_step hieradata 2025-12-09 04:16:53.954633 | fa163e63-5322-efa7-ee3c-000000004c5c | OK | Write the config_step hieradata | standalone 2025-12-09 04:16:53.956269 | fa163e63-5322-efa7-ee3c-000000004c5c | TIMING | Write the config_step hieradata | standalone | 0:22:46.531538 | 0.61s 2025-12-09 04:16:53.987392 | fa163e63-5322-efa7-ee3c-000000004c5d | TASK | Run puppet host configuration for step 4 2025-12-09 04:16:54.349695 | fa163e63-5322-efa7-ee3c-000000004c5d | CHANGED | Run puppet host configuration for step 4 | standalone 2025-12-09 04:16:54.352700 | fa163e63-5322-efa7-ee3c-000000004c5d | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:46.927960 | 0.36s 2025-12-09 04:16:54.376462 | fa163e63-5322-efa7-ee3c-000000004c5e | TASK | Wait for puppet host configuration to finish 2025-12-09 04:16:54.673115 | fa163e63-5322-efa7-ee3c-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-09 04:17:04.924661 | fa163e63-5322-efa7-ee3c-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-09 04:17:15.157277 | fa163e63-5322-efa7-ee3c-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-09 04:17:25.392769 | fa163e63-5322-efa7-ee3c-000000004c5e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-09 04:17:25.394519 | fa163e63-5322-efa7-ee3c-000000004c5e | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:17.969791 | 31.02s 2025-12-09 04:17:25.429863 | fa163e63-5322-efa7-ee3c-000000004c5f | TASK | Debug output for task: Run puppet host configuration for step 4 2025-12-09 04:17:25.506233 | fa163e63-5322-efa7-ee3c-000000004c5f | 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 9 04:16:54 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 9 04:16:59 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 9 04:16:59 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 9 04:16:59 puppet-user: (file & line not available)", "<13>Dec 9 04:16:59 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 9 04:16:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 9 04:16:59 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 9 04:16:59 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 9 04:16:59 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 9 04:16:59 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 9 04:16:59 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 9 04:16:59 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 9 04:16:59 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 9 04:16:59 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 9 04:16:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 9 04:16:59 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.52 seconds", "<13>Dec 9 04:17:04 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 9 04:17:06 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 9 04:17:12 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Dec 9 04:17:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}09e0682c48da3ab606887ec496f5b370a01403dc846ac9016d4a1e897d059a33'", "<13>Dec 9 04:17:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Dec 9 04:17:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Dec 9 04:17:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Dec 9 04:17:12 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Dec 9 04:17:14 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 9 04:17:19 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 9 04:17:21 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 9 04:17:21 puppet-user: Notice: Applied catalog in 20.97 seconds", "<13>Dec 9 04:17:21 puppet-user: Application:", "<13>Dec 9 04:17:21 puppet-user: Initial environment: production", "<13>Dec 9 04:17:21 puppet-user: Converged environment: production", "<13>Dec 9 04:17:21 puppet-user: Run mode: user", "<13>Dec 9 04:17:21 puppet-user: Changes:", "<13>Dec 9 04:17:21 puppet-user: Total: 10", "<13>Dec 9 04:17:21 puppet-user: Events:", "<13>Dec 9 04:17:21 puppet-user: Success: 10", "<13>Dec 9 04:17:21 puppet-user: Resources:", "<13>Dec 9 04:17:21 puppet-user: Restarted: 1", "<13>Dec 9 04:17:21 puppet-user: Changed: 10", "<13>Dec 9 04:17:21 puppet-user: Out of sync: 10", "<13>Dec 9 04:17:21 puppet-user: Total: 37", "<13>Dec 9 04:17:21 puppet-user: Time:", "<13>Dec 9 04:17:21 puppet-user: Filebucket: 0.00", "<13>Dec 9 04:17:21 puppet-user: Schedule: 0.00", "<13>Dec 9 04:17:21 puppet-user: File line: 0.00", "<13>Dec 9 04:17:21 puppet-user: Augeas: 0.01", "<13>Dec 9 04:17:21 puppet-user: User: 0.01", "<13>Dec 9 04:17:21 puppet-user: File: 0.11", "<13>Dec 9 04:17:21 puppet-user: Config retrieval: 0.64", "<13>Dec 9 04:17:21 puppet-user: Pcmk property: 1.61", "<13>Dec 9 04:17:21 puppet-user: Service: 1.67", "<13>Dec 9 04:17:21 puppet-user: Last run: 1765253841", "<13>Dec 9 04:17:21 puppet-user: Pcmk resource op default: 2.21", "<13>Dec 9 04:17:21 puppet-user: Pcmk resource default: 2.29", "<13>Dec 9 04:17:21 puppet-user: Transaction evaluation: 20.96", "<13>Dec 9 04:17:21 puppet-user: Catalog application: 20.97", "<13>Dec 9 04:17:21 puppet-user: Package: 5.69", "<13>Dec 9 04:17:21 puppet-user: Exec: 7.13", "<13>Dec 9 04:17:21 puppet-user: Total: 20.98", "<13>Dec 9 04:17:21 puppet-user: Version:", "<13>Dec 9 04:17:21 puppet-user: Config: 1765253819", "<13>Dec 9 04:17:21 puppet-user: Puppet: 7.10.0" ] } 2025-12-09 04:17:25.507926 | fa163e63-5322-efa7-ee3c-000000004c5f | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:18.083202 | 0.08s 2025-12-09 04:17:25.538045 | fa163e63-5322-efa7-ee3c-000000004c60 | TASK | Pre-cache facts for puppet containers 2025-12-09 04:17:25.569213 | fa163e63-5322-efa7-ee3c-000000004c60 | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:18.144475 | 0.03s 2025-12-09 04:17:25.636482 | fa163e63-5322-efa7-ee3c-000000004ca1 | TASK | Gather variables for each operating system 2025-12-09 04:17:25.757375 | fa163e63-5322-efa7-ee3c-000000004ca1 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:18.332631 | 0.12s 2025-12-09 04:17:25.787899 | fa163e63-5322-efa7-ee3c-000000004ca2 | TASK | Create puppet caching structures 2025-12-09 04:17:26.055833 | fa163e63-5322-efa7-ee3c-000000004ca2 | CHANGED | Create puppet caching structures | standalone 2025-12-09 04:17:26.057464 | fa163e63-5322-efa7-ee3c-000000004ca2 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:18.632738 | 0.27s 2025-12-09 04:17:26.087488 | fa163e63-5322-efa7-ee3c-000000004ca3 | TASK | Check for facter.conf 2025-12-09 04:17:26.385234 | fa163e63-5322-efa7-ee3c-000000004ca3 | OK | Check for facter.conf | standalone 2025-12-09 04:17:26.386762 | fa163e63-5322-efa7-ee3c-000000004ca3 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:18.962036 | 0.30s 2025-12-09 04:17:26.417284 | fa163e63-5322-efa7-ee3c-000000004ca4 | TASK | Remove facter.conf if directory 2025-12-09 04:17:26.470654 | fa163e63-5322-efa7-ee3c-000000004ca4 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-09 04:17:26.472278 | fa163e63-5322-efa7-ee3c-000000004ca4 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:19.047552 | 0.05s 2025-12-09 04:17:26.501876 | fa163e63-5322-efa7-ee3c-000000004ca5 | TASK | Write facter cache config 2025-12-09 04:17:27.055279 | fa163e63-5322-efa7-ee3c-000000004ca5 | CHANGED | Write facter cache config | standalone 2025-12-09 04:17:27.057094 | fa163e63-5322-efa7-ee3c-000000004ca5 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:19.632367 | 0.55s 2025-12-09 04:17:27.089255 | fa163e63-5322-efa7-ee3c-000000004ca6 | TASK | Cleanup facter cache if exists 2025-12-09 04:17:27.355494 | fa163e63-5322-efa7-ee3c-000000004ca6 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-09 04:17:27.357323 | fa163e63-5322-efa7-ee3c-000000004ca6 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:19.932596 | 0.27s 2025-12-09 04:17:27.386844 | fa163e63-5322-efa7-ee3c-000000004ca7 | TASK | Pre-cache facts 2025-12-09 04:17:28.017472 | fa163e63-5322-efa7-ee3c-000000004ca7 | CHANGED | Pre-cache facts | standalone 2025-12-09 04:17:28.019060 | fa163e63-5322-efa7-ee3c-000000004ca7 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:20.594332 | 0.63s 2025-12-09 04:17:28.052619 | fa163e63-5322-efa7-ee3c-000000004ca8 | TASK | Failed deployment if facter fails 2025-12-09 04:17:28.096698 | fa163e63-5322-efa7-ee3c-000000004ca8 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-09 04:17:28.098191 | fa163e63-5322-efa7-ee3c-000000004ca8 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:20.673465 | 0.04s 2025-12-09 04:17:28.145026 | fa163e63-5322-efa7-ee3c-000000004ca9 | TASK | Sync cached facts 2025-12-09 04:17:28.483951 | fa163e63-5322-efa7-ee3c-000000004ca9 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e63-5322-efa7-ee3c-000000004ca9') missing from stats 2025-12-09 04:17:28.542566 | fa163e63-5322-efa7-ee3c-000000004c61 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-09 04:17:28.601306 | fa163e63-5322-efa7-ee3c-000000004c61 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-09 04:17:28.602944 | fa163e63-5322-efa7-ee3c-000000004c61 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:21.178195 | 0.06s 2025-12-09 04:17:28.635071 | fa163e63-5322-efa7-ee3c-000000004c63 | TASK | Manage containers for step 4 with tripleo-ansible 2025-12-09 04:17:28.668564 | fa163e63-5322-efa7-ee3c-000000004c63 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:21.243831 | 0.03s 2025-12-09 04:17:28.835864 | fa163e63-5322-efa7-ee3c-000000004d00 | TASK | Gather variables for each operating system 2025-12-09 04:17:28.958817 | fa163e63-5322-efa7-ee3c-000000004d00 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:21.534076 | 0.12s 2025-12-09 04:17:28.989501 | fa163e63-5322-efa7-ee3c-000000004d01 | TASK | Create container logs path 2025-12-09 04:17:29.269013 | fa163e63-5322-efa7-ee3c-000000004d01 | OK | Create container logs path | standalone 2025-12-09 04:17:29.270744 | fa163e63-5322-efa7-ee3c-000000004d01 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:21.846014 | 0.28s 2025-12-09 04:17:29.303389 | fa163e63-5322-efa7-ee3c-000000004d03 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-12-09 04:17:29.594310 | fa163e63-5322-efa7-ee3c-000000004d03 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-09 04:17:29.595863 | fa163e63-5322-efa7-ee3c-000000004d03 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:22.171136 | 0.29s 2025-12-09 04:17:29.630570 | fa163e63-5322-efa7-ee3c-000000004d04 | TASK | Finalise hashes for all containers 2025-12-09 04:17:29.741853 | fa163e63-5322-efa7-ee3c-000000004d04 | OK | Finalise hashes for all containers | standalone 2025-12-09 04:17:29.743558 | fa163e63-5322-efa7-ee3c-000000004d04 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:22.318831 | 0.11s 2025-12-09 04:17:29.774560 | fa163e63-5322-efa7-ee3c-000000004d06 | TASK | Manage systemd shutdown files 2025-12-09 04:17:29.819444 | fa163e63-5322-efa7-ee3c-000000004d06 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:22.394657 | 0.04s 2025-12-09 04:17:29.857971 | 84f47a89-10c5-4e02-b9c8-dd3915ce7868 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-09 04:17:29.885840 | fa163e63-5322-efa7-ee3c-000000004d39 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-09 04:17:30.157445 | fa163e63-5322-efa7-ee3c-000000004d39 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-09 04:17:30.158733 | fa163e63-5322-efa7-ee3c-000000004d39 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:22.734011 | 0.27s 2025-12-09 04:17:30.183133 | fa163e63-5322-efa7-ee3c-000000004d3a | TASK | Set podman_drop_in fact 2025-12-09 04:17:30.233228 | fa163e63-5322-efa7-ee3c-000000004d3a | OK | Set podman_drop_in fact | standalone 2025-12-09 04:17:30.234265 | fa163e63-5322-efa7-ee3c-000000004d3a | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:22.809546 | 0.05s 2025-12-09 04:17:30.257953 | fa163e63-5322-efa7-ee3c-000000004d3c | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-09 04:17:30.834829 | fa163e63-5322-efa7-ee3c-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-09 04:17:30.837175 | fa163e63-5322-efa7-ee3c-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:23.412445 | 0.58s 2025-12-09 04:17:31.349750 | fa163e63-5322-efa7-ee3c-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-09 04:17:31.351670 | fa163e63-5322-efa7-ee3c-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:23.926944 | 1.09s 2025-12-09 04:17:31.362329 | fa163e63-5322-efa7-ee3c-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:23.937597 | 1.10s 2025-12-09 04:17:31.394101 | fa163e63-5322-efa7-ee3c-000000004d3d | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-09 04:17:31.941005 | fa163e63-5322-efa7-ee3c-000000004d3d | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-09 04:17:31.943188 | fa163e63-5322-efa7-ee3c-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:24.518465 | 0.55s 2025-12-09 04:17:31.967638 | fa163e63-5322-efa7-ee3c-000000004d3e | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-09 04:17:32.473271 | fa163e63-5322-efa7-ee3c-000000004d3e | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-09 04:17:32.475248 | fa163e63-5322-efa7-ee3c-000000004d3e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:25.050514 | 0.51s 2025-12-09 04:17:32.510764 | fa163e63-5322-efa7-ee3c-000000004d3f | TASK | Enable and start tripleo-container-shutdown 2025-12-09 04:17:33.317896 | fa163e63-5322-efa7-ee3c-000000004d3f | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-09 04:17:33.320081 | fa163e63-5322-efa7-ee3c-000000004d3f | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:25.895354 | 0.80s 2025-12-09 04:17:33.351457 | fa163e63-5322-efa7-ee3c-000000004d40 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-09 04:17:33.925740 | fa163e63-5322-efa7-ee3c-000000004d40 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-09 04:17:33.927357 | fa163e63-5322-efa7-ee3c-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:26.502635 | 0.57s 2025-12-09 04:17:33.951594 | fa163e63-5322-efa7-ee3c-000000004d41 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-09 04:17:34.559237 | fa163e63-5322-efa7-ee3c-000000004d41 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-09 04:17:34.561158 | fa163e63-5322-efa7-ee3c-000000004d41 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:27.136431 | 0.61s 2025-12-09 04:17:34.593682 | fa163e63-5322-efa7-ee3c-000000004d42 | TASK | Enable and start netns-placeholder 2025-12-09 04:17:35.462934 | fa163e63-5322-efa7-ee3c-000000004d42 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-09 04:17:35.465196 | fa163e63-5322-efa7-ee3c-000000004d42 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:28.040471 | 0.87s 2025-12-09 04:17:35.496447 | fa163e63-5322-efa7-ee3c-000000004d08 | TASK | Update container configs with new config hashes 2025-12-09 04:17:35.561862 | fa163e63-5322-efa7-ee3c-000000004d08 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:28.137129 | 0.06s 2025-12-09 04:17:35.583518 | fd345d3c-1094-4ba4-95dd-4a835329e8ce | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-09 04:17:35.617464 | fa163e63-5322-efa7-ee3c-000000004d6a | TASK | Update config hashes for container startup configs 2025-12-09 04:17:35.931060 | fa163e63-5322-efa7-ee3c-000000004d6a | OK | Update config hashes for container startup configs | standalone 2025-12-09 04:17:35.932653 | fa163e63-5322-efa7-ee3c-000000004d6a | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:28.507926 | 0.31s 2025-12-09 04:17:35.966631 | fa163e63-5322-efa7-ee3c-000000004d09 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-09 04:17:36.031930 | fa163e63-5322-efa7-ee3c-000000004d09 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:28.607193 | 0.06s 2025-12-09 04:17:36.057339 | 3c4823f6-8c46-4a30-a535-4bc6cb6ad503 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-09 04:17:36.095221 | fa163e63-5322-efa7-ee3c-000000004d89 | TASK | Gather podman infos 2025-12-09 04:17:37.943704 | fa163e63-5322-efa7-ee3c-000000004d89 | OK | Gather podman infos | standalone 2025-12-09 04:17:37.946031 | fa163e63-5322-efa7-ee3c-000000004d89 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:30.521300 | 1.85s 2025-12-09 04:17:38.066427 | fa163e63-5322-efa7-ee3c-000000004d8a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-09 04:17:38.156354 | fa163e63-5322-efa7-ee3c-000000004d8a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:30.731605 | 0.08s 2025-12-09 04:17:38.339275 | fa163e63-5322-efa7-ee3c-000000004dd3 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:30.914525 | 0.12s 2025-12-09 04:17:38.401530 | fa163e63-5322-efa7-ee3c-000000004d0a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-09 04:17:38.469373 | fa163e63-5322-efa7-ee3c-000000004d0a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:31.044635 | 0.07s 2025-12-09 04:17:38.495717 | b080fbb3-2ed3-42aa-8c16-aab3cc685f76 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-09 04:17:38.531563 | fa163e63-5322-efa7-ee3c-000000004df9 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-09 04:18:01.260370 | fa163e63-5322-efa7-ee3c-000000004df9 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-09 04:18:01.265054 | fa163e63-5322-efa7-ee3c-000000004df9 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:53.840327 | 22.26s 2025-12-09 04:18:01.298802 | fa163e63-5322-efa7-ee3c-000000004dfa | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-09 04:20:15.717369 | fa163e63-5322-efa7-ee3c-000000004dfa | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-09 04:20:15.719648 | fa163e63-5322-efa7-ee3c-000000004dfa | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:08.294922 | 134.42s 2025-12-09 04:20:15.798328 | fa163e63-5322-efa7-ee3c-000000004c65 | TASK | Clean container_puppet_tasks for standalone step 4 2025-12-09 04:20:16.072306 | fa163e63-5322-efa7-ee3c-000000004c65 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-12-09 04:20:16.073997 | fa163e63-5322-efa7-ee3c-000000004c65 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:08.649274 | 0.27s 2025-12-09 04:20:16.124203 | fa163e63-5322-efa7-ee3c-000000004c66 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-12-09 04:20:16.187185 | fa163e63-5322-efa7-ee3c-000000004c66 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:08.762452 | 0.06s 2025-12-09 04:20:16.220858 | fa163e63-5322-efa7-ee3c-000000004c67 | TASK | Include container-puppet tasks for step 4 2025-12-09 04:20:16.275730 | fa163e63-5322-efa7-ee3c-000000004c67 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:08.850990 | 0.05s 2025-12-09 04:20:16.303739 | c8bc3781-af4a-4d2b-bd49-d04c8662f6b4 | INCLUDED | /root/standalone-ansible-h8tfki1q/host-container-puppet-tasks.yaml | standalone 2025-12-09 04:20:16.344085 | fa163e63-5322-efa7-ee3c-000000004e45 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-12-09 04:20:16.877498 | fa163e63-5322-efa7-ee3c-000000004e45 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-12-09 04:20:16.879309 | fa163e63-5322-efa7-ee3c-000000004e45 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:09.454585 | 0.53s 2025-12-09 04:20:16.910490 | fa163e63-5322-efa7-ee3c-000000004e47 | TASK | Generate container puppet configs for step 4 2025-12-09 04:20:17.184606 | fa163e63-5322-efa7-ee3c-000000004e47 | OK | Generate container puppet configs for step 4 | standalone 2025-12-09 04:20:17.186116 | fa163e63-5322-efa7-ee3c-000000004e47 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:09.761393 | 0.27s 2025-12-09 04:20:17.222096 | fa163e63-5322-efa7-ee3c-000000004e48 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-12-09 04:20:17.253753 | fa163e63-5322-efa7-ee3c-000000004e48 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:09.829022 | 0.03s 2025-12-09 04:20:17.345089 | fa163e63-5322-efa7-ee3c-000000004e77 | TASK | Gather variables for each operating system 2025-12-09 04:20:17.474844 | fa163e63-5322-efa7-ee3c-000000004e77 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:10.050104 | 0.13s 2025-12-09 04:20:17.497648 | fa163e63-5322-efa7-ee3c-000000004e78 | TASK | Create container logs path 2025-12-09 04:20:17.692934 | fa163e63-5322-efa7-ee3c-000000004e78 | OK | Create container logs path | standalone 2025-12-09 04:20:17.694210 | fa163e63-5322-efa7-ee3c-000000004e78 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:10.269494 | 0.19s 2025-12-09 04:20:17.716836 | fa163e63-5322-efa7-ee3c-000000004e7a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-09 04:20:17.937265 | fa163e63-5322-efa7-ee3c-000000004e7a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-09 04:20:17.938760 | fa163e63-5322-efa7-ee3c-000000004e7a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:10.514037 | 0.22s 2025-12-09 04:20:17.970569 | fa163e63-5322-efa7-ee3c-000000004e7b | TASK | Finalise hashes for all containers 2025-12-09 04:20:18.026045 | fa163e63-5322-efa7-ee3c-000000004e7b | OK | Finalise hashes for all containers | standalone 2025-12-09 04:20:18.026975 | fa163e63-5322-efa7-ee3c-000000004e7b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:10.602259 | 0.05s 2025-12-09 04:20:18.048362 | fa163e63-5322-efa7-ee3c-000000004e7d | TASK | Manage systemd shutdown files 2025-12-09 04:20:18.080196 | fa163e63-5322-efa7-ee3c-000000004e7d | SKIPPED | Manage systemd shutdown files | standalone 2025-12-09 04:20:18.081700 | fa163e63-5322-efa7-ee3c-000000004e7d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:10.656978 | 0.03s 2025-12-09 04:20:18.106367 | fa163e63-5322-efa7-ee3c-000000004e7f | TASK | Update container configs with new config hashes 2025-12-09 04:20:18.160632 | fa163e63-5322-efa7-ee3c-000000004e7f | SKIPPED | Update container configs with new config hashes | standalone 2025-12-09 04:20:18.161975 | fa163e63-5322-efa7-ee3c-000000004e7f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:10.737250 | 0.05s 2025-12-09 04:20:18.196309 | fa163e63-5322-efa7-ee3c-000000004e80 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-09 04:20:18.254099 | fa163e63-5322-efa7-ee3c-000000004e80 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-09 04:20:18.255518 | fa163e63-5322-efa7-ee3c-000000004e80 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:10.830794 | 0.06s 2025-12-09 04:20:18.289013 | fa163e63-5322-efa7-ee3c-000000004e81 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-09 04:20:18.344278 | fa163e63-5322-efa7-ee3c-000000004e81 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-09 04:20:18.345651 | fa163e63-5322-efa7-ee3c-000000004e81 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:10.920926 | 0.06s PLAY [External deployment step 5] ********************************************** 2025-12-09 04:20:18.508326 | fa163e63-5322-efa7-ee3c-0000000000ea | TASK | External deployment step 5 2025-12-09 04:20:18.542045 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000ea') missing from stats 2025-12-09 04:20:18.607865 | fa163e63-5322-efa7-ee3c-0000000000eb | TIMING | include_tasks | undercloud | 0:26:11.183128 | 0.04s 2025-12-09 04:20:18.620167 | fd6443a2-127a-4d98-a825-dd42e8663177 | INCLUDED | /root/standalone-ansible-h8tfki1q/external_deploy_steps_tasks_step5.yaml | undercloud 2025-12-09 04:20:18.639573 | fa163e63-5322-efa7-ee3c-000000004ed0 | TASK | Manage Cinder's default volume type 2025-12-09 04:20:29.056007 | fa163e63-5322-efa7-ee3c-000000004ed0 | OK | Manage Cinder's default volume type | undercloud 2025-12-09 04:20:29.059080 | fa163e63-5322-efa7-ee3c-000000004ed0 | TIMING | Manage Cinder's default volume type | undercloud | 0:26:21.634353 | 10.42s PLAY [Deploy step tasks for 5] ************************************************* 2025-12-09 04:20:29.177093 | fa163e63-5322-efa7-ee3c-0000000000ee | TASK | Deploy step tasks for 5 2025-12-09 04:20:29.215013 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000ee') missing from stats 2025-12-09 04:20:29.235354 | fa163e63-5322-efa7-ee3c-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-12-09 04:20:29.795517 | fa163e63-5322-efa7-ee3c-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-12-09 04:20:29.797123 | fa163e63-5322-efa7-ee3c-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:22.372401 | 0.56s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-09 04:20:29.879372 | fa163e63-5322-efa7-ee3c-0000000000f0 | TIMING | include_tasks | standalone | 0:26:22.454639 | 0.05s 2025-12-09 04:20:29.972646 | 5a4ef737-2b28-4bdc-af82-28dc3306afb7 | INCLUDED | /root/standalone-ansible-h8tfki1q/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-12-09 04:20:30.006477 | fa163e63-5322-efa7-ee3c-000000004ef3 | TASK | Gather variables for each operating system 2025-12-09 04:20:30.152212 | fa163e63-5322-efa7-ee3c-000000004ef3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:22.727467 | 0.14s 2025-12-09 04:20:30.183713 | fa163e63-5322-efa7-ee3c-000000004ef4 | TASK | Detect if resource is being created or already exists 2025-12-09 04:20:31.030589 | fa163e63-5322-efa7-ee3c-000000004ef4 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-09 04:20:31.032103 | fa163e63-5322-efa7-ee3c-000000004ef4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:23.607378 | 0.85s 2025-12-09 04:20:31.066489 | fa163e63-5322-efa7-ee3c-000000004ef5 | TASK | Run init bundle puppet on the host for cinder_backup 2025-12-09 04:20:54.649825 | fa163e63-5322-efa7-ee3c-000000004ef5 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-12-09 04:20:54.653136 | fa163e63-5322-efa7-ee3c-000000004ef5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:47.228410 | 23.58s 2025-12-09 04:20:54.690897 | fa163e63-5322-efa7-ee3c-000000004ef6 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-09 04:20:54.930350 | fa163e63-5322-efa7-ee3c-000000004ef6 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-09 04:20:54.931496 | fa163e63-5322-efa7-ee3c-000000004ef6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:47.506782 | 0.24s 2025-12-09 04:20:54.952036 | fa163e63-5322-efa7-ee3c-000000004ef7 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-09 04:20:55.343692 | fa163e63-5322-efa7-ee3c-000000004ef7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-09 04:20:55.345235 | fa163e63-5322-efa7-ee3c-000000004ef7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:47.920510 | 0.39s 2025-12-09 04:20:55.372129 | fa163e63-5322-efa7-ee3c-000000004ef8 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-12-09 04:20:55.637208 | fa163e63-5322-efa7-ee3c-000000004ef8 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-12-09 04:20:55.639878 | fa163e63-5322-efa7-ee3c-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:48.215158 | 0.27s 2025-12-09 04:20:55.666152 | fa163e63-5322-efa7-ee3c-000000004efa | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-12-09 04:20:55.719514 | fa163e63-5322-efa7-ee3c-000000004efa | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-12-09 04:20:55.721255 | fa163e63-5322-efa7-ee3c-000000004efa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:48.296537 | 0.05s 2025-12-09 04:20:55.743688 | fa163e63-5322-efa7-ee3c-000000004efb | TASK | Get container image tag from bundle openstack-cinder-backup 2025-12-09 04:20:55.814221 | fa163e63-5322-efa7-ee3c-000000004efb | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-12-09 04:20:55.815868 | fa163e63-5322-efa7-ee3c-000000004efb | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:48.391150 | 0.07s 2025-12-09 04:20:55.838065 | fa163e63-5322-efa7-ee3c-000000004efc | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-12-09 04:20:55.899102 | fa163e63-5322-efa7-ee3c-000000004efc | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-12-09 04:20:55.900759 | fa163e63-5322-efa7-ee3c-000000004efc | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:48.476041 | 0.06s 2025-12-09 04:20:55.924433 | fa163e63-5322-efa7-ee3c-000000004efd | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-09 04:20:55.964766 | fa163e63-5322-efa7-ee3c-000000004efd | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-09 04:20:55.966195 | fa163e63-5322-efa7-ee3c-000000004efd | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:48.541165 | 0.04s 2025-12-09 04:20:55.988374 | fa163e63-5322-efa7-ee3c-000000004efe | TASK | Remove update marker for bundle openstack-cinder-backup 2025-12-09 04:20:56.050675 | fa163e63-5322-efa7-ee3c-000000004efe | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-12-09 04:20:56.053196 | fa163e63-5322-efa7-ee3c-000000004efe | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:48.628346 | 0.06s 2025-12-09 04:20:56.112481 | fa163e63-5322-efa7-ee3c-000000004f1f | TASK | Gather variables for each operating system 2025-12-09 04:20:56.242156 | fa163e63-5322-efa7-ee3c-000000004f1f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:48.817417 | 0.13s 2025-12-09 04:20:56.276335 | fa163e63-5322-efa7-ee3c-000000004f20 | TASK | Detect if resource is being created or already exists 2025-12-09 04:20:57.122080 | fa163e63-5322-efa7-ee3c-000000004f20 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-09 04:20:57.125142 | fa163e63-5322-efa7-ee3c-000000004f20 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:49.700400 | 0.85s 2025-12-09 04:20:57.159689 | fa163e63-5322-efa7-ee3c-000000004f21 | TASK | Run init bundle puppet on the host for cinder_volume 2025-12-09 04:21:21.661652 | fa163e63-5322-efa7-ee3c-000000004f21 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-12-09 04:21:21.667269 | fa163e63-5322-efa7-ee3c-000000004f21 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:14.242542 | 24.51s 2025-12-09 04:21:21.703606 | fa163e63-5322-efa7-ee3c-000000004f22 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-09 04:21:22.001095 | fa163e63-5322-efa7-ee3c-000000004f22 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-09 04:21:22.005227 | fa163e63-5322-efa7-ee3c-000000004f22 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:14.580501 | 0.30s 2025-12-09 04:21:22.040503 | fa163e63-5322-efa7-ee3c-000000004f23 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-09 04:21:22.478587 | fa163e63-5322-efa7-ee3c-000000004f23 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-09 04:21:22.481141 | fa163e63-5322-efa7-ee3c-000000004f23 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:15.056354 | 0.44s 2025-12-09 04:21:22.508434 | fa163e63-5322-efa7-ee3c-000000004f24 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-12-09 04:21:22.727803 | fa163e63-5322-efa7-ee3c-000000004f24 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-12-09 04:21:22.729204 | fa163e63-5322-efa7-ee3c-000000004f24 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:15.304489 | 0.22s 2025-12-09 04:21:22.751778 | fa163e63-5322-efa7-ee3c-000000004f26 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-12-09 04:21:22.791231 | fa163e63-5322-efa7-ee3c-000000004f26 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-12-09 04:21:22.792149 | fa163e63-5322-efa7-ee3c-000000004f26 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:15.367433 | 0.04s 2025-12-09 04:21:22.814541 | fa163e63-5322-efa7-ee3c-000000004f27 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-12-09 04:21:22.854733 | fa163e63-5322-efa7-ee3c-000000004f27 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-12-09 04:21:22.855831 | fa163e63-5322-efa7-ee3c-000000004f27 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:15.431114 | 0.04s 2025-12-09 04:21:22.878207 | fa163e63-5322-efa7-ee3c-000000004f28 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-12-09 04:21:22.919264 | fa163e63-5322-efa7-ee3c-000000004f28 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-12-09 04:21:22.920295 | fa163e63-5322-efa7-ee3c-000000004f28 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:15.495577 | 0.04s 2025-12-09 04:21:22.943808 | fa163e63-5322-efa7-ee3c-000000004f29 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-09 04:21:22.982244 | fa163e63-5322-efa7-ee3c-000000004f29 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-09 04:21:22.983278 | fa163e63-5322-efa7-ee3c-000000004f29 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:15.558562 | 0.04s 2025-12-09 04:21:23.005424 | fa163e63-5322-efa7-ee3c-000000004f2a | TASK | Remove update marker for bundle openstack-cinder-volume 2025-12-09 04:21:23.045518 | fa163e63-5322-efa7-ee3c-000000004f2a | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-12-09 04:21:23.046373 | fa163e63-5322-efa7-ee3c-000000004f2a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:15.621657 | 0.04s 2025-12-09 04:21:23.084239 | fa163e63-5322-efa7-ee3c-000000004f4b | TASK | Gather variables for each operating system 2025-12-09 04:21:23.176032 | fa163e63-5322-efa7-ee3c-000000004f4b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:15.751298 | 0.09s 2025-12-09 04:21:23.197931 | fa163e63-5322-efa7-ee3c-000000004f4c | TASK | Detect if resource is being created or already exists 2025-12-09 04:21:23.953837 | fa163e63-5322-efa7-ee3c-000000004f4c | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-09 04:21:23.956717 | fa163e63-5322-efa7-ee3c-000000004f4c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:16.531989 | 0.76s 2025-12-09 04:21:23.989888 | fa163e63-5322-efa7-ee3c-000000004f4d | TASK | Run init bundle puppet on the host for manila_share 2025-12-09 04:21:48.198534 | fa163e63-5322-efa7-ee3c-000000004f4d | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-12-09 04:21:48.200581 | fa163e63-5322-efa7-ee3c-000000004f4d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:40.775855 | 24.21s 2025-12-09 04:21:48.250858 | fa163e63-5322-efa7-ee3c-000000004f4e | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-12-09 04:21:48.575993 | fa163e63-5322-efa7-ee3c-000000004f4e | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-12-09 04:21:48.578099 | fa163e63-5322-efa7-ee3c-000000004f4e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:41.153373 | 0.32s 2025-12-09 04:21:48.610754 | fa163e63-5322-efa7-ee3c-000000004f4f | TASK | Run pacemaker restart if the config file for the service changed 2025-12-09 04:21:48.967870 | fa163e63-5322-efa7-ee3c-000000004f4f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-09 04:21:48.969247 | fa163e63-5322-efa7-ee3c-000000004f4f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:41.544524 | 0.36s 2025-12-09 04:21:48.995725 | fa163e63-5322-efa7-ee3c-000000004f50 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-12-09 04:21:49.247558 | fa163e63-5322-efa7-ee3c-000000004f50 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-12-09 04:21:49.248815 | fa163e63-5322-efa7-ee3c-000000004f50 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:41.824095 | 0.25s 2025-12-09 04:21:49.275711 | fa163e63-5322-efa7-ee3c-000000004f52 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-12-09 04:21:49.336945 | fa163e63-5322-efa7-ee3c-000000004f52 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-12-09 04:21:49.338310 | fa163e63-5322-efa7-ee3c-000000004f52 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:41.913588 | 0.06s 2025-12-09 04:21:49.368012 | fa163e63-5322-efa7-ee3c-000000004f53 | TASK | Get container image tag from bundle openstack-manila-share 2025-12-09 04:21:49.410586 | fa163e63-5322-efa7-ee3c-000000004f53 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-12-09 04:21:49.411857 | fa163e63-5322-efa7-ee3c-000000004f53 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:41.987136 | 0.04s 2025-12-09 04:21:49.438252 | fa163e63-5322-efa7-ee3c-000000004f54 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-12-09 04:21:49.489875 | fa163e63-5322-efa7-ee3c-000000004f54 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-12-09 04:21:49.491332 | fa163e63-5322-efa7-ee3c-000000004f54 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:42.066608 | 0.05s 2025-12-09 04:21:49.529436 | fa163e63-5322-efa7-ee3c-000000004f55 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-09 04:21:49.594546 | fa163e63-5322-efa7-ee3c-000000004f55 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-09 04:21:49.596127 | fa163e63-5322-efa7-ee3c-000000004f55 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:42.171401 | 0.06s 2025-12-09 04:21:49.629492 | fa163e63-5322-efa7-ee3c-000000004f56 | TASK | Remove update marker for bundle openstack-manila-share 2025-12-09 04:21:49.696295 | fa163e63-5322-efa7-ee3c-000000004f56 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-12-09 04:21:49.698000 | fa163e63-5322-efa7-ee3c-000000004f56 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:42.273277 | 0.07s 2025-12-09 04:21:49.756157 | fa163e63-5322-efa7-ee3c-000000004f77 | TASK | Run kolla_set_configs to copy ring files 2025-12-09 04:21:50.464622 | fa163e63-5322-efa7-ee3c-000000004f77 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-12-09 04:21:50.466897 | fa163e63-5322-efa7-ee3c-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.042166 | 0.71s 2025-12-09 04:21:50.473946 | fa163e63-5322-efa7-ee3c-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.049210 | 0.72s 2025-12-09 04:21:50.498112 | fa163e63-5322-efa7-ee3c-000000004f78 | TASK | Run kolla_set_configs to copy ring files 2025-12-09 04:21:50.896854 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-12-09 04:21:50.898154 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.473434 | 0.40s 2025-12-09 04:21:51.393702 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-12-09 04:21:51.395386 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.970667 | 0.90s 2025-12-09 04:21:51.748278 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-12-09 04:21:51.750663 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.325936 | 1.25s 2025-12-09 04:21:52.261628 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-12-09 04:21:52.263776 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.839052 | 1.76s 2025-12-09 04:21:52.564970 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-12-09 04:21:52.567040 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.142316 | 2.07s 2025-12-09 04:21:52.881635 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-12-09 04:21:52.882992 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.458268 | 2.38s 2025-12-09 04:21:53.375190 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-12-09 04:21:53.376203 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.951488 | 2.88s 2025-12-09 04:21:53.947304 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-12-09 04:21:53.948988 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.524263 | 3.45s 2025-12-09 04:21:54.343058 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-12-09 04:21:54.344993 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.920269 | 3.85s 2025-12-09 04:21:54.803262 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-12-09 04:21:54.805137 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:47.380413 | 4.31s 2025-12-09 04:21:55.169757 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-12-09 04:21:55.171433 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:47.746683 | 4.67s 2025-12-09 04:21:55.651627 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-12-09 04:21:55.653015 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:48.228292 | 5.15s 2025-12-09 04:21:56.211812 | fa163e63-5322-efa7-ee3c-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-12-09 04:21:56.214148 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:48.789424 | 5.71s 2025-12-09 04:21:56.227113 | fa163e63-5322-efa7-ee3c-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:48.802381 | 5.73s 2025-12-09 04:21:56.262013 | fa163e63-5322-efa7-ee3c-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-12-09 04:21:56.518847 | fa163e63-5322-efa7-ee3c-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-12-09 04:21:56.520456 | fa163e63-5322-efa7-ee3c-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:49.095734 | 0.26s 2025-12-09 04:21:56.655243 | fa163e63-5322-efa7-ee3c-0000000000f3 | TIMING | include_tasks | standalone | 0:27:49.230506 | 0.10s 2025-12-09 04:21:56.696621 | 5feaedee-f3b2-4ccd-bb72-864588ffc9a7 | INCLUDED | /root/standalone-ansible-h8tfki1q/common_deploy_steps_tasks.yaml | standalone 2025-12-09 04:21:56.724590 | fa163e63-5322-efa7-ee3c-000000004ff5 | TASK | Write the config_step hieradata 2025-12-09 04:21:57.248894 | fa163e63-5322-efa7-ee3c-000000004ff5 | OK | Write the config_step hieradata | standalone 2025-12-09 04:21:57.250463 | fa163e63-5322-efa7-ee3c-000000004ff5 | TIMING | Write the config_step hieradata | standalone | 0:27:49.825739 | 0.52s 2025-12-09 04:21:57.282783 | fa163e63-5322-efa7-ee3c-000000004ff6 | TASK | Run puppet host configuration for step 5 2025-12-09 04:21:57.647168 | fa163e63-5322-efa7-ee3c-000000004ff6 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-12-09 04:21:57.649030 | fa163e63-5322-efa7-ee3c-000000004ff6 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:50.224305 | 0.36s 2025-12-09 04:21:57.680146 | fa163e63-5322-efa7-ee3c-000000004ff7 | TASK | Wait for puppet host configuration to finish 2025-12-09 04:21:57.951404 | fa163e63-5322-efa7-ee3c-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-09 04:22:08.184174 | fa163e63-5322-efa7-ee3c-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-09 04:22:18.419625 | fa163e63-5322-efa7-ee3c-000000004ff7 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-09 04:22:18.421515 | fa163e63-5322-efa7-ee3c-000000004ff7 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:10.996789 | 20.74s 2025-12-09 04:22:18.455667 | fa163e63-5322-efa7-ee3c-000000004ff8 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-12-09 04:22:18.555723 | fa163e63-5322-efa7-ee3c-000000004ff8 | 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 9 04:21:57 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 9 04:22:02 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 9 04:22:02 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 9 04:22:02 puppet-user: (file & line not available)", "<13>Dec 9 04:22:02 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 9 04:22:02 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 9 04:22:03 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 9 04:22:03 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 9 04:22:03 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 9 04:22:03 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 9 04:22:03 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 9 04:22:03 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 9 04:22:03 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 9 04:22:03 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 9 04:22:03 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 9 04:22:03 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.56 seconds", "<13>Dec 9 04:22:08 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 9 04:22:10 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 9 04:22:12 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 9 04:22:12 puppet-user: Notice: Applied catalog in 9.09 seconds", "<13>Dec 9 04:22:12 puppet-user: Application:", "<13>Dec 9 04:22:12 puppet-user: Initial environment: production", "<13>Dec 9 04:22:12 puppet-user: Converged environment: production", "<13>Dec 9 04:22:12 puppet-user: Run mode: user", "<13>Dec 9 04:22:12 puppet-user: Changes:", "<13>Dec 9 04:22:12 puppet-user: Total: 2", "<13>Dec 9 04:22:12 puppet-user: Events:", "<13>Dec 9 04:22:12 puppet-user: Success: 2", "<13>Dec 9 04:22:12 puppet-user: Resources:", "<13>Dec 9 04:22:12 puppet-user: Changed: 2", "<13>Dec 9 04:22:12 puppet-user: Out of sync: 2", "<13>Dec 9 04:22:12 puppet-user: Total: 37", "<13>Dec 9 04:22:12 puppet-user: Time:", "<13>Dec 9 04:22:12 puppet-user: Filebucket: 0.00", "<13>Dec 9 04:22:12 puppet-user: Schedule: 0.00", "<13>Dec 9 04:22:12 puppet-user: File line: 0.00", "<13>Dec 9 04:22:12 puppet-user: Package: 0.00", "<13>Dec 9 04:22:12 puppet-user: Augeas: 0.01", "<13>Dec 9 04:22:12 puppet-user: User: 0.01", "<13>Dec 9 04:22:12 puppet-user: File: 0.10", "<13>Dec 9 04:22:12 puppet-user: Service: 0.20", "<13>Dec 9 04:22:12 puppet-user: Config retrieval: 0.70", "<13>Dec 9 04:22:12 puppet-user: Pcmk property: 1.58", "<13>Dec 9 04:22:12 puppet-user: Last run: 1765254132", "<13>Dec 9 04:22:12 puppet-user: Exec: 2.16", "<13>Dec 9 04:22:12 puppet-user: Pcmk resource op default: 2.34", "<13>Dec 9 04:22:12 puppet-user: Pcmk resource default: 2.39", "<13>Dec 9 04:22:12 puppet-user: Transaction evaluation: 9.00", "<13>Dec 9 04:22:12 puppet-user: Catalog application: 9.09", "<13>Dec 9 04:22:12 puppet-user: Total: 9.09", "<13>Dec 9 04:22:12 puppet-user: Version:", "<13>Dec 9 04:22:12 puppet-user: Config: 1765254122", "<13>Dec 9 04:22:12 puppet-user: Puppet: 7.10.0" ] } 2025-12-09 04:22:18.558182 | fa163e63-5322-efa7-ee3c-000000004ff8 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:11.133456 | 0.10s 2025-12-09 04:22:18.591697 | fa163e63-5322-efa7-ee3c-000000004ff9 | TASK | Pre-cache facts for puppet containers 2025-12-09 04:22:18.645507 | fa163e63-5322-efa7-ee3c-000000004ff9 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:11.220768 | 0.05s 2025-12-09 04:22:18.717122 | fa163e63-5322-efa7-ee3c-000000005038 | TASK | Gather variables for each operating system 2025-12-09 04:22:18.835236 | fa163e63-5322-efa7-ee3c-000000005038 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:11.410503 | 0.12s 2025-12-09 04:22:18.861767 | fa163e63-5322-efa7-ee3c-000000005039 | TASK | Create puppet caching structures 2025-12-09 04:22:19.183162 | fa163e63-5322-efa7-ee3c-000000005039 | CHANGED | Create puppet caching structures | standalone 2025-12-09 04:22:19.185184 | fa163e63-5322-efa7-ee3c-000000005039 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:11.760452 | 0.32s 2025-12-09 04:22:19.217470 | fa163e63-5322-efa7-ee3c-00000000503a | TASK | Check for facter.conf 2025-12-09 04:22:19.514069 | fa163e63-5322-efa7-ee3c-00000000503a | OK | Check for facter.conf | standalone 2025-12-09 04:22:19.515426 | fa163e63-5322-efa7-ee3c-00000000503a | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:12.090708 | 0.30s 2025-12-09 04:22:19.537464 | fa163e63-5322-efa7-ee3c-00000000503b | TASK | Remove facter.conf if directory 2025-12-09 04:22:19.599836 | fa163e63-5322-efa7-ee3c-00000000503b | SKIPPED | Remove facter.conf if directory | standalone 2025-12-09 04:22:19.602538 | fa163e63-5322-efa7-ee3c-00000000503b | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:12.177808 | 0.06s 2025-12-09 04:22:19.635220 | fa163e63-5322-efa7-ee3c-00000000503c | TASK | Write facter cache config 2025-12-09 04:22:20.262236 | fa163e63-5322-efa7-ee3c-00000000503c | CHANGED | Write facter cache config | standalone 2025-12-09 04:22:20.264035 | fa163e63-5322-efa7-ee3c-00000000503c | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:12.839311 | 0.63s 2025-12-09 04:22:20.295476 | fa163e63-5322-efa7-ee3c-00000000503d | TASK | Cleanup facter cache if exists 2025-12-09 04:22:20.555569 | fa163e63-5322-efa7-ee3c-00000000503d | CHANGED | Cleanup facter cache if exists | standalone 2025-12-09 04:22:20.557255 | fa163e63-5322-efa7-ee3c-00000000503d | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:13.132535 | 0.26s 2025-12-09 04:22:20.581709 | fa163e63-5322-efa7-ee3c-00000000503e | TASK | Pre-cache facts 2025-12-09 04:22:21.131073 | fa163e63-5322-efa7-ee3c-00000000503e | CHANGED | Pre-cache facts | standalone 2025-12-09 04:22:21.133036 | fa163e63-5322-efa7-ee3c-00000000503e | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:13.708309 | 0.55s 2025-12-09 04:22:21.173997 | fa163e63-5322-efa7-ee3c-00000000503f | TASK | Failed deployment if facter fails 2025-12-09 04:22:21.208488 | fa163e63-5322-efa7-ee3c-00000000503f | SKIPPED | Failed deployment if facter fails | standalone 2025-12-09 04:22:21.209989 | fa163e63-5322-efa7-ee3c-00000000503f | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:13.785261 | 0.03s 2025-12-09 04:22:21.256657 | fa163e63-5322-efa7-ee3c-000000005040 | TASK | Sync cached facts 2025-12-09 04:22:21.675218 | fa163e63-5322-efa7-ee3c-000000005040 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e63-5322-efa7-ee3c-000000005040') missing from stats 2025-12-09 04:22:21.733872 | fa163e63-5322-efa7-ee3c-000000004ffa | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-09 04:22:21.790348 | fa163e63-5322-efa7-ee3c-000000004ffa | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-09 04:22:21.792001 | fa163e63-5322-efa7-ee3c-000000004ffa | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:14.367271 | 0.06s 2025-12-09 04:22:21.823911 | fa163e63-5322-efa7-ee3c-000000004ffc | TASK | Manage containers for step 5 with tripleo-ansible 2025-12-09 04:22:21.859204 | fa163e63-5322-efa7-ee3c-000000004ffc | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:14.434452 | 0.03s 2025-12-09 04:22:21.928628 | fa163e63-5322-efa7-ee3c-000000005097 | TASK | Gather variables for each operating system 2025-12-09 04:22:22.054484 | fa163e63-5322-efa7-ee3c-000000005097 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:14.629745 | 0.12s 2025-12-09 04:22:22.086313 | fa163e63-5322-efa7-ee3c-000000005098 | TASK | Create container logs path 2025-12-09 04:22:22.353706 | fa163e63-5322-efa7-ee3c-000000005098 | OK | Create container logs path | standalone 2025-12-09 04:22:22.355696 | fa163e63-5322-efa7-ee3c-000000005098 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:14.930966 | 0.27s 2025-12-09 04:22:22.389666 | fa163e63-5322-efa7-ee3c-00000000509a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-12-09 04:22:22.732584 | fa163e63-5322-efa7-ee3c-00000000509a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-09 04:22:22.734319 | fa163e63-5322-efa7-ee3c-00000000509a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:15.309592 | 0.34s 2025-12-09 04:22:22.766182 | fa163e63-5322-efa7-ee3c-00000000509b | TASK | Finalise hashes for all containers 2025-12-09 04:22:22.835664 | fa163e63-5322-efa7-ee3c-00000000509b | OK | Finalise hashes for all containers | standalone 2025-12-09 04:22:22.837051 | fa163e63-5322-efa7-ee3c-00000000509b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:15.412326 | 0.07s 2025-12-09 04:22:22.867903 | fa163e63-5322-efa7-ee3c-00000000509d | TASK | Manage systemd shutdown files 2025-12-09 04:22:22.902433 | fa163e63-5322-efa7-ee3c-00000000509d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:15.477676 | 0.03s 2025-12-09 04:22:22.936691 | 2928423c-a208-4fc8-959d-39a989e3ad4b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-09 04:22:22.964333 | fa163e63-5322-efa7-ee3c-0000000050d0 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-09 04:22:23.217338 | fa163e63-5322-efa7-ee3c-0000000050d0 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-09 04:22:23.218751 | fa163e63-5322-efa7-ee3c-0000000050d0 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:15.794035 | 0.25s 2025-12-09 04:22:23.240218 | fa163e63-5322-efa7-ee3c-0000000050d1 | TASK | Set podman_drop_in fact 2025-12-09 04:22:23.280167 | fa163e63-5322-efa7-ee3c-0000000050d1 | OK | Set podman_drop_in fact | standalone 2025-12-09 04:22:23.281160 | fa163e63-5322-efa7-ee3c-0000000050d1 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:15.856443 | 0.04s 2025-12-09 04:22:23.303709 | fa163e63-5322-efa7-ee3c-0000000050d3 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-09 04:22:23.876564 | fa163e63-5322-efa7-ee3c-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-09 04:22:23.877992 | fa163e63-5322-efa7-ee3c-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:16.453274 | 0.57s 2025-12-09 04:22:24.327821 | fa163e63-5322-efa7-ee3c-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-09 04:22:24.328578 | fa163e63-5322-efa7-ee3c-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:16.903865 | 1.02s 2025-12-09 04:22:24.332770 | fa163e63-5322-efa7-ee3c-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:16.908060 | 1.03s 2025-12-09 04:22:24.353266 | fa163e63-5322-efa7-ee3c-0000000050d4 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-09 04:22:24.846534 | fa163e63-5322-efa7-ee3c-0000000050d4 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-09 04:22:24.848347 | fa163e63-5322-efa7-ee3c-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:17.423630 | 0.49s 2025-12-09 04:22:24.871079 | fa163e63-5322-efa7-ee3c-0000000050d5 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-09 04:22:25.456784 | fa163e63-5322-efa7-ee3c-0000000050d5 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-09 04:22:25.461996 | fa163e63-5322-efa7-ee3c-0000000050d5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:18.037267 | 0.59s 2025-12-09 04:22:25.494824 | fa163e63-5322-efa7-ee3c-0000000050d6 | TASK | Enable and start tripleo-container-shutdown 2025-12-09 04:22:26.508591 | fa163e63-5322-efa7-ee3c-0000000050d6 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-09 04:22:26.511080 | fa163e63-5322-efa7-ee3c-0000000050d6 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:19.086355 | 1.01s 2025-12-09 04:22:26.545222 | fa163e63-5322-efa7-ee3c-0000000050d7 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-09 04:22:27.191098 | fa163e63-5322-efa7-ee3c-0000000050d7 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-09 04:22:27.193436 | fa163e63-5322-efa7-ee3c-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:19.768675 | 0.65s 2025-12-09 04:22:27.224572 | fa163e63-5322-efa7-ee3c-0000000050d8 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-09 04:22:27.883944 | fa163e63-5322-efa7-ee3c-0000000050d8 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-09 04:22:27.885810 | fa163e63-5322-efa7-ee3c-0000000050d8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:20.461087 | 0.66s 2025-12-09 04:22:27.917810 | fa163e63-5322-efa7-ee3c-0000000050d9 | TASK | Enable and start netns-placeholder 2025-12-09 04:22:29.060481 | fa163e63-5322-efa7-ee3c-0000000050d9 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-09 04:22:29.062365 | fa163e63-5322-efa7-ee3c-0000000050d9 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:21.637647 | 1.14s 2025-12-09 04:22:29.089538 | fa163e63-5322-efa7-ee3c-00000000509f | TASK | Update container configs with new config hashes 2025-12-09 04:22:29.156824 | fa163e63-5322-efa7-ee3c-00000000509f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:21.732090 | 0.07s 2025-12-09 04:22:29.173520 | d737aa9a-6617-4a90-84f8-93f719c2fe7d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-09 04:22:29.202016 | fa163e63-5322-efa7-ee3c-000000005101 | TASK | Update config hashes for container startup configs 2025-12-09 04:22:29.565533 | fa163e63-5322-efa7-ee3c-000000005101 | OK | Update config hashes for container startup configs | standalone 2025-12-09 04:22:29.566711 | fa163e63-5322-efa7-ee3c-000000005101 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:22.141993 | 0.36s 2025-12-09 04:22:29.592252 | fa163e63-5322-efa7-ee3c-0000000050a0 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-09 04:22:29.633241 | fa163e63-5322-efa7-ee3c-0000000050a0 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:22.208510 | 0.04s 2025-12-09 04:22:29.659224 | ba93d5e9-1728-4383-b408-e6260de2fd73 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-09 04:22:29.688071 | fa163e63-5322-efa7-ee3c-000000005120 | TASK | Gather podman infos 2025-12-09 04:22:32.681261 | fa163e63-5322-efa7-ee3c-000000005120 | OK | Gather podman infos | standalone 2025-12-09 04:22:32.683053 | fa163e63-5322-efa7-ee3c-000000005120 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:25.258335 | 2.99s 2025-12-09 04:22:32.844000 | fa163e63-5322-efa7-ee3c-000000005121 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-09 04:22:32.940058 | fa163e63-5322-efa7-ee3c-000000005121 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:25.515323 | 0.08s 2025-12-09 04:22:33.144685 | fa163e63-5322-efa7-ee3c-00000000516a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:25.719920 | 0.15s 2025-12-09 04:22:33.211276 | fa163e63-5322-efa7-ee3c-0000000050a1 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-09 04:22:33.272032 | fa163e63-5322-efa7-ee3c-0000000050a1 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:25.847291 | 0.06s 2025-12-09 04:22:33.297765 | 42d8447f-60a3-4ce9-986c-33a0fdeff961 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-09 04:22:33.334528 | fa163e63-5322-efa7-ee3c-000000005190 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-09 04:22:59.450462 | fa163e63-5322-efa7-ee3c-000000005190 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-09 04:22:59.452799 | fa163e63-5322-efa7-ee3c-000000005190 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:52.028074 | 26.12s 2025-12-09 04:22:59.487050 | fa163e63-5322-efa7-ee3c-000000005191 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-09 04:23:26.055740 | fa163e63-5322-efa7-ee3c-000000005191 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-09 04:23:26.057368 | fa163e63-5322-efa7-ee3c-000000005191 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:18.632648 | 26.57s 2025-12-09 04:23:26.114735 | fa163e63-5322-efa7-ee3c-000000004ffe | TASK | Clean container_puppet_tasks for standalone step 5 2025-12-09 04:23:26.379119 | fa163e63-5322-efa7-ee3c-000000004ffe | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-12-09 04:23:26.380907 | fa163e63-5322-efa7-ee3c-000000004ffe | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:18.956192 | 0.26s 2025-12-09 04:23:26.408656 | fa163e63-5322-efa7-ee3c-000000004fff | TASK | Calculate container_puppet_tasks for standalone step 5 2025-12-09 04:23:26.447818 | fa163e63-5322-efa7-ee3c-000000004fff | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:19.023095 | 0.04s 2025-12-09 04:23:26.469065 | fa163e63-5322-efa7-ee3c-000000005000 | TASK | Include container-puppet tasks for step 5 2025-12-09 04:23:26.520165 | fa163e63-5322-efa7-ee3c-000000005000 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:19.095418 | 0.05s 2025-12-09 04:23:26.544908 | a5a85f05-bb7a-4d2b-8dc7-6835c1e78c99 | INCLUDED | /root/standalone-ansible-h8tfki1q/host-container-puppet-tasks.yaml | standalone 2025-12-09 04:23:26.584722 | fa163e63-5322-efa7-ee3c-0000000051dc | TASK | Write container-puppet-tasks json file for standalone step 5 2025-12-09 04:23:27.120598 | fa163e63-5322-efa7-ee3c-0000000051dc | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-12-09 04:23:27.123603 | fa163e63-5322-efa7-ee3c-0000000051dc | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:19.698883 | 0.54s 2025-12-09 04:23:27.149348 | fa163e63-5322-efa7-ee3c-0000000051de | TASK | Generate container puppet configs for step 5 2025-12-09 04:23:27.415350 | fa163e63-5322-efa7-ee3c-0000000051de | OK | Generate container puppet configs for step 5 | standalone 2025-12-09 04:23:27.416981 | fa163e63-5322-efa7-ee3c-0000000051de | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:19.992258 | 0.27s 2025-12-09 04:23:27.449062 | fa163e63-5322-efa7-ee3c-0000000051df | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-12-09 04:23:27.482648 | fa163e63-5322-efa7-ee3c-0000000051df | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:20.057913 | 0.03s 2025-12-09 04:23:27.551307 | fa163e63-5322-efa7-ee3c-00000000520e | TASK | Gather variables for each operating system 2025-12-09 04:23:27.675154 | fa163e63-5322-efa7-ee3c-00000000520e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:20.250425 | 0.12s 2025-12-09 04:23:27.701765 | fa163e63-5322-efa7-ee3c-00000000520f | TASK | Create container logs path 2025-12-09 04:23:27.934139 | fa163e63-5322-efa7-ee3c-00000000520f | OK | Create container logs path | standalone 2025-12-09 04:23:27.935381 | fa163e63-5322-efa7-ee3c-00000000520f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:20.510663 | 0.23s 2025-12-09 04:23:27.960679 | fa163e63-5322-efa7-ee3c-000000005211 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-09 04:23:28.223977 | fa163e63-5322-efa7-ee3c-000000005211 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-09 04:23:28.225512 | fa163e63-5322-efa7-ee3c-000000005211 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:20.800787 | 0.26s 2025-12-09 04:23:28.259425 | fa163e63-5322-efa7-ee3c-000000005212 | TASK | Finalise hashes for all containers 2025-12-09 04:23:28.314723 | fa163e63-5322-efa7-ee3c-000000005212 | OK | Finalise hashes for all containers | standalone 2025-12-09 04:23:28.315794 | fa163e63-5322-efa7-ee3c-000000005212 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:20.891075 | 0.05s 2025-12-09 04:23:28.340288 | fa163e63-5322-efa7-ee3c-000000005214 | TASK | Manage systemd shutdown files 2025-12-09 04:23:28.381832 | fa163e63-5322-efa7-ee3c-000000005214 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-09 04:23:28.382823 | fa163e63-5322-efa7-ee3c-000000005214 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:20.958104 | 0.04s 2025-12-09 04:23:28.417839 | fa163e63-5322-efa7-ee3c-000000005216 | TASK | Update container configs with new config hashes 2025-12-09 04:23:28.469591 | fa163e63-5322-efa7-ee3c-000000005216 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-09 04:23:28.471182 | fa163e63-5322-efa7-ee3c-000000005216 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:21.046456 | 0.05s 2025-12-09 04:23:28.505999 | fa163e63-5322-efa7-ee3c-000000005217 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-09 04:23:28.573266 | fa163e63-5322-efa7-ee3c-000000005217 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-09 04:23:28.574576 | fa163e63-5322-efa7-ee3c-000000005217 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:21.149857 | 0.07s 2025-12-09 04:23:28.603491 | fa163e63-5322-efa7-ee3c-000000005218 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-09 04:23:28.649931 | fa163e63-5322-efa7-ee3c-000000005218 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-09 04:23:28.651198 | fa163e63-5322-efa7-ee3c-000000005218 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:21.226465 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-12-09 04:23:28.826442 | fa163e63-5322-efa7-ee3c-0000000000f7 | TASK | Server Post Deployments 2025-12-09 04:23:28.868591 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000f7') missing from stats 2025-12-09 04:23:28.951010 | fa163e63-5322-efa7-ee3c-0000000000f8 | TIMING | include_tasks | standalone | 0:29:21.526279 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-12-09 04:23:29.076623 | fa163e63-5322-efa7-ee3c-0000000000fc | TASK | External deployment Post Deploy tasks 2025-12-09 04:23:29.110560 | fa163e63-5322-efa7-ee3c-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', 'fa163e63-5322-efa7-ee3c-0000000000fc') missing from stats 2025-12-09 04:23:29.126431 | fa163e63-5322-efa7-ee3c-000000000100 | TASK | is additonal Cell? 2025-12-09 04:23:29.167580 | fa163e63-5322-efa7-ee3c-000000000100 | OK | is additonal Cell? | undercloud 2025-12-09 04:23:29.168481 | fa163e63-5322-efa7-ee3c-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:21.743760 | 0.04s 2025-12-09 04:23:29.182646 | fa163e63-5322-efa7-ee3c-000000000102 | TASK | discover via nova_manager? 2025-12-09 04:23:29.272315 | fa163e63-5322-efa7-ee3c-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-12-09 04:23:29.273420 | fa163e63-5322-efa7-ee3c-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:21.848683 | 0.09s 2025-12-09 04:23:29.288097 | fa163e63-5322-efa7-ee3c-000000000103 | TASK | discover via nova_api? 2025-12-09 04:23:29.369388 | fa163e63-5322-efa7-ee3c-000000000103 | OK | discover via nova_api? | undercloud 2025-12-09 04:23:29.370237 | fa163e63-5322-efa7-ee3c-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:21.945519 | 0.08s 2025-12-09 04:23:29.384102 | fa163e63-5322-efa7-ee3c-000000000104 | TASK | Warn if no discovery host available 2025-12-09 04:23:29.432747 | fa163e63-5322-efa7-ee3c-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-12-09 04:23:29.433835 | fa163e63-5322-efa7-ee3c-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:22.009112 | 0.05s 2025-12-09 04:23:29.458095 | fa163e63-5322-efa7-ee3c-000000000105 | TASK | Discovering nova hosts 2025-12-09 04:23:32.553704 | fa163e63-5322-efa7-ee3c-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e63-5322-efa7-ee3c-000000000105') missing from stats 2025-12-09 04:23:32.619372 | fa163e63-5322-efa7-ee3c-000000000106 | OK | set_fact | undercloud 2025-12-09 04:23:32.620835 | fa163e63-5322-efa7-ee3c-000000000106 | TIMING | set_fact | undercloud | 0:29:25.196113 | 0.05s 2025-12-09 04:23:32.635849 | fa163e63-5322-efa7-ee3c-000000000108 | TASK | Set up group_vars 2025-12-09 04:23:32.666705 | fa163e63-5322-efa7-ee3c-000000000108 | OK | Set up group_vars | undercloud 2025-12-09 04:23:32.667851 | fa163e63-5322-efa7-ee3c-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:25.243132 | 0.03s 2025-12-09 04:23:32.682820 | fa163e63-5322-efa7-ee3c-000000000109 | TASK | Make needed directories on the undercloud 2025-12-09 04:23:32.915272 | fa163e63-5322-efa7-ee3c-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-h8tfki1q/octavia-ansible 2025-12-09 04:23:32.918236 | fa163e63-5322-efa7-ee3c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:25.493501 | 0.23s 2025-12-09 04:23:33.122949 | fa163e63-5322-efa7-ee3c-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-h8tfki1q/octavia-ansible/local_dir 2025-12-09 04:23:33.124355 | fa163e63-5322-efa7-ee3c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:25.699631 | 0.44s 2025-12-09 04:23:33.350905 | fa163e63-5322-efa7-ee3c-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-h8tfki1q/octavia-ansible/group_vars 2025-12-09 04:23:33.352458 | fa163e63-5322-efa7-ee3c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:25.927732 | 0.67s 2025-12-09 04:23:33.362587 | fa163e63-5322-efa7-ee3c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:25.937860 | 0.68s 2025-12-09 04:23:33.377800 | fa163e63-5322-efa7-ee3c-00000000010a | TASK | Write group_vars file 2025-12-09 04:23:33.887435 | fa163e63-5322-efa7-ee3c-00000000010a | CHANGED | Write group_vars file | undercloud 2025-12-09 04:23:33.888476 | fa163e63-5322-efa7-ee3c-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:26.463757 | 0.51s 2025-12-09 04:23:33.912851 | fa163e63-5322-efa7-ee3c-00000000010b | TASK | Gather missing facts 2025-12-09 04:23:34.334951 | fa163e63-5322-efa7-ee3c-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e63-5322-efa7-ee3c-00000000010b') missing from stats 2025-12-09 04:23:34.351677 | fa163e63-5322-efa7-ee3c-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:26.926947 | 0.44s 2025-12-09 04:23:34.367874 | fa163e63-5322-efa7-ee3c-00000000010c | TASK | Write octavia inventory 2025-12-09 04:23:34.928379 | fa163e63-5322-efa7-ee3c-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-12-09 04:23:34.930336 | fa163e63-5322-efa7-ee3c-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:27.505604 | 0.56s 2025-12-09 04:23:34.949654 | fa163e63-5322-efa7-ee3c-00000000010d | TASK | Check for ssh_private_key in working directory 2025-12-09 04:23:35.202477 | fa163e63-5322-efa7-ee3c-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-12-09 04:23:35.203692 | fa163e63-5322-efa7-ee3c-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:27.778971 | 0.25s 2025-12-09 04:23:35.218436 | fa163e63-5322-efa7-ee3c-00000000010e | TASK | Set private key location 2025-12-09 04:23:35.262976 | fa163e63-5322-efa7-ee3c-00000000010e | SKIPPED | Set private key location | undercloud 2025-12-09 04:23:35.263932 | fa163e63-5322-efa7-ee3c-00000000010e | TIMING | Set private key location | undercloud | 0:29:27.839213 | 0.04s 2025-12-09 04:23:35.279170 | fa163e63-5322-efa7-ee3c-00000000010f | TASK | Configure octavia command 2025-12-09 04:23:35.339363 | fa163e63-5322-efa7-ee3c-00000000010f | OK | Configure octavia command | undercloud 2025-12-09 04:23:35.340861 | fa163e63-5322-efa7-ee3c-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:27.916134 | 0.06s 2025-12-09 04:23:35.392348 | fa163e63-5322-efa7-ee3c-000000000110 | OK | set_fact | undercloud 2025-12-09 04:23:35.394082 | fa163e63-5322-efa7-ee3c-000000000110 | TIMING | set_fact | undercloud | 0:29:27.969352 | 0.03s 2025-12-09 04:23:35.455333 | fa163e63-5322-efa7-ee3c-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-h8tfki1q/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-h8tfki1q/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-h8tfki1q/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-12-09 04:23:35.457059 | fa163e63-5322-efa7-ee3c-000000000111 | TIMING | debug | undercloud | 0:29:28.032327 | 0.04s 2025-12-09 04:23:35.475665 | fa163e63-5322-efa7-ee3c-000000000112 | TASK | Configure octavia on overcloud 2025-12-09 04:27:50.768723 | fa163e63-5322-efa7-ee3c-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-12-09 04:27:50.771463 | fa163e63-5322-efa7-ee3c-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:43.346735 | 255.29s 2025-12-09 04:27:50.787459 | fa163e63-5322-efa7-ee3c-000000000113 | TASK | Purge temp dirs 2025-12-09 04:27:51.024710 | fa163e63-5322-efa7-ee3c-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-h8tfki1q/octavia-ansible/local_dir 2025-12-09 04:27:51.026949 | fa163e63-5322-efa7-ee3c-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:43.602227 | 0.24s 2025-12-09 04:27:51.036289 | fa163e63-5322-efa7-ee3c-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:43.611559 | 0.25s 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-09 04:27:51.109837 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 04:27:51.110461 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 04:27:51.110979 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:43.686264 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-09 04:27:51.111524 | UUID | Info | Host | Task Name | Run Time 2025-12-09 04:27:51.112040 | fa163e63-5322-efa7-ee3c-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 255.29s 2025-12-09 04:27:51.112597 | fa163e63-5322-efa7-ee3c-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 243.48s 2025-12-09 04:27:51.113108 | fa163e63-5322-efa7-ee3c-000000004dfa | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 134.42s 2025-12-09 04:27:51.113689 | fa163e63-5322-efa7-ee3c-0000000033ed | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 109.64s 2025-12-09 04:27:51.114222 | fa163e63-5322-efa7-ee3c-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.58s 2025-12-09 04:27:51.114850 | fa163e63-5322-efa7-ee3c-000000003055 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 61.12s 2025-12-09 04:27:51.115423 | fa163e63-5322-efa7-ee3c-000000003c18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 58.21s 2025-12-09 04:27:51.115926 | fa163e63-5322-efa7-ee3c-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 | 37.92s 2025-12-09 04:27:51.116559 | fa163e63-5322-efa7-ee3c-000000002640 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.89s 2025-12-09 04:27:51.117080 | fa163e63-5322-efa7-ee3c-000000004c5e | SUMMARY | standalone | Wait for puppet host configuration to finish | 31.02s 2025-12-09 04:27:51.117641 | fa163e63-5322-efa7-ee3c-000000003471 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.98s 2025-12-09 04:27:51.118151 | fa163e63-5322-efa7-ee3c-000000003419 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.80s 2025-12-09 04:27:51.118865 | fa163e63-5322-efa7-ee3c-000000005191 | 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.57s 2025-12-09 04:27:51.119467 | fa163e63-5322-efa7-ee3c-000000003445 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 26.17s 2025-12-09 04:27:51.120016 | fa163e63-5322-efa7-ee3c-000000005190 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.12s 2025-12-09 04:27:51.120585 | fa163e63-5322-efa7-ee3c-000000004f21 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.51s 2025-12-09 04:27:51.121127 | fa163e63-5322-efa7-ee3c-000000004f4d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.21s 2025-12-09 04:27:51.121709 | fa163e63-5322-efa7-ee3c-000000004ef5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 23.58s 2025-12-09 04:27:51.122254 | fa163e63-5322-efa7-ee3c-000000004df9 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 22.26s 2025-12-09 04:27:51.122978 | fa163e63-5322-efa7-ee3c-000000003a84 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.81s 2025-12-09 04:27:51.123552 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-h8tfki1q Install artifact is located at /root/standalone-install-20251209042751.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.9qJ0b2e8lh + exit 0 ~/ci-framework-data/artifacts