~/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.a68WHQrVyV + 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.a68WHQrVyV/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + OCTAVIA_ENABLED=true + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.a68WHQrVyV/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.a68WHQrVyV + J2_VARS_FILE=/tmp/tmp.a68WHQrVyV/tmp.TP2xCU3At4.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.a68WHQrVyV/tmp.TP2xCU3At4.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.a68WHQrVyV/tmp.TP2xCU3At4.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.a68WHQrVyV/tmp.TP2xCU3At4.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.a68WHQrVyV/tmp.TP2xCU3At4.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.a68WHQrVyV/tmp.TP2xCU3At4.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.a68WHQrVyV/tmp.TP2xCU3At4.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.a68WHQrVyV/tmp.TP2xCU3At4.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.a68WHQrVyV/tmp.TP2xCU3At4.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.a68WHQrVyV/tmp.TP2xCU3At4.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.a68WHQrVyV/tmp.TP2xCU3At4.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.a68WHQrVyV/tmp.TP2xCU3At4.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.a68WHQrVyV/tmp.TP2xCU3At4.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.a68WHQrVyV/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.a68WHQrVyV/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.a68WHQrVyV/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.a68WHQrVyV/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.a68WHQrVyV/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.5 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-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): perl-Getopt-Long-2.52-4.el9.noarch.rpm 593 kB/s | 64 kB 00:00 (2/399): boost-system-1.75.0-8.el9.x86_64.rpm 109 kB/s | 15 kB 00:00 (3/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.5 MB/s | 223 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 2.1 MB/s | 98 kB 00:00 (5/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 460 kB/s | 17 kB 00:00 (6/399): python3-urllib-gssapi-1.0.2-4.el9.noar 367 kB/s | 24 kB 00:00 (7/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.4 MB/s | 57 kB 00:00 (8/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.4 MB/s | 216 kB 00:00 (9/399): perl-Data-Dumper-2.174-462.el9.x86_64. 528 kB/s | 59 kB 00:00 (10/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 299 kB/s | 25 kB 00:00 (11/399): perl-File-Temp-0.231.100-4.el9.noarch 383 kB/s | 63 kB 00:00 (12/399): perl-Exporter-5.74-461.el9.noarch.rpm 196 kB/s | 34 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 383 kB/s | 16 kB 00:00 (14/399): libisofs-1.5.4-4.el9.x86_64.rpm 5.4 MB/s | 224 kB 00:00 (15/399): python3-pyasn1-modules-0.4.8-6.el9.no 3.2 MB/s | 283 kB 00:00 (16/399): xorriso-1.5.4-4.el9.x86_64.rpm 1.9 MB/s | 321 kB 00:00 (17/399): perl-PathTools-3.78-461.el9.x86_64.rp 2.1 MB/s | 92 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 2.8 MB/s | 392 kB 00:00 (19/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 307 kB/s | 45 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 4.3 MB/s | 229 kB 00:00 (21/399): perl-Term-ANSIColor-5.01-461.el9.noar 603 kB/s | 51 kB 00:00 (22/399): perl-URI-5.09-3.el9.noarch.rpm 1.2 MB/s | 125 kB 00:00 (23/399): perl-Text-ParseWords-3.30-460.el9.noa 125 kB/s | 18 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 1.8 MB/s | 134 kB 00:00 (25/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 552 kB/s | 26 kB 00:00 (26/399): iptables-nft-services-1.8.8-6.el9_1.n 567 kB/s | 28 kB 00:00 (27/399): perl-Carp-1.50-460.el9.noarch.rpm 680 kB/s | 31 kB 00:00 (28/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 10 MB/s | 1.2 MB 00:00 (29/399): perl-Pod-Escapes-1.07-460.el9.noarch. 497 kB/s | 22 kB 00:00 (30/399): perl-Encode-3.08-462.el9.x86_64.rpm 15 MB/s | 1.7 MB 00:00 (31/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.9 MB/s | 218 kB 00:00 (32/399): libburn-1.5.4-4.el9.x86_64.rpm 1.5 MB/s | 175 kB 00:00 (33/399): perl-Mozilla-CA-20200520-6.el9.noarch 98 kB/s | 14 kB 00:00 (34/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 185 kB/s | 24 kB 00:00 (35/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.8 MB/s | 73 kB 00:00 (36/399): sshpass-1.09-4.el9.x86_64.rpm 398 kB/s | 30 kB 00:00 (37/399): perl-Time-Local-1.300-7.el9.noarch.rp 202 kB/s | 37 kB 00:00 (38/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 350 kB/s | 76 kB 00:00 (39/399): boost-filesystem-1.75.0-8.el9.x86_64. 469 kB/s | 59 kB 00:00 (40/399): boost-program-options-1.75.0-8.el9.x8 1.4 MB/s | 108 kB 00:00 (41/399): boost-log-1.75.0-8.el9.x86_64.rpm 2.2 MB/s | 410 kB 00:00 (42/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 776 kB/s | 34 kB 00:00 (43/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 300 kB/s | 19 kB 00:00 (44/399): perl-Digest-1.19-4.el9.noarch.rpm 600 kB/s | 29 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.7 MB/s | 419 kB 00:00 (46/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 200 kB/s | 39 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 683 kB/s | 38 kB 00:00 (48/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.1 MB/s | 43 kB 00:00 (49/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.0 MB/s | 92 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.5 MB/s | 77 kB 00:00 (51/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.3 MB/s | 58 kB 00:00 (52/399): perl-constant-1.33-461.el9.noarch.rpm 706 kB/s | 25 kB 00:00 (53/399): python3-appdirs-1.4.4-4.el9.noarch.rp 637 kB/s | 27 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.0 MB/s | 112 kB 00:00 (55/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.6 MB/s | 163 kB 00:00 (56/399): python3-qrcode-core-6.1-12.el9.noarch 1.5 MB/s | 61 kB 00:00 (57/399): perl-podlators-4.14-460.el9.noarch.rp 674 kB/s | 118 kB 00:00 (58/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.2 MB/s | 48 kB 00:00 (59/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.2 MB/s | 221 kB 00:00 (60/399): python3-alembic-1.7.5-3.el9.noarch.rp 12 MB/s | 900 kB 00:00 (61/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 398 kB/s | 96 kB 00:00 (62/399): python3-augeas-0.5.0-25.el9.noarch.rp 476 kB/s | 31 kB 00:00 (63/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 607 kB/s | 42 kB 00:00 (64/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 4.6 MB/s | 489 kB 00:00 (65/399): boost-regex-1.75.0-8.el9.x86_64.rpm 870 kB/s | 279 kB 00:00 (66/399): perl-AutoLoader-5.74-480.el9.noarch.r 396 kB/s | 23 kB 00:00 (67/399): perl-Class-Struct-0.66-480.el9.noarch 42 kB/s | 24 kB 00:00 (68/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 283 kB/s | 23 kB 00:00 (69/399): perl-File-Basename-2.85-480.el9.noarc 259 kB/s | 19 kB 00:00 (70/399): perl-File-stat-1.09-480.el9.noarch.rp 496 kB/s | 19 kB 00:00 (71/399): perl-Errno-1.30-480.el9.x86_64.rpm 22 kB/s | 17 kB 00:00 (72/399): perl-Getopt-Std-1.12-480.el9.noarch.r 365 kB/s | 17 kB 00:00 (73/399): perl-B-1.80-480.el9.x86_64.rpm 214 kB/s | 185 kB 00:00 (74/399): perl-FileHandle-2.03-480.el9.noarch.r 258 kB/s | 17 kB 00:00 (75/399): perl-IO-1.43-480.el9.x86_64.rpm 2.5 MB/s | 94 kB 00:00 (76/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 637 kB/s | 25 kB 00:00 (77/399): perl-SelectSaver-1.02-480.el9.noarch. 350 kB/s | 13 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.9 MB/s | 99 kB 00:00 (79/399): perl-base-2.27-480.el9.noarch.rpm 477 kB/s | 18 kB 00:00 (80/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 202 kB/s | 25 kB 00:00 (81/399): perl-if-0.60.800-480.el9.noarch.rpm 413 kB/s | 16 kB 00:00 (82/399): perl-Symbol-1.08-480.el9.noarch.rpm 148 kB/s | 16 kB 00:00 (83/399): perl-libs-5.32.1-480.el9.x86_64.rpm 26 MB/s | 2.2 MB 00:00 (84/399): perl-interpreter-5.32.1-480.el9.x86_6 480 kB/s | 75 kB 00:00 (85/399): perl-mro-1.23-480.el9.x86_64.rpm 307 kB/s | 31 kB 00:00 (86/399): perl-overload-1.31-480.el9.noarch.rpm 688 kB/s | 47 kB 00:00 (87/399): perl-subs-1.03-480.el9.noarch.rpm 287 kB/s | 13 kB 00:00 (88/399): perl-overloading-0.02-480.el9.noarch. 242 kB/s | 15 kB 00:00 (89/399): python3-mako-1.1.4-6.el9.noarch.rpm 3.8 MB/s | 176 kB 00:00 (90/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 3.3 MB/s | 259 kB 00:00 (91/399): perl-vars-1.05-480.el9.noarch.rpm 127 kB/s | 15 kB 00:00 (92/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 8.2 MB/s | 459 kB 00:00 (93/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 693 kB/s | 40 kB 00:00 (94/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.2 MB/s | 59 kB 00:00 (95/399): jq-1.6-14.el9.x86_64.rpm 2.5 MB/s | 190 kB 00:00 (96/399): bash-completion-2.11-4.el9.noarch.rpm 6.6 MB/s | 459 kB 00:00 (97/399): rhel-system-roles-1.21.2-1.el9_2.noar 23 MB/s | 2.4 MB 00:00 (98/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 3.2 MB/s | 452 kB 00:00 (99/399): device-mapper-persistent-data-0.9.0-1 9.1 MB/s | 786 kB 00:00 (100/399): glibc-langpack-en-2.34-60.el9.x86_64 9.5 MB/s | 675 kB 00:00 (101/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.6 MB/s | 62 kB 00:00 (102/399): libaio-0.3.111-13.el9.x86_64.rpm 143 kB/s | 26 kB 00:00 (103/399): krb5-workstation-1.20.1-8.el9.x86_64 3.9 MB/s | 542 kB 00:00 (104/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 598 kB/s | 37 kB 00:00 (105/399): libkadm5-1.20.1-8.el9.x86_64.rpm 494 kB/s | 81 kB 00:00 (106/399): pkgconf-1.7.3-10.el9.x86_64.rpm 756 kB/s | 45 kB 00:00 (107/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 309 kB/s | 16 kB 00:00 (108/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 196 kB/s | 12 kB 00:00 (109/399): python3-dns-2.2.1-2.el9.noarch.rpm 6.9 MB/s | 418 kB 00:00 (110/399): ipa-client-common-4.10.1-12.el9_2.2. 696 kB/s | 44 kB 00:00 (111/399): python3-ipalib-4.10.1-12.el9_2.2.noa 13 MB/s | 663 kB 00:00 (112/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 482 kB/s | 57 kB 00:00 (113/399): ipa-common-4.10.1-12.el9_2.2.noarch. 3.0 MB/s | 656 kB 00:00 (114/399): python3-ipaclient-4.10.1-12.el9_2.2. 2.9 MB/s | 648 kB 00:00 (115/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 404 kB/s | 41 kB 00:00 (116/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 39 MB/s | 7.9 MB 00:00 (117/399): ruby-default-gems-3.0.4-161.el9_2.2. 247 kB/s | 46 kB 00:00 (118/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.3 MB/s | 55 kB 00:00 (119/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 20 MB/s | 3.3 MB 00:00 (120/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.7 MB/s | 456 kB 00:00 (121/399): rubygem-io-console-0.5.7-161.el9_2.2 439 kB/s | 26 kB 00:00 (122/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.3 MB/s | 59 kB 00:00 (123/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 10 MB/s | 441 kB 00:00 (124/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.2 MB/s | 60 kB 00:00 (125/399): rubygems-3.2.33-161.el9_2.2.noarch.r 7.2 MB/s | 306 kB 00:00 (126/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 5.3 MB/s | 245 kB 00:00 (127/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 804 kB/s | 110 kB 00:00 (128/399): buildah-1.29.5-1.el9_2.x86_64.rpm 47 MB/s | 8.6 MB 00:00 (129/399): python3-openvswitch3.3-3.3.4-110.el9 3.5 MB/s | 369 kB 00:00 (130/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 823 kB/s | 68 kB 00:00 (131/399): ansible-collection-community-general 11 MB/s | 1.3 MB 00:00 (132/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 7.9 MB/s | 2.2 MB 00:00 (133/399): ansible-collection-ansible-netcommon 3.1 MB/s | 181 kB 00:00 (134/399): ansible-collection-ansible-posix-1.2 857 kB/s | 124 kB 00:00 (135/399): cephadm-18.2.1-361.el9cp.noarch.rpm 2.3 MB/s | 354 kB 00:00 (136/399): ansible-collection-ansible-utils-2.3 1.2 MB/s | 91 kB 00:00 (137/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.2 MB/s | 77 kB 00:00 (138/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.1 MB/s | 162 kB 00:00 (139/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.2 MB/s | 178 kB 00:00 (140/399): golang-github-vbatts-tar-split-0.11. 7.3 MB/s | 1.0 MB 00:00 (141/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.1 MB/s | 44 kB 00:00 (142/399): python3-ansible-runner-2.0.0a1-3.el9 1.5 MB/s | 122 kB 00:00 (143/399): python3-beautifulsoup4-4.9.3-2.el9os 2.8 MB/s | 204 kB 00:00 (144/399): puppet-fdio-18.2-1.20220727113954.6f 166 kB/s | 25 kB 00:00 (145/399): python3-croniter-0.3.35-2.el9ost.noa 892 kB/s | 49 kB 00:00 (146/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 802 kB/s | 44 kB 00:00 (147/399): python3-docutils-0.16-6.el9ost.noarc 20 MB/s | 1.5 MB 00:00 (148/399): python3-daemon-2.3.0-1.el9ost.noarch 454 kB/s | 39 kB 00:00 (149/399): python3-gevent-21.1.2-2.el9ost.x86_6 20 MB/s | 1.6 MB 00:00 (150/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.6 MB/s | 107 kB 00:00 (151/399): python3-jeepney-0.6.0-2.el9ost.noarc 4.1 MB/s | 284 kB 00:00 (152/399): python3-jmespath-0.10.0-1.el9ost.noa 1.2 MB/s | 46 kB 00:00 (153/399): python3-logutils-0.3.5-15.el9ost.noa 882 kB/s | 47 kB 00:00 (154/399): python3-lockfile-0.12.2-2.el9ost.noa 322 kB/s | 31 kB 00:00 (155/399): python3-memcached-1.59-3.el9ost.noar 334 kB/s | 40 kB 00:00 (156/399): python3-mimeparse-1.6.0-16.el9ost.no 238 kB/s | 16 kB 00:00 (157/399): python3-migrate-0.13.0-1.el9ost.noar 1.9 MB/s | 224 kB 00:00 (158/399): python3-natsort-7.1.1-2.el9ost.noarc 1.5 MB/s | 59 kB 00:00 (159/399): python3-passlib-1.7.4-3.el9ost.noarc 9.6 MB/s | 712 kB 00:00 (160/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.4 MB/s | 90 kB 00:00 (161/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.7 MB/s | 273 kB 00:00 (162/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.7 MB/s | 111 kB 00:00 (163/399): python3-pyperclip-1.8.0-3.el9ost.noa 394 kB/s | 25 kB 00:00 (164/399): python3-setproctitle-1.2.2-1.el9ost. 349 kB/s | 23 kB 00:00 (165/399): python3-smmap-3.0.1-4.el9ost.noarch. 621 kB/s | 47 kB 00:00 (166/399): python3-soupsieve-2.2-1.el9ost.noarc 889 kB/s | 67 kB 00:00 (167/399): python3-sqlalchemy13-1.3.24-3.el9ost 24 MB/s | 1.7 MB 00:00 (168/399): python3-tenacity-6.3.1-1.el9ost.noar 872 kB/s | 51 kB 00:00 (169/399): python3-webtest-2.0.35-6.el9ost.noar 1.7 MB/s | 82 kB 00:00 (170/399): python3-zope-interface-5.4.0-1.el9os 5.0 MB/s | 202 kB 00:00 (171/399): python3-zope-event-4.2.0-20.el9ost.n 3.0 MB/s | 205 kB 00:00 (172/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.5 MB/s | 243 kB 00:00 (173/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 3.2 MB/s | 396 kB 00:00 (174/399): rubygem-deep_merge-1.2.1-7.el9ost.no 224 kB/s | 14 kB 00:00 (175/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.2 MB/s | 90 kB 00:00 (176/399): rubygem-multi_json-1.15.0-2.el9ost.n 600 kB/s | 22 kB 00:00 (177/399): rubygem-fast_gettext-1.2.0-9.el9ost. 465 kB/s | 34 kB 00:00 (178/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 420 kB/s | 16 kB 00:00 (179/399): rubygem-semantic_puppet-1.0.4-2.el9o 578 kB/s | 21 kB 00:00 (180/399): rubygem-puppet-resource_api-1.8.13-1 430 kB/s | 34 kB 00:00 (181/399): ansible-role-atos-hsm-1.0.1-17.1.202 319 kB/s | 17 kB 00:00 (182/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.5 MB/s | 433 kB 00:00 (183/399): ansible-config_template-2.0.1-17.1.2 292 kB/s | 29 kB 00:00 (184/399): ansible-role-chrony-1.3.1-17.1.20230 231 kB/s | 22 kB 00:00 (185/399): ansible-role-container-registry-1.4. 303 kB/s | 24 kB 00:00 (186/399): ansible-role-openstack-operations-0. 749 kB/s | 30 kB 00:00 (187/399): ansible-role-qdr-config-0.0.2-17.1.2 292 kB/s | 21 kB 00:00 (188/399): ansible-role-collectd-config-0.0.3-1 309 kB/s | 53 kB 00:00 (189/399): ansible-role-redhat-subscription-1.3 596 kB/s | 28 kB 00:00 (190/399): ansible-role-tripleo-modify-image-1. 740 kB/s | 27 kB 00:00 (191/399): ansible-role-thales-hsm-3.0.1-17.1.2 374 kB/s | 21 kB 00:00 (192/399): dib-utils-0.0.11-17.1.20230620173328 351 kB/s | 12 kB 00:00 (193/399): ansible-tripleo-ipa-0.3.1-17.1.20230 298 kB/s | 36 kB 00:00 (194/399): openstack-heat-agents-2.2.1-17.1.202 174 kB/s | 9.6 kB 00:00 (195/399): ansible-tripleo-ipsec-11.0.1-17.1.20 286 kB/s | 38 kB 00:00 (196/399): os-collect-config-13.1.1-17.1.202310 1.1 MB/s | 50 kB 00:00 (197/399): os-apply-config-13.1.1-17.1.20231020 126 kB/s | 54 kB 00:00 (198/399): os-refresh-config-13.1.1-17.1.202310 55 kB/s | 21 kB 00:00 (199/399): puppet-aodh-18.4.2-17.1.202306201512 165 kB/s | 62 kB 00:00 (200/399): puppet-apache-6.5.2-17.1.20230621001 6.0 MB/s | 259 kB 00:00 (201/399): puppet-auditd-2.2.1-17.1.20230620192 694 kB/s | 28 kB 00:00 (202/399): puppet-archive-4.6.1-17.1.2023062018 535 kB/s | 44 kB 00:00 (203/399): puppet-ceilometer-18.4.3-17.1.202309 1.5 MB/s | 70 kB 00:00 (204/399): puppet-certmonger-2.7.1-17.1.2023062 568 kB/s | 26 kB 00:00 (205/399): puppet-cinder-18.5.2-17.1.2023062105 3.0 MB/s | 120 kB 00:00 (206/399): puppet-collectd-13.0.1-17.1.20230620 3.2 MB/s | 135 kB 00:00 (207/399): puppet-concat-6.2.1-17.1.20230620181 602 kB/s | 41 kB 00:00 (208/399): puppet-corosync-8.0.1-17.1.202306211 1.4 MB/s | 68 kB 00:00 (209/399): puppet-designate-18.6.1-17.1.2023062 1.4 MB/s | 69 kB 00:00 (210/399): puppet-dns-8.2.1-17.1.20230621002045 985 kB/s | 36 kB 00:00 (211/399): puppet-git-0.5.0-17.1.20230620193928 518 kB/s | 23 kB 00:00 (212/399): puppet-firewall-3.4.1-17.1.202306210 1.1 MB/s | 77 kB 00:00 (213/399): puppet-etcd-1.12.3-17.1.202306201932 257 kB/s | 25 kB 00:00 (214/399): puppet-haproxy-4.2.2-17.1.2023062019 1.1 MB/s | 52 kB 00:00 (215/399): puppet-heat-18.4.1-17.1.202306211116 1.8 MB/s | 70 kB 00:00 (216/399): puppet-gnocchi-18.4.3-17.1.202306210 792 kB/s | 58 kB 00:00 (217/399): puppet-horizon-18.6.1-17.1.202306210 930 kB/s | 63 kB 00:00 (218/399): puppet-ipaclient-2.5.2-17.1.20230620 347 kB/s | 17 kB 00:00 (219/399): puppet-inifile-4.2.1-17.1.2023062018 439 kB/s | 42 kB 00:00 (220/399): puppet-kmod-2.5.0-17.1.2023062019064 546 kB/s | 21 kB 00:00 (221/399): puppet-keepalived-0.0.2-17.1.2023062 259 kB/s | 14 kB 00:00 (222/399): puppet-memcached-6.0.0-17.1.20230620 394 kB/s | 23 kB 00:00 (223/399): puppet-manila-18.5.2-17.1.2023110219 1.2 MB/s | 81 kB 00:00 (224/399): puppet-module-data-0.5.1-17.1.202306 237 kB/s | 13 kB 00:00 (225/399): puppet-nova-18.6.1-17.1.202306210904 4.2 MB/s | 200 kB 00:00 (226/399): puppet-mysql-10.6.1-17.1.20230621022 1.6 MB/s | 99 kB 00:00 (227/399): puppet-neutron-18.6.1-17.1.202306210 3.2 MB/s | 196 kB 00:00 (228/399): puppet-octavia-18.5.1-17.1.202306210 1.9 MB/s | 76 kB 00:00 (229/399): puppet-openstack_extras-18.5.1-17.1. 1.2 MB/s | 48 kB 00:00 (230/399): puppet-nssdb-1.0.2-17.1.202306201856 182 kB/s | 12 kB 00:00 (231/399): puppet-openstacklib-18.5.2-17.1.2023 1.6 MB/s | 62 kB 00:00 (232/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (233/399): puppet-qdr-7.4.1-17.1.20230620195605 804 kB/s | 31 kB 00:00 (234/399): puppet-oslo-18.5.1-17.1.202306210523 624 kB/s | 48 kB 00:00 (235/399): puppet-remote-10.0.0-17.1.2023062019 315 kB/s | 16 kB 00:00 (236/399): puppet-redis-6.1.1-17.1.202306201917 685 kB/s | 51 kB 00:00 (237/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.6 MB/s | 266 kB 00:00 (238/399): puppet-rsync-1.1.4-17.1.202306210028 584 kB/s | 28 kB 00:00 (239/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.6 MB/s | 58 kB 00:00 (240/399): puppet-snmp-3.9.1-17.1.2023062020041 893 kB/s | 34 kB 00:00 (241/399): puppet-ssh-6.2.1-17.1.20230620190251 804 kB/s | 29 kB 00:00 (242/399): puppet-stdlib-6.3.1-17.1.20230621000 4.2 MB/s | 160 kB 00:00 (243/399): puppet-swift-18.6.1-17.1.20230621052 3.1 MB/s | 115 kB 00:00 (244/399): puppet-sysctl-0.0.13-17.1.2023062018 327 kB/s | 16 kB 00:00 (245/399): puppet-vcsrepo-3.1.1-17.1.2023062018 1.3 MB/s | 50 kB 00:00 (246/399): puppet-systemd-2.12.1-17.1.202306201 834 kB/s | 42 kB 00:00 (247/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (248/399): puppet-xinetd-3.3.1-17.1.20230620185 635 kB/s | 26 kB 00:00 (249/399): python-oslo-cache-lang-2.7.1-17.1.20 397 kB/s | 19 kB 00:00 (250/399): python-oslo-middleware-lang-4.2.1-17 386 kB/s | 13 kB 00:00 (251/399): python-oslo-log-lang-4.4.0-17.1.2023 311 kB/s | 14 kB 00:00 (252/399): python-oslo-policy-lang-3.7.1-17.1.2 305 kB/s | 14 kB 00:00 (253/399): python-oslo-versionedobjects-lang-2. 238 kB/s | 14 kB 00:00 (254/399): python-pycadf-common-3.1.1-17.1.2023 267 kB/s | 15 kB 00:00 (255/399): python3-GitPython-3.1.14-2.el9ost.no 5.1 MB/s | 238 kB 00:00 (256/399): python3-cinderclient-7.4.1-17.1.2023 2.6 MB/s | 218 kB 00:00 (257/399): python3-barbicanclient-5.3.0-17.1.20 971 kB/s | 127 kB 00:00 (258/399): python3-cliff-3.7.0-17.1.20230620172 1.5 MB/s | 95 kB 00:00 (259/399): python3-designateclient-4.2.1-17.1.2 2.3 MB/s | 92 kB 00:00 (260/399): python3-heat-agent-2.2.1-17.1.202306 518 kB/s | 19 kB 00:00 (261/399): python3-aodhclient-2.2.0-17.1.202306 262 kB/s | 56 kB 00:00 (262/399): python3-futurist-2.3.0-17.1.20230621 730 kB/s | 64 kB 00:00 (263/399): python3-heat-agent-apply-config-2.2. 181 kB/s | 9.9 kB 00:00 (264/399): python3-heat-agent-ansible-2.2.1-17. 175 kB/s | 11 kB 00:00 (265/399): python3-heat-agent-docker-cmd-2.2.1- 251 kB/s | 12 kB 00:00 (266/399): python3-heat-agent-hiera-2.2.1-17.1. 272 kB/s | 10 kB 00:00 (267/399): python3-heat-agent-json-file-2.2.1-1 249 kB/s | 9.8 kB 00:00 (268/399): python3-heat-agent-puppet-2.2.1-17.1 299 kB/s | 11 kB 00:00 (269/399): python3-ironic-inspector-client-4.5. 1.3 MB/s | 67 kB 00:00 (270/399): python3-heatclient-2.3.1-17.1.202306 2.7 MB/s | 158 kB 00:00 (271/399): python3-keystonemiddleware-9.2.0-17. 2.3 MB/s | 92 kB 00:00 (272/399): python3-keystoneclient-4.3.0-17.1.20 3.3 MB/s | 239 kB 00:00 (273/399): python3-ironicclient-4.6.4-17.1.2023 3.1 MB/s | 342 kB 00:00 (274/399): python3-magnumclient-3.4.1-17.1.2023 2.0 MB/s | 121 kB 00:00 (275/399): python3-mistralclient-4.2.0-17.1.202 3.2 MB/s | 166 kB 00:00 (276/399): python3-neutronclient-7.3.1-17.1.202 4.1 MB/s | 298 kB 00:00 (277/399): python3-novaclient-17.4.1-17.1.20230 2.4 MB/s | 201 kB 00:00 (278/399): python3-os-service-types-1.7.0-17.1. 833 kB/s | 38 kB 00:00 (279/399): python3-osc-lib-2.3.1-17.1.202306202 1.5 MB/s | 78 kB 00:00 (280/399): python3-os-client-config-2.1.0-17.1. 422 kB/s | 55 kB 00:00 (281/399): python3-oslo-cache-2.7.1-17.1.202306 1.4 MB/s | 56 kB 00:00 (282/399): python3-oslo-log-4.4.0-17.1.20230620 1.7 MB/s | 64 kB 00:00 (283/399): python3-oslo-context-3.2.1-17.1.2023 373 kB/s | 27 kB 00:00 (284/399): python3-os-traits-2.5.0-17.1.2023062 265 kB/s | 45 kB 00:00 (285/399): python3-oslo-policy-3.7.1-17.1.20230 1.5 MB/s | 76 kB 00:00 (286/399): python3-oslo-middleware-4.2.1-17.1.2 566 kB/s | 55 kB 00:00 (287/399): python3-oslo-rootwrap-6.3.1-17.1.202 955 kB/s | 46 kB 00:00 (288/399): python3-oslo-reports-2.2.0-17.1.2023 719 kB/s | 59 kB 00:00 (289/399): python3-oslo-serialization-4.1.1-17. 923 kB/s | 34 kB 00:00 (290/399): python3-oslo-upgradecheck-1.3.1-17.1 715 kB/s | 29 kB 00:00 (291/399): python3-oslo-versionedobjects-2.4.1- 2.1 MB/s | 79 kB 00:00 (292/399): python3-pycadf-3.1.1-17.1.2023062021 1.4 MB/s | 53 kB 00:00 (293/399): python3-osprofiler-3.4.0-17.1.202306 1.7 MB/s | 130 kB 00:00 (294/399): python3-requestsexceptions-1.4.0-17. 190 kB/s | 17 kB 00:00 (295/399): python3-statsd-3.2.1-20.1.el9ost.noa 765 kB/s | 35 kB 00:00 (296/399): python3-shade-1.33.0-17.1.2023062022 5.9 MB/s | 523 kB 00:00 (297/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.3 MB/s | 50 kB 00:00 (298/399): python3-saharaclient-3.3.0-17.1.2023 1.1 MB/s | 188 kB 00:00 (299/399): python3-troveclient-7.0.0-17.1.20230 8.4 MB/s | 344 kB 00:00 (300/399): python3-zaqarclient-2.4.0-17.1.20230 1.8 MB/s | 129 kB 00:00 (301/399): python3-swiftclient-3.11.1-17.1.2023 844 kB/s | 136 kB 00:00 (302/399): validations-common-1.9.1-17.1.202310 2.4 MB/s | 111 kB 00:00 (303/399): python3-paramiko-2.11.0-2.el9ost.noa 6.3 MB/s | 299 kB 00:00 (304/399): python3-validations-libs-1.9.1-17.1. 819 kB/s | 137 kB 00:00 (305/399): python3-werkzeug-2.0.1-7.el9ost.noar 9.8 MB/s | 427 kB 00:00 (306/399): ansible-pacemaker-1.0.4-17.1.2023121 261 kB/s | 21 kB 00:00 (307/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.2 MB/s | 83 kB 00:00 (308/399): python3-webob-1.8.7-2.1.el9ost.noarc 3.5 MB/s | 230 kB 00:00 (309/399): ansible-role-metalsmith-deployment-1 480 kB/s | 21 kB 00:00 (310/399): python3-manilaclient-2.6.4-17.1.2024 3.8 MB/s | 528 kB 00:00 (311/399): openstack-selinux-0.8.37-17.1.202311 5.3 MB/s | 221 kB 00:00 (312/399): python-oslo-db-lang-8.5.2-17.1.20240 392 kB/s | 14 kB 00:00 (313/399): puppet-ironic-18.7.1-17.1.2024030521 2.0 MB/s | 121 kB 00:00 (314/399): python3-glanceclient-3.3.0-17.1.2024 3.2 MB/s | 143 kB 00:00 (315/399): python3-keystoneauth1-4.4.0-17.1.202 7.8 MB/s | 409 kB 00:00 (316/399): python3-metalsmith-1.4.4-17.1.202405 1.1 MB/s | 65 kB 00:00 (317/399): python3-neutron-lib-2.10.3-17.1.2023 6.1 MB/s | 375 kB 00:00 (318/399): python3-oslo-db-8.5.2-17.1.202408201 2.9 MB/s | 144 kB 00:00 (319/399): python3-octaviaclient-2.3.1-17.1.202 1.0 MB/s | 91 kB 00:00 (320/399): python3-oslo-messaging-12.7.3-17.1.2 4.4 MB/s | 216 kB 00:00 (321/399): python3-rhosp-openvswitch-3.3-1.el9o 132 kB/s | 8.3 kB 00:00 (322/399): python3-waitress-2.0.0-4.el9ost.noar 1.8 MB/s | 109 kB 00:00 (323/399): openstack-ansible-core-2.14.2-4.7.el 37 MB/s | 2.3 MB 00:00 (324/399): python3-oslo-service-2.5.1-17.1.2024 302 kB/s | 71 kB 00:00 (325/399): puppet-glance-18.6.1-17.1.2025022015 902 kB/s | 87 kB 00:00 (326/399): openstack-tripleo-validations-14.3.2 1.2 MB/s | 204 kB 00:00 (327/399): puppet-ovn-18.6.1-17.1.2024092509490 759 kB/s | 29 kB 00:00 (328/399): python3-os-ken-1.4.1-17.1.2024120509 28 MB/s | 2.1 MB 00:00 (329/399): puppet-pacemaker-1.5.1-17.1.20250214 1.5 MB/s | 158 kB 00:00 (330/399): puppet-tripleo-14.2.3-17.1.202503201 2.8 MB/s | 239 kB 00:00 (331/399): ansible-collection-containers-podman 5.3 MB/s | 243 kB 00:00 (332/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 8.3 MB/s | 351 kB 00:00 (333/399): facter-3.14.19-3.el9ost.x86_64.rpm 7.5 MB/s | 518 kB 00:00 (334/399): leatherman-1.12.6-5.el9ost.x86_64.rp 9.5 MB/s | 405 kB 00:00 (335/399): ansible-collections-openstack-1.9.1- 783 kB/s | 146 kB 00:00 (336/399): openstack-tripleo-common-15.4.1-17.1 697 kB/s | 52 kB 00:00 (337/399): hiera-3.6.0-6.el9ost.noarch.rpm 166 kB/s | 33 kB 00:00 (338/399): openstack-tripleo-common-containers- 641 kB/s | 78 kB 00:00 (339/399): puppet-7.10.0-4.el9ost.noarch.rpm 100 kB/s | 11 kB 00:00 (340/399): puppet-headless-7.10.0-4.el9ost.noar 21 MB/s | 1.4 MB 00:00 (341/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.6 MB/s | 92 kB 00:00 (342/399): puppet-keystone-18.6.1-17.1.20250425 1.7 MB/s | 127 kB 00:00 (343/399): python3-boto-2.45.0-8.1.el9ost.noarc 15 MB/s | 1.3 MB 00:00 (344/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 6.4 MB/s | 284 kB 00:00 (345/399): python3-cachetools-4.2.2-3.el9ost.no 463 kB/s | 33 kB 00:00 (346/399): python3-dogpile-cache-1.1.5-5.el9ost 1.5 MB/s | 89 kB 00:00 (347/399): python3-colorama-0.4.4-4.el9ost.noar 453 kB/s | 35 kB 00:00 (348/399): python3-extras-1.0.0-17.el9ost.noarc 348 kB/s | 21 kB 00:00 (349/399): python3-fixtures-3.0.0-24.el9ost.noa 2.4 MB/s | 93 kB 00:00 (350/399): python3-keyring-21.8.0-4.el9ost.noar 1.8 MB/s | 77 kB 00:00 (351/399): python3-kombu-5.0.2-3.el9ost.noarch. 7.8 MB/s | 313 kB 00:00 (352/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.2 MB/s | 87 kB 00:00 (353/399): python3-munch-2.5.0-6.el9ost.noarch. 519 kB/s | 25 kB 00:00 (354/399): python3-paste-3.5.0-5.el9ost.noarch. 16 MB/s | 776 kB 00:00 (355/399): python3-openstacksdk-0.55.1-17.1.202 8.7 MB/s | 735 kB 00:00 (356/399): python3-pystache-0.5.4-15.el9ost.noa 3.3 MB/s | 132 kB 00:00 (357/399): python3-paste-deploy-2.1.1-4.el9ost. 518 kB/s | 41 kB 00:00 (358/399): python3-routes-2.4.1-14.el9ost.noarc 4.7 MB/s | 188 kB 00:00 (359/399): python3-repoze-lru-0.7-12.el9ost.noa 437 kB/s | 32 kB 00:00 (360/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.2 MB/s | 57 kB 00:00 (361/399): python3-tempita-0.5.1-27.el9ost.noar 1.0 MB/s | 36 kB 00:00 (362/399): python3-simplejson-3.17.5-3.el9ost.x 4.4 MB/s | 266 kB 00:00 (363/399): python3-testtools-2.4.0-10.el9ost.no 7.8 MB/s | 333 kB 00:00 (364/399): python3-tripleo-common-15.4.1-17.1.2 5.3 MB/s | 202 kB 00:00 (365/399): python3-secretstorage-3.3.1-3.el9ost 334 kB/s | 36 kB 00:00 (366/399): python3-tripleoclient-16.5.1-17.1.20 11 MB/s | 553 kB 00:00 (367/399): python3-warlock-1.3.3-7.el9ost.noarc 522 kB/s | 21 kB 00:00 (368/399): python3-yaql-1.1.3-13.el9ost.noarch. 3.8 MB/s | 180 kB 00:00 (369/399): python3-yappi-1.3.1-5.el9ost.x86_64. 698 kB/s | 56 kB 00:00 (370/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 576 kB/s | 29 kB 00:00 (371/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.2 MB/s | 123 kB 00:00 (372/399): python3-vine-5.0.0-5.el9ost.noarch.r 141 kB/s | 26 kB 00:00 (373/399): ruby-facter-3.14.19-3.el9ost.x86_64. 124 kB/s | 9.5 kB 00:00 (374/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 537 kB/s | 19 kB 00:00 (375/399): openstack-heat-engine-16.1.1-17.1.20 443 kB/s | 15 kB 00:00 (376/399): openstack-heat-common-16.1.1-17.1.20 22 MB/s | 1.6 MB 00:00 (377/399): openstack-tripleo-heat-templates-14. 9.5 MB/s | 617 kB 00:00 (378/399): openstack-heat-monolith-16.1.1-17.1. 177 kB/s | 16 kB 00:00 (379/399): python-openstackclient-lang-5.5.2-17 1.5 MB/s | 58 kB 00:00 (380/399): puppet-barbican-18.4.2-17.1.20250625 706 kB/s | 57 kB 00:00 (381/399): python3-openstackclient-5.5.2-17.1.2 16 MB/s | 1.1 MB 00:00 (382/399): tripleo-ansible-3.3.1-17.1.202507021 7.9 MB/s | 570 kB 00:00 (383/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 792 kB/s | 30 kB 00:00 (384/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 342 kB/s | 36 kB 00:00 (385/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 486 kB/s | 19 kB 00:00 (386/399): device-mapper-event-libs-1.02.187-7. 590 kB/s | 31 kB 00:00 (387/399): device-mapper-event-1.02.187-7.el9_2 335 kB/s | 32 kB 00:00 (388/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 19 MB/s | 1.0 MB 00:00 (389/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 7.4 MB/s | 1.5 MB 00:00 (390/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 870 kB/s | 156 kB 00:00 (391/399): libmount-2.37.4-11.el9_2.x86_64.rpm 2.1 MB/s | 136 kB 00:00 (392/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 811 kB/s | 30 kB 00:00 (393/399): util-linux-2.37.4-11.el9_2.x86_64.rp 24 MB/s | 2.3 MB 00:00 (394/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.2 MB/s | 464 kB 00:00 (395/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.6 MB/s | 109 kB 00:00 (396/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.6 MB/s | 65 kB 00:00 (397/399): device-mapper-1.02.187-7.el9_2.2.x86 2.3 MB/s | 142 kB 00:00 (398/399): openstack-heat-api-16.1.1-17.1.20250 17 kB/s | 16 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.6 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 8.4 MB/s | 97 MB 00:11 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 : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.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-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 112/408 Installing : python3-dns-2.2.1-2.el9.noarch 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 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-rhosp-openvswitch-3.3-1.el9ost.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.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 : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 171/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 172/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 173/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 174/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 175/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 176/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 177/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 178/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 179/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 180/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 181/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 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-smmap-3.0.1-4.el9ost.noarch 204/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 205/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 206/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 207/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 208/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 209/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 210/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 211/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 212/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 213/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 214/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 215/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 216/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 217/408 Installing : python3-memcached-1.59-3.el9ost.noarch 218/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 219/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 220/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 221/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 222/408 Installing : python3-docutils-0.16-6.el9ost.noarch 223/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 224/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 225/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 226/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 227/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 228/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 229/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 230/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 231/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 232/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 233/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 234/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 235/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 236/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 237/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 238/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 239/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 240/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 241/408 Installing : pkgconf-1.7.3-10.el9.x86_64 242/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 243/408 Installing : bash-completion-1:2.11-4.el9.noarch 244/408 Installing : libkadm5-1.20.1-8.el9.x86_64 245/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 246/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 247/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/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-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 282/408 Installing : sshpass-1.09-4.el9.x86_64 283/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 284/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 285/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 286/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 287/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 291/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 292/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 293/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 294/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 295/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 296/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 297/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 298/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 299/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 300/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 301/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 302/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 303/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 304/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 305/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 306/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 307/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 308/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 309/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 310/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 311/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 312/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 313/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 314/408 Installing : libburn-1.5.4-4.el9.x86_64 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 357/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 358/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 359/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 382/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 383/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 384/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 385/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 386/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 391/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 392/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 393/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 394/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 395/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 396/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 30/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 31/408 Verifying : libburn-1.5.4-4.el9.x86_64 32/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 33/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 34/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 37/408 Verifying : sshpass-1.09-4.el9.x86_64 38/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 39/408 Verifying : boost-log-1.75.0-8.el9.x86_64 40/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 65/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 66/408 Verifying : perl-B-1.80-480.el9.x86_64 67/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 68/408 Verifying : perl-Errno-1.30-480.el9.x86_64 69/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 70/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 71/408 Verifying : perl-File-stat-1.09-480.el9.noarch 72/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 73/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 74/408 Verifying : perl-IO-1.43-480.el9.x86_64 75/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 76/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-base-2.27-480.el9.noarch 81/408 Verifying : perl-if-0.60.800-480.el9.noarch 82/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 83/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 84/408 Verifying : perl-mro-1.23-480.el9.x86_64 85/408 Verifying : perl-overload-1.31-480.el9.noarch 86/408 Verifying : perl-overloading-0.02-480.el9.noarch 87/408 Verifying : perl-subs-1.03-480.el9.noarch 88/408 Verifying : perl-vars-1.05-480.el9.noarch 89/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 90/408 Verifying : python3-mako-1.1.4-6.el9.noarch 91/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 92/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 93/408 Verifying : jq-1.6-14.el9.x86_64 94/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : bash-completion-1:2.11-4.el9.noarch 98/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 99/408 Verifying : libaio-0.3.111-13.el9.x86_64 100/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 101/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 102/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 103/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 104/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 105/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 106/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 107/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 108/408 Verifying : python3-dns-2.2.1-2.el9.noarch 109/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 110/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 111/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 112/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 113/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 114/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 115/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 116/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 117/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 118/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 119/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 120/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 121/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 122/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 123/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 124/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 125/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 126/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 127/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 128/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 129/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 130/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 131/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 132/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 133/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 134/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 135/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 136/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 137/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 138/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 139/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 140/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 141/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 142/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 143/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 144/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 145/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 146/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 147/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 148/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 149/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 150/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 151/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 152/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 153/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 154/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 155/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 156/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 157/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 158/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 159/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 160/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 161/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 162/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 163/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 164/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 165/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 166/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 167/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 168/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 169/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 170/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 171/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 172/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 173/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 174/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 175/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 176/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 177/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 178/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 179/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 180/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 181/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 182/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 183/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 184/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 185/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 186/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 187/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 188/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 189/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 190/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 191/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 192/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 193/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 194/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 195/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 196/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 197/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 198/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 199/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 200/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 201/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 202/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 203/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 204/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 205/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 206/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 207/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 208/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 209/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 210/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 211/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 212/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 213/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 214/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 215/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 216/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 217/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 218/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 219/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 220/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 221/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 222/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 223/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 224/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 225/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 226/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 227/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 228/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 229/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 230/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 231/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 232/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 233/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 234/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 235/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 236/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 237/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 238/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 239/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 240/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 241/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 242/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 243/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 244/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 245/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 246/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 247/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 248/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 249/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 250/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 251/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 252/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 253/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 254/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 255/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 256/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 257/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 258/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 259/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 260/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 261/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 262/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 263/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 264/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 265/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 266/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 267/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 268/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 269/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 270/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 271/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 272/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 273/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 275/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 276/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 277/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 278/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 279/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 280/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 281/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 282/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 283/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 284/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 285/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 286/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 287/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 288/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 289/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 290/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 291/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 292/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 293/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 294/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 295/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 296/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 297/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 298/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 299/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 300/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 301/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 302/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 303/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 304/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 305/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 306/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 307/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 308/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 309/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 310/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 311/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 312/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 313/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 314/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 315/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 316/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 317/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 318/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 319/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 320/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 321/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 322/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 323/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 324/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 325/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 326/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 327/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 328/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 329/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 330/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 331/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 332/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 333/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 334/408 Verifying : hiera-3.6.0-6.el9ost.noarch 335/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 336/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 337/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 338/408 Verifying : puppet-7.10.0-4.el9ost.noarch 339/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 340/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 341/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 342/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 343/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 344/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 345/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 346/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 347/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 348/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 349/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 350/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 351/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 352/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 353/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 354/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 355/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 356/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 357/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 358/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 359/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 360/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 361/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 362/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 363/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 364/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 365/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 366/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 367/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 368/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 369/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 370/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 371/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 372/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 373/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 374/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 375/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 376/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 377/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 378/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 379/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 380/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 381/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 382/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-09T13:55:04.407812 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 0.000175596 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-10-09 13:55:08.231993 | fa163e4f-2491-c5e6-3418-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-09 13:55:08.267021 | fa163e4f-2491-c5e6-3418-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-09 13:55:08.267712 | fa163e4f-2491-c5e6-3418-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.050090 | 0.03s 2025-10-09 13:55:08.271328 | fa163e4f-2491-c5e6-3418-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-09 13:55:08.306325 | fa163e4f-2491-c5e6-3418-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-09 13:55:08.307657 | fa163e4f-2491-c5e6-3418-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.090024 | 0.04s 2025-10-09 13:55:08.314604 | fa163e4f-2491-c5e6-3418-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-09 13:55:08.402904 | fa163e4f-2491-c5e6-3418-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-09 13:55:08.404184 | fa163e4f-2491-c5e6-3418-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.186552 | 0.09s 2025-10-09 13:55:08.411205 | fa163e4f-2491-c5e6-3418-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-09 13:55:08.775416 | fa163e4f-2491-c5e6-3418-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-09 13:55:08.776839 | fa163e4f-2491-c5e6-3418-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.559208 | 0.36s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-09 13:55:08.802148 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 13:55:08.802676 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 13:55:08.803161 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.585539 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 13:55:08.803667 | UUID | Info | Host | Task Name | Run Time 2025-10-09 13:55:08.804143 | fa163e4f-2491-c5e6-3418-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.36s 2025-10-09 13:55:08.804668 | fa163e4f-2491-c5e6-3418-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-10-09 13:55:08.805231 | fa163e4f-2491-c5e6-3418-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-10-09 13:55:08.805729 | fa163e4f-2491-c5e6-3418-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.03s 2025-10-09 13:55:08.806210 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [undercloud] ************************************************************** 2025-10-09 13:55:11.285971 | fa163e4f-2491-950e-7bb3-000000000005 | TASK | set ssh key path facts 2025-10-09 13:55:11.319245 | fa163e4f-2491-950e-7bb3-000000000005 | OK | set ssh key path facts | undercloud 2025-10-09 13:55:11.319773 | fa163e4f-2491-950e-7bb3-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.047167 | 0.03s 2025-10-09 13:55:11.322746 | fa163e4f-2491-950e-7bb3-000000000006 | TASK | stat private key 2025-10-09 13:55:11.672639 | fa163e4f-2491-950e-7bb3-000000000006 | OK | stat private key | undercloud 2025-10-09 13:55:11.673835 | fa163e4f-2491-950e-7bb3-000000000006 | TIMING | stat private key | undercloud | 0:00:00.401216 | 0.35s 2025-10-09 13:55:11.680238 | fa163e4f-2491-950e-7bb3-000000000007 | TASK | stat public key 2025-10-09 13:55:11.890820 | fa163e4f-2491-950e-7bb3-000000000007 | OK | stat public key | undercloud 2025-10-09 13:55:11.892104 | fa163e4f-2491-950e-7bb3-000000000007 | TIMING | stat public key | undercloud | 0:00:00.619484 | 0.21s 2025-10-09 13:55:11.898661 | fa163e4f-2491-950e-7bb3-000000000008 | TASK | create private key if it does not exist 2025-10-09 13:55:12.469969 | fa163e4f-2491-950e-7bb3-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-09 13:55:12.471053 | fa163e4f-2491-950e-7bb3-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.198437 | 0.57s 2025-10-09 13:55:12.477508 | fa163e4f-2491-950e-7bb3-000000000009 | TASK | create public key if it does not exist 2025-10-09 13:55:12.710675 | fa163e4f-2491-950e-7bb3-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-09 13:55:12.712530 | fa163e4f-2491-950e-7bb3-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.439909 | 0.23s PLAY [allovercloud] ************************************************************ 2025-10-09 13:55:12.763978 | fa163e4f-2491-950e-7bb3-000000000023 | TASK | Get local private key 2025-10-09 13:55:13.109838 | fa163e4f-2491-950e-7bb3-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e4f-2491-950e-7bb3-000000000023') missing from stats 2025-10-09 13:55:13.121982 | fa163e4f-2491-950e-7bb3-000000000024 | TASK | Get local public key 2025-10-09 13:55:13.342567 | fa163e4f-2491-950e-7bb3-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e4f-2491-950e-7bb3-000000000024') missing from stats 2025-10-09 13:55:13.365553 | fa163e4f-2491-950e-7bb3-000000000012 | TASK | create user ceph-admin 2025-10-09 13:55:13.907540 | fa163e4f-2491-950e-7bb3-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-09 13:55:13.908777 | fa163e4f-2491-950e-7bb3-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.636152 | 0.54s 2025-10-09 13:55:13.918731 | fa163e4f-2491-950e-7bb3-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-09 13:55:14.514833 | fa163e4f-2491-950e-7bb3-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-09 13:55:14.515985 | fa163e4f-2491-950e-7bb3-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.243365 | 0.60s 2025-10-09 13:55:14.524705 | fa163e4f-2491-950e-7bb3-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-09 13:55:14.899239 | fa163e4f-2491-950e-7bb3-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-09 13:55:14.900567 | fa163e4f-2491-950e-7bb3-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.627937 | 0.37s 2025-10-09 13:55:14.909973 | fa163e4f-2491-950e-7bb3-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-09 13:55:15.141730 | fa163e4f-2491-950e-7bb3-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-09 13:55:15.143104 | fa163e4f-2491-950e-7bb3-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.870486 | 0.23s 2025-10-09 13:55:15.151533 | fa163e4f-2491-950e-7bb3-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-09 13:55:15.382195 | fa163e4f-2491-950e-7bb3-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-09 13:55:15.383339 | fa163e4f-2491-950e-7bb3-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.110719 | 0.23s 2025-10-09 13:55:15.392537 | fa163e4f-2491-950e-7bb3-000000000017 | TASK | get remote ceph-admin public key 2025-10-09 13:55:15.448525 | fa163e4f-2491-950e-7bb3-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-09 13:55:15.449707 | fa163e4f-2491-950e-7bb3-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.177086 | 0.06s 2025-10-09 13:55:15.458256 | fa163e4f-2491-950e-7bb3-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-09 13:55:15.498415 | fa163e4f-2491-950e-7bb3-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-09 13:55:15.499572 | fa163e4f-2491-950e-7bb3-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.226950 | 0.04s 2025-10-09 13:55:15.507927 | fa163e4f-2491-950e-7bb3-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-09 13:55:15.869688 | fa163e4f-2491-950e-7bb3-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-09 13:55:15.870912 | fa163e4f-2491-950e-7bb3-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.598291 | 0.36s 2025-10-09 13:55:15.879456 | fa163e4f-2491-950e-7bb3-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-09 13:55:16.376732 | fa163e4f-2491-950e-7bb3-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-09 13:55:16.377899 | fa163e4f-2491-950e-7bb3-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.105278 | 0.50s 2025-10-09 13:55:16.386912 | fa163e4f-2491-950e-7bb3-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-09 13:55:16.872929 | fa163e4f-2491-950e-7bb3-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-09 13:55:16.874109 | fa163e4f-2491-950e-7bb3-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.601488 | 0.49s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-09 13:55:16.902483 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 13:55:16.902971 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 13:55:16.903504 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.630895 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 13:55:16.903957 | UUID | Info | Host | Task Name | Run Time 2025-10-09 13:55:16.904436 | fa163e4f-2491-950e-7bb3-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.60s 2025-10-09 13:55:16.904901 | fa163e4f-2491-950e-7bb3-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.57s 2025-10-09 13:55:16.905352 | fa163e4f-2491-950e-7bb3-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.54s 2025-10-09 13:55:16.905852 | fa163e4f-2491-950e-7bb3-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.50s 2025-10-09 13:55:16.906313 | fa163e4f-2491-950e-7bb3-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.49s 2025-10-09 13:55:16.906830 | fa163e4f-2491-950e-7bb3-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.37s 2025-10-09 13:55:16.907277 | fa163e4f-2491-950e-7bb3-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.36s 2025-10-09 13:55:16.907765 | fa163e4f-2491-950e-7bb3-000000000006 | SUMMARY | undercloud | stat private key | 0.35s 2025-10-09 13:55:16.908225 | fa163e4f-2491-950e-7bb3-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.23s 2025-10-09 13:55:16.908747 | fa163e4f-2491-950e-7bb3-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.23s 2025-10-09 13:55:16.909208 | fa163e4f-2491-950e-7bb3-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.23s 2025-10-09 13:55:16.909768 | fa163e4f-2491-950e-7bb3-000000000007 | SUMMARY | undercloud | stat public key | 0.21s 2025-10-09 13:55:16.910286 | fa163e4f-2491-950e-7bb3-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-10-09 13:55:16.910805 | fa163e4f-2491-950e-7bb3-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.04s 2025-10-09 13:55:16.911262 | fa163e4f-2491-950e-7bb3-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2025-10-09 13:55:16.911749 | fa163e4f-2491-950e-7bb3-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-09 13:55:16.912196 | fa163e4f-2491-950e-7bb3-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-09 13:55:16.912680 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Configure chrony service] ************************************************ 2025-10-09 13:55:19.341732 | fa163e4f-2491-32ac-abe0-000000000039 | TASK | Gathering Facts 2025-10-09 13:55:19.862283 | fa163e4f-2491-32ac-abe0-000000000039 | OK | Gathering Facts | undercloud 2025-10-09 13:55:19.863897 | fa163e4f-2491-32ac-abe0-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.534999 | 0.52s 2025-10-09 13:55:19.877209 | fa163e4f-2491-32ac-abe0-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-09 13:55:19.878370 | fa163e4f-2491-32ac-abe0-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.549484 | 0.54s 2025-10-09 13:55:19.907800 | fa163e4f-2491-32ac-abe0-00000000000a | TASK | Load distro-specific variables 2025-10-09 13:55:19.987366 | fa163e4f-2491-32ac-abe0-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.658461 | 0.08s 2025-10-09 13:55:19.999020 | fa163e4f-2491-32ac-abe0-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.670133 | 0.08s 2025-10-09 13:55:20.011326 | ca047bab-5eae-4e96-bd67-bd3de12b298e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-09 13:55:20.011878 | ca047bab-5eae-4e96-bd67-bd3de12b298e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-09 13:55:20.026302 | fa163e4f-2491-32ac-abe0-000000000052 | TASK | Load distro-specific variables 2025-10-09 13:55:20.122610 | fa163e4f-2491-32ac-abe0-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 13:55:20.123619 | fa163e4f-2491-32ac-abe0-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.794733 | 0.10s 2025-10-09 13:55:20.133852 | fa163e4f-2491-32ac-abe0-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.804956 | 0.11s 2025-10-09 13:55:20.144023 | fa163e4f-2491-32ac-abe0-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 13:55:20.144420 | fa163e4f-2491-32ac-abe0-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.815542 | 0.11s 2025-10-09 13:55:20.147021 | fa163e4f-2491-32ac-abe0-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.818131 | 0.11s 2025-10-09 13:55:20.155476 | fa163e4f-2491-32ac-abe0-00000000000b | TASK | Install chronyd 2025-10-09 13:55:20.240551 | fa163e4f-2491-32ac-abe0-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.911647 | 0.08s 2025-10-09 13:55:20.241665 | fa163e4f-2491-32ac-abe0-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.912782 | 0.07s 2025-10-09 13:55:20.261966 | d766ec60-814e-4d11-9e6b-19767647157a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-09 13:55:20.262793 | d766ec60-814e-4d11-9e6b-19767647157a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-09 13:55:20.288218 | fa163e4f-2491-32ac-abe0-0000000000a2 | TASK | Load distro-specific variables 2025-10-09 13:55:20.363683 | fa163e4f-2491-32ac-abe0-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.034770 | 0.07s 2025-10-09 13:55:20.375159 | fa163e4f-2491-32ac-abe0-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.046270 | 0.08s 2025-10-09 13:55:20.389574 | 41386162-e604-44c7-b5a9-8a29eb870f23 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-09 13:55:20.390340 | 41386162-e604-44c7-b5a9-8a29eb870f23 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-09 13:55:20.410602 | fa163e4f-2491-32ac-abe0-000000000102 | TASK | Load distro-specific variables 2025-10-09 13:55:20.507161 | fa163e4f-2491-32ac-abe0-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 13:55:20.508622 | fa163e4f-2491-32ac-abe0-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.179725 | 0.09s 2025-10-09 13:55:20.517302 | fa163e4f-2491-32ac-abe0-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 13:55:20.518848 | fa163e4f-2491-32ac-abe0-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.189920 | 0.11s 2025-10-09 13:55:20.519851 | fa163e4f-2491-32ac-abe0-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.190955 | 0.10s 2025-10-09 13:55:20.525433 | fa163e4f-2491-32ac-abe0-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.196548 | 0.11s 2025-10-09 13:55:20.533918 | fa163e4f-2491-32ac-abe0-0000000000a3 | TASK | Check for NTP service 2025-10-09 13:55:20.930881 | fa163e4f-2491-32ac-abe0-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-09 13:55:20.932324 | fa163e4f-2491-32ac-abe0-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.603428 | 0.40s 2025-10-09 13:55:20.943758 | fa163e4f-2491-32ac-abe0-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-09 13:55:20.944705 | fa163e4f-2491-32ac-abe0-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.615819 | 0.40s 2025-10-09 13:55:20.953243 | fa163e4f-2491-32ac-abe0-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-09 13:55:21.022347 | fa163e4f-2491-32ac-abe0-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-09 13:55:21.023752 | fa163e4f-2491-32ac-abe0-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.694851 | 0.06s 2025-10-09 13:55:21.037972 | fa163e4f-2491-32ac-abe0-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-09 13:55:21.038858 | fa163e4f-2491-32ac-abe0-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.709972 | 0.08s 2025-10-09 13:55:21.049578 | fa163e4f-2491-32ac-abe0-0000000000a5 | TASK | Install chronyd package 2025-10-09 13:55:24.214566 | fa163e4f-2491-32ac-abe0-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-09 13:55:24.216634 | fa163e4f-2491-32ac-abe0-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.887724 | 3.17s 2025-10-09 13:55:25.581509 | fa163e4f-2491-32ac-abe0-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-09 13:55:25.582628 | fa163e4f-2491-32ac-abe0-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.253741 | 4.52s 2025-10-09 13:55:25.590806 | fa163e4f-2491-32ac-abe0-00000000000c | TASK | Upgrade chronyd 2025-10-09 13:55:25.663887 | fa163e4f-2491-32ac-abe0-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-09 13:55:25.665288 | fa163e4f-2491-32ac-abe0-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.336389 | 0.06s 2025-10-09 13:55:25.676276 | fa163e4f-2491-32ac-abe0-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-09 13:55:25.677017 | fa163e4f-2491-32ac-abe0-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.348131 | 0.08s 2025-10-09 13:55:25.684825 | fa163e4f-2491-32ac-abe0-00000000000d | TASK | Configure chronyd 2025-10-09 13:55:25.744579 | fa163e4f-2491-32ac-abe0-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.415668 | 0.06s 2025-10-09 13:55:25.767900 | fa163e4f-2491-32ac-abe0-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.439005 | 0.07s 2025-10-09 13:55:25.786677 | 5b669f70-4d43-401f-b598-700992e30d1b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-09 13:55:25.787553 | 5b669f70-4d43-401f-b598-700992e30d1b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-09 13:55:25.819864 | fa163e4f-2491-32ac-abe0-000000000162 | TASK | Load distro-specific variables 2025-10-09 13:55:25.874326 | fa163e4f-2491-32ac-abe0-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.545424 | 0.05s 2025-10-09 13:55:25.906147 | fa163e4f-2491-32ac-abe0-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.577250 | 0.08s 2025-10-09 13:55:25.920701 | 66f09999-9608-4452-9500-20882d427914 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-09 13:55:25.921518 | 66f09999-9608-4452-9500-20882d427914 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-09 13:55:25.937203 | fa163e4f-2491-32ac-abe0-0000000001fa | TASK | Load distro-specific variables 2025-10-09 13:55:26.009526 | fa163e4f-2491-32ac-abe0-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 13:55:26.010911 | fa163e4f-2491-32ac-abe0-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.682013 | 0.07s 2025-10-09 13:55:26.016284 | fa163e4f-2491-32ac-abe0-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.687385 | 0.08s 2025-10-09 13:55:26.050093 | fa163e4f-2491-32ac-abe0-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 13:55:26.051066 | fa163e4f-2491-32ac-abe0-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.722181 | 0.10s 2025-10-09 13:55:26.061277 | fa163e4f-2491-32ac-abe0-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.732379 | 0.11s 2025-10-09 13:55:26.070819 | fa163e4f-2491-32ac-abe0-000000000163 | TASK | Install chrony configuration file 2025-10-09 13:55:26.852417 | fa163e4f-2491-32ac-abe0-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-09 13:55:26.853803 | fa163e4f-2491-32ac-abe0-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.524909 | 0.77s 2025-10-09 13:55:26.854893 | fa163e4f-2491-32ac-abe0-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-10-09 13:55:26.855593 | fa163e4f-2491-32ac-abe0-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.526709 | 0.78s 2025-10-09 13:55:26.864080 | fa163e4f-2491-32ac-abe0-00000000000e | TASK | Run chronyd 2025-10-09 13:55:26.964658 | fa163e4f-2491-32ac-abe0-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.635751 | 0.10s 2025-10-09 13:55:26.986406 | fa163e4f-2491-32ac-abe0-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.657495 | 0.11s 2025-10-09 13:55:27.005477 | 1828d4c8-826a-4284-abe1-bda9bfafdd6b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-09 13:55:27.006321 | 1828d4c8-826a-4284-abe1-bda9bfafdd6b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-09 13:55:27.044790 | fa163e4f-2491-32ac-abe0-000000000233 | TASK | Load distro-specific variables 2025-10-09 13:55:27.140516 | fa163e4f-2491-32ac-abe0-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.811608 | 0.09s 2025-10-09 13:55:27.162137 | fa163e4f-2491-32ac-abe0-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.833246 | 0.11s 2025-10-09 13:55:27.177105 | 1df867cb-3be5-4189-9201-ec8133ab4231 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-09 13:55:27.177857 | 1df867cb-3be5-4189-9201-ec8133ab4231 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-09 13:55:27.196561 | fa163e4f-2491-32ac-abe0-0000000002ee | TASK | Load distro-specific variables 2025-10-09 13:55:27.326257 | fa163e4f-2491-32ac-abe0-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 13:55:27.354827 | fa163e4f-2491-32ac-abe0-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.025934 | 0.16s 2025-10-09 13:55:27.363529 | fa163e4f-2491-32ac-abe0-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 13:55:27.364214 | fa163e4f-2491-32ac-abe0-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.035331 | 0.15s 2025-10-09 13:55:27.369787 | fa163e4f-2491-32ac-abe0-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.040889 | 0.17s 2025-10-09 13:55:27.371033 | fa163e4f-2491-32ac-abe0-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.042150 | 0.16s 2025-10-09 13:55:27.378789 | fa163e4f-2491-32ac-abe0-000000000234 | TASK | Ensure chronyd is running 2025-10-09 13:55:28.022273 | fa163e4f-2491-32ac-abe0-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-09 13:55:28.024339 | fa163e4f-2491-32ac-abe0-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.695439 | 0.63s 2025-10-09 13:55:29.034158 | fa163e4f-2491-32ac-abe0-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-09 13:55:29.035366 | fa163e4f-2491-32ac-abe0-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.706484 | 1.66s 2025-10-09 13:55:29.041357 | fa163e4f-2491-32ac-abe0-000000000235 | TASK | Force chronyd restart 2025-10-09 13:55:29.136763 | fa163e4f-2491-32ac-abe0-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-10-09 13:55:29.137892 | fa163e4f-2491-32ac-abe0-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.809004 | 0.10s 2025-10-09 13:55:29.519374 | fa163e4f-2491-32ac-abe0-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-09 13:55:29.520553 | fa163e4f-2491-32ac-abe0-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:10.191671 | 0.47s 2025-10-09 13:55:29.526875 | fa163e4f-2491-32ac-abe0-00000000000f | TASK | Enable online service 2025-10-09 13:55:29.616772 | fa163e4f-2491-32ac-abe0-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.287868 | 0.09s 2025-10-09 13:55:29.618030 | fa163e4f-2491-32ac-abe0-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:10.289142 | 0.08s 2025-10-09 13:55:29.637751 | fc5fb9b2-d865-4299-a1e5-c47f572938f2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-09 13:55:29.638592 | fc5fb9b2-d865-4299-a1e5-c47f572938f2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-09 13:55:29.681636 | fa163e4f-2491-32ac-abe0-000000000338 | TASK | Create chrony-online.service unit file 2025-10-09 13:55:30.120785 | fa163e4f-2491-32ac-abe0-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-10-09 13:55:30.121797 | fa163e4f-2491-32ac-abe0-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.792908 | 0.44s 2025-10-09 13:55:30.193340 | fa163e4f-2491-32ac-abe0-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-10-09 13:55:30.194010 | fa163e4f-2491-32ac-abe0-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.865129 | 0.50s 2025-10-09 13:55:30.199547 | fa163e4f-2491-32ac-abe0-000000000339 | TASK | Enable chrony-online.service 2025-10-09 13:55:31.530568 | fa163e4f-2491-32ac-abe0-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-09 13:55:31.532305 | fa163e4f-2491-32ac-abe0-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:12.203413 | 1.32s 2025-10-09 13:55:31.534746 | fa163e4f-2491-32ac-abe0-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-09 13:55:31.535914 | fa163e4f-2491-32ac-abe0-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:12.207030 | 1.34s 2025-10-09 13:55:31.545422 | fa163e4f-2491-32ac-abe0-000000000010 | TASK | Sync chronyc 2025-10-09 13:55:31.623473 | fa163e4f-2491-32ac-abe0-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.294571 | 0.08s 2025-10-09 13:55:31.635827 | fa163e4f-2491-32ac-abe0-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.306942 | 0.08s 2025-10-09 13:55:31.652544 | 3f63f27b-5df4-4ada-8e90-9a168ec7aa15 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-09 13:55:31.653224 | 3f63f27b-5df4-4ada-8e90-9a168ec7aa15 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-09 13:55:31.698139 | fa163e4f-2491-32ac-abe0-00000000042a | TASK | Force NTP sync 2025-10-09 13:55:31.986812 | fa163e4f-2491-32ac-abe0-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-09 13:55:31.988101 | fa163e4f-2491-32ac-abe0-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.659207 | 0.29s 2025-10-09 13:55:31.989006 | fa163e4f-2491-32ac-abe0-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-09 13:55:31.989742 | fa163e4f-2491-32ac-abe0-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.660858 | 0.28s 2025-10-09 13:55:31.998599 | fa163e4f-2491-32ac-abe0-00000000042b | TASK | Ensure system is NTP time synced 2025-10-09 13:55:42.300031 | fa163e4f-2491-32ac-abe0-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-09 13:55:42.305513 | fa163e4f-2491-32ac-abe0-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.976625 | 10.29s 2025-10-09 13:55:42.306130 | fa163e4f-2491-32ac-abe0-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-09 13:55:42.306590 | fa163e4f-2491-32ac-abe0-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.977713 | 10.31s 2025-10-09 13:55:42.319281 | fa163e4f-2491-32ac-abe0-00000000002c | TASK | Set timezone 2025-10-09 13:55:42.795406 | fa163e4f-2491-32ac-abe0-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-09 13:55:42.800907 | fa163e4f-2491-32ac-abe0-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.472014 | 0.48s 2025-10-09 13:55:42.801818 | fa163e4f-2491-32ac-abe0-00000000002c | OK | Set timezone | undercloud 2025-10-09 13:55:42.802500 | fa163e4f-2491-32ac-abe0-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.473616 | 0.47s 2025-10-09 13:55:42.810429 | fa163e4f-2491-32ac-abe0-00000000002d | TASK | Restart time services 2025-10-09 13:55:42.841526 | fa163e4f-2491-32ac-abe0-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-09 13:55:42.847809 | fa163e4f-2491-32ac-abe0-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-09 13:55:42.853777 | fa163e4f-2491-32ac-abe0-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.524870 | 0.04s 2025-10-09 13:55:42.860815 | fa163e4f-2491-32ac-abe0-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-09 13:55:42.865891 | fa163e4f-2491-32ac-abe0-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-09 13:55:42.876791 | fa163e4f-2491-32ac-abe0-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.547898 | 0.05s 2025-10-09 13:55:42.922341 | fa163e4f-2491-32ac-abe0-000000000012 | HANDLER | Restart chronyd 2025-10-09 13:55:44.380136 | fa163e4f-2491-32ac-abe0-000000000012 | CHANGED | Restart chronyd | undercloud 2025-10-09 13:55:44.381930 | fa163e4f-2491-32ac-abe0-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:25.053036 | 1.46s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2025-10-09 13:55:44.399450 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 13:55:44.399961 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 13:55:44.400513 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:25.071628 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 13:55:44.401021 | UUID | Info | Host | Task Name | Run Time 2025-10-09 13:55:44.401533 | fa163e4f-2491-32ac-abe0-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.31s 2025-10-09 13:55:44.402014 | fa163e4f-2491-32ac-abe0-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.29s 2025-10-09 13:55:44.402550 | fa163e4f-2491-32ac-abe0-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.52s 2025-10-09 13:55:44.403025 | fa163e4f-2491-32ac-abe0-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.17s 2025-10-09 13:55:44.403566 | fa163e4f-2491-32ac-abe0-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 1.66s 2025-10-09 13:55:44.404059 | fa163e4f-2491-32ac-abe0-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 1.46s 2025-10-09 13:55:44.404587 | fa163e4f-2491-32ac-abe0-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.34s 2025-10-09 13:55:44.405072 | fa163e4f-2491-32ac-abe0-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.32s 2025-10-09 13:55:44.405579 | fa163e4f-2491-32ac-abe0-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.78s 2025-10-09 13:55:44.406082 | fa163e4f-2491-32ac-abe0-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.77s 2025-10-09 13:55:44.406584 | fa163e4f-2491-32ac-abe0-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.63s 2025-10-09 13:55:44.407070 | fa163e4f-2491-32ac-abe0-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.54s 2025-10-09 13:55:44.407615 | fa163e4f-2491-32ac-abe0-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.52s 2025-10-09 13:55:44.408103 | fa163e4f-2491-32ac-abe0-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.50s 2025-10-09 13:55:44.408708 | fa163e4f-2491-32ac-abe0-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.48s 2025-10-09 13:55:44.409249 | fa163e4f-2491-32ac-abe0-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.47s 2025-10-09 13:55:44.409884 | fa163e4f-2491-32ac-abe0-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.47s 2025-10-09 13:55:44.410462 | fa163e4f-2491-32ac-abe0-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.44s 2025-10-09 13:55:44.411061 | fa163e4f-2491-32ac-abe0-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.40s 2025-10-09 13:55:44.411676 | fa163e4f-2491-32ac-abe0-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.40s 2025-10-09 13:55:44.412244 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec] ******************************************************** 2025-10-09 13:55:45.292066 | fa163e4f-2491-d8bb-0c3f-000000000005 | SKIPPED | fail | undercloud 2025-10-09 13:55:45.292856 | fa163e4f-2491-d8bb-0c3f-000000000005 | TIMING | fail | undercloud | 0:00:00.066763 | 0.06s 2025-10-09 13:55:45.346597 | fa163e4f-2491-d8bb-0c3f-000000000006 | SKIPPED | fail | undercloud 2025-10-09 13:55:45.347626 | fa163e4f-2491-d8bb-0c3f-000000000006 | TIMING | fail | undercloud | 0:00:00.121529 | 0.05s 2025-10-09 13:55:45.354758 | fa163e4f-2491-d8bb-0c3f-000000000008 | TASK | Ensure working_dir is provided 2025-10-09 13:55:45.390713 | fa163e4f-2491-d8bb-0c3f-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-09 13:55:45.391800 | fa163e4f-2491-d8bb-0c3f-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.165700 | 0.04s 2025-10-09 13:55:45.411467 | fa163e4f-2491-d8bb-0c3f-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-09 13:55:45.447809 | fa163e4f-2491-d8bb-0c3f-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-09 13:55:45.448951 | fa163e4f-2491-d8bb-0c3f-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.222852 | 0.04s 2025-10-09 13:55:45.454286 | fa163e4f-2491-d8bb-0c3f-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-09 13:55:45.488800 | fa163e4f-2491-d8bb-0c3f-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-09 13:55:45.489674 | fa163e4f-2491-d8bb-0c3f-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.263581 | 0.03s 2025-10-09 13:55:45.494460 | fa163e4f-2491-d8bb-0c3f-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-09 13:55:45.529675 | fa163e4f-2491-d8bb-0c3f-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-09 13:55:45.530673 | fa163e4f-2491-d8bb-0c3f-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.304573 | 0.04s 2025-10-09 13:55:45.537956 | fa163e4f-2491-d8bb-0c3f-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-09 13:55:45.594362 | fa163e4f-2491-d8bb-0c3f-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-09 13:55:45.595413 | fa163e4f-2491-d8bb-0c3f-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.369290 | 0.06s 2025-10-09 13:55:45.602443 | fa163e4f-2491-d8bb-0c3f-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-09 13:55:45.701159 | fa163e4f-2491-d8bb-0c3f-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', '_admin', 'mon', 'osd'], 'service_type': 'host'} 2025-10-09 13:55:45.702490 | fa163e4f-2491-d8bb-0c3f-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.476391 | 0.10s 2025-10-09 13:55:45.716286 | fa163e4f-2491-d8bb-0c3f-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-10-09 13:55:45.731774 | fa163e4f-2491-d8bb-0c3f-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-10-09 13:55:45.744536 | fa163e4f-2491-d8bb-0c3f-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-10-09 13:55:45.756548 | fa163e4f-2491-d8bb-0c3f-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.530443 | 0.15s 2025-10-09 13:55:45.764731 | fa163e4f-2491-d8bb-0c3f-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-09 13:55:45.853216 | fa163e4f-2491-d8bb-0c3f-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', '_admin', 'mon', 'osd'], 'service_type': 'host'} 2025-10-09 13:55:45.868896 | fa163e4f-2491-d8bb-0c3f-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-10-09 13:55:45.882333 | fa163e4f-2491-d8bb-0c3f-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-10-09 13:55:45.895188 | fa163e4f-2491-d8bb-0c3f-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-10-09 13:55:45.906904 | fa163e4f-2491-d8bb-0c3f-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.680790 | 0.14s 2025-10-09 13:55:45.915222 | fa163e4f-2491-d8bb-0c3f-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-09 13:55:45.992850 | fa163e4f-2491-d8bb-0c3f-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-09 13:55:45.993776 | fa163e4f-2491-d8bb-0c3f-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.767682 | 0.08s 2025-10-09 13:55:45.999270 | fa163e4f-2491-d8bb-0c3f-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-09 13:55:46.024863 | fa163e4f-2491-d8bb-0c3f-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-09 13:55:46.025606 | fa163e4f-2491-d8bb-0c3f-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.799517 | 0.03s 2025-10-09 13:55:46.026142 | fa163e4f-2491-d8bb-0c3f-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.800056 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-09 13:55:46.062901 | fa163e4f-2491-d8bb-0c3f-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-09 13:55:46.097914 | fa163e4f-2491-d8bb-0c3f-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-09 13:55:46.098780 | fa163e4f-2491-d8bb-0c3f-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.872688 | 0.04s 2025-10-09 13:55:46.103609 | fa163e4f-2491-d8bb-0c3f-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-09 13:55:46.272047 | fa163e4f-2491-d8bb-0c3f-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-09 13:55:46.273720 | fa163e4f-2491-d8bb-0c3f-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.047611 | 0.17s 2025-10-09 13:55:46.283158 | fa163e4f-2491-d8bb-0c3f-000000000019 | TASK | Set IP address of first monitor 2025-10-09 13:55:46.319752 | fa163e4f-2491-d8bb-0c3f-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-09 13:55:46.321235 | fa163e4f-2491-d8bb-0c3f-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.095132 | 0.04s 2025-10-09 13:55:46.343020 | fa163e4f-2491-d8bb-0c3f-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-09 13:55:46.389787 | fa163e4f-2491-d8bb-0c3f-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-09 13:55:46.391102 | fa163e4f-2491-d8bb-0c3f-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.164999 | 0.05s 2025-10-09 13:55:46.402931 | fa163e4f-2491-d8bb-0c3f-000000000021 | TASK | Install cephadm package 2025-10-09 13:55:49.375920 | fa163e4f-2491-d8bb-0c3f-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-09 13:55:49.377311 | fa163e4f-2491-d8bb-0c3f-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.151211 | 2.97s 2025-10-09 13:55:49.386421 | fa163e4f-2491-d8bb-0c3f-000000000022 | TASK | Stat cephadm file 2025-10-09 13:55:49.698918 | fa163e4f-2491-d8bb-0c3f-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-09 13:55:49.700378 | fa163e4f-2491-d8bb-0c3f-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.474271 | 0.31s 2025-10-09 13:55:49.711454 | fa163e4f-2491-d8bb-0c3f-000000000023 | TASK | Fail if cephadm is not available 2025-10-09 13:55:49.738827 | fa163e4f-2491-d8bb-0c3f-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-09 13:55:49.739996 | fa163e4f-2491-d8bb-0c3f-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.513896 | 0.03s 2025-10-09 13:55:49.749547 | fa163e4f-2491-d8bb-0c3f-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-09 13:55:50.480496 | fa163e4f-2491-d8bb-0c3f-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-09 13:55:50.481872 | fa163e4f-2491-d8bb-0c3f-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.255769 | 0.73s 2025-10-09 13:55:50.491872 | fa163e4f-2491-d8bb-0c3f-000000000026 | TASK | Set list of found FSIDs 2025-10-09 13:55:50.600110 | fa163e4f-2491-d8bb-0c3f-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-09 13:55:50.601439 | fa163e4f-2491-d8bb-0c3f-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.375306 | 0.11s 2025-10-09 13:55:50.611127 | fa163e4f-2491-d8bb-0c3f-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-09 13:55:50.719921 | fa163e4f-2491-d8bb-0c3f-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-09 13:55:50.720988 | fa163e4f-2491-d8bb-0c3f-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.494888 | 0.11s 2025-10-09 13:55:50.729576 | fa163e4f-2491-d8bb-0c3f-000000000028 | TASK | Set FSID to the discovered value 2025-10-09 13:55:50.836503 | fa163e4f-2491-d8bb-0c3f-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-09 13:55:50.837682 | fa163e4f-2491-d8bb-0c3f-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.611581 | 0.11s 2025-10-09 13:55:50.846339 | fa163e4f-2491-d8bb-0c3f-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-09 13:55:50.957917 | fa163e4f-2491-d8bb-0c3f-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-09 13:55:50.959063 | fa163e4f-2491-d8bb-0c3f-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.732964 | 0.11s 2025-10-09 13:55:50.967562 | fa163e4f-2491-d8bb-0c3f-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-09 13:55:51.064318 | fa163e4f-2491-d8bb-0c3f-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-09 13:55:51.065108 | fa163e4f-2491-d8bb-0c3f-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.839014 | 0.10s 2025-10-09 13:55:51.070790 | fa163e4f-2491-d8bb-0c3f-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-09 13:55:51.420783 | fa163e4f-2491-d8bb-0c3f-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-09 13:55:51.421620 | fa163e4f-2491-d8bb-0c3f-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.195528 | 0.35s 2025-10-09 13:55:51.427324 | fa163e4f-2491-d8bb-0c3f-00000000002d | TASK | Ensure specs directory exists 2025-10-09 13:55:51.655324 | fa163e4f-2491-d8bb-0c3f-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-09 13:55:51.656676 | fa163e4f-2491-d8bb-0c3f-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.430575 | 0.23s 2025-10-09 13:55:51.671599 | fa163e4f-2491-d8bb-0c3f-00000000002e | TASK | Stat spec file on ansible host 2025-10-09 13:55:51.881932 | fa163e4f-2491-d8bb-0c3f-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e4f-2491-d8bb-0c3f-00000000002e') missing from stats 2025-10-09 13:55:51.892948 | fa163e4f-2491-d8bb-0c3f-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-09 13:55:52.491323 | fa163e4f-2491-d8bb-0c3f-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-09 13:55:52.492732 | fa163e4f-2491-d8bb-0c3f-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.266629 | 0.60s 2025-10-09 13:55:52.506795 | fa163e4f-2491-d8bb-0c3f-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-09 13:55:52.789058 | fa163e4f-2491-d8bb-0c3f-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e4f-2491-d8bb-0c3f-000000000031') missing from stats 2025-10-09 13:55:52.800647 | fa163e4f-2491-d8bb-0c3f-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-09 13:55:53.273857 | fa163e4f-2491-d8bb-0c3f-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-09 13:55:53.275139 | fa163e4f-2491-d8bb-0c3f-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.049036 | 0.47s 2025-10-09 13:55:53.298458 | fa163e4f-2491-d8bb-0c3f-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-09 13:55:53.387268 | fa163e4f-2491-d8bb-0c3f-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-09 13:55:53.388520 | fa163e4f-2491-d8bb-0c3f-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.162420 | 0.09s 2025-10-09 13:55:53.405289 | fa163e4f-2491-d8bb-0c3f-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-09 13:55:53.472277 | fa163e4f-2491-d8bb-0c3f-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-09 13:55:53.473302 | fa163e4f-2491-d8bb-0c3f-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.247204 | 0.07s 2025-10-09 13:55:53.482128 | fa163e4f-2491-d8bb-0c3f-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-09 13:55:53.731617 | fa163e4f-2491-d8bb-0c3f-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-09 13:55:53.733635 | fa163e4f-2491-d8bb-0c3f-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.507529 | 0.25s 2025-10-09 13:55:53.899983 | fa163e4f-2491-d8bb-0c3f-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-09 13:55:53.901218 | fa163e4f-2491-d8bb-0c3f-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.675124 | 0.42s 2025-10-09 13:55:53.911641 | fa163e4f-2491-d8bb-0c3f-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.685542 | 0.43s 2025-10-09 13:55:53.921151 | fa163e4f-2491-d8bb-0c3f-000000000065 | TASK | Fail if necessary files are missing 2025-10-09 13:55:54.001870 | fa163e4f-2491-d8bb-0c3f-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': 402724861, 'dev': 64516, 'nlink': 1, 'atime': 1760018116.3438227, 'mtime': 1760018116.1618173, 'ctime': 1760018116.3468227, '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': '1c3245acd5a0ab8e76214bd973e5cc0408f15038', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3370925089', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2025-10-09 13:55:54.008329 | fa163e4f-2491-d8bb-0c3f-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': 427825965, 'dev': 64516, 'nlink': 1, 'atime': 1760018116.8358376, 'mtime': 1760018116.6428318, 'ctime': 1760018116.8388376, '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': '8d04e4bc65225ff8eab1e49a001fb6ad942e3cce', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1490752321', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2025-10-09 13:55:54.020322 | fa163e4f-2491-d8bb-0c3f-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.794222 | 0.10s 2025-10-09 13:55:54.030019 | fa163e4f-2491-d8bb-0c3f-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-09 13:55:54.253553 | fa163e4f-2491-d8bb-0c3f-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-09 13:55:54.254585 | fa163e4f-2491-d8bb-0c3f-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.028491 | 0.22s 2025-10-09 13:55:54.260817 | fa163e4f-2491-d8bb-0c3f-000000000068 | TASK | Run cephadm bootstrap 2025-10-09 13:56:57.343215 | fa163e4f-2491-d8bb-0c3f-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-09 13:56:57.344366 | fa163e4f-2491-d8bb-0c3f-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:12.118270 | 63.08s 2025-10-09 13:56:57.352183 | fa163e4f-2491-d8bb-0c3f-000000000069 | TASK | Show results of bootstrap 2025-10-09 13:56:57.409927 | fa163e4f-2491-d8bb-0c3f-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-09 13:56:57.410919 | fa163e4f-2491-d8bb-0c3f-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:12.184825 | 0.06s 2025-10-09 13:56:57.418640 | fa163e4f-2491-d8bb-0c3f-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-09 13:56:57.484758 | fa163e4f-2491-d8bb-0c3f-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:12.258653 | 0.06s 2025-10-09 13:56:57.498859 | 3d4e53d2-103d-48b9-a1be-ce32e3f13316 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-09 13:56:57.516472 | fa163e4f-2491-d8bb-0c3f-00000000020b | TASK | Set ceph CLI 2025-10-09 13:56:57.701371 | fa163e4f-2491-d8bb-0c3f-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-09 13:56:57.702691 | fa163e4f-2491-d8bb-0c3f-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:12.476590 | 0.18s 2025-10-09 13:56:57.712323 | fa163e4f-2491-d8bb-0c3f-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-09 13:56:58.648348 | fa163e4f-2491-d8bb-0c3f-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-09 13:56:58.649755 | fa163e4f-2491-d8bb-0c3f-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:13.423655 | 0.94s 2025-10-09 13:56:58.660308 | fa163e4f-2491-d8bb-0c3f-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-09 13:57:00.023457 | fa163e4f-2491-d8bb-0c3f-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-09 13:57:00.024913 | fa163e4f-2491-d8bb-0c3f-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:14.798805 | 1.36s 2025-10-09 13:57:00.034521 | fa163e4f-2491-d8bb-0c3f-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-09 13:57:00.070890 | fa163e4f-2491-d8bb-0c3f-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-09 13:57:00.071940 | fa163e4f-2491-d8bb-0c3f-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:14.845841 | 0.04s 2025-10-09 13:57:00.088725 | fa163e4f-2491-d8bb-0c3f-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-09 13:57:00.124909 | fa163e4f-2491-d8bb-0c3f-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-09 13:57:00.126057 | fa163e4f-2491-d8bb-0c3f-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:14.899957 | 0.04s 2025-10-09 13:57:00.139309 | fa163e4f-2491-d8bb-0c3f-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-09 13:57:00.172343 | fa163e4f-2491-d8bb-0c3f-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-09 13:57:00.173096 | fa163e4f-2491-d8bb-0c3f-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:14.947003 | 0.03s 2025-10-09 13:57:00.178992 | fa163e4f-2491-d8bb-0c3f-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-09 13:57:00.236331 | fa163e4f-2491-d8bb-0c3f-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-09 13:57:00.238189 | fa163e4f-2491-d8bb-0c3f-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.012074 | 0.06s 2025-10-09 13:57:00.243624 | fa163e4f-2491-d8bb-0c3f-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-09 13:57:00.244370 | fa163e4f-2491-d8bb-0c3f-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.018275 | 0.06s 2025-10-09 13:57:00.252662 | fa163e4f-2491-d8bb-0c3f-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-09 13:57:00.253479 | fa163e4f-2491-d8bb-0c3f-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.027382 | 0.07s 2025-10-09 13:57:00.258954 | fa163e4f-2491-d8bb-0c3f-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-09 13:57:00.259917 | fa163e4f-2491-d8bb-0c3f-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.033822 | 0.08s 2025-10-09 13:57:00.269773 | fa163e4f-2491-d8bb-0c3f-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.043686 | 0.09s 2025-10-09 13:57:00.282379 | fa163e4f-2491-d8bb-0c3f-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-09 13:57:00.409488 | fa163e4f-2491-d8bb-0c3f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-09 13:57:00.469423 | fa163e4f-2491-d8bb-0c3f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-09 13:57:00.542814 | fa163e4f-2491-d8bb-0c3f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-09 13:57:00.603335 | fa163e4f-2491-d8bb-0c3f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-09 13:57:00.664095 | fa163e4f-2491-d8bb-0c3f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-09 13:57:00.724097 | fa163e4f-2491-d8bb-0c3f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-09 13:57:00.786013 | fa163e4f-2491-d8bb-0c3f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-09 13:57:00.844571 | fa163e4f-2491-d8bb-0c3f-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-09 13:57:00.855877 | fa163e4f-2491-d8bb-0c3f-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:15.629771 | 0.57s 2025-10-09 13:57:00.865950 | fa163e4f-2491-d8bb-0c3f-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-09 13:57:01.864008 | fa163e4f-2491-d8bb-0c3f-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2025-10-09 13:57:01.865626 | fa163e4f-2491-d8bb-0c3f-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:16.639515 | 1.00s 2025-10-09 13:57:02.703340 | fa163e4f-2491-d8bb-0c3f-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2025-10-09 13:57:02.704537 | fa163e4f-2491-d8bb-0c3f-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.478440 | 1.84s 2025-10-09 13:57:03.592184 | fa163e4f-2491-d8bb-0c3f-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2025-10-09 13:57:03.593277 | fa163e4f-2491-d8bb-0c3f-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.367184 | 2.73s 2025-10-09 13:57:04.422500 | fa163e4f-2491-d8bb-0c3f-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2025-10-09 13:57:04.423694 | fa163e4f-2491-d8bb-0c3f-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.197599 | 3.56s 2025-10-09 13:57:04.434558 | fa163e4f-2491-d8bb-0c3f-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.208464 | 3.57s 2025-10-09 13:57:04.458124 | fa163e4f-2491-d8bb-0c3f-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-09 13:57:04.789500 | fa163e4f-2491-d8bb-0c3f-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-09 13:57:04.791179 | fa163e4f-2491-d8bb-0c3f-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.565078 | 0.33s 2025-10-09 13:57:04.800665 | fa163e4f-2491-d8bb-0c3f-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.574571 | 0.34s 2025-10-09 13:57:04.807559 | fa163e4f-2491-d8bb-0c3f-0000000000a7 | TASK | Fail if spec file is missing 2025-10-09 13:57:04.870837 | fa163e4f-2491-d8bb-0c3f-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': 1040195510, 'dev': 64516, 'nlink': 1, 'atime': 1760018152.4560049, 'mtime': 1760018152.1239948, 'ctime': 1760018152.4590049, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': '1b9fd0a28a79104f8d8916f6e3e66ad1cca57874', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3546524344', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2025-10-09 13:57:04.875328 | fa163e4f-2491-d8bb-0c3f-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:19.649237 | 0.07s 2025-10-09 13:57:04.880542 | fa163e4f-2491-d8bb-0c3f-0000000000a8 | TASK | Get ceph_cli 2025-10-09 13:57:04.905145 | fa163e4f-2491-d8bb-0c3f-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:19.679046 | 0.02s 2025-10-09 13:57:04.913256 | dcd4bfcb-766d-4c24-997e-92f9c516bd80 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-09 13:57:04.925331 | fa163e4f-2491-d8bb-0c3f-000000000270 | TASK | Set ceph CLI 2025-10-09 13:57:05.087760 | fa163e4f-2491-d8bb-0c3f-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-09 13:57:05.089766 | fa163e4f-2491-d8bb-0c3f-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:19.863629 | 0.16s 2025-10-09 13:57:05.100509 | fa163e4f-2491-d8bb-0c3f-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-09 13:57:06.012671 | fa163e4f-2491-d8bb-0c3f-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-09 13:57:06.014099 | fa163e4f-2491-d8bb-0c3f-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:20.787998 | 0.91s 2025-10-09 13:57:06.023711 | fa163e4f-2491-d8bb-0c3f-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-09 13:57:06.060063 | fa163e4f-2491-d8bb-0c3f-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-09 13:57:06.061217 | fa163e4f-2491-d8bb-0c3f-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:20.835118 | 0.04s 2025-10-09 13:57:06.071289 | fa163e4f-2491-d8bb-0c3f-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-09 13:57:06.099043 | fa163e4f-2491-d8bb-0c3f-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:20.872927 | 0.02s 2025-10-09 13:57:06.127310 | 8b9baf66-ef04-4087-8eb0-09ec8911cfd8 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-09 13:57:06.148572 | fa163e4f-2491-d8bb-0c3f-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-09 13:57:06.197579 | fa163e4f-2491-d8bb-0c3f-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-09 13:57:06.198563 | fa163e4f-2491-d8bb-0c3f-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:20.972464 | 0.05s 2025-10-09 13:57:06.204748 | fa163e4f-2491-d8bb-0c3f-0000000002a8 | TASK | set cephadm debug level 2025-10-09 13:57:06.269698 | fa163e4f-2491-d8bb-0c3f-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-09 13:57:06.270519 | fa163e4f-2491-d8bb-0c3f-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:21.044425 | 0.06s 2025-10-09 13:57:06.276727 | fa163e4f-2491-d8bb-0c3f-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-09 13:57:06.363562 | fa163e4f-2491-d8bb-0c3f-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-09 13:57:06.364450 | fa163e4f-2491-d8bb-0c3f-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:21.138357 | 0.09s 2025-10-09 13:57:06.370611 | fa163e4f-2491-d8bb-0c3f-0000000002aa | TASK | set container image base in ceph configuration 2025-10-09 13:57:07.310188 | fa163e4f-2491-d8bb-0c3f-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-09 13:57:07.311538 | fa163e4f-2491-d8bb-0c3f-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:22.085437 | 0.94s 2025-10-09 13:57:07.321061 | fa163e4f-2491-d8bb-0c3f-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-09 13:57:07.381175 | fa163e4f-2491-d8bb-0c3f-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-09 13:57:07.382510 | fa163e4f-2491-d8bb-0c3f-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:22.156407 | 0.06s 2025-10-09 13:57:07.392685 | fa163e4f-2491-d8bb-0c3f-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-09 13:57:07.477012 | fa163e4f-2491-d8bb-0c3f-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-09 13:57:07.478282 | fa163e4f-2491-d8bb-0c3f-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:22.252180 | 0.08s 2025-10-09 13:57:07.488073 | fa163e4f-2491-d8bb-0c3f-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-09 13:57:07.548536 | fa163e4f-2491-d8bb-0c3f-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-09 13:57:07.549781 | fa163e4f-2491-d8bb-0c3f-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:22.323677 | 0.06s 2025-10-09 13:57:07.565418 | fa163e4f-2491-d8bb-0c3f-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-09 13:57:07.623013 | fa163e4f-2491-d8bb-0c3f-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-09 13:57:07.624271 | fa163e4f-2491-d8bb-0c3f-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:22.398168 | 0.06s 2025-10-09 13:57:07.633326 | fa163e4f-2491-d8bb-0c3f-0000000000ac | TASK | Apply spec 2025-10-09 13:57:09.130347 | fa163e4f-2491-d8bb-0c3f-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-09 13:57:09.131258 | fa163e4f-2491-d8bb-0c3f-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:23.905167 | 1.50s 2025-10-09 13:57:09.136639 | fa163e4f-2491-d8bb-0c3f-0000000000ad | TASK | Show results of spec apply 2025-10-09 13:57:09.206433 | fa163e4f-2491-d8bb-0c3f-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-09 13:57:09.207410 | fa163e4f-2491-d8bb-0c3f-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:23.981297 | 0.07s 2025-10-09 13:57:09.212728 | fa163e4f-2491-d8bb-0c3f-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-09 13:57:09.267855 | fa163e4f-2491-d8bb-0c3f-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:24.041742 | 0.05s 2025-10-09 13:57:09.275189 | 7e72c842-5faf-467c-8518-f6a1ffc9e7ab | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-09 13:57:09.300251 | fa163e4f-2491-d8bb-0c3f-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-09 13:57:10.290293 | fa163e4f-2491-d8bb-0c3f-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-09 13:57:41.287382 | fa163e4f-2491-d8bb-0c3f-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-09 13:57:41.288575 | fa163e4f-2491-d8bb-0c3f-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:56.062474 | 31.99s 2025-10-09 13:57:41.305931 | fa163e4f-2491-d8bb-0c3f-0000000000c9 | TASK | Get ceph_cli 2025-10-09 13:57:41.352873 | fa163e4f-2491-d8bb-0c3f-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-09 13:57:41.354085 | fa163e4f-2491-d8bb-0c3f-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.127983 | 0.05s 2025-10-09 13:57:41.363643 | fa163e4f-2491-d8bb-0c3f-0000000000ca | TASK | Collect ceph config dump 2025-10-09 13:57:41.406241 | fa163e4f-2491-d8bb-0c3f-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-09 13:57:41.407539 | fa163e4f-2491-d8bb-0c3f-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:56.181438 | 0.04s 2025-10-09 13:57:41.416608 | fa163e4f-2491-d8bb-0c3f-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-09 13:57:41.484760 | fa163e4f-2491-d8bb-0c3f-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-09 13:57:41.486326 | fa163e4f-2491-d8bb-0c3f-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:56.260224 | 0.07s 2025-10-09 13:57:41.496192 | fa163e4f-2491-d8bb-0c3f-0000000000cc | TASK | Create pool 2025-10-09 13:57:41.554627 | fa163e4f-2491-d8bb-0c3f-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:56.328515 | 0.06s 2025-10-09 13:57:41.565697 | fa163e4f-2491-d8bb-0c3f-0000000000cd | TASK | Enable application on Ceph pools 2025-10-09 13:57:41.634978 | fa163e4f-2491-d8bb-0c3f-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:56.408865 | 0.07s 2025-10-09 13:57:41.647231 | fa163e4f-2491-d8bb-0c3f-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-09 13:57:41.684692 | fa163e4f-2491-d8bb-0c3f-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-09 13:57:41.685872 | fa163e4f-2491-d8bb-0c3f-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:56.459769 | 0.04s 2025-10-09 13:57:41.695135 | fa163e4f-2491-d8bb-0c3f-0000000000d0 | TASK | Set trash interval 2025-10-09 13:57:41.792673 | fa163e4f-2491-d8bb-0c3f-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-09 13:57:41.803720 | fa163e4f-2491-d8bb-0c3f-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:56.577623 | 0.11s 2025-10-09 13:57:41.812988 | fa163e4f-2491-d8bb-0c3f-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-09 13:57:41.881992 | fa163e4f-2491-d8bb-0c3f-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:56.655889 | 0.07s 2025-10-09 13:57:41.893471 | fa163e4f-2491-d8bb-0c3f-0000000000e9 | TASK | Get ceph_cli 2025-10-09 13:57:41.940346 | fa163e4f-2491-d8bb-0c3f-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-09 13:57:41.941545 | fa163e4f-2491-d8bb-0c3f-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.715446 | 0.05s 2025-10-09 13:57:41.950749 | fa163e4f-2491-d8bb-0c3f-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-09 13:57:42.019302 | fa163e4f-2491-d8bb-0c3f-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:56.793197 | 0.07s 2025-10-09 13:57:42.037125 | fa163e4f-2491-d8bb-0c3f-0000000000f9 | TASK | Get ceph_cli 2025-10-09 13:57:42.078529 | fa163e4f-2491-d8bb-0c3f-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-09 13:57:42.079631 | fa163e4f-2491-d8bb-0c3f-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.853532 | 0.04s 2025-10-09 13:57:42.088890 | fa163e4f-2491-d8bb-0c3f-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-09 13:57:42.128940 | fa163e4f-2491-d8bb-0c3f-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-09 13:57:42.130058 | fa163e4f-2491-d8bb-0c3f-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:56.903959 | 0.04s 2025-10-09 13:57:42.139687 | fa163e4f-2491-d8bb-0c3f-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-09 13:57:42.186790 | fa163e4f-2491-d8bb-0c3f-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-09 13:57:42.188014 | fa163e4f-2491-d8bb-0c3f-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:56.961913 | 0.05s 2025-10-09 13:57:42.197856 | fa163e4f-2491-d8bb-0c3f-0000000000fc | TASK | Extract mons_json 2025-10-09 13:57:42.238685 | fa163e4f-2491-d8bb-0c3f-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-09 13:57:42.239950 | fa163e4f-2491-d8bb-0c3f-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:57.013848 | 0.04s 2025-10-09 13:57:42.249673 | fa163e4f-2491-d8bb-0c3f-0000000000fd | TASK | Build mons_list 2025-10-09 13:57:42.297174 | fa163e4f-2491-d8bb-0c3f-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-09 13:57:42.298493 | fa163e4f-2491-d8bb-0c3f-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:57.072390 | 0.05s 2025-10-09 13:57:42.307380 | fa163e4f-2491-d8bb-0c3f-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-09 13:57:42.348941 | fa163e4f-2491-d8bb-0c3f-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-09 13:57:42.351240 | fa163e4f-2491-d8bb-0c3f-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:57.125128 | 0.04s 2025-10-09 13:57:42.364621 | fa163e4f-2491-d8bb-0c3f-0000000000ff | TASK | Verify the keyring 2025-10-09 13:57:42.426680 | fa163e4f-2491-d8bb-0c3f-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:57.200561 | 0.06s 2025-10-09 13:57:42.441753 | fa163e4f-2491-d8bb-0c3f-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-09 13:57:42.471377 | fa163e4f-2491-d8bb-0c3f-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-09 13:57:42.472766 | fa163e4f-2491-d8bb-0c3f-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:57.246663 | 0.03s 2025-10-09 13:57:42.486301 | fa163e4f-2491-d8bb-0c3f-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-09 13:57:42.523639 | fa163e4f-2491-d8bb-0c3f-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-09 13:57:42.525057 | fa163e4f-2491-d8bb-0c3f-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:57.298950 | 0.04s 2025-10-09 13:57:42.542478 | fa163e4f-2491-d8bb-0c3f-00000000011c | TASK | Get ceph_cli 2025-10-09 13:57:42.569362 | fa163e4f-2491-d8bb-0c3f-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.343251 | 0.03s 2025-10-09 13:57:42.580798 | 81072244-459e-4e56-97dd-5106e390a5f8 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-09 13:57:42.594414 | fa163e4f-2491-d8bb-0c3f-0000000003c0 | TASK | Set ceph CLI 2025-10-09 13:57:42.764510 | fa163e4f-2491-d8bb-0c3f-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-09 13:57:42.766037 | fa163e4f-2491-d8bb-0c3f-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:57.539935 | 0.17s 2025-10-09 13:57:42.775008 | fa163e4f-2491-d8bb-0c3f-00000000011d | TASK | Get the ceph orchestrator status 2025-10-09 13:57:43.702124 | fa163e4f-2491-d8bb-0c3f-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-09 13:57:43.703719 | fa163e4f-2491-d8bb-0c3f-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:58.477616 | 0.93s 2025-10-09 13:57:43.714273 | fa163e4f-2491-d8bb-0c3f-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-09 13:57:43.775673 | fa163e4f-2491-d8bb-0c3f-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-09 13:57:43.776891 | fa163e4f-2491-d8bb-0c3f-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:58.550788 | 0.06s 2025-10-09 13:57:43.786775 | fa163e4f-2491-d8bb-0c3f-000000000120 | TASK | Show the deployed daemons 2025-10-09 13:57:44.660415 | fa163e4f-2491-d8bb-0c3f-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-09 13:57:44.661930 | fa163e4f-2491-d8bb-0c3f-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:01:59.435827 | 0.87s 2025-10-09 13:57:44.671655 | fa163e4f-2491-d8bb-0c3f-000000000121 | TASK | Deployed daemons 2025-10-09 13:57:44.730301 | fa163e4f-2491-d8bb-0c3f-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-09 13:57:44.731421 | fa163e4f-2491-d8bb-0c3f-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:01:59.505295 | 0.06s 2025-10-09 13:57:44.740204 | fa163e4f-2491-d8bb-0c3f-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-09 13:57:45.599966 | fa163e4f-2491-d8bb-0c3f-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-09 13:57:45.601332 | fa163e4f-2491-d8bb-0c3f-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:00.375230 | 0.86s 2025-10-09 13:57:45.610761 | fa163e4f-2491-d8bb-0c3f-000000000123 | TASK | Ceph cluster status 2025-10-09 13:57:45.647038 | fa163e4f-2491-d8bb-0c3f-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 2d56dca7-2cfb-5a40-a06c-893cfa606b8c", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 82s)", " mgr: standalone.ievyut(active, since 66s)", " osd: 1 osds: 1 up (since 16s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-10-09 13:57:45.648114 | fa163e4f-2491-d8bb-0c3f-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:00.422015 | 0.04s 2025-10-09 13:57:45.668986 | fa163e4f-2491-d8bb-0c3f-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-09 13:57:46.235956 | fa163e4f-2491-d8bb-0c3f-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e4f-2491-d8bb-0c3f-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2025-10-09 13:57:46.274995 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 13:57:46.275569 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 13:57:46.276142 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:01.050049 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 13:57:46.276704 | UUID | Info | Host | Task Name | Run Time 2025-10-09 13:57:46.277219 | fa163e4f-2491-d8bb-0c3f-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 63.08s 2025-10-09 13:57:46.277770 | fa163e4f-2491-d8bb-0c3f-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.99s 2025-10-09 13:57:46.278296 | fa163e4f-2491-d8bb-0c3f-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.57s 2025-10-09 13:57:46.278851 | fa163e4f-2491-d8bb-0c3f-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 2.97s 2025-10-09 13:57:46.279318 | fa163e4f-2491-d8bb-0c3f-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.50s 2025-10-09 13:57:46.279874 | fa163e4f-2491-d8bb-0c3f-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.36s 2025-10-09 13:57:46.280349 | fa163e4f-2491-d8bb-0c3f-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.94s 2025-10-09 13:57:46.280878 | fa163e4f-2491-d8bb-0c3f-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.94s 2025-10-09 13:57:46.281357 | fa163e4f-2491-d8bb-0c3f-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.93s 2025-10-09 13:57:46.281941 | fa163e4f-2491-d8bb-0c3f-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.91s 2025-10-09 13:57:46.282477 | fa163e4f-2491-d8bb-0c3f-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.87s 2025-10-09 13:57:46.282983 | fa163e4f-2491-d8bb-0c3f-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.86s 2025-10-09 13:57:46.283542 | fa163e4f-2491-d8bb-0c3f-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.73s 2025-10-09 13:57:46.284083 | fa163e4f-2491-d8bb-0c3f-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.60s 2025-10-09 13:57:46.284636 | fa163e4f-2491-d8bb-0c3f-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.57s 2025-10-09 13:57:46.285171 | fa163e4f-2491-d8bb-0c3f-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.47s 2025-10-09 13:57:46.285732 | fa163e4f-2491-d8bb-0c3f-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.43s 2025-10-09 13:57:46.286223 | fa163e4f-2491-d8bb-0c3f-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.35s 2025-10-09 13:57:46.286777 | fa163e4f-2491-d8bb-0c3f-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.34s 2025-10-09 13:57:46.287263 | fa163e4f-2491-d8bb-0c3f-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.31s 2025-10-09 13:57:46.287894 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-41 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-10-09 13:57:49.365 40200 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-09 13:57:49.390 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.390 40200 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-09 13:57:49.392 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.392 40200 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-09 13:57:49.394 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.394 40200 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-09 13:57:49.396 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.396 40200 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-09 13:57:49.398 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.398 40200 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-09 13:57:49.400 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.400 40200 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-09 13:57:49.424 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.425 40200 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-09 13:57:49.444 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.445 40200 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-09 13:57:49.447 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.447 40200 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-09 13:57:49.449 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.449 40200 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-09 13:57:49.451 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.451 40200 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-09 13:57:49.453 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.453 40200 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-09 13:57:49.455 40200 INFO migrate.versioning.api [-] done 2025-10-09 13:57:49.455 40200 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-09 13:57:49.478 40200 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-10-09 13:57:57Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:57:58Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-09 13:57:58Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:57:58Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-09 13:57:58Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-09 13:57:59Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-09 13:57:59Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-09 13:57:59Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-09 13:57:59Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-09 13:57:59Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-09 13:57:59Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-09 13:57:59Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:00Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:00Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-09 13:58:00Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:00Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:00Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:00Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:01Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:01Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:01Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-09 13:58:01Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:01Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-09 13:58:01Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:01Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:01Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-09 13:58:01Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:02Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:02Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:02Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-09 13:58:02Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:02Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-09 13:58:02Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:02Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-09 13:58:03Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:03Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:03Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:03Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-09 13:58:03Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:03Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-09 13:58:03Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-09 13:58:04Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:04Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-09 13:58:04Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:04Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:04Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:04Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-09 13:58:04Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:05Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:05Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-09 13:58:05Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-09 13:58:05Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:05Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-09 13:58:06Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:06Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-09 13:58:06Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:07Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-09 13:58:07Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:07Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:07Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:07Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:07Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:07Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:07Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:07Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:07Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:07Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-09 13:58:08Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-09 13:58:08Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-09 13:58:08Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-09 13:58:08Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-09 13:58:08Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:08Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:09Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:09Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:09Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:09Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-09 13:58:10Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:10Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:10Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-09 13:58:11Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-09 13:58:11Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:11Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-09 13:58:11Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:11Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:12Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:13Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:14Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:14Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 13:58:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:15Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 13:58:16Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:16Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-09 13:58:17Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:17Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:17Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 13:58:18Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:19Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:58:19Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:20Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-09 13:58:21Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:21Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:21Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:21Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:22Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:23Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:23Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 13:58:24Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:24Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:58:25Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-09 13:58:25Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:26Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-09 13:58:26Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:26Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:27Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:28Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:28Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:58:29Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:29Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-09 13:58:30Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:30Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:30Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 13:58:30Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:31Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-09 13:58:31Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:31Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:31Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:32Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:32Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 13:58:33Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:33Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:33Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:58:34Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:35Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-09 13:58:35Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:36Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-09 13:58:37Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:37Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:37Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:37Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:37Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:38Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-09 13:58:38Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:38Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:38Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:38Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:38Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:38Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:38Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:39Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-09 13:58:39Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:39Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:39Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 13:58:39Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 13:58:41Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:41Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:58:42Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:42Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:42Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-09 13:58:43Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:44Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 13:58:44Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:45Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-09 13:58:46Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:47Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-09 13:58:47Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:48Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-09 13:58:49Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:49Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:49Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:49Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:50Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:51Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:51Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-09 13:58:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:58:52Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:53Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-09 13:58:53Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:53Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:53Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:55Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:55Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:58:55Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:58:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-09 13:58:57Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:58:57Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-09 13:58:58Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:58Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:58:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-09 13:58:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-09 13:58:59Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-09 13:58:59Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-09 13:58:59Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:00Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:01Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-09 13:59:01Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:03Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-09 13:59:03Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:03Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-09 13:59:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-09 13:59:04Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:04Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-09 13:59:04Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:04Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-09 13:59:04Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:05Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:05Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:06Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-09 13:59:07Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:07Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:07Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:07Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:07Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:07Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-09 13:59:08Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:08Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-09 13:59:08Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:08Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-09 13:59:08Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:09Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:09Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:10Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-09 13:59:10Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:10Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-09 13:59:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-09 13:59:11Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:11Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-09 13:59:11Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:12Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:12Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:13Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-09 13:59:14Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:14Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:14Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:14Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:14Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:15Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:15Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:15Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 13:59:16Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:16Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:16Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:16Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:17Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:17Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:17Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:17Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:17Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:17Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 13:59:17Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:18Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:18Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:19Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:19Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:59:19Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 13:59:19Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:20Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-09 13:59:20Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:20Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:20Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:21Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:21Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:59:22Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 13:59:22Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:24Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:59:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 13:59:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 13:59:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 13:59:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:31Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:31Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-09 13:59:32Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:33Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:33Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:33Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:59:34Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:34Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:34Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:35Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:35Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:35Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 13:59:36Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:36Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:36Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:36Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:37Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:37Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:37Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:38Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 13:59:38Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:39Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-09 13:59:39Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:39Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:40Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:41Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:41Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:59:41Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 13:59:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:59:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 13:59:44Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:45Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 13:59:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 13:59:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:50Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:51Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-09 13:59:52Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:52Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:59:53Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:53Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:54Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:54Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:59:54Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:54Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:54Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:55Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 13:59:55Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:56Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-09 13:59:56Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 13:59:57Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-09 13:59:57Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:57Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 13:59:57Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:57Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 13:59:58Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 13:59:59Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:00Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:00:00Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:00:00Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:01Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-09 14:00:02Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:03Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-09 14:00:03Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:03Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:03Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:04Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:05Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:05Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:00:05Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:05Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-09 14:00:06Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:07Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-09 14:00:07Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:07Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:07Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:07Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:08Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:08Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:09Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:09Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:09Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:09Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:09Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-09 14:00:10Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-09 14:00:10Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:11Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:12Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:00:12Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:13Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 14:00:14Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:00:14Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:14Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-09 14:00:15Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:15Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:15Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:16Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:16Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:16Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:00:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-09 14:00:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-09 14:00:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-09 14:00:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:21Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:21Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 14:00:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:00:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:00:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-09 14:00:24Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:25Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-09 14:00:26Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:26Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:26Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:27Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:27Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:00:28Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:28Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:28Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:00:29Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:00:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:00:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:31Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:00:31Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:32Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-09 14:00:32Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:32Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:33Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:33Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:34Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:35Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:35Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:00:36Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:36Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:00:37Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:00:37Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:38Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-09 14:00:38Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:38Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:38Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:38Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:39Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:40Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:40Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:00:41Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:41Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:00:42Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:00:42Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:43Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-09 14:00:44Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:44Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-09 14:00:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-09 14:00:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-09 14:00:47Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:47Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:48Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:48Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:48Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:00:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-09 14:00:49Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:49Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:00:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-09 14:00:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:51Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-09 14:00:51Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:52Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-09 14:00:53Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:53Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:53Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:54Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:54Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-09 14:00:55Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:55Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-09 14:00:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:00:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:00:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:57Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:57Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:00:57Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:00:57Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:00:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-09 14:00:58Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-09 14:00:58Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:00:58Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:00Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:00Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-09 14:01:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:01Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-09 14:01:02Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:02Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:02Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:01:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:04Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:01:04Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:04Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-09 14:01:05Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:05Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:05Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:05Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:06Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:07Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:07Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:07Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-09 14:01:07Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:07Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:07Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:08Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:08Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-09 14:01:09Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:09Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:01:10Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:10Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:11Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-09 14:01:12Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:12Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:12Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:12Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:13Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:14Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:14Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:15Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-09 14:01:15Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:15Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:15Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:16Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:17Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:17Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:17Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-09 14:01:18Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:18Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:18Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:18Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:18Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:19Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-09 14:01:19Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:19Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:19Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:19Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:20Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:20Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:01:20Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:20Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:20Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:21Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:01:21Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:22Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:23Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:23Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:23Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:24Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:01:24Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:24Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:24Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:24Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-09 14:01:25Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:25Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-09 14:01:26Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:26Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:26Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:27Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:27Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:28Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:28Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:01:29Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:29Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:29Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-09 14:01:30Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:30Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:30Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:30Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:01:30Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:31Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:01:31Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:32Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-09 14:01:33Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:34Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-09 14:01:34Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:34Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:34Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:35Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:35Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:35Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:36Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:37Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:37Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-09 14:01:38Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:01:38Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:39Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-09 14:01:40Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:40Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:41Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:42Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:01:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:43Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:43Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-09 14:01:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:01:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:46Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:46Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-09 14:01:48Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:49Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-09 14:01:50Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:50Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:50Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:51Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:51Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:51Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:51Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:52Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-09 14:01:52Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:52Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:52Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:53Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:53Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-09 14:01:54Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:54Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:54Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:01:54Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:01:55Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-09 14:01:56Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:57Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-09 14:01:57Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:57Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:01:58Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:01:58Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:01:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-09 14:02:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:01Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:01Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-09 14:02:02Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:02Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-09 14:02:02Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:02:03Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:04Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:04Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:04Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-09 14:02:05Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:05Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:05Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:05Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:06Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:06Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:06Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:06Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:06Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:07Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-09 14:02:07Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:08Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-09 14:02:08Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-09 14:02:09Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:10Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-09 14:02:10Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:11Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:11Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:12Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:12Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:02:13Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:13Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:13Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-09 14:02:14Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:15Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-09 14:02:15Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:16Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-09 14:02:16Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:16Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:17Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:17Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-09 14:02:18Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:19Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:02:19Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:19Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:20Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-09 14:02:20Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:20Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-09 14:02:21Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:21Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:21Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:22Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:02:22Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:22Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:22Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:22Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-09 14:02:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:02:25Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:25Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:26Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:26Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:27Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:27Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:27Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:28Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:28Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:28Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:28Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:02:28Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:29Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:02:29Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:30Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-09 14:02:31Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:31Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:32Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:32Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-09 14:02:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:34Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-09 14:02:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:35Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:36Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:02:37Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:02:37Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:38Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-09 14:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:40Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:40Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:02:41Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:42Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:02:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:43Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:43Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-09 14:02:44Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:44Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:44Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:44Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:44Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:44Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:45Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:45Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:45Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:02:46Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:47Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:47Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:48Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-09 14:02:49Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:49Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:50Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:50Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-09 14:02:51Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:51Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:51Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:51Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:52Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:52Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:52Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-09 14:02:53Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:53Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:53Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:02:53Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:53Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:53Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:54Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:54Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:02:55Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:02:55Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:56Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-09 14:02:57Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:57Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:57Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:57Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-09 14:02:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:02:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:02:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:02:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:02:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-09 14:02:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:00Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:00Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:03:01Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:01Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:02Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 14:03:02Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:03Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-09 14:03:03Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:03Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:04Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:05Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:05Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:05Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:05Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:05Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:05Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:06Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:06Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:07Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:07Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:07Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-09 14:03:08Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:08Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:08Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:08Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:08Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:09Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:03:09Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:09Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-09 14:03:10Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:10Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:10Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:10Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:11Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:12Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:12Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-09 14:03:13Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:13Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:14Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-09 14:03:15Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:15Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:15Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:16Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:16Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:17Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:17Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:03:18Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:18Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:18Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:03:18Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:18Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:18Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:18Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-09 14:03:19Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:20Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:03:20Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-09 14:03:20Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:21Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-09 14:03:21Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:22Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:22Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:22Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:23Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:24Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:24Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:24Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:24Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:25Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-09 14:03:25Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:25Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:25Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:26Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:26Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:26Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:26Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:27Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-09 14:03:28Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:28Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:28Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:29Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:29Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-09 14:03:30Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:30Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:31Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:31Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:31Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-09 14:03:31Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:32Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-09 14:03:32Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:32Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:32Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:32Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:33Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:33Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:35Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-09 14:03:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-09 14:03:36Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:37Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:03:37Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:37Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:38Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:38Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:03:38Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:39Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-09 14:03:39Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-09 14:03:39Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:39Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-09 14:03:40Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:40Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:40Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:40Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-09 14:03:40Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:41Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-09 14:03:42Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:42Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:42Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:43Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:43Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:43Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-09 14:03:44Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:45Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:45Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:03:46Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:46Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:47Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-09 14:03:47Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:47Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:47Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:47Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:48Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:49Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:50Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:03:50Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:51Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:52Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-09 14:03:52Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:52Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-09 14:03:53Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:53Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:03:53Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:53Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:03:54Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:55Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:55Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-09 14:03:56Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:03:56Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:03:57Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:03:57Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:03:58Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-09 14:03:59Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:00Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-09 14:04:00Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:00Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:00Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:01Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:04:01Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:02Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-09 14:04:02Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:03Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:03Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:03Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:03Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:03Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:03Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:04Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:04:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-09 14:04:06Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:07Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-09 14:04:07Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:08Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-09 14:04:09Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:09Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:09Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:09Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:09Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:09Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:04:09Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:10Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:10Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:04:11Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:11Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:04:11Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:11Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:11Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:11Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:12Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:12Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-09 14:04:13Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:13Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:13Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:04:13Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:14Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-09 14:04:14Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:15Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-09 14:04:16Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:16Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:16Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:17Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:17Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:17Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:04:18Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:18Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:18Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:19Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:19Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:19Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:04:20Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:21Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-09 14:04:21Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-09 14:04:22Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:23Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-09 14:04:23Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:24Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-09 14:04:25Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:26Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-09 14:04:26Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:27Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-09 14:04:28Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:28Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:28Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:28Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-09 14:04:29Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:30Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:30Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:30Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:04:31Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:32Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-09 14:04:32Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:33Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-09 14:04:33Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:33Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:33Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:33Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:33Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:34Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-09 14:04:35Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:35Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:35Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:35Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:36Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:37Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:37Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-09 14:04:38Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:04:38Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:39Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-09 14:04:39Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:40Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-09 14:04:41Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:42Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-09 14:04:42Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:43Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-09 14:04:43Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:44Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:44Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:44Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:44Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:45Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-09 14:04:45Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:45Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:45Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:45Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:46Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:47Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-09 14:04:47Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:48Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-09 14:04:48Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:48Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:04:48Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:48Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:04:48Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:49Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-09 14:04:49Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:04:50Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-09 14:04:52Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:52Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:52Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:53Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:53Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:53Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:53Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:53Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:53Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:53Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-09 14:04:53Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:54Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:54Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:54Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:54Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:54Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:54Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:54Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-09 14:04:55Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:55Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-09 14:04:55Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:55Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-09 14:04:55Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:55Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:56Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:56Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-09 14:04:56Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:56Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:56Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:56Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:57Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:57Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:57Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:57Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:57Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:57Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:57Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:57Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:57Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-09 14:04:58Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:58Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:58Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-09 14:04:58Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:58Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-09 14:04:59Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:59Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-09 14:04:59Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:59Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-09 14:04:59Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:04:59Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-09 14:05:00Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:00Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-09 14:05:00Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:00Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-09 14:05:00Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:01Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-09 14:05:01Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:01Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-09 14:05:01Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:02Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-09 14:05:02Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:02Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-09 14:05:02Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-09 14:05:02Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-09 14:05:02Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:05:03Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-09 14:05:03Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:03Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-09 14:05:03Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:04Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:04Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-09 14:05:04Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:04Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-09 14:05:04Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-09 14:05:04Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:04Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:04Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:04Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-09 14:05:04Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-09 14:05:04Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:05Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-09 14:05:06Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-09 14:05:06Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:06Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:05:06Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:06Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:05:06Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:06Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-09 14:05:07Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:07Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-09 14:05:07Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:08Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-09 14:05:08Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:05:09Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-09 14:05:09Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:09Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:09Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:09Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:09Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:09Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:09Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-09 14:05:09Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-09 14:05:09Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:09Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:09Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:05:09Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:05:09Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:05:10Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:05:10Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:05:10Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:05:10Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:05:10Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:05:10Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:05:10Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-09 14:05:10Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:05:11Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-09 14:05:11Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-09 14:05:11Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-09 14:05:11Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-09 14:05:11Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-09 14:05:11Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-09 14:05:11Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:11Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:11Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:05:11Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:11Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-09 14:05:11Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:05:12Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-09 14:05:12Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-09 14:05:12Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:05:13Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-09 14:05:13Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-09 14:05:14Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-09 14:05:14Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:14Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:14Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:14Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-09 14:05:14Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-09 14:05:14Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-09 14:05:14Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:14Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:14Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:14Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:14Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:14Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-09 14:05:14Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-09 14:05:14Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-09 14:05:14Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-09 14:05:14Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-09 14:05:14Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:14Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:15Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:05:15Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:05:15Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:15Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-09 14:05:15Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:15Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-09 14:05:16Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:16Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-09 14:05:16Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:05:16Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:16Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-09 14:05:17Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-09 14:05:17Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:17Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-09 14:05:18Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:18Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-09 14:05:19Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:19Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-09 14:05:20Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:20Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-09 14:05:21Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:22Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:22Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-09 14:05:22Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-09 14:05:22Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:05:22Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-09 14:05:22Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:05:23Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-09 14:05:23Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/7bd23aff-c9b4-4124-9d1f-a86f36b09e4a CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-10-09 14:05:46.422588 | fa163e4f-2491-a7d0-3b31-000000000006 | TASK | External deployment step 0 2025-10-09 14:05:46.447746 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-000000000006') missing from stats 2025-10-09 14:05:46.497206 | fa163e4f-2491-a7d0-3b31-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.126483 | 0.03s 2025-10-09 14:05:46.504133 | 01363ff5-adec-4d99-a900-a6426f41ef81 | INCLUDED | /root/standalone-ansible-h0ecxvss/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-09 14:05:46.519136 | fa163e4f-2491-a7d0-3b31-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-09 14:05:47.405324 | fa163e4f-2491-a7d0-3b31-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-09 14:05:47.407552 | fa163e4f-2491-a7d0-3b31-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.036824 | 0.89s 2025-10-09 14:05:47.425931 | fa163e4f-2491-a7d0-3b31-000000000129 | TASK | create redis virtual ip 2025-10-09 14:05:48.263735 | fa163e4f-2491-a7d0-3b31-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-09 14:05:48.265012 | fa163e4f-2491-a7d0-3b31-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.894285 | 0.84s PLAY [Check if required variables are defined] ********************************* 2025-10-09 14:05:48.345194 | fa163e4f-2491-a7d0-3b31-000000000138 | TASK | Gathering Facts 2025-10-09 14:05:48.885077 | fa163e4f-2491-a7d0-3b31-000000000138 | OK | Gathering Facts | localhost 2025-10-09 14:05:48.886648 | fa163e4f-2491-a7d0-3b31-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.515917 | 0.54s 2025-10-09 14:05:48.945020 | fa163e4f-2491-a7d0-3b31-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-09 14:05:48.945738 | fa163e4f-2491-a7d0-3b31-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.575020 | 0.04s 2025-10-09 14:05:48.995482 | fa163e4f-2491-a7d0-3b31-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-09 14:05:48.996847 | fa163e4f-2491-a7d0-3b31-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.626118 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-09 14:05:49.093340 | fa163e4f-2491-a7d0-3b31-000000000160 | TASK | Gathering Facts 2025-10-09 14:05:49.106873 | fa163e4f-2491-a7d0-3b31-000000000160 | TASK | Gathering Facts 2025-10-09 14:05:49.391230 | fa163e4f-2491-a7d0-3b31-000000000160 | OK | Gathering Facts | undercloud 2025-10-09 14:05:49.393436 | fa163e4f-2491-a7d0-3b31-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.022673 | 0.30s 2025-10-09 14:05:49.437918 | fa163e4f-2491-a7d0-3b31-000000000012 | TASK | Set legacy facts 2025-10-09 14:05:49.446128 | fa163e4f-2491-a7d0-3b31-000000000160 | OK | Gathering Facts | standalone 2025-10-09 14:05:49.447930 | fa163e4f-2491-a7d0-3b31-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.077190 | 0.34s 2025-10-09 14:05:49.487663 | fa163e4f-2491-a7d0-3b31-000000000012 | OK | Set legacy facts | undercloud 2025-10-09 14:05:49.488521 | fa163e4f-2491-a7d0-3b31-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.117798 | 0.05s 2025-10-09 14:05:49.521601 | fa163e4f-2491-a7d0-3b31-000000000012 | TASK | Set legacy facts 2025-10-09 14:05:49.551078 | fa163e4f-2491-a7d0-3b31-000000000012 | OK | Set legacy facts | standalone 2025-10-09 14:05:49.552260 | fa163e4f-2491-a7d0-3b31-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.181536 | 0.03s PLAY [Load global variables] *************************************************** 2025-10-09 14:05:49.722869 | fa163e4f-2491-a7d0-3b31-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-09 14:05:49.723729 | fa163e4f-2491-a7d0-3b31-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.353009 | 0.04s 2025-10-09 14:05:49.737569 | fa163e4f-2491-a7d0-3b31-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-09 14:05:49.738139 | fa163e4f-2491-a7d0-3b31-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.367423 | 0.03s PLAY [Include extra variables from files] ************************************** 2025-10-09 14:05:49.797705 | fa163e4f-2491-a7d0-3b31-000000000018 | TASK | Include Service VIP vars 2025-10-09 14:05:49.825937 | fa163e4f-2491-a7d0-3b31-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-09 14:05:49.826874 | fa163e4f-2491-a7d0-3b31-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.456152 | 0.03s 2025-10-09 14:05:49.837588 | fa163e4f-2491-a7d0-3b31-000000000018 | OK | Include Service VIP vars | standalone 2025-10-09 14:05:49.838183 | fa163e4f-2491-a7d0-3b31-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.467466 | 0.03s 2025-10-09 14:05:49.841640 | fa163e4f-2491-a7d0-3b31-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-09 14:05:49.864496 | fa163e4f-2491-a7d0-3b31-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-09 14:05:49.865448 | fa163e4f-2491-a7d0-3b31-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.494726 | 0.02s 2025-10-09 14:05:49.876576 | fa163e4f-2491-a7d0-3b31-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-09 14:05:49.877328 | fa163e4f-2491-a7d0-3b31-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.506609 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-09 14:05:49.972409 | fa163e4f-2491-a7d0-3b31-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-09 14:05:50.939607 | fa163e4f-2491-a7d0-3b31-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e4f-2491-a7d0-3b31-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-09 14:05:51.010486 | fa163e4f-2491-a7d0-3b31-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-09 14:05:51.046892 | fa163e4f-2491-a7d0-3b31-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-09 14:05:51.047797 | fa163e4f-2491-a7d0-3b31-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.677074 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-09 14:05:51.113605 | fa163e4f-2491-a7d0-3b31-000000000023 | TASK | Set selinux state 2025-10-09 14:05:51.702988 | fa163e4f-2491-a7d0-3b31-000000000023 | OK | Set selinux state | standalone 2025-10-09 14:05:51.704364 | fa163e4f-2491-a7d0-3b31-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.333633 | 0.59s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-09 14:05:51.848239 | fa163e4f-2491-a7d0-3b31-000000000026 | TASK | Configure Hosts Entries 2025-10-09 14:05:51.882125 | fa163e4f-2491-a7d0-3b31-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.511380 | 0.03s 2025-10-09 14:05:51.895658 | fa163e4f-2491-a7d0-3b31-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.524935 | 0.02s 2025-10-09 14:05:51.945199 | fa163e4f-2491-a7d0-3b31-0000000001f1 | TASK | Create temporary file for hosts 2025-10-09 14:05:52.296432 | fa163e4f-2491-a7d0-3b31-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-09 14:05:52.298009 | fa163e4f-2491-a7d0-3b31-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.927273 | 0.34s 2025-10-09 14:05:52.361666 | fa163e4f-2491-a7d0-3b31-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-09 14:05:52.362849 | fa163e4f-2491-a7d0-3b31-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.992125 | 0.42s 2025-10-09 14:05:52.381680 | fa163e4f-2491-a7d0-3b31-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-09 14:05:52.800104 | fa163e4f-2491-a7d0-3b31-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-09 14:05:52.802233 | fa163e4f-2491-a7d0-3b31-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.431494 | 0.42s 2025-10-09 14:05:52.816733 | fa163e4f-2491-a7d0-3b31-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-09 14:05:52.817693 | fa163e4f-2491-a7d0-3b31-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.446970 | 0.41s 2025-10-09 14:05:52.836184 | fa163e4f-2491-a7d0-3b31-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-09 14:05:53.192073 | fa163e4f-2491-a7d0-3b31-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-09 14:05:53.193637 | fa163e4f-2491-a7d0-3b31-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.822906 | 0.36s 2025-10-09 14:05:53.194738 | fa163e4f-2491-a7d0-3b31-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-09 14:05:53.195504 | fa163e4f-2491-a7d0-3b31-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.824782 | 0.34s 2025-10-09 14:05:53.213578 | fa163e4f-2491-a7d0-3b31-0000000001f4 | TASK | Render out the hosts entries 2025-10-09 14:05:53.345908 | fa163e4f-2491-a7d0-3b31-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-09 14:05:53.347253 | fa163e4f-2491-a7d0-3b31-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.976523 | 0.13s 2025-10-09 14:05:53.365804 | fa163e4f-2491-a7d0-3b31-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-09 14:05:53.622455 | fa163e4f-2491-a7d0-3b31-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-09 14:05:53.624138 | fa163e4f-2491-a7d0-3b31-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.253402 | 0.23s 2025-10-09 14:05:53.635646 | fa163e4f-2491-a7d0-3b31-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-09 14:05:53.636680 | fa163e4f-2491-a7d0-3b31-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.265956 | 0.27s 2025-10-09 14:05:53.655883 | fa163e4f-2491-a7d0-3b31-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-09 14:05:54.048896 | fa163e4f-2491-a7d0-3b31-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-09 14:05:54.050476 | fa163e4f-2491-a7d0-3b31-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.679745 | 0.37s 2025-10-09 14:05:54.061737 | fa163e4f-2491-a7d0-3b31-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-09 14:05:54.062856 | fa163e4f-2491-a7d0-3b31-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.692127 | 0.40s 2025-10-09 14:05:54.081062 | fa163e4f-2491-a7d0-3b31-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-09 14:05:54.451344 | fa163e4f-2491-a7d0-3b31-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-09 14:05:54.452487 | fa163e4f-2491-a7d0-3b31-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.081746 | 0.35s 2025-10-09 14:05:54.473710 | fa163e4f-2491-a7d0-3b31-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-09 14:05:54.474633 | fa163e4f-2491-a7d0-3b31-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.103913 | 0.39s PLAY [Common roles for TripleO servers] **************************************** 2025-10-09 14:05:54.575521 | fa163e4f-2491-a7d0-3b31-00000000002a | TASK | Common roles for TripleO servers 2025-10-09 14:05:54.601660 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-00000000002a') missing from stats 2025-10-09 14:05:54.675426 | fa163e4f-2491-a7d0-3b31-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.304652 | 0.02s 2025-10-09 14:05:54.741839 | fa163e4f-2491-a7d0-3b31-000000000254 | TASK | Gather variables for each operating system 2025-10-09 14:05:54.862471 | fa163e4f-2491-a7d0-3b31-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-09 14:05:54.863956 | fa163e4f-2491-a7d0-3b31-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.493225 | 0.12s 2025-10-09 14:05:54.873657 | fa163e4f-2491-a7d0-3b31-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.502926 | 0.13s 2025-10-09 14:05:54.898976 | fa163e4f-2491-a7d0-3b31-000000000256 | TASK | Check release version package is installed 2025-10-09 14:05:55.193294 | fa163e4f-2491-a7d0-3b31-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-09 14:05:55.194631 | fa163e4f-2491-a7d0-3b31-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.823902 | 0.29s 2025-10-09 14:05:55.222325 | fa163e4f-2491-a7d0-3b31-000000000257 | TASK | Deploy release version package 2025-10-09 14:05:59.728002 | fa163e4f-2491-a7d0-3b31-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-09 14:05:59.729361 | fa163e4f-2491-a7d0-3b31-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.358635 | 4.51s 2025-10-09 14:05:59.755441 | fa163e4f-2491-a7d0-3b31-000000000259 | TASK | Include packages tasks 2025-10-09 14:05:59.784676 | fa163e4f-2491-a7d0-3b31-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.413942 | 0.03s 2025-10-09 14:05:59.812555 | 5c8e90c6-612c-4fc8-9f9c-d2210208c58f | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-09 14:05:59.839282 | fa163e4f-2491-a7d0-3b31-0000000002ad | TASK | Gather facts if they don't exist 2025-10-09 14:05:59.884831 | fa163e4f-2491-a7d0-3b31-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-09 14:05:59.885713 | fa163e4f-2491-a7d0-3b31-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.514987 | 0.05s 2025-10-09 14:05:59.906159 | fa163e4f-2491-a7d0-3b31-0000000002ae | TASK | Gather variables for each operating system 2025-10-09 14:06:00.020385 | fa163e4f-2491-a7d0-3b31-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-09 14:06:00.026293 | fa163e4f-2491-a7d0-3b31-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.655554 | 0.12s 2025-10-09 14:06:00.051539 | fa163e4f-2491-a7d0-3b31-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-09 14:06:00.334924 | fa163e4f-2491-a7d0-3b31-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-09 14:06:00.336275 | fa163e4f-2491-a7d0-3b31-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.965548 | 0.28s 2025-10-09 14:06:00.357011 | fa163e4f-2491-a7d0-3b31-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-09 14:06:05.669997 | fa163e4f-2491-a7d0-3b31-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-09 14:06:05.671362 | fa163e4f-2491-a7d0-3b31-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.300634 | 5.31s 2025-10-09 14:06:05.696533 | fa163e4f-2491-a7d0-3b31-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-09 14:06:06.694601 | fa163e4f-2491-a7d0-3b31-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-09 14:06:06.695416 | fa163e4f-2491-a7d0-3b31-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.324668 | 1.00s 2025-10-09 14:06:06.712843 | fa163e4f-2491-a7d0-3b31-00000000025a | TASK | Enable openvswitch service if installed 2025-10-09 14:06:07.627993 | fa163e4f-2491-a7d0-3b31-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-09 14:06:07.629877 | fa163e4f-2491-a7d0-3b31-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.259148 | 0.92s 2025-10-09 14:06:07.656904 | fa163e4f-2491-a7d0-3b31-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-09 14:06:07.898358 | fa163e4f-2491-a7d0-3b31-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-09 14:06:07.899808 | fa163e4f-2491-a7d0-3b31-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.529080 | 0.24s 2025-10-09 14:06:07.925220 | fa163e4f-2491-a7d0-3b31-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-09 14:06:08.187067 | fa163e4f-2491-a7d0-3b31-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-09 14:06:08.188114 | fa163e4f-2491-a7d0-3b31-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.817391 | 0.26s 2025-10-09 14:06:08.207915 | fa163e4f-2491-a7d0-3b31-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-09 14:06:08.275724 | fa163e4f-2491-a7d0-3b31-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-09 14:06:08.276718 | fa163e4f-2491-a7d0-3b31-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.905995 | 0.07s 2025-10-09 14:06:08.296814 | fa163e4f-2491-a7d0-3b31-00000000025f | TASK | Ensure network service is enabled 2025-10-09 14:06:08.663775 | fa163e4f-2491-a7d0-3b31-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-09 14:06:08.665024 | fa163e4f-2491-a7d0-3b31-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.294303 | 0.37s 2025-10-09 14:06:08.685345 | fa163e4f-2491-a7d0-3b31-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-09 14:06:09.009472 | fa163e4f-2491-a7d0-3b31-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-09 14:06:09.010880 | fa163e4f-2491-a7d0-3b31-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.640151 | 0.32s 2025-10-09 14:06:09.036766 | fa163e4f-2491-a7d0-3b31-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-09 14:06:09.268593 | fa163e4f-2491-a7d0-3b31-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-09 14:06:09.270113 | fa163e4f-2491-a7d0-3b31-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.899377 | 0.23s 2025-10-09 14:06:09.295766 | fa163e4f-2491-a7d0-3b31-000000000263 | TASK | Reload NetworkManager 2025-10-09 14:06:09.721032 | fa163e4f-2491-a7d0-3b31-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-09 14:06:09.723320 | fa163e4f-2491-a7d0-3b31-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.352589 | 0.43s 2025-10-09 14:06:09.750690 | fa163e4f-2491-a7d0-3b31-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-09 14:06:09.973230 | fa163e4f-2491-a7d0-3b31-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-09 14:06:09.974152 | fa163e4f-2491-a7d0-3b31-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.603432 | 0.22s 2025-10-09 14:06:09.991887 | fa163e4f-2491-a7d0-3b31-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-09 14:06:10.344938 | fa163e4f-2491-a7d0-3b31-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-09 14:06:10.346415 | fa163e4f-2491-a7d0-3b31-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.975659 | 0.35s 2025-10-09 14:06:10.374214 | fa163e4f-2491-a7d0-3b31-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-09 14:06:10.599006 | fa163e4f-2491-a7d0-3b31-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-09 14:06:10.600019 | fa163e4f-2491-a7d0-3b31-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.229295 | 0.22s 2025-10-09 14:06:10.625838 | fa163e4f-2491-a7d0-3b31-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-09 14:06:10.897623 | fa163e4f-2491-a7d0-3b31-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-09 14:06:10.899079 | fa163e4f-2491-a7d0-3b31-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.528349 | 0.27s 2025-10-09 14:06:10.978976 | fa163e4f-2491-a7d0-3b31-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.608238 | 0.03s 2025-10-09 14:06:11.059477 | fa163e4f-2491-a7d0-3b31-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-09 14:06:11.270828 | fa163e4f-2491-a7d0-3b31-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-09 14:06:11.271786 | fa163e4f-2491-a7d0-3b31-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.901064 | 0.21s 2025-10-09 14:06:11.291130 | fa163e4f-2491-a7d0-3b31-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-09 14:06:11.519768 | fa163e4f-2491-a7d0-3b31-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-09 14:06:11.521111 | fa163e4f-2491-a7d0-3b31-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.150382 | 0.23s 2025-10-09 14:06:11.546342 | fa163e4f-2491-a7d0-3b31-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-09 14:06:11.574656 | fa163e4f-2491-a7d0-3b31-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-09 14:06:11.575865 | fa163e4f-2491-a7d0-3b31-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.205136 | 0.03s 2025-10-09 14:06:11.600728 | fa163e4f-2491-a7d0-3b31-000000000364 | TASK | Write temporary file 2025-10-09 14:06:11.627970 | fa163e4f-2491-a7d0-3b31-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-09 14:06:11.629137 | fa163e4f-2491-a7d0-3b31-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.258406 | 0.03s 2025-10-09 14:06:11.652936 | fa163e4f-2491-a7d0-3b31-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-09 14:06:11.734236 | fa163e4f-2491-a7d0-3b31-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-09 14:06:11.735353 | fa163e4f-2491-a7d0-3b31-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.364625 | 0.08s 2025-10-09 14:06:11.760330 | fa163e4f-2491-a7d0-3b31-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-09 14:06:11.992078 | fa163e4f-2491-a7d0-3b31-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-09 14:06:11.993563 | fa163e4f-2491-a7d0-3b31-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.622833 | 0.23s 2025-10-09 14:06:12.018487 | fa163e4f-2491-a7d0-3b31-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-09 14:06:12.249061 | fa163e4f-2491-a7d0-3b31-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-09 14:06:12.250375 | fa163e4f-2491-a7d0-3b31-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.879647 | 0.23s 2025-10-09 14:06:12.271405 | fa163e4f-2491-a7d0-3b31-000000000368 | TASK | Remove temp file 2025-10-09 14:06:12.491502 | fa163e4f-2491-a7d0-3b31-000000000368 | CHANGED | Remove temp file | standalone 2025-10-09 14:06:12.492346 | fa163e4f-2491-a7d0-3b31-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.121627 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-09 14:06:12.636535 | fa163e4f-2491-a7d0-3b31-000000000034 | TASK | Deploy step tasks for step 0 2025-10-09 14:06:12.697729 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-000000000034') missing from stats 2025-10-09 14:06:12.722130 | fa163e4f-2491-a7d0-3b31-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-09 14:06:12.915154 | fa163e4f-2491-a7d0-3b31-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-09 14:06:12.916006 | fa163e4f-2491-a7d0-3b31-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.545287 | 0.19s 2025-10-09 14:06:12.933825 | fa163e4f-2491-a7d0-3b31-000000000036 | TASK | Check cloud-init status 2025-10-09 14:06:13.123606 | fa163e4f-2491-a7d0-3b31-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-09 14:06:13.124326 | fa163e4f-2491-a7d0-3b31-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.753609 | 0.19s 2025-10-09 14:06:13.141658 | fa163e4f-2491-a7d0-3b31-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-09 14:06:13.347183 | fa163e4f-2491-a7d0-3b31-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-09 14:06:13.349054 | fa163e4f-2491-a7d0-3b31-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.978322 | 0.21s 2025-10-09 14:06:13.381501 | fa163e4f-2491-a7d0-3b31-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-09 14:06:13.738925 | fa163e4f-2491-a7d0-3b31-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-09 14:06:13.739934 | fa163e4f-2491-a7d0-3b31-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.369214 | 0.36s 2025-10-09 14:06:13.763641 | fa163e4f-2491-a7d0-3b31-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-09 14:06:13.977270 | fa163e4f-2491-a7d0-3b31-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-09 14:06:13.977986 | fa163e4f-2491-a7d0-3b31-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.607270 | 0.21s 2025-10-09 14:06:13.996707 | fa163e4f-2491-a7d0-3b31-00000000003a | TASK | Write container-puppet.sh 2025-10-09 14:06:14.432299 | fa163e4f-2491-a7d0-3b31-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-09 14:06:14.433568 | fa163e4f-2491-a7d0-3b31-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.062844 | 0.44s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:06:14.487715 | fa163e4f-2491-a7d0-3b31-00000000003b | TIMING | include_tasks | standalone | 0:00:28.116981 | 0.03s 2025-10-09 14:06:14.508354 | 70d76684-1102-4671-a92c-57ac7d63442b | INCLUDED | /root/standalone-ansible-h0ecxvss/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-09 14:06:14.541630 | fa163e4f-2491-a7d0-3b31-000000000416 | TASK | Configure tuned before reboot 2025-10-09 14:06:14.591364 | fa163e4f-2491-a7d0-3b31-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.220632 | 0.05s 2025-10-09 14:06:14.651588 | fa163e4f-2491-a7d0-3b31-000000000455 | TASK | Gather variables for each operating system 2025-10-09 14:06:14.771269 | fa163e4f-2491-a7d0-3b31-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-09 14:06:14.772923 | fa163e4f-2491-a7d0-3b31-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.402191 | 0.12s 2025-10-09 14:06:14.785117 | fa163e4f-2491-a7d0-3b31-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.414387 | 0.13s 2025-10-09 14:06:14.869229 | fa163e4f-2491-a7d0-3b31-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.498502 | 0.06s 2025-10-09 14:06:14.880621 | 9bdb53f1-eff2-41f0-957c-2e49eb9f7775 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-09 14:06:14.903834 | fa163e4f-2491-a7d0-3b31-00000000047f | TASK | Check tuned package is installed 2025-10-09 14:06:15.169173 | fa163e4f-2491-a7d0-3b31-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-09 14:06:15.170688 | fa163e4f-2491-a7d0-3b31-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.799958 | 0.27s 2025-10-09 14:06:15.198473 | fa163e4f-2491-a7d0-3b31-000000000480 | TASK | Install tuned 2025-10-09 14:06:21.897281 | fa163e4f-2491-a7d0-3b31-000000000480 | CHANGED | Install tuned | standalone 2025-10-09 14:06:21.898794 | fa163e4f-2491-a7d0-3b31-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.528062 | 6.70s 2025-10-09 14:06:21.926282 | fa163e4f-2491-a7d0-3b31-000000000481 | TASK | Restart tuned 2025-10-09 14:06:23.659253 | fa163e4f-2491-a7d0-3b31-000000000481 | CHANGED | Restart tuned | standalone 2025-10-09 14:06:23.661440 | fa163e4f-2491-a7d0-3b31-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.290711 | 1.73s 2025-10-09 14:06:23.689208 | fa163e4f-2491-a7d0-3b31-000000000457 | TASK | Check for tuned-adm 2025-10-09 14:06:23.918111 | fa163e4f-2491-a7d0-3b31-000000000457 | OK | Check for tuned-adm | standalone 2025-10-09 14:06:23.919437 | fa163e4f-2491-a7d0-3b31-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.548709 | 0.23s 2025-10-09 14:06:23.978906 | fa163e4f-2491-a7d0-3b31-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.608169 | 0.03s 2025-10-09 14:06:24.010278 | bc62a3aa-20b0-4002-8294-816b44d4ea7e | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-09 14:06:24.046650 | fa163e4f-2491-a7d0-3b31-0000000004b6 | TASK | Ensure profile directory exists 2025-10-09 14:06:24.115330 | fa163e4f-2491-a7d0-3b31-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-09 14:06:24.116439 | fa163e4f-2491-a7d0-3b31-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.745708 | 0.07s 2025-10-09 14:06:24.142133 | fa163e4f-2491-a7d0-3b31-0000000004b7 | TASK | Create custom tuned profile 2025-10-09 14:06:24.195058 | fa163e4f-2491-a7d0-3b31-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-09 14:06:24.196153 | fa163e4f-2491-a7d0-3b31-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.825429 | 0.05s 2025-10-09 14:06:24.223314 | fa163e4f-2491-a7d0-3b31-0000000004b8 | TASK | Check tuned active profile 2025-10-09 14:06:24.583090 | fa163e4f-2491-a7d0-3b31-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-09 14:06:24.584319 | fa163e4f-2491-a7d0-3b31-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.213591 | 0.36s 2025-10-09 14:06:24.610945 | fa163e4f-2491-a7d0-3b31-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-09 14:06:24.874911 | fa163e4f-2491-a7d0-3b31-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-09 14:06:24.876178 | fa163e4f-2491-a7d0-3b31-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.505451 | 0.26s 2025-10-09 14:06:24.902480 | fa163e4f-2491-a7d0-3b31-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-09 14:06:24.964790 | fa163e4f-2491-a7d0-3b31-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-09 14:06:24.965966 | fa163e4f-2491-a7d0-3b31-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.595238 | 0.06s 2025-10-09 14:06:24.993560 | fa163e4f-2491-a7d0-3b31-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-09 14:06:25.053237 | fa163e4f-2491-a7d0-3b31-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-09 14:06:25.054438 | fa163e4f-2491-a7d0-3b31-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.683710 | 0.06s 2025-10-09 14:06:25.081204 | fa163e4f-2491-a7d0-3b31-0000000004bc | TASK | Enable tuned profile 2025-10-09 14:06:26.484522 | fa163e4f-2491-a7d0-3b31-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-09 14:06:26.485861 | fa163e4f-2491-a7d0-3b31-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.115136 | 1.40s 2025-10-09 14:06:26.538103 | fa163e4f-2491-a7d0-3b31-000000000417 | TASK | Configure kernel args and reboot 2025-10-09 14:06:26.577071 | fa163e4f-2491-a7d0-3b31-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.206338 | 0.04s 2025-10-09 14:06:26.720739 | fa163e4f-2491-a7d0-3b31-000000000569 | TASK | Get the command line args of the node 2025-10-09 14:06:26.957373 | fa163e4f-2491-a7d0-3b31-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-09 14:06:26.958598 | fa163e4f-2491-a7d0-3b31-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.587870 | 0.24s 2025-10-09 14:06:26.984980 | fa163e4f-2491-a7d0-3b31-00000000056b | TASK | Check if node has a nova.conf 2025-10-09 14:06:27.206319 | fa163e4f-2491-a7d0-3b31-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-09 14:06:27.207519 | fa163e4f-2491-a7d0-3b31-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.836794 | 0.22s 2025-10-09 14:06:27.233670 | fa163e4f-2491-a7d0-3b31-00000000056d | TASK | Warn operator about workload protection 2025-10-09 14:06:27.271345 | fa163e4f-2491-a7d0-3b31-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-09 14:06:27.272507 | fa163e4f-2491-a7d0-3b31-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.901780 | 0.04s 2025-10-09 14:06:27.298420 | fa163e4f-2491-a7d0-3b31-00000000056e | TASK | Setting defer reboot fact 2025-10-09 14:06:27.329681 | fa163e4f-2491-a7d0-3b31-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-09 14:06:27.330805 | fa163e4f-2491-a7d0-3b31-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.960076 | 0.03s 2025-10-09 14:06:27.356369 | fa163e4f-2491-a7d0-3b31-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-09 14:06:27.384458 | fa163e4f-2491-a7d0-3b31-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.013676 | 0.03s 2025-10-09 14:06:27.412086 | fa163e4f-2491-a7d0-3b31-000000000575 | TASK | Find hugepages in cmdline 2025-10-09 14:06:27.452451 | fa163e4f-2491-a7d0-3b31-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-09 14:06:27.453600 | fa163e4f-2491-a7d0-3b31-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.082873 | 0.04s 2025-10-09 14:06:27.481697 | fa163e4f-2491-a7d0-3b31-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-09 14:06:27.523340 | fa163e4f-2491-a7d0-3b31-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-09 14:06:27.524551 | fa163e4f-2491-a7d0-3b31-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.153820 | 0.04s 2025-10-09 14:06:27.551556 | fa163e4f-2491-a7d0-3b31-00000000057a | TASK | Find desired default hugepage size 2025-10-09 14:06:27.593696 | fa163e4f-2491-a7d0-3b31-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-09 14:06:27.594779 | fa163e4f-2491-a7d0-3b31-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.224051 | 0.04s 2025-10-09 14:06:27.621277 | fa163e4f-2491-a7d0-3b31-00000000057c | TASK | Storing non-configured hugepages 2025-10-09 14:06:27.651545 | fa163e4f-2491-a7d0-3b31-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.280811 | 0.03s 2025-10-09 14:06:27.678341 | fa163e4f-2491-a7d0-3b31-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-09 14:06:27.719066 | fa163e4f-2491-a7d0-3b31-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-09 14:06:27.720141 | fa163e4f-2491-a7d0-3b31-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.349415 | 0.04s 2025-10-09 14:06:27.746060 | fa163e4f-2491-a7d0-3b31-00000000057f | TASK | Determining the default hugepagesz 2025-10-09 14:06:27.788605 | fa163e4f-2491-a7d0-3b31-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-09 14:06:27.789734 | fa163e4f-2491-a7d0-3b31-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.419007 | 0.04s 2025-10-09 14:06:27.817283 | fa163e4f-2491-a7d0-3b31-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-09 14:06:27.859116 | fa163e4f-2491-a7d0-3b31-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-09 14:06:27.860580 | fa163e4f-2491-a7d0-3b31-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.489852 | 0.04s 2025-10-09 14:06:27.887965 | fa163e4f-2491-a7d0-3b31-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-09 14:06:27.929880 | fa163e4f-2491-a7d0-3b31-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-09 14:06:27.930941 | fa163e4f-2491-a7d0-3b31-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.560215 | 0.04s 2025-10-09 14:06:27.956870 | fa163e4f-2491-a7d0-3b31-000000000583 | TASK | Warn about possible modifications 2025-10-09 14:06:27.996943 | fa163e4f-2491-a7d0-3b31-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-09 14:06:27.998067 | fa163e4f-2491-a7d0-3b31-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.627338 | 0.04s 2025-10-09 14:06:28.025643 | fa163e4f-2491-a7d0-3b31-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-09 14:06:28.066559 | fa163e4f-2491-a7d0-3b31-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-09 14:06:28.067856 | fa163e4f-2491-a7d0-3b31-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.697130 | 0.04s 2025-10-09 14:06:28.094943 | fa163e4f-2491-a7d0-3b31-000000000585 | TASK | Cleaning up whitespaces 2025-10-09 14:06:28.135978 | fa163e4f-2491-a7d0-3b31-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-09 14:06:28.137082 | fa163e4f-2491-a7d0-3b31-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.766352 | 0.04s 2025-10-09 14:06:28.162883 | fa163e4f-2491-a7d0-3b31-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-09 14:06:28.504213 | fa163e4f-2491-a7d0-3b31-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-09 14:06:28.505478 | fa163e4f-2491-a7d0-3b31-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.134752 | 0.34s 2025-10-09 14:06:28.532311 | fa163e4f-2491-a7d0-3b31-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-09 14:06:28.592490 | fa163e4f-2491-a7d0-3b31-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-09 14:06:28.593727 | fa163e4f-2491-a7d0-3b31-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.222998 | 0.06s 2025-10-09 14:06:28.623765 | fa163e4f-2491-a7d0-3b31-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-09 14:06:28.685230 | fa163e4f-2491-a7d0-3b31-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-09 14:06:28.686564 | fa163e4f-2491-a7d0-3b31-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.315836 | 0.06s 2025-10-09 14:06:28.714361 | fa163e4f-2491-a7d0-3b31-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-09 14:06:28.766164 | fa163e4f-2491-a7d0-3b31-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-09 14:06:28.767358 | fa163e4f-2491-a7d0-3b31-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.396631 | 0.05s 2025-10-09 14:06:28.796282 | fa163e4f-2491-a7d0-3b31-00000000058c | TASK | Generate grub config 2025-10-09 14:06:28.848374 | fa163e4f-2491-a7d0-3b31-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-09 14:06:28.849817 | fa163e4f-2491-a7d0-3b31-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.479089 | 0.05s 2025-10-09 14:06:28.877618 | fa163e4f-2491-a7d0-3b31-000000000590 | TASK | Get the block device that /boot is on 2025-10-09 14:06:28.952892 | fa163e4f-2491-a7d0-3b31-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-09 14:06:28.953965 | fa163e4f-2491-a7d0-3b31-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.583239 | 0.07s 2025-10-09 14:06:28.980884 | fa163e4f-2491-a7d0-3b31-000000000591 | TASK | Get the mount point that /boot is in 2025-10-09 14:06:29.020698 | fa163e4f-2491-a7d0-3b31-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-09 14:06:29.021712 | fa163e4f-2491-a7d0-3b31-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.650985 | 0.04s 2025-10-09 14:06:29.047463 | fa163e4f-2491-a7d0-3b31-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-09 14:06:29.117702 | fa163e4f-2491-a7d0-3b31-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-09 14:06:29.118767 | fa163e4f-2491-a7d0-3b31-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.748041 | 0.07s 2025-10-09 14:06:29.145412 | fa163e4f-2491-a7d0-3b31-000000000593 | TASK | Executed script to fix grub-menu 2025-10-09 14:06:29.208097 | fa163e4f-2491-a7d0-3b31-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-09 14:06:29.209292 | fa163e4f-2491-a7d0-3b31-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.838564 | 0.06s 2025-10-09 14:06:29.237502 | fa163e4f-2491-a7d0-3b31-000000000594 | TASK | Check grub config paths 2025-10-09 14:06:29.307983 | fa163e4f-2491-a7d0-3b31-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-09 14:06:29.327062 | fa163e4f-2491-a7d0-3b31-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-09 14:06:29.331274 | fa163e4f-2491-a7d0-3b31-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.960544 | 0.09s 2025-10-09 14:06:29.358312 | fa163e4f-2491-a7d0-3b31-000000000595 | TASK | Write EFI grub.cfg 2025-10-09 14:06:29.434979 | fa163e4f-2491-a7d0-3b31-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-09 14:06:29.452479 | fa163e4f-2491-a7d0-3b31-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-09 14:06:29.464328 | fa163e4f-2491-a7d0-3b31-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.093598 | 0.10s 2025-10-09 14:06:29.490737 | fa163e4f-2491-a7d0-3b31-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-09 14:06:29.552020 | fa163e4f-2491-a7d0-3b31-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-09 14:06:29.553326 | fa163e4f-2491-a7d0-3b31-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.182596 | 0.06s 2025-10-09 14:06:29.580985 | fa163e4f-2491-a7d0-3b31-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-09 14:06:29.622967 | fa163e4f-2491-a7d0-3b31-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-09 14:06:29.625097 | fa163e4f-2491-a7d0-3b31-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.254369 | 0.04s 2025-10-09 14:06:29.652344 | fa163e4f-2491-a7d0-3b31-000000000598 | TASK | Execute grub2-mkconfig 2025-10-09 14:06:29.693912 | fa163e4f-2491-a7d0-3b31-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-09 14:06:29.695098 | fa163e4f-2491-a7d0-3b31-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.324371 | 0.04s 2025-10-09 14:06:29.722415 | fa163e4f-2491-a7d0-3b31-000000000599 | TASK | Check for active tuned profile 2025-10-09 14:06:29.782915 | fa163e4f-2491-a7d0-3b31-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-09 14:06:29.784211 | fa163e4f-2491-a7d0-3b31-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.413481 | 0.06s 2025-10-09 14:06:29.810505 | fa163e4f-2491-a7d0-3b31-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-09 14:06:29.860483 | fa163e4f-2491-a7d0-3b31-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-09 14:06:29.861663 | fa163e4f-2491-a7d0-3b31-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.490933 | 0.05s 2025-10-09 14:06:29.889801 | fa163e4f-2491-a7d0-3b31-00000000059b | TASK | Set reboot required fact 2025-10-09 14:06:29.949257 | fa163e4f-2491-a7d0-3b31-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-09 14:06:29.950343 | fa163e4f-2491-a7d0-3b31-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.579616 | 0.06s 2025-10-09 14:06:29.977648 | fa163e4f-2491-a7d0-3b31-00000000059d | TASK | Apply DPDK workarounds 2025-10-09 14:06:30.008012 | fa163e4f-2491-a7d0-3b31-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-09 14:06:30.009114 | fa163e4f-2491-a7d0-3b31-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.638387 | 0.03s 2025-10-09 14:06:30.036519 | fa163e4f-2491-a7d0-3b31-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-09 14:06:30.064469 | fa163e4f-2491-a7d0-3b31-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-09 14:06:30.065574 | fa163e4f-2491-a7d0-3b31-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.694847 | 0.03s 2025-10-09 14:06:30.093424 | fa163e4f-2491-a7d0-3b31-0000000005a0 | TASK | Load modules 2025-10-09 14:06:30.129565 | fa163e4f-2491-a7d0-3b31-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-09 14:06:30.135556 | fa163e4f-2491-a7d0-3b31-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.764828 | 0.04s 2025-10-09 14:06:30.161670 | fa163e4f-2491-a7d0-3b31-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-09 14:06:30.207838 | fa163e4f-2491-a7d0-3b31-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-09 14:06:30.214965 | fa163e4f-2491-a7d0-3b31-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.844236 | 0.05s 2025-10-09 14:06:30.242873 | fa163e4f-2491-a7d0-3b31-0000000005a4 | TASK | Drop module persistence 2025-10-09 14:06:30.288002 | fa163e4f-2491-a7d0-3b31-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-09 14:06:30.295002 | fa163e4f-2491-a7d0-3b31-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.924273 | 0.05s 2025-10-09 14:06:30.324172 | fa163e4f-2491-a7d0-3b31-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-09 14:06:30.371990 | fa163e4f-2491-a7d0-3b31-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-09 14:06:30.377959 | fa163e4f-2491-a7d0-3b31-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.007238 | 0.05s 2025-10-09 14:06:30.399143 | fa163e4f-2491-a7d0-3b31-0000000005a8 | TASK | Modules reload 2025-10-09 14:06:30.436703 | fa163e4f-2491-a7d0-3b31-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-09 14:06:30.438034 | fa163e4f-2491-a7d0-3b31-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.067299 | 0.04s 2025-10-09 14:06:30.468463 | fa163e4f-2491-a7d0-3b31-0000000005aa | TASK | Reboot tasks 2025-10-09 14:06:30.519068 | fa163e4f-2491-a7d0-3b31-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-09 14:06:30.520356 | fa163e4f-2491-a7d0-3b31-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.149625 | 0.05s 2025-10-09 14:06:30.547655 | fa163e4f-2491-a7d0-3b31-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-09 14:06:30.598452 | fa163e4f-2491-a7d0-3b31-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-09 14:06:30.599617 | fa163e4f-2491-a7d0-3b31-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.228889 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-09 14:06:30.780899 | fa163e4f-2491-a7d0-3b31-00000000003f | TASK | Server pre-network deployments 2025-10-09 14:06:30.807195 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-00000000003f') missing from stats 2025-10-09 14:06:30.828132 | fa163e4f-2491-a7d0-3b31-000000000043 | TASK | Hiera config 2025-10-09 14:06:30.853289 | fa163e4f-2491-a7d0-3b31-000000000043 | TIMING | Hiera config | standalone | 0:00:44.482561 | 0.02s 2025-10-09 14:06:30.894137 | fa163e4f-2491-a7d0-3b31-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-09 14:06:31.123290 | fa163e4f-2491-a7d0-3b31-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-09 14:06:31.124633 | fa163e4f-2491-a7d0-3b31-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.753905 | 0.23s 2025-10-09 14:06:31.151039 | fa163e4f-2491-a7d0-3b31-000000000722 | TASK | Write hiera config 2025-10-09 14:06:31.587427 | fa163e4f-2491-a7d0-3b31-000000000722 | CHANGED | Write hiera config | standalone 2025-10-09 14:06:31.588171 | fa163e4f-2491-a7d0-3b31-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.217453 | 0.44s 2025-10-09 14:06:31.622282 | fa163e4f-2491-a7d0-3b31-000000000044 | TASK | Hiera symlink 2025-10-09 14:06:31.848580 | fa163e4f-2491-a7d0-3b31-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-09 14:06:31.849379 | fa163e4f-2491-a7d0-3b31-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.478661 | 0.23s 2025-10-09 14:06:31.869516 | fa163e4f-2491-a7d0-3b31-000000000045 | TASK | Hieradata from vars 2025-10-09 14:06:31.895140 | fa163e4f-2491-a7d0-3b31-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.524412 | 0.02s 2025-10-09 14:06:31.935232 | fa163e4f-2491-a7d0-3b31-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-09 14:06:32.422364 | fa163e4f-2491-a7d0-3b31-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-09 14:06:32.423663 | fa163e4f-2491-a7d0-3b31-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.052936 | 0.49s 2025-10-09 14:06:32.449992 | fa163e4f-2491-a7d0-3b31-00000000077d | TASK | Render hieradata from template 2025-10-09 14:06:33.007617 | fa163e4f-2491-a7d0-3b31-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-09 14:06:33.010227 | fa163e4f-2491-a7d0-3b31-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.639494 | 0.56s 2025-10-09 14:06:33.517211 | fa163e4f-2491-a7d0-3b31-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-09 14:06:33.518886 | fa163e4f-2491-a7d0-3b31-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.148169 | 1.07s 2025-10-09 14:06:34.127498 | fa163e4f-2491-a7d0-3b31-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-09 14:06:34.128746 | fa163e4f-2491-a7d0-3b31-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.758021 | 1.68s 2025-10-09 14:06:34.581938 | fa163e4f-2491-a7d0-3b31-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-09 14:06:34.583850 | fa163e4f-2491-a7d0-3b31-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.213126 | 2.13s 2025-10-09 14:06:35.083137 | fa163e4f-2491-a7d0-3b31-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-09 14:06:35.085134 | fa163e4f-2491-a7d0-3b31-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.714410 | 2.63s 2025-10-09 14:06:35.541081 | fa163e4f-2491-a7d0-3b31-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-09 14:06:35.541708 | fa163e4f-2491-a7d0-3b31-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.170992 | 3.09s 2025-10-09 14:06:35.985021 | fa163e4f-2491-a7d0-3b31-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-09 14:06:35.985997 | fa163e4f-2491-a7d0-3b31-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.615273 | 3.53s 2025-10-09 14:06:36.446358 | fa163e4f-2491-a7d0-3b31-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-09 14:06:36.448082 | fa163e4f-2491-a7d0-3b31-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.077363 | 4.00s 2025-10-09 14:06:36.855209 | fa163e4f-2491-a7d0-3b31-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-09 14:06:36.856702 | fa163e4f-2491-a7d0-3b31-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.485974 | 4.41s 2025-10-09 14:06:37.335741 | fa163e4f-2491-a7d0-3b31-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-09 14:06:37.337769 | fa163e4f-2491-a7d0-3b31-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.967045 | 4.89s 2025-10-09 14:06:37.350308 | fa163e4f-2491-a7d0-3b31-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.979571 | 4.90s 2025-10-09 14:06:37.403414 | fa163e4f-2491-a7d0-3b31-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-09 14:06:37.432136 | fa163e4f-2491-a7d0-3b31-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.061404 | 0.03s 2025-10-09 14:06:37.509426 | fa163e4f-2491-a7d0-3b31-000000000821 | TASK | Check for hieradata file 2025-10-09 14:06:37.736156 | fa163e4f-2491-a7d0-3b31-000000000821 | OK | Check for hieradata file | standalone 2025-10-09 14:06:37.737555 | fa163e4f-2491-a7d0-3b31-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.366824 | 0.23s 2025-10-09 14:06:37.765179 | fa163e4f-2491-a7d0-3b31-000000000823 | TASK | Get existing data 2025-10-09 14:06:37.815661 | fa163e4f-2491-a7d0-3b31-000000000823 | SKIPPED | Get existing data | standalone 2025-10-09 14:06:37.816876 | fa163e4f-2491-a7d0-3b31-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.446147 | 0.05s 2025-10-09 14:06:37.843261 | fa163e4f-2491-a7d0-3b31-000000000824 | TASK | Set data fact 2025-10-09 14:06:37.894125 | fa163e4f-2491-a7d0-3b31-000000000824 | SKIPPED | Set data fact | standalone 2025-10-09 14:06:37.895346 | fa163e4f-2491-a7d0-3b31-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.524618 | 0.05s 2025-10-09 14:06:37.922359 | fa163e4f-2491-a7d0-3b31-000000000826 | TASK | Write ansible hieradata file 2025-10-09 14:06:38.383859 | fa163e4f-2491-a7d0-3b31-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-09 14:06:38.385229 | fa163e4f-2491-a7d0-3b31-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.014503 | 0.46s 2025-10-09 14:06:38.456152 | fa163e4f-2491-a7d0-3b31-000000000047 | TIMING | include_tasks | standalone | 0:00:52.085424 | 0.03s PLAY [Server network deployments] ********************************************** 2025-10-09 14:06:38.598176 | fa163e4f-2491-a7d0-3b31-00000000004b | TASK | Network Configuration 2025-10-09 14:06:38.624600 | fa163e4f-2491-a7d0-3b31-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e4f-2491-a7d0-3b31-00000000004b') missing from stats 2025-10-09 14:06:38.650448 | fa163e4f-2491-a7d0-3b31-00000000004c | TASK | Check NetworkConfig script existence 2025-10-09 14:06:38.676578 | fa163e4f-2491-a7d0-3b31-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-09 14:06:38.677565 | fa163e4f-2491-a7d0-3b31-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.306842 | 0.03s 2025-10-09 14:06:38.699015 | fa163e4f-2491-a7d0-3b31-000000000052 | TASK | Gather SELinux fact if needed 2025-10-09 14:06:38.747991 | fa163e4f-2491-a7d0-3b31-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-09 14:06:38.749027 | fa163e4f-2491-a7d0-3b31-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.378303 | 0.05s 2025-10-09 14:06:38.770045 | fa163e4f-2491-a7d0-3b31-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-09 14:06:39.430467 | fa163e4f-2491-a7d0-3b31-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-09 14:06:39.431678 | fa163e4f-2491-a7d0-3b31-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.060950 | 0.66s 2025-10-09 14:06:39.458932 | fa163e4f-2491-a7d0-3b31-000000000054 | TASK | Ensure requirements are satisfied 2025-10-09 14:06:39.488467 | fa163e4f-2491-a7d0-3b31-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.117728 | 0.03s 2025-10-09 14:06:39.550176 | fa163e4f-2491-a7d0-3b31-0000000008bf | TASK | Gather facts if they don't exist 2025-10-09 14:06:39.599545 | fa163e4f-2491-a7d0-3b31-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-09 14:06:39.600678 | fa163e4f-2491-a7d0-3b31-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.229948 | 0.05s 2025-10-09 14:06:39.626447 | fa163e4f-2491-a7d0-3b31-0000000008c0 | TASK | Gather variables for each operating system 2025-10-09 14:06:39.740059 | fa163e4f-2491-a7d0-3b31-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-09 14:06:39.752119 | fa163e4f-2491-a7d0-3b31-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.381387 | 0.12s 2025-10-09 14:06:39.778229 | fa163e4f-2491-a7d0-3b31-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-09 14:06:40.072658 | fa163e4f-2491-a7d0-3b31-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-09 14:06:40.074073 | fa163e4f-2491-a7d0-3b31-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.703341 | 0.29s 2025-10-09 14:06:40.100287 | fa163e4f-2491-a7d0-3b31-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-09 14:06:40.130001 | fa163e4f-2491-a7d0-3b31-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-09 14:06:40.131184 | fa163e4f-2491-a7d0-3b31-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.760454 | 0.03s 2025-10-09 14:06:40.156922 | fa163e4f-2491-a7d0-3b31-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-09 14:06:41.160760 | fa163e4f-2491-a7d0-3b31-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-09 14:06:41.162086 | fa163e4f-2491-a7d0-3b31-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.791360 | 1.00s 2025-10-09 14:06:41.212009 | fa163e4f-2491-a7d0-3b31-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-09 14:06:41.489215 | fa163e4f-2491-a7d0-3b31-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-09 14:06:41.490541 | fa163e4f-2491-a7d0-3b31-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.119814 | 0.28s 2025-10-09 14:06:41.516492 | fa163e4f-2491-a7d0-3b31-000000000057 | TASK | Reload NetworkManager 2025-10-09 14:06:41.941209 | fa163e4f-2491-a7d0-3b31-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-09 14:06:41.944462 | fa163e4f-2491-a7d0-3b31-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.573722 | 0.43s 2025-10-09 14:06:41.973847 | fa163e4f-2491-a7d0-3b31-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-09 14:06:42.207583 | fa163e4f-2491-a7d0-3b31-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-09 14:06:42.209046 | fa163e4f-2491-a7d0-3b31-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.838319 | 0.23s 2025-10-09 14:06:42.236430 | fa163e4f-2491-a7d0-3b31-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-09 14:06:42.408686 | fa163e4f-2491-a7d0-3b31-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-09 14:06:42.410198 | fa163e4f-2491-a7d0-3b31-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.039465 | 0.17s 2025-10-09 14:06:42.438919 | fa163e4f-2491-a7d0-3b31-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-09 14:06:42.470264 | fa163e4f-2491-a7d0-3b31-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-09 14:06:42.471826 | fa163e4f-2491-a7d0-3b31-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.101093 | 0.03s 2025-10-09 14:06:42.498604 | fa163e4f-2491-a7d0-3b31-00000000005c | TASK | Ensure we get cloud-init 2025-10-09 14:06:42.687762 | fa163e4f-2491-a7d0-3b31-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-09 14:06:42.689096 | fa163e4f-2491-a7d0-3b31-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.318370 | 0.19s 2025-10-09 14:06:42.715631 | fa163e4f-2491-a7d0-3b31-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-09 14:06:42.979327 | fa163e4f-2491-a7d0-3b31-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-09 14:06:42.980746 | fa163e4f-2491-a7d0-3b31-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.610017 | 0.26s 2025-10-09 14:06:43.007906 | fa163e4f-2491-a7d0-3b31-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-09 14:06:43.391604 | fa163e4f-2491-a7d0-3b31-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-09 14:06:43.394820 | fa163e4f-2491-a7d0-3b31-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.024086 | 0.38s 2025-10-09 14:06:43.422633 | fa163e4f-2491-a7d0-3b31-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-09 14:06:43.495090 | fa163e4f-2491-a7d0-3b31-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-09 14:06:43.496105 | fa163e4f-2491-a7d0-3b31-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.125383 | 0.07s 2025-10-09 14:06:43.515905 | fa163e4f-2491-a7d0-3b31-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-09 14:06:43.788587 | fa163e4f-2491-a7d0-3b31-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-09 14:06:43.789816 | fa163e4f-2491-a7d0-3b31-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.419089 | 0.27s 2025-10-09 14:06:43.816442 | fa163e4f-2491-a7d0-3b31-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-09 14:06:43.888619 | fa163e4f-2491-a7d0-3b31-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.517879 | 0.07s 2025-10-09 14:06:43.919476 | a986f71a-79f9-44f0-a850-952ae7bd1ddf | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-09 14:06:43.953937 | fa163e4f-2491-a7d0-3b31-000000000909 | TASK | Set nic_config_file fact 2025-10-09 14:06:44.036566 | fa163e4f-2491-a7d0-3b31-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-09 14:06:44.037841 | fa163e4f-2491-a7d0-3b31-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.667113 | 0.08s 2025-10-09 14:06:44.065066 | fa163e4f-2491-a7d0-3b31-00000000090a | TASK | Render overidden network config 2025-10-09 14:06:44.147695 | fa163e4f-2491-a7d0-3b31-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-09 14:06:44.149315 | fa163e4f-2491-a7d0-3b31-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.778579 | 0.08s 2025-10-09 14:06:44.182802 | fa163e4f-2491-a7d0-3b31-00000000090b | TASK | Render network_config 2025-10-09 14:06:44.247874 | fa163e4f-2491-a7d0-3b31-00000000090b | SKIPPED | Render network_config | standalone 2025-10-09 14:06:44.249031 | fa163e4f-2491-a7d0-3b31-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.878302 | 0.06s 2025-10-09 14:06:44.274795 | fa163e4f-2491-a7d0-3b31-00000000090c | TASK | Render network_config from template 2025-10-09 14:06:44.784194 | fa163e4f-2491-a7d0-3b31-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-09 14:06:44.785503 | fa163e4f-2491-a7d0-3b31-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.414777 | 0.51s 2025-10-09 14:06:44.812438 | fa163e4f-2491-a7d0-3b31-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=8240177630.43296 2025-10-09 14:06:48.879013 | fa163e4f-2491-a7d0-3b31-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-09 14:06:48.880164 | fa163e4f-2491-a7d0-3b31-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.509446 | 4.07s 2025-10-09 14:06:48.899841 | fa163e4f-2491-a7d0-3b31-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-09 14:06:49.352268 | fa163e4f-2491-a7d0-3b31-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-09 14:06:49.353588 | fa163e4f-2491-a7d0-3b31-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:02.982861 | 0.45s 2025-10-09 14:06:49.379606 | fa163e4f-2491-a7d0-3b31-000000000065 | TASK | Disable cloud-init network config 2025-10-09 14:06:49.971178 | fa163e4f-2491-a7d0-3b31-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-09 14:06:49.972575 | fa163e4f-2491-a7d0-3b31-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.601848 | 0.59s 2025-10-09 14:06:49.999546 | fa163e4f-2491-a7d0-3b31-000000000066 | TASK | Ensure network service is enabled 2025-10-09 14:06:50.442649 | fa163e4f-2491-a7d0-3b31-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-09 14:06:50.444508 | fa163e4f-2491-a7d0-3b31-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.073781 | 0.44s PLAY [Server network validation] *********************************************** 2025-10-09 14:06:50.628191 | fa163e4f-2491-a7d0-3b31-000000000096 | TASK | Basic Network Validation 2025-10-09 14:06:50.654438 | fa163e4f-2491-a7d0-3b31-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.283665 | 0.03s 2025-10-09 14:06:50.697045 | fa163e4f-2491-a7d0-3b31-000000000945 | TASK | Collect default network fact 2025-10-09 14:06:52.288312 | fa163e4f-2491-a7d0-3b31-000000000945 | OK | Collect default network fact | standalone 2025-10-09 14:06:52.289727 | fa163e4f-2491-a7d0-3b31-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.918996 | 1.59s 2025-10-09 14:06:52.317783 | fa163e4f-2491-a7d0-3b31-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-09 14:06:52.348256 | fa163e4f-2491-a7d0-3b31-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-09 14:06:52.349955 | fa163e4f-2491-a7d0-3b31-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.979223 | 0.03s 2025-10-09 14:06:52.377052 | fa163e4f-2491-a7d0-3b31-000000000947 | TASK | Check all networks Gateway availability 2025-10-09 14:06:52.408074 | fa163e4f-2491-a7d0-3b31-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:06.037328 | 0.03s 2025-10-09 14:06:52.436055 | fa163e4f-2491-a7d0-3b31-000000000949 | TASK | Check Controllers availability 2025-10-09 14:06:52.504603 | fa163e4f-2491-a7d0-3b31-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-09 14:06:52.511035 | fa163e4f-2491-a7d0-3b31-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-09 14:06:52.520801 | fa163e4f-2491-a7d0-3b31-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-09 14:06:52.529763 | fa163e4f-2491-a7d0-3b31-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-09 14:06:52.539062 | fa163e4f-2491-a7d0-3b31-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-09 14:06:52.542471 | fa163e4f-2491-a7d0-3b31-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-09 14:06:52.547060 | fa163e4f-2491-a7d0-3b31-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:06.176323 | 0.11s 2025-10-09 14:06:52.573700 | fa163e4f-2491-a7d0-3b31-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-09 14:06:52.603085 | fa163e4f-2491-a7d0-3b31-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-09 14:06:52.604474 | fa163e4f-2491-a7d0-3b31-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:06.233744 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-09 14:06:52.786002 | fa163e4f-2491-a7d0-3b31-00000000009a | TASK | Server pre deployments 2025-10-09 14:06:52.813276 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-00000000009a') missing from stats 2025-10-09 14:06:52.834374 | fa163e4f-2491-a7d0-3b31-00000000009e | TASK | Hiera config 2025-10-09 14:06:52.860518 | fa163e4f-2491-a7d0-3b31-00000000009e | TIMING | Hiera config | standalone | 0:01:06.489790 | 0.03s 2025-10-09 14:06:52.900033 | fa163e4f-2491-a7d0-3b31-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-09 14:06:53.146218 | fa163e4f-2491-a7d0-3b31-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-09 14:06:53.147863 | fa163e4f-2491-a7d0-3b31-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:06.777131 | 0.25s 2025-10-09 14:06:53.174448 | fa163e4f-2491-a7d0-3b31-00000000099f | TASK | Write hiera config 2025-10-09 14:06:53.687163 | fa163e4f-2491-a7d0-3b31-00000000099f | OK | Write hiera config | standalone 2025-10-09 14:06:53.688150 | fa163e4f-2491-a7d0-3b31-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:07.317432 | 0.51s 2025-10-09 14:06:53.722837 | fa163e4f-2491-a7d0-3b31-00000000009f | TASK | Hiera symlink 2025-10-09 14:06:53.960291 | fa163e4f-2491-a7d0-3b31-00000000009f | OK | Hiera symlink | standalone 2025-10-09 14:06:53.961900 | fa163e4f-2491-a7d0-3b31-00000000009f | TIMING | Hiera symlink | standalone | 0:01:07.591172 | 0.24s 2025-10-09 14:06:53.988371 | fa163e4f-2491-a7d0-3b31-0000000000a0 | TASK | Hieradata from vars 2025-10-09 14:06:54.023489 | fa163e4f-2491-a7d0-3b31-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:07.652756 | 0.03s 2025-10-09 14:06:54.084001 | fa163e4f-2491-a7d0-3b31-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-09 14:06:54.558823 | fa163e4f-2491-a7d0-3b31-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-09 14:06:54.560373 | fa163e4f-2491-a7d0-3b31-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:08.189644 | 0.48s 2025-10-09 14:06:54.587104 | fa163e4f-2491-a7d0-3b31-0000000009fa | TASK | Render hieradata from template 2025-10-09 14:06:55.051293 | fa163e4f-2491-a7d0-3b31-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-09 14:06:55.054195 | fa163e4f-2491-a7d0-3b31-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.683463 | 0.47s 2025-10-09 14:06:55.568310 | fa163e4f-2491-a7d0-3b31-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-09 14:06:55.570725 | fa163e4f-2491-a7d0-3b31-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.199998 | 0.98s 2025-10-09 14:06:56.210754 | fa163e4f-2491-a7d0-3b31-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-09 14:06:56.213034 | fa163e4f-2491-a7d0-3b31-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.842308 | 1.62s 2025-10-09 14:06:56.631966 | fa163e4f-2491-a7d0-3b31-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-09 14:06:56.633251 | fa163e4f-2491-a7d0-3b31-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.262525 | 2.04s 2025-10-09 14:06:57.079063 | fa163e4f-2491-a7d0-3b31-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-09 14:06:57.079854 | fa163e4f-2491-a7d0-3b31-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.709136 | 2.49s 2025-10-09 14:06:57.548605 | fa163e4f-2491-a7d0-3b31-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-09 14:06:57.549873 | fa163e4f-2491-a7d0-3b31-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.179149 | 2.96s 2025-10-09 14:06:57.965019 | fa163e4f-2491-a7d0-3b31-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-09 14:06:57.966963 | fa163e4f-2491-a7d0-3b31-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.596239 | 3.38s 2025-10-09 14:06:58.406295 | fa163e4f-2491-a7d0-3b31-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-09 14:06:58.408004 | fa163e4f-2491-a7d0-3b31-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.037280 | 3.82s 2025-10-09 14:06:58.850779 | fa163e4f-2491-a7d0-3b31-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-09 14:06:58.852845 | fa163e4f-2491-a7d0-3b31-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.482121 | 4.26s 2025-10-09 14:06:59.335915 | fa163e4f-2491-a7d0-3b31-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-09 14:06:59.337986 | fa163e4f-2491-a7d0-3b31-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.967251 | 4.75s 2025-10-09 14:06:59.350871 | fa163e4f-2491-a7d0-3b31-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.980140 | 4.76s 2025-10-09 14:06:59.403009 | fa163e4f-2491-a7d0-3b31-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-09 14:06:59.431065 | fa163e4f-2491-a7d0-3b31-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:13.060330 | 0.03s 2025-10-09 14:06:59.505619 | fa163e4f-2491-a7d0-3b31-000000000a9e | TASK | Check for hieradata file 2025-10-09 14:06:59.736040 | fa163e4f-2491-a7d0-3b31-000000000a9e | OK | Check for hieradata file | standalone 2025-10-09 14:06:59.737490 | fa163e4f-2491-a7d0-3b31-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:13.366760 | 0.23s 2025-10-09 14:06:59.766350 | fa163e4f-2491-a7d0-3b31-000000000aa0 | TASK | Get existing data 2025-10-09 14:06:59.815448 | fa163e4f-2491-a7d0-3b31-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-09 14:06:59.816622 | fa163e4f-2491-a7d0-3b31-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:13.445895 | 0.05s 2025-10-09 14:06:59.843432 | fa163e4f-2491-a7d0-3b31-000000000aa1 | TASK | Set data fact 2025-10-09 14:06:59.881632 | fa163e4f-2491-a7d0-3b31-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-09 14:06:59.882895 | fa163e4f-2491-a7d0-3b31-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:13.512168 | 0.04s 2025-10-09 14:06:59.910365 | fa163e4f-2491-a7d0-3b31-000000000aa3 | TASK | Write ansible hieradata file 2025-10-09 14:07:00.379610 | fa163e4f-2491-a7d0-3b31-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-09 14:07:00.380975 | fa163e4f-2491-a7d0-3b31-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:14.010249 | 0.47s 2025-10-09 14:07:00.484076 | fa163e4f-2491-a7d0-3b31-0000000000a2 | TIMING | include_tasks | standalone | 0:01:14.113336 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-09 14:07:00.652511 | fa163e4f-2491-a7d0-3b31-0000000000a6 | TASK | Host prep steps 2025-10-09 14:07:00.679383 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000a6') missing from stats 2025-10-09 14:07:00.766740 | fa163e4f-2491-a7d0-3b31-0000000000a7 | TASK | Deploy Artifacts 2025-10-09 14:07:00.898334 | fa163e4f-2491-a7d0-3b31-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-09 14:07:00.899314 | fa163e4f-2491-a7d0-3b31-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:14.528590 | 0.13s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:07:00.952238 | fa163e4f-2491-a7d0-3b31-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.581506 | 0.03s 2025-10-09 14:07:01.137682 | dc0b375f-68ba-43c7-b8d8-897134001092 | INCLUDED | /root/standalone-ansible-h0ecxvss/Standalone/host_prep_tasks.yaml | standalone 2025-10-09 14:07:01.195997 | fa163e4f-2491-a7d0-3b31-000000000b1e | TASK | Run firewall role 2025-10-09 14:07:01.210407 | fa163e4f-2491-a7d0-3b31-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.839668 | 0.01s 2025-10-09 14:07:01.264287 | fa163e4f-2491-a7d0-3b31-000000000c36 | TASK | Gather variables for each operating system 2025-10-09 14:07:01.382641 | fa163e4f-2491-a7d0-3b31-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-09 14:07:01.383857 | fa163e4f-2491-a7d0-3b31-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.013127 | 0.12s 2025-10-09 14:07:01.389750 | fa163e4f-2491-a7d0-3b31-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.019018 | 0.12s 2025-10-09 14:07:01.416661 | fa163e4f-2491-a7d0-3b31-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-09 14:07:04.794891 | fa163e4f-2491-a7d0-3b31-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-09 14:07:04.796261 | fa163e4f-2491-a7d0-3b31-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:18.425535 | 3.38s 2025-10-09 14:07:04.823041 | fa163e4f-2491-a7d0-3b31-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-09 14:07:04.851916 | fa163e4f-2491-a7d0-3b31-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-09 14:07:04.853174 | fa163e4f-2491-a7d0-3b31-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:18.482446 | 0.03s 2025-10-09 14:07:04.880045 | fa163e4f-2491-a7d0-3b31-000000000c3c | TASK | Enable masquerade 2025-10-09 14:07:04.912623 | fa163e4f-2491-a7d0-3b31-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-09 14:07:04.913872 | fa163e4f-2491-a7d0-3b31-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:18.543144 | 0.03s 2025-10-09 14:07:04.941099 | fa163e4f-2491-a7d0-3b31-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-09 14:07:04.973904 | fa163e4f-2491-a7d0-3b31-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-09 14:07:04.975163 | fa163e4f-2491-a7d0-3b31-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:18.604437 | 0.03s 2025-10-09 14:07:05.001307 | fa163e4f-2491-a7d0-3b31-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-09 14:07:05.041358 | fa163e4f-2491-a7d0-3b31-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-09 14:07:05.042956 | fa163e4f-2491-a7d0-3b31-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.672228 | 0.04s 2025-10-09 14:07:05.065363 | fa163e4f-2491-a7d0-3b31-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-09 14:07:05.104023 | fa163e4f-2491-a7d0-3b31-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-09 14:07:05.105034 | fa163e4f-2491-a7d0-3b31-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.734309 | 0.04s 2025-10-09 14:07:05.126450 | fa163e4f-2491-a7d0-3b31-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-09 14:07:05.156421 | fa163e4f-2491-a7d0-3b31-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-09 14:07:05.157359 | fa163e4f-2491-a7d0-3b31-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.786638 | 0.03s 2025-10-09 14:07:05.178632 | fa163e4f-2491-a7d0-3b31-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-09 14:07:05.208295 | fa163e4f-2491-a7d0-3b31-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-09 14:07:05.209233 | fa163e4f-2491-a7d0-3b31-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.838513 | 0.03s 2025-10-09 14:07:05.230278 | fa163e4f-2491-a7d0-3b31-000000000c46 | TASK | Enable LOG rules 2025-10-09 14:07:05.258136 | fa163e4f-2491-a7d0-3b31-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-09 14:07:05.259092 | fa163e4f-2491-a7d0-3b31-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:18.888370 | 0.03s 2025-10-09 14:07:05.280146 | fa163e4f-2491-a7d0-3b31-000000000c47 | TASK | Set rule fact 2025-10-09 14:07:05.377496 | fa163e4f-2491-a7d0-3b31-000000000c47 | OK | Set rule fact | standalone 2025-10-09 14:07:05.379891 | fa163e4f-2491-a7d0-3b31-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:19.009167 | 0.10s 2025-10-09 14:07:05.411633 | fa163e4f-2491-a7d0-3b31-000000000c48 | TASK | Manage rules via nftables 2025-10-09 14:07:05.441677 | fa163e4f-2491-a7d0-3b31-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:19.070942 | 0.03s 2025-10-09 14:07:05.528940 | fa163e4f-2491-a7d0-3b31-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.158196 | 0.03s 2025-10-09 14:07:05.551895 | c1ffbacf-7bb5-4b4c-84a1-dffc7d0f8c07 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-09 14:07:05.579840 | fa163e4f-2491-a7d0-3b31-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-09 14:07:05.932228 | fa163e4f-2491-a7d0-3b31-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-09 14:07:05.935095 | fa163e4f-2491-a7d0-3b31-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.564362 | 0.35s 2025-10-09 14:07:06.295747 | fa163e4f-2491-a7d0-3b31-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-09 14:07:06.297174 | fa163e4f-2491-a7d0-3b31-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.926450 | 0.72s 2025-10-09 14:07:06.307494 | fa163e4f-2491-a7d0-3b31-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.936759 | 0.73s 2025-10-09 14:07:06.337673 | fa163e4f-2491-a7d0-3b31-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-09 14:07:07.050948 | fa163e4f-2491-a7d0-3b31-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-09 14:07:07.052785 | fa163e4f-2491-a7d0-3b31-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.682057 | 0.71s 2025-10-09 14:07:07.081244 | fa163e4f-2491-a7d0-3b31-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-09 14:07:07.123383 | fa163e4f-2491-a7d0-3b31-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-09 14:07:07.124726 | fa163e4f-2491-a7d0-3b31-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:20.753995 | 0.04s 2025-10-09 14:07:07.180384 | fa163e4f-2491-a7d0-3b31-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.809649 | 0.03s 2025-10-09 14:07:07.209673 | c9066f3f-21e9-48e3-83cd-8f0ff67a3361 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-09 14:07:07.250046 | fa163e4f-2491-a7d0-3b31-000000000d40 | TASK | Push empty ruleset 2025-10-09 14:07:07.662623 | fa163e4f-2491-a7d0-3b31-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-09 14:07:07.664032 | fa163e4f-2491-a7d0-3b31-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.293302 | 0.41s 2025-10-09 14:07:07.691369 | fa163e4f-2491-a7d0-3b31-000000000d41 | TASK | Load empty ruleset 2025-10-09 14:07:07.946956 | fa163e4f-2491-a7d0-3b31-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-09 14:07:07.948532 | fa163e4f-2491-a7d0-3b31-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.577804 | 0.26s 2025-10-09 14:07:07.975706 | fa163e4f-2491-a7d0-3b31-000000000d43 | TASK | Use default rules 2025-10-09 14:07:08.063742 | fa163e4f-2491-a7d0-3b31-000000000d43 | OK | Use default rules | standalone 2025-10-09 14:07:08.067342 | fa163e4f-2491-a7d0-3b31-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:21.696609 | 0.09s 2025-10-09 14:07:08.106784 | fa163e4f-2491-a7d0-3b31-000000000d44 | TASK | Enable LOG rules 2025-10-09 14:07:08.198779 | fa163e4f-2491-a7d0-3b31-000000000d44 | OK | Enable LOG rules | standalone 2025-10-09 14:07:08.203002 | fa163e4f-2491-a7d0-3b31-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:21.832269 | 0.09s 2025-10-09 14:07:08.237289 | fa163e4f-2491-a7d0-3b31-000000000d46 | TASK | Get current nftables content 2025-10-09 14:07:08.461500 | fa163e4f-2491-a7d0-3b31-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-09 14:07:08.462649 | fa163e4f-2491-a7d0-3b31-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:22.091925 | 0.22s 2025-10-09 14:07:08.484760 | fa163e4f-2491-a7d0-3b31-000000000d48 | TASK | Generate chain jumps 2025-10-09 14:07:08.929722 | fa163e4f-2491-a7d0-3b31-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-09 14:07:08.931150 | fa163e4f-2491-a7d0-3b31-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.560424 | 0.45s 2025-10-09 14:07:08.957865 | fa163e4f-2491-a7d0-3b31-000000000d49 | TASK | Generate chain jumps 2025-10-09 14:07:09.500231 | fa163e4f-2491-a7d0-3b31-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-09 14:07:09.501589 | fa163e4f-2491-a7d0-3b31-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.130862 | 0.54s 2025-10-09 14:07:09.528380 | fa163e4f-2491-a7d0-3b31-000000000d4a | TASK | Generate nft flushes 2025-10-09 14:07:10.007168 | fa163e4f-2491-a7d0-3b31-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-09 14:07:10.008725 | fa163e4f-2491-a7d0-3b31-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:23.637996 | 0.48s 2025-10-09 14:07:10.036537 | fa163e4f-2491-a7d0-3b31-000000000d4b | TASK | Generate nft tripleo chains 2025-10-09 14:07:10.431215 | fa163e4f-2491-a7d0-3b31-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-09 14:07:10.432677 | fa163e4f-2491-a7d0-3b31-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.061950 | 0.39s 2025-10-09 14:07:10.460438 | fa163e4f-2491-a7d0-3b31-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-09 14:07:11.951517 | fa163e4f-2491-a7d0-3b31-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-09 14:07:11.952278 | fa163e4f-2491-a7d0-3b31-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.581562 | 1.49s 2025-10-09 14:07:11.970571 | fa163e4f-2491-a7d0-3b31-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-09 14:07:12.484124 | fa163e4f-2491-a7d0-3b31-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-09 14:07:12.485414 | fa163e4f-2491-a7d0-3b31-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.114660 | 0.51s 2025-10-09 14:07:12.512325 | fa163e4f-2491-a7d0-3b31-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-09 14:07:12.761956 | fa163e4f-2491-a7d0-3b31-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-09 14:07:12.762668 | fa163e4f-2491-a7d0-3b31-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:26.391951 | 0.25s 2025-10-09 14:07:12.795919 | fa163e4f-2491-a7d0-3b31-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.425199 | 0.02s 2025-10-09 14:07:12.805019 | 0810bd80-9dbc-447d-96e6-2f91403cf2be | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-09 14:07:12.843556 | fa163e4f-2491-a7d0-3b31-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-09 14:07:13.070467 | fa163e4f-2491-a7d0-3b31-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-09 14:07:13.071732 | fa163e4f-2491-a7d0-3b31-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.701005 | 0.23s 2025-10-09 14:07:13.098262 | fa163e4f-2491-a7d0-3b31-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-09 14:07:13.404274 | fa163e4f-2491-a7d0-3b31-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-09 14:07:13.407782 | fa163e4f-2491-a7d0-3b31-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.037052 | 0.31s 2025-10-09 14:07:13.487518 | fa163e4f-2491-a7d0-3b31-000000000b1f | TASK | create persistent logs directory 2025-10-09 14:07:13.741242 | fa163e4f-2491-a7d0-3b31-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-09 14:07:13.743989 | fa163e4f-2491-a7d0-3b31-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.373257 | 0.26s 2025-10-09 14:07:13.942052 | fa163e4f-2491-a7d0-3b31-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-09 14:07:13.943217 | fa163e4f-2491-a7d0-3b31-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.572492 | 0.45s 2025-10-09 14:07:13.950522 | fa163e4f-2491-a7d0-3b31-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.579790 | 0.46s 2025-10-09 14:07:13.976902 | fa163e4f-2491-a7d0-3b31-000000000b20 | TASK | create persistent directories 2025-10-09 14:07:14.202682 | fa163e4f-2491-a7d0-3b31-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-09 14:07:14.204054 | fa163e4f-2491-a7d0-3b31-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.833326 | 0.23s 2025-10-09 14:07:14.215725 | fa163e4f-2491-a7d0-3b31-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.845001 | 0.24s 2025-10-09 14:07:14.236493 | fa163e4f-2491-a7d0-3b31-000000000b21 | TASK | create persistent directories 2025-10-09 14:07:14.479893 | fa163e4f-2491-a7d0-3b31-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-09 14:07:14.481450 | fa163e4f-2491-a7d0-3b31-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.110718 | 0.24s 2025-10-09 14:07:14.699521 | fa163e4f-2491-a7d0-3b31-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-09 14:07:14.700999 | fa163e4f-2491-a7d0-3b31-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.330273 | 0.46s 2025-10-09 14:07:14.711211 | fa163e4f-2491-a7d0-3b31-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.340489 | 0.47s 2025-10-09 14:07:14.736740 | fa163e4f-2491-a7d0-3b31-000000000b22 | TASK | create persistent directories 2025-10-09 14:07:14.943675 | fa163e4f-2491-a7d0-3b31-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-09 14:07:14.945303 | fa163e4f-2491-a7d0-3b31-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.574570 | 0.21s 2025-10-09 14:07:15.141243 | fa163e4f-2491-a7d0-3b31-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-09 14:07:15.142981 | fa163e4f-2491-a7d0-3b31-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.772257 | 0.40s 2025-10-09 14:07:15.153722 | fa163e4f-2491-a7d0-3b31-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.782992 | 0.42s 2025-10-09 14:07:15.180461 | fa163e4f-2491-a7d0-3b31-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-09 14:07:16.202618 | fa163e4f-2491-a7d0-3b31-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-09 14:07:16.203881 | fa163e4f-2491-a7d0-3b31-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:29.833161 | 1.02s 2025-10-09 14:07:16.224220 | fa163e4f-2491-a7d0-3b31-000000000b24 | TASK | create persistent directories 2025-10-09 14:07:16.467708 | fa163e4f-2491-a7d0-3b31-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-09 14:07:16.469047 | fa163e4f-2491-a7d0-3b31-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.098317 | 0.24s 2025-10-09 14:07:16.475361 | fa163e4f-2491-a7d0-3b31-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.104631 | 0.25s 2025-10-09 14:07:16.496306 | fa163e4f-2491-a7d0-3b31-000000000b25 | TASK | create persistent directories 2025-10-09 14:07:16.778165 | fa163e4f-2491-a7d0-3b31-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-09 14:07:16.780502 | fa163e4f-2491-a7d0-3b31-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.409770 | 0.28s 2025-10-09 14:07:17.001093 | fa163e4f-2491-a7d0-3b31-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-09 14:07:17.002882 | fa163e4f-2491-a7d0-3b31-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.632157 | 0.51s 2025-10-09 14:07:17.013470 | fa163e4f-2491-a7d0-3b31-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.642747 | 0.52s 2025-10-09 14:07:17.039432 | fa163e4f-2491-a7d0-3b31-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-09 14:07:18.328642 | fa163e4f-2491-a7d0-3b31-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-09 14:07:18.330187 | fa163e4f-2491-a7d0-3b31-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.959458 | 1.29s 2025-10-09 14:07:18.356322 | fa163e4f-2491-a7d0-3b31-000000000b27 | TASK | create persistent directories 2025-10-09 14:07:18.600357 | fa163e4f-2491-a7d0-3b31-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-09 14:07:18.602920 | fa163e4f-2491-a7d0-3b31-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.232183 | 0.24s 2025-10-09 14:07:18.857266 | fa163e4f-2491-a7d0-3b31-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-09 14:07:18.859106 | fa163e4f-2491-a7d0-3b31-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.488381 | 0.50s 2025-10-09 14:07:18.869631 | fa163e4f-2491-a7d0-3b31-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.498901 | 0.51s 2025-10-09 14:07:18.896239 | fa163e4f-2491-a7d0-3b31-000000000b28 | TASK | ensure ceph configurations exist 2025-10-09 14:07:19.093864 | fa163e4f-2491-a7d0-3b31-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-09 14:07:19.095447 | fa163e4f-2491-a7d0-3b31-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.724713 | 0.20s 2025-10-09 14:07:19.121354 | fa163e4f-2491-a7d0-3b31-000000000b29 | TASK | create persistent directories 2025-10-09 14:07:19.368568 | fa163e4f-2491-a7d0-3b31-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-09 14:07:19.370032 | fa163e4f-2491-a7d0-3b31-000000000b29 | TIMING | create persistent directories | standalone | 0:01:32.999302 | 0.25s 2025-10-09 14:07:19.377304 | fa163e4f-2491-a7d0-3b31-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.006567 | 0.25s 2025-10-09 14:07:19.399451 | fa163e4f-2491-a7d0-3b31-000000000b2b | TASK | Create cinder image conversion directory 2025-10-09 14:07:19.426665 | fa163e4f-2491-a7d0-3b31-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-09 14:07:19.427440 | fa163e4f-2491-a7d0-3b31-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:33.056718 | 0.03s 2025-10-09 14:07:19.454003 | fa163e4f-2491-a7d0-3b31-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-09 14:07:19.475382 | fa163e4f-2491-a7d0-3b31-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-09 14:07:19.476705 | fa163e4f-2491-a7d0-3b31-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.105975 | 0.02s 2025-10-09 14:07:19.504522 | fa163e4f-2491-a7d0-3b31-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-09 14:07:19.534755 | fa163e4f-2491-a7d0-3b31-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-09 14:07:19.536044 | fa163e4f-2491-a7d0-3b31-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.165316 | 0.03s 2025-10-09 14:07:19.560906 | fa163e4f-2491-a7d0-3b31-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-09 14:07:19.591195 | fa163e4f-2491-a7d0-3b31-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-09 14:07:19.592458 | fa163e4f-2491-a7d0-3b31-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:33.221729 | 0.03s 2025-10-09 14:07:19.617829 | fa163e4f-2491-a7d0-3b31-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-09 14:07:19.650298 | fa163e4f-2491-a7d0-3b31-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-09 14:07:19.651474 | fa163e4f-2491-a7d0-3b31-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:33.280746 | 0.03s 2025-10-09 14:07:19.676520 | fa163e4f-2491-a7d0-3b31-000000000b32 | TASK | Get or create LVM loopback device 2025-10-09 14:07:19.707818 | fa163e4f-2491-a7d0-3b31-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-09 14:07:19.708879 | fa163e4f-2491-a7d0-3b31-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:33.338153 | 0.03s 2025-10-09 14:07:19.733729 | fa163e4f-2491-a7d0-3b31-000000000b33 | TASK | Create LVM volume group 2025-10-09 14:07:19.772780 | fa163e4f-2491-a7d0-3b31-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-09 14:07:19.773813 | fa163e4f-2491-a7d0-3b31-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:33.403086 | 0.04s 2025-10-09 14:07:19.799095 | fa163e4f-2491-a7d0-3b31-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-09 14:07:19.837794 | fa163e4f-2491-a7d0-3b31-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-09 14:07:19.838883 | fa163e4f-2491-a7d0-3b31-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:33.468156 | 0.04s 2025-10-09 14:07:19.864541 | fa163e4f-2491-a7d0-3b31-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-09 14:07:19.893613 | fa163e4f-2491-a7d0-3b31-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-09 14:07:19.894687 | fa163e4f-2491-a7d0-3b31-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:33.523959 | 0.03s 2025-10-09 14:07:19.919608 | fa163e4f-2491-a7d0-3b31-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-09 14:07:20.864008 | fa163e4f-2491-a7d0-3b31-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-09 14:07:20.865577 | fa163e4f-2491-a7d0-3b31-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:34.494851 | 0.94s 2025-10-09 14:07:20.891294 | fa163e4f-2491-a7d0-3b31-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-09 14:07:22.892040 | fa163e4f-2491-a7d0-3b31-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-09 14:07:22.893588 | fa163e4f-2491-a7d0-3b31-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:36.522861 | 2.00s 2025-10-09 14:07:22.946918 | fa163e4f-2491-a7d0-3b31-000000000b3a | OK | set_fact | standalone 2025-10-09 14:07:22.948087 | fa163e4f-2491-a7d0-3b31-000000000b3a | TIMING | set_fact | standalone | 0:01:36.577362 | 0.03s 2025-10-09 14:07:23.000206 | fa163e4f-2491-a7d0-3b31-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:36.629469 | 0.03s 2025-10-09 14:07:23.058136 | fa163e4f-2491-a7d0-3b31-000000000f04 | TASK | ensure apache is installed 2025-10-09 14:07:29.273920 | fa163e4f-2491-a7d0-3b31-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-09 14:07:29.275082 | fa163e4f-2491-a7d0-3b31-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:42.904353 | 6.22s 2025-10-09 14:07:29.302661 | fa163e4f-2491-a7d0-3b31-000000000f05 | TASK | create image data directory 2025-10-09 14:07:29.527321 | fa163e4f-2491-a7d0-3b31-000000000f05 | CHANGED | create image data directory | standalone 2025-10-09 14:07:29.528688 | fa163e4f-2491-a7d0-3b31-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:43.157961 | 0.22s 2025-10-09 14:07:29.554983 | fa163e4f-2491-a7d0-3b31-000000000f06 | TASK | create /v2/ response file 2025-10-09 14:07:30.020068 | fa163e4f-2491-a7d0-3b31-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-09 14:07:30.021514 | fa163e4f-2491-a7d0-3b31-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:43.650788 | 0.46s 2025-10-09 14:07:30.047522 | fa163e4f-2491-a7d0-3b31-000000000f07 | TASK | Add listen line 2025-10-09 14:07:30.420885 | fa163e4f-2491-a7d0-3b31-000000000f07 | CHANGED | Add listen line | standalone 2025-10-09 14:07:30.422237 | fa163e4f-2491-a7d0-3b31-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:44.051509 | 0.37s 2025-10-09 14:07:30.449211 | fa163e4f-2491-a7d0-3b31-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-09 14:07:30.927454 | fa163e4f-2491-a7d0-3b31-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-09 14:07:30.928810 | fa163e4f-2491-a7d0-3b31-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:44.558082 | 0.48s 2025-10-09 14:07:30.955369 | fa163e4f-2491-a7d0-3b31-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-09 14:07:31.927317 | fa163e4f-2491-a7d0-3b31-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-09 14:07:31.929180 | fa163e4f-2491-a7d0-3b31-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:45.558455 | 0.97s 2025-10-09 14:07:31.978966 | fa163e4f-2491-a7d0-3b31-000000000b3d | TASK | create persistent logs directory 2025-10-09 14:07:32.221441 | fa163e4f-2491-a7d0-3b31-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-09 14:07:32.223960 | fa163e4f-2491-a7d0-3b31-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.853227 | 0.24s 2025-10-09 14:07:32.423697 | fa163e4f-2491-a7d0-3b31-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-09 14:07:32.425449 | fa163e4f-2491-a7d0-3b31-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.054720 | 0.45s 2025-10-09 14:07:32.436081 | fa163e4f-2491-a7d0-3b31-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.065354 | 0.46s 2025-10-09 14:07:32.461902 | fa163e4f-2491-a7d0-3b31-000000000b3e | TASK | Mount NFS on host 2025-10-09 14:07:32.482980 | fa163e4f-2491-a7d0-3b31-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-09 14:07:32.484085 | fa163e4f-2491-a7d0-3b31-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:46.113358 | 0.02s 2025-10-09 14:07:32.508757 | fa163e4f-2491-a7d0-3b31-000000000b3f | TASK | Mount Node Staging Location 2025-10-09 14:07:32.536208 | fa163e4f-2491-a7d0-3b31-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-09 14:07:32.537224 | fa163e4f-2491-a7d0-3b31-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:46.166499 | 0.03s 2025-10-09 14:07:32.561932 | fa163e4f-2491-a7d0-3b31-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-09 14:07:32.827747 | fa163e4f-2491-a7d0-3b31-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-09 14:07:32.829131 | fa163e4f-2491-a7d0-3b31-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:46.458403 | 0.27s 2025-10-09 14:07:32.854195 | fa163e4f-2491-a7d0-3b31-000000000b41 | TASK | create logs directory 2025-10-09 14:07:33.110605 | fa163e4f-2491-a7d0-3b31-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-09 14:07:33.112166 | fa163e4f-2491-a7d0-3b31-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.741435 | 0.26s 2025-10-09 14:07:33.325683 | fa163e4f-2491-a7d0-3b31-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-09 14:07:33.327082 | fa163e4f-2491-a7d0-3b31-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.956359 | 0.47s 2025-10-09 14:07:33.337324 | fa163e4f-2491-a7d0-3b31-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.966603 | 0.48s 2025-10-09 14:07:33.363736 | fa163e4f-2491-a7d0-3b31-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-09 14:07:33.392024 | fa163e4f-2491-a7d0-3b31-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-09 14:07:33.393251 | fa163e4f-2491-a7d0-3b31-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:47.022522 | 0.03s 2025-10-09 14:07:33.418853 | fa163e4f-2491-a7d0-3b31-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-09 14:07:33.643053 | fa163e4f-2491-a7d0-3b31-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-09 14:07:33.644441 | fa163e4f-2491-a7d0-3b31-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:47.273714 | 0.22s 2025-10-09 14:07:33.670177 | fa163e4f-2491-a7d0-3b31-000000000b44 | TASK | create persistent directories 2025-10-09 14:07:33.897011 | fa163e4f-2491-a7d0-3b31-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-09 14:07:33.898339 | fa163e4f-2491-a7d0-3b31-000000000b44 | TIMING | create persistent directories | standalone | 0:01:47.527611 | 0.23s 2025-10-09 14:07:33.904374 | fa163e4f-2491-a7d0-3b31-000000000b44 | TIMING | create persistent directories | standalone | 0:01:47.533652 | 0.23s 2025-10-09 14:07:33.929992 | fa163e4f-2491-a7d0-3b31-000000000b45 | TASK | create persistent data directory 2025-10-09 14:07:34.164210 | fa163e4f-2491-a7d0-3b31-000000000b45 | OK | create persistent data directory | standalone 2025-10-09 14:07:34.165652 | fa163e4f-2491-a7d0-3b31-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:47.794925 | 0.23s 2025-10-09 14:07:34.191323 | fa163e4f-2491-a7d0-3b31-000000000b46 | TASK | get parameters 2025-10-09 14:07:34.232133 | fa163e4f-2491-a7d0-3b31-000000000b46 | OK | get parameters | standalone 2025-10-09 14:07:34.233436 | fa163e4f-2491-a7d0-3b31-000000000b46 | TIMING | get parameters | standalone | 0:01:47.862708 | 0.04s 2025-10-09 14:07:34.259649 | fa163e4f-2491-a7d0-3b31-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-09 14:07:34.303798 | fa163e4f-2491-a7d0-3b31-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-09 14:07:34.305168 | fa163e4f-2491-a7d0-3b31-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:47.934439 | 0.04s 2025-10-09 14:07:34.331341 | fa163e4f-2491-a7d0-3b31-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-09 14:07:34.374639 | fa163e4f-2491-a7d0-3b31-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-09 14:07:34.375934 | fa163e4f-2491-a7d0-3b31-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:48.005203 | 0.04s 2025-10-09 14:07:34.401597 | fa163e4f-2491-a7d0-3b31-000000000b4a | TASK | get haproxy status 2025-10-09 14:07:34.446070 | fa163e4f-2491-a7d0-3b31-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-09 14:07:34.447332 | fa163e4f-2491-a7d0-3b31-000000000b4a | TIMING | get haproxy status | standalone | 0:01:48.076603 | 0.04s 2025-10-09 14:07:34.472781 | fa163e4f-2491-a7d0-3b31-000000000b4b | TASK | get pacemaker status 2025-10-09 14:07:34.522300 | fa163e4f-2491-a7d0-3b31-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-09 14:07:34.523270 | fa163e4f-2491-a7d0-3b31-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:48.152550 | 0.05s 2025-10-09 14:07:34.544030 | fa163e4f-2491-a7d0-3b31-000000000b4c | TASK | get docker status 2025-10-09 14:07:34.591944 | fa163e4f-2491-a7d0-3b31-000000000b4c | SKIPPED | get docker status | standalone 2025-10-09 14:07:34.592981 | fa163e4f-2491-a7d0-3b31-000000000b4c | TIMING | get docker status | standalone | 0:01:48.222258 | 0.05s 2025-10-09 14:07:34.613737 | fa163e4f-2491-a7d0-3b31-000000000b4d | TASK | get container_id 2025-10-09 14:07:34.660935 | fa163e4f-2491-a7d0-3b31-000000000b4d | SKIPPED | get container_id | standalone 2025-10-09 14:07:34.661989 | fa163e4f-2491-a7d0-3b31-000000000b4d | TIMING | get container_id | standalone | 0:01:48.291262 | 0.05s 2025-10-09 14:07:34.687485 | fa163e4f-2491-a7d0-3b31-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-09 14:07:34.737090 | fa163e4f-2491-a7d0-3b31-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-09 14:07:34.738271 | fa163e4f-2491-a7d0-3b31-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:48.367539 | 0.05s 2025-10-09 14:07:34.765420 | fa163e4f-2491-a7d0-3b31-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-09 14:07:34.816251 | fa163e4f-2491-a7d0-3b31-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-09 14:07:34.817354 | fa163e4f-2491-a7d0-3b31-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:48.446627 | 0.05s 2025-10-09 14:07:34.841781 | fa163e4f-2491-a7d0-3b31-000000000b50 | TASK | push certificate content 2025-10-09 14:07:34.891310 | fa163e4f-2491-a7d0-3b31-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-09 14:07:34.892485 | fa163e4f-2491-a7d0-3b31-000000000b50 | TIMING | push certificate content | standalone | 0:01:48.521758 | 0.05s 2025-10-09 14:07:34.918250 | fa163e4f-2491-a7d0-3b31-000000000b52 | TASK | set certificate ownership 2025-10-09 14:07:34.968311 | fa163e4f-2491-a7d0-3b31-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-09 14:07:34.969676 | fa163e4f-2491-a7d0-3b31-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:48.598943 | 0.05s 2025-10-09 14:07:34.996106 | fa163e4f-2491-a7d0-3b31-000000000b53 | TASK | reload haproxy if enabled 2025-10-09 14:07:35.046709 | fa163e4f-2491-a7d0-3b31-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-09 14:07:35.047862 | fa163e4f-2491-a7d0-3b31-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:48.677134 | 0.05s 2025-10-09 14:07:35.073193 | fa163e4f-2491-a7d0-3b31-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-09 14:07:35.116235 | fa163e4f-2491-a7d0-3b31-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-09 14:07:35.117447 | fa163e4f-2491-a7d0-3b31-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:48.746718 | 0.04s 2025-10-09 14:07:35.142668 | fa163e4f-2491-a7d0-3b31-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-09 14:07:35.192454 | fa163e4f-2491-a7d0-3b31-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-09 14:07:35.194734 | fa163e4f-2491-a7d0-3b31-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:48.824008 | 0.05s 2025-10-09 14:07:35.219277 | fa163e4f-2491-a7d0-3b31-000000000b58 | TASK | create persistent directories 2025-10-09 14:07:35.490447 | fa163e4f-2491-a7d0-3b31-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-09 14:07:35.492161 | fa163e4f-2491-a7d0-3b31-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.121389 | 0.27s 2025-10-09 14:07:35.717548 | fa163e4f-2491-a7d0-3b31-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-09 14:07:35.719096 | fa163e4f-2491-a7d0-3b31-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.348372 | 0.50s 2025-10-09 14:07:35.728961 | fa163e4f-2491-a7d0-3b31-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.358238 | 0.51s 2025-10-09 14:07:35.746881 | fa163e4f-2491-a7d0-3b31-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-09 14:07:40.866470 | fa163e4f-2491-a7d0-3b31-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-09 14:07:40.867871 | fa163e4f-2491-a7d0-3b31-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:54.497145 | 5.12s 2025-10-09 14:07:40.892723 | fa163e4f-2491-a7d0-3b31-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-09 14:07:40.973065 | fa163e4f-2491-a7d0-3b31-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.71 seconds", "Notice: Applied catalog in 0.23 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.22", " Catalog application: 0.23", " Config retrieval: 0.79", " Last run: 1760018860", " Total: 0.23", "Version:", " Config: 1760018859", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-10-09 14:07:40.974363 | fa163e4f-2491-a7d0-3b31-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:54.603635 | 0.08s 2025-10-09 14:07:40.999557 | fa163e4f-2491-a7d0-3b31-000000000b5b | TASK | create persistent directories 2025-10-09 14:07:41.248828 | fa163e4f-2491-a7d0-3b31-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-09 14:07:41.250339 | fa163e4f-2491-a7d0-3b31-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.879608 | 0.25s 2025-10-09 14:07:41.410254 | fa163e4f-2491-a7d0-3b31-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-09 14:07:41.412113 | fa163e4f-2491-a7d0-3b31-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.041387 | 0.41s 2025-10-09 14:07:41.422598 | fa163e4f-2491-a7d0-3b31-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.051868 | 0.42s 2025-10-09 14:07:41.449758 | fa163e4f-2491-a7d0-3b31-000000000b5c | TASK | create persistent directories 2025-10-09 14:07:41.722345 | fa163e4f-2491-a7d0-3b31-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-09 14:07:41.724720 | fa163e4f-2491-a7d0-3b31-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.353986 | 0.27s 2025-10-09 14:07:41.972616 | fa163e4f-2491-a7d0-3b31-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-09 14:07:41.974233 | fa163e4f-2491-a7d0-3b31-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.603509 | 0.52s 2025-10-09 14:07:41.984031 | fa163e4f-2491-a7d0-3b31-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.613316 | 0.53s 2025-10-09 14:07:42.010218 | fa163e4f-2491-a7d0-3b31-000000000b5d | TASK | create persistent directories 2025-10-09 14:07:42.262530 | fa163e4f-2491-a7d0-3b31-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-09 14:07:42.263799 | fa163e4f-2491-a7d0-3b31-000000000b5d | TIMING | create persistent directories | standalone | 0:01:55.893076 | 0.25s 2025-10-09 14:07:42.273632 | fa163e4f-2491-a7d0-3b31-000000000b5d | TIMING | create persistent directories | standalone | 0:01:55.902918 | 0.26s 2025-10-09 14:07:42.291413 | fa163e4f-2491-a7d0-3b31-000000000b5e | TASK | create persistent directories 2025-10-09 14:07:42.543319 | fa163e4f-2491-a7d0-3b31-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-09 14:07:42.545723 | fa163e4f-2491-a7d0-3b31-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.174990 | 0.25s 2025-10-09 14:07:42.766919 | fa163e4f-2491-a7d0-3b31-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-09 14:07:42.767644 | fa163e4f-2491-a7d0-3b31-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.396926 | 0.47s 2025-10-09 14:07:42.960176 | fa163e4f-2491-a7d0-3b31-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-09 14:07:42.960950 | fa163e4f-2491-a7d0-3b31-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.590232 | 0.67s 2025-10-09 14:07:43.178613 | fa163e4f-2491-a7d0-3b31-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-09 14:07:43.179550 | fa163e4f-2491-a7d0-3b31-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.808828 | 0.89s 2025-10-09 14:07:43.192651 | fa163e4f-2491-a7d0-3b31-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.821919 | 0.90s 2025-10-09 14:07:43.219705 | fa163e4f-2491-a7d0-3b31-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-09 14:07:43.611436 | fa163e4f-2491-a7d0-3b31-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-09 14:07:43.612806 | fa163e4f-2491-a7d0-3b31-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:57.242078 | 0.39s 2025-10-09 14:07:43.638089 | fa163e4f-2491-a7d0-3b31-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-09 14:07:44.895696 | fa163e4f-2491-a7d0-3b31-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-09 14:07:44.898312 | fa163e4f-2491-a7d0-3b31-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:58.527492 | 1.26s 2025-10-09 14:07:46.189361 | fa163e4f-2491-a7d0-3b31-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-09 14:07:46.191792 | fa163e4f-2491-a7d0-3b31-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.821054 | 2.55s 2025-10-09 14:07:47.473007 | fa163e4f-2491-a7d0-3b31-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-09 14:07:47.474830 | fa163e4f-2491-a7d0-3b31-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.104105 | 3.84s 2025-10-09 14:07:47.484369 | fa163e4f-2491-a7d0-3b31-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.113653 | 3.85s 2025-10-09 14:07:47.504369 | fa163e4f-2491-a7d0-3b31-000000000b61 | TASK | create persistent directories 2025-10-09 14:07:47.755168 | fa163e4f-2491-a7d0-3b31-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-09 14:07:47.756019 | fa163e4f-2491-a7d0-3b31-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.385301 | 0.25s 2025-10-09 14:07:48.004558 | fa163e4f-2491-a7d0-3b31-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-09 14:07:48.005592 | fa163e4f-2491-a7d0-3b31-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.634869 | 0.50s 2025-10-09 14:07:48.210300 | fa163e4f-2491-a7d0-3b31-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-09 14:07:48.211737 | fa163e4f-2491-a7d0-3b31-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.841015 | 0.71s 2025-10-09 14:07:48.222865 | fa163e4f-2491-a7d0-3b31-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.852142 | 0.72s 2025-10-09 14:07:48.249872 | fa163e4f-2491-a7d0-3b31-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-09 14:07:48.442764 | fa163e4f-2491-a7d0-3b31-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-09 14:07:48.443970 | fa163e4f-2491-a7d0-3b31-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:02.073244 | 0.19s 2025-10-09 14:07:48.469563 | fa163e4f-2491-a7d0-3b31-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-09 14:07:48.500195 | fa163e4f-2491-a7d0-3b31-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-09 14:07:48.501597 | fa163e4f-2491-a7d0-3b31-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:02.130866 | 0.03s 2025-10-09 14:07:48.527684 | fa163e4f-2491-a7d0-3b31-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-09 14:07:48.770992 | fa163e4f-2491-a7d0-3b31-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-09 14:07:48.771849 | fa163e4f-2491-a7d0-3b31-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:02.401131 | 0.24s 2025-10-09 14:07:48.789211 | fa163e4f-2491-a7d0-3b31-000000000b65 | TASK | Stop iscsi.service 2025-10-09 14:07:48.826236 | fa163e4f-2491-a7d0-3b31-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-09 14:07:48.827097 | fa163e4f-2491-a7d0-3b31-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:02.456377 | 0.04s 2025-10-09 14:07:48.873346 | fa163e4f-2491-a7d0-3b31-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:02.502610 | 0.02s 2025-10-09 14:07:48.966048 | fa163e4f-2491-a7d0-3b31-000000001067 | TASK | Install additional packages 2025-10-09 14:07:48.990744 | fa163e4f-2491-a7d0-3b31-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:02.620023 | 0.02s 2025-10-09 14:07:49.008278 | fa163e4f-2491-a7d0-3b31-000000001068 | TASK | Remove dracut-config-generic 2025-10-09 14:07:52.879199 | fa163e4f-2491-a7d0-3b31-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-09 14:07:52.880593 | fa163e4f-2491-a7d0-3b31-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:06.509864 | 3.87s 2025-10-09 14:07:52.901512 | fa163e4f-2491-a7d0-3b31-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-09 14:07:53.131289 | fa163e4f-2491-a7d0-3b31-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-09 14:07:53.132418 | fa163e4f-2491-a7d0-3b31-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:06.761676 | 0.23s 2025-10-09 14:07:53.152911 | fa163e4f-2491-a7d0-3b31-00000000106a | TASK | Write list of modules to load at boot 2025-10-09 14:07:53.530439 | fa163e4f-2491-a7d0-3b31-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-09 14:07:53.531501 | fa163e4f-2491-a7d0-3b31-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:07.160779 | 0.38s 2025-10-09 14:07:53.552286 | fa163e4f-2491-a7d0-3b31-00000000106b | TASK | Modules reload 2025-10-09 14:07:54.033944 | fa163e4f-2491-a7d0-3b31-00000000106b | CHANGED | Modules reload | standalone 2025-10-09 14:07:54.035824 | fa163e4f-2491-a7d0-3b31-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:07.665097 | 0.48s 2025-10-09 14:07:54.062695 | fa163e4f-2491-a7d0-3b31-00000000106c | TASK | Set default sysctl options 2025-10-09 14:07:54.546438 | fa163e4f-2491-a7d0-3b31-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-09 14:07:54.547774 | fa163e4f-2491-a7d0-3b31-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:08.177048 | 0.48s 2025-10-09 14:07:54.573763 | fa163e4f-2491-a7d0-3b31-00000000106d | TASK | Set extra sysctl options 2025-10-09 14:07:55.023714 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-09 14:07:55.026438 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.655675 | 0.45s 2025-10-09 14:07:55.266766 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-09 14:07:55.269024 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.898299 | 0.69s 2025-10-09 14:07:55.502139 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-09 14:07:55.503704 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.132981 | 0.93s 2025-10-09 14:07:55.689233 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-09 14:07:55.691069 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.320339 | 1.12s 2025-10-09 14:07:55.878271 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-09 14:07:55.879234 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.508511 | 1.30s 2025-10-09 14:07:56.068244 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-09 14:07:56.069972 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.699246 | 1.49s 2025-10-09 14:07:56.316819 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-09 14:07:56.318503 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.947779 | 1.74s 2025-10-09 14:07:56.553476 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-09 14:07:56.555107 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.184384 | 1.98s 2025-10-09 14:07:56.751116 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-09 14:07:56.752126 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.381402 | 2.18s 2025-10-09 14:07:56.959248 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-09 14:07:56.960829 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.590106 | 2.39s 2025-10-09 14:07:57.151638 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-09 14:07:57.153714 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.782983 | 2.58s 2025-10-09 14:07:57.341073 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-09 14:07:57.342111 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.971387 | 2.77s 2025-10-09 14:07:57.556327 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-09 14:07:57.557332 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.186609 | 2.98s 2025-10-09 14:07:57.774464 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-09 14:07:57.776094 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.405370 | 3.20s 2025-10-09 14:07:58.035443 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-09 14:07:58.036426 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.665677 | 3.46s 2025-10-09 14:07:58.276757 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-09 14:07:58.277600 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.906881 | 3.70s 2025-10-09 14:07:58.523166 | fa163e4f-2491-a7d0-3b31-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-09 14:07:58.523945 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.153226 | 3.95s 2025-10-09 14:07:58.530586 | fa163e4f-2491-a7d0-3b31-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.159855 | 3.95s 2025-10-09 14:07:58.559602 | fa163e4f-2491-a7d0-3b31-00000000106f | TASK | Sysctl reload 2025-10-09 14:07:58.970879 | fa163e4f-2491-a7d0-3b31-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-09 14:07:58.972169 | fa163e4f-2491-a7d0-3b31-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:12.601447 | 0.41s 2025-10-09 14:07:59.011006 | fa163e4f-2491-a7d0-3b31-000000000b67 | TASK | create persistent directories 2025-10-09 14:07:59.270068 | fa163e4f-2491-a7d0-3b31-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-09 14:07:59.273075 | fa163e4f-2491-a7d0-3b31-000000000b67 | TIMING | create persistent directories | standalone | 0:02:12.902330 | 0.26s 2025-10-09 14:07:59.475961 | fa163e4f-2491-a7d0-3b31-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-09 14:07:59.477650 | fa163e4f-2491-a7d0-3b31-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.106926 | 0.47s 2025-10-09 14:07:59.488326 | fa163e4f-2491-a7d0-3b31-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.117602 | 0.48s 2025-10-09 14:07:59.513464 | fa163e4f-2491-a7d0-3b31-000000000b68 | TASK | Check if file certs_valid exist 2025-10-09 14:07:59.732509 | fa163e4f-2491-a7d0-3b31-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-09 14:07:59.733671 | fa163e4f-2491-a7d0-3b31-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:13.362946 | 0.22s 2025-10-09 14:07:59.758745 | fa163e4f-2491-a7d0-3b31-000000000b69 | TASK | Check if file cert9.db exist 2025-10-09 14:07:59.970160 | fa163e4f-2491-a7d0-3b31-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-09 14:07:59.971421 | fa163e4f-2491-a7d0-3b31-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:13.600669 | 0.21s 2025-10-09 14:07:59.996501 | fa163e4f-2491-a7d0-3b31-000000000b6a | TASK | Check if file key4.db exist 2025-10-09 14:08:00.220015 | fa163e4f-2491-a7d0-3b31-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-09 14:08:00.221170 | fa163e4f-2491-a7d0-3b31-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:13.850444 | 0.22s 2025-10-09 14:08:00.275446 | fa163e4f-2491-a7d0-3b31-000000000b6b | SKIPPED | fail | standalone 2025-10-09 14:08:00.276505 | fa163e4f-2491-a7d0-3b31-000000000b6b | TIMING | fail | standalone | 0:02:13.905778 | 0.03s 2025-10-09 14:08:00.301243 | fa163e4f-2491-a7d0-3b31-000000000b6c | TASK | Create persistent directories 2025-10-09 14:08:00.557429 | fa163e4f-2491-a7d0-3b31-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-09 14:08:00.559190 | fa163e4f-2491-a7d0-3b31-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.188457 | 0.26s 2025-10-09 14:08:00.782823 | fa163e4f-2491-a7d0-3b31-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-09 14:08:00.783582 | fa163e4f-2491-a7d0-3b31-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.412864 | 0.48s 2025-10-09 14:08:00.787530 | fa163e4f-2491-a7d0-3b31-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.416804 | 0.49s 2025-10-09 14:08:00.813194 | fa163e4f-2491-a7d0-3b31-000000000b6d | TASK | create persistent directories 2025-10-09 14:08:01.061854 | fa163e4f-2491-a7d0-3b31-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-09 14:08:01.062767 | fa163e4f-2491-a7d0-3b31-000000000b6d | TIMING | create persistent directories | standalone | 0:02:14.692048 | 0.25s 2025-10-09 14:08:01.066067 | fa163e4f-2491-a7d0-3b31-000000000b6d | TIMING | create persistent directories | standalone | 0:02:14.695338 | 0.25s 2025-10-09 14:08:01.091428 | fa163e4f-2491-a7d0-3b31-000000000b6e | TASK | create persistent directories 2025-10-09 14:08:01.356774 | fa163e4f-2491-a7d0-3b31-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-09 14:08:01.359155 | fa163e4f-2491-a7d0-3b31-000000000b6e | TIMING | create persistent directories | standalone | 0:02:14.988422 | 0.27s 2025-10-09 14:08:01.606885 | fa163e4f-2491-a7d0-3b31-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-09 14:08:01.608014 | fa163e4f-2491-a7d0-3b31-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.237290 | 0.52s 2025-10-09 14:08:01.614474 | fa163e4f-2491-a7d0-3b31-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.243747 | 0.52s 2025-10-09 14:08:01.641273 | fa163e4f-2491-a7d0-3b31-000000000b6f | TASK | create persistent directories 2025-10-09 14:08:01.870158 | fa163e4f-2491-a7d0-3b31-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-09 14:08:01.872604 | fa163e4f-2491-a7d0-3b31-000000000b6f | TIMING | create persistent directories | standalone | 0:02:15.501873 | 0.23s 2025-10-09 14:08:01.882654 | fa163e4f-2491-a7d0-3b31-000000000b6f | TIMING | create persistent directories | standalone | 0:02:15.511922 | 0.24s 2025-10-09 14:08:01.909310 | fa163e4f-2491-a7d0-3b31-000000000b70 | TASK | create persistent directories 2025-10-09 14:08:02.166028 | fa163e4f-2491-a7d0-3b31-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-09 14:08:02.168650 | fa163e4f-2491-a7d0-3b31-000000000b70 | TIMING | create persistent directories | standalone | 0:02:15.797918 | 0.26s 2025-10-09 14:08:02.395412 | fa163e4f-2491-a7d0-3b31-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-09 14:08:02.397131 | fa163e4f-2491-a7d0-3b31-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.026407 | 0.49s 2025-10-09 14:08:02.588895 | fa163e4f-2491-a7d0-3b31-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-09 14:08:02.590819 | fa163e4f-2491-a7d0-3b31-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.220093 | 0.68s 2025-10-09 14:08:02.601882 | fa163e4f-2491-a7d0-3b31-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.231151 | 0.69s 2025-10-09 14:08:02.629015 | fa163e4f-2491-a7d0-3b31-000000000b71 | TASK | create persistent directories 2025-10-09 14:08:02.874307 | fa163e4f-2491-a7d0-3b31-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-09 14:08:02.876613 | fa163e4f-2491-a7d0-3b31-000000000b71 | TIMING | create persistent directories | standalone | 0:02:16.505880 | 0.25s 2025-10-09 14:08:03.060544 | fa163e4f-2491-a7d0-3b31-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-09 14:08:03.061466 | fa163e4f-2491-a7d0-3b31-000000000b71 | TIMING | create persistent directories | standalone | 0:02:16.690744 | 0.43s 2025-10-09 14:08:03.067674 | fa163e4f-2491-a7d0-3b31-000000000b71 | TIMING | create persistent directories | standalone | 0:02:16.696944 | 0.44s 2025-10-09 14:08:03.093656 | fa163e4f-2491-a7d0-3b31-000000000b72 | TASK | create persistent directories 2025-10-09 14:08:03.311723 | fa163e4f-2491-a7d0-3b31-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-09 14:08:03.313858 | fa163e4f-2491-a7d0-3b31-000000000b72 | TIMING | create persistent directories | standalone | 0:02:16.943130 | 0.22s 2025-10-09 14:08:03.323947 | fa163e4f-2491-a7d0-3b31-000000000b72 | TIMING | create persistent directories | standalone | 0:02:16.953216 | 0.23s 2025-10-09 14:08:03.349823 | fa163e4f-2491-a7d0-3b31-000000000b73 | TASK | creating directory 2025-10-09 14:08:03.543850 | fa163e4f-2491-a7d0-3b31-000000000b73 | CHANGED | creating directory | standalone 2025-10-09 14:08:03.545256 | fa163e4f-2491-a7d0-3b31-000000000b73 | TIMING | creating directory | standalone | 0:02:17.174528 | 0.19s 2025-10-09 14:08:03.570763 | fa163e4f-2491-a7d0-3b31-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-09 14:08:04.037747 | fa163e4f-2491-a7d0-3b31-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-09 14:08:04.039107 | fa163e4f-2491-a7d0-3b31-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:17.668380 | 0.47s 2025-10-09 14:08:04.064223 | fa163e4f-2491-a7d0-3b31-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-09 14:08:04.890718 | fa163e4f-2491-a7d0-3b31-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-09 14:08:04.892241 | fa163e4f-2491-a7d0-3b31-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:18.521511 | 0.83s 2025-10-09 14:08:04.917177 | fa163e4f-2491-a7d0-3b31-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-09 14:08:05.138834 | fa163e4f-2491-a7d0-3b31-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-09 14:08:05.140259 | fa163e4f-2491-a7d0-3b31-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:18.769532 | 0.22s 2025-10-09 14:08:05.167802 | fa163e4f-2491-a7d0-3b31-000000000b77 | TASK | remove temp namespace 2025-10-09 14:08:05.400972 | fa163e4f-2491-a7d0-3b31-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-09 14:08:05.402354 | fa163e4f-2491-a7d0-3b31-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:19.031627 | 0.23s 2025-10-09 14:08:05.431029 | fa163e4f-2491-a7d0-3b31-000000000b78 | TASK | create /var/lib/neutron 2025-10-09 14:08:05.646067 | fa163e4f-2491-a7d0-3b31-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-09 14:08:05.647613 | fa163e4f-2491-a7d0-3b31-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:19.276885 | 0.21s 2025-10-09 14:08:05.673016 | fa163e4f-2491-a7d0-3b31-000000000b79 | TASK | set conditions 2025-10-09 14:08:05.702121 | fa163e4f-2491-a7d0-3b31-000000000b79 | OK | set conditions | standalone 2025-10-09 14:08:05.703421 | fa163e4f-2491-a7d0-3b31-000000000b79 | TIMING | set conditions | standalone | 0:02:19.332669 | 0.03s 2025-10-09 14:08:05.728741 | fa163e4f-2491-a7d0-3b31-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-09 14:08:05.963825 | fa163e4f-2491-a7d0-3b31-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-09 14:08:05.965229 | fa163e4f-2491-a7d0-3b31-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:19.594502 | 0.24s 2025-10-09 14:08:05.991057 | fa163e4f-2491-a7d0-3b31-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-09 14:08:06.391275 | fa163e4f-2491-a7d0-3b31-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-09 14:08:06.392651 | fa163e4f-2491-a7d0-3b31-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:20.021922 | 0.40s 2025-10-09 14:08:06.418059 | fa163e4f-2491-a7d0-3b31-000000000b7c | TASK | create haproxy kill script 2025-10-09 14:08:06.873746 | fa163e4f-2491-a7d0-3b31-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-09 14:08:06.874704 | fa163e4f-2491-a7d0-3b31-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:20.503983 | 0.46s 2025-10-09 14:08:06.894984 | fa163e4f-2491-a7d0-3b31-000000000b7d | TASK | create persistent directories 2025-10-09 14:08:07.098257 | fa163e4f-2491-a7d0-3b31-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-09 14:08:07.099846 | fa163e4f-2491-a7d0-3b31-000000000b7d | TIMING | create persistent directories | standalone | 0:02:20.729116 | 0.20s 2025-10-09 14:08:07.299292 | fa163e4f-2491-a7d0-3b31-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-09 14:08:07.299961 | fa163e4f-2491-a7d0-3b31-000000000b7d | TIMING | create persistent directories | standalone | 0:02:20.929245 | 0.40s 2025-10-09 14:08:07.304089 | fa163e4f-2491-a7d0-3b31-000000000b7d | TIMING | create persistent directories | standalone | 0:02:20.933359 | 0.41s 2025-10-09 14:08:07.330321 | fa163e4f-2491-a7d0-3b31-000000000b7e | TASK | create persistent directories 2025-10-09 14:08:07.570113 | fa163e4f-2491-a7d0-3b31-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-09 14:08:07.572327 | fa163e4f-2491-a7d0-3b31-000000000b7e | TIMING | create persistent directories | standalone | 0:02:21.201598 | 0.24s 2025-10-09 14:08:07.582338 | fa163e4f-2491-a7d0-3b31-000000000b7e | TIMING | create persistent directories | standalone | 0:02:21.211607 | 0.25s 2025-10-09 14:08:07.609167 | fa163e4f-2491-a7d0-3b31-000000000b7f | TASK | create persistent directories 2025-10-09 14:08:07.834657 | fa163e4f-2491-a7d0-3b31-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-09 14:08:07.835506 | fa163e4f-2491-a7d0-3b31-000000000b7f | TIMING | create persistent directories | standalone | 0:02:21.464787 | 0.22s 2025-10-09 14:08:08.027330 | fa163e4f-2491-a7d0-3b31-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-09 14:08:08.028471 | fa163e4f-2491-a7d0-3b31-000000000b7f | TIMING | create persistent directories | standalone | 0:02:21.657746 | 0.42s 2025-10-09 14:08:08.035089 | fa163e4f-2491-a7d0-3b31-000000000b7f | TIMING | create persistent directories | standalone | 0:02:21.664357 | 0.42s 2025-10-09 14:08:08.062130 | fa163e4f-2491-a7d0-3b31-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-09 14:08:08.282184 | fa163e4f-2491-a7d0-3b31-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-09 14:08:08.283145 | fa163e4f-2491-a7d0-3b31-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:21.912425 | 0.22s 2025-10-09 14:08:08.304054 | fa163e4f-2491-a7d0-3b31-000000000b81 | TASK | create persistent directories 2025-10-09 14:08:08.559201 | fa163e4f-2491-a7d0-3b31-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-09 14:08:08.561001 | fa163e4f-2491-a7d0-3b31-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.190269 | 0.26s 2025-10-09 14:08:08.794561 | fa163e4f-2491-a7d0-3b31-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-09 14:08:08.795886 | fa163e4f-2491-a7d0-3b31-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.425169 | 0.49s 2025-10-09 14:08:09.035166 | fa163e4f-2491-a7d0-3b31-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-09 14:08:09.036905 | fa163e4f-2491-a7d0-3b31-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.666179 | 0.73s 2025-10-09 14:08:09.244890 | fa163e4f-2491-a7d0-3b31-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-09 14:08:09.246646 | fa163e4f-2491-a7d0-3b31-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.875922 | 0.94s 2025-10-09 14:08:09.470529 | fa163e4f-2491-a7d0-3b31-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-09 14:08:09.471360 | fa163e4f-2491-a7d0-3b31-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.100641 | 1.17s 2025-10-09 14:08:09.477846 | fa163e4f-2491-a7d0-3b31-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.107117 | 1.17s 2025-10-09 14:08:09.505169 | fa163e4f-2491-a7d0-3b31-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-09 14:08:09.961178 | fa163e4f-2491-a7d0-3b31-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-09 14:08:09.962936 | fa163e4f-2491-a7d0-3b31-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:23.592206 | 0.46s 2025-10-09 14:08:09.990667 | fa163e4f-2491-a7d0-3b31-000000000b83 | TASK | create tempfiles 2025-10-09 14:08:10.291753 | fa163e4f-2491-a7d0-3b31-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-09 14:08:10.293294 | fa163e4f-2491-a7d0-3b31-000000000b83 | TIMING | create tempfiles | standalone | 0:02:23.922566 | 0.30s 2025-10-09 14:08:10.319236 | fa163e4f-2491-a7d0-3b31-000000000b84 | TASK | Mount Nova NFS Share 2025-10-09 14:08:10.348573 | fa163e4f-2491-a7d0-3b31-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-09 14:08:10.349645 | fa163e4f-2491-a7d0-3b31-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:23.978918 | 0.03s 2025-10-09 14:08:10.375029 | fa163e4f-2491-a7d0-3b31-000000000b86 | TASK | check systemd-container package installed or not 2025-10-09 14:08:10.403511 | fa163e4f-2491-a7d0-3b31-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-09 14:08:10.405924 | fa163e4f-2491-a7d0-3b31-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:24.035197 | 0.03s 2025-10-09 14:08:10.430690 | fa163e4f-2491-a7d0-3b31-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-09 14:08:10.459280 | fa163e4f-2491-a7d0-3b31-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-09 14:08:10.460397 | fa163e4f-2491-a7d0-3b31-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:24.089663 | 0.03s 2025-10-09 14:08:10.488323 | fa163e4f-2491-a7d0-3b31-000000000b88 | TASK | Install systemd-container package on boot 2025-10-09 14:08:10.519246 | fa163e4f-2491-a7d0-3b31-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-09 14:08:10.520488 | fa163e4f-2491-a7d0-3b31-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:24.149704 | 0.03s 2025-10-09 14:08:10.548300 | fa163e4f-2491-a7d0-3b31-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-09 14:08:10.577677 | fa163e4f-2491-a7d0-3b31-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-09 14:08:10.579111 | fa163e4f-2491-a7d0-3b31-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:24.208379 | 0.03s 2025-10-09 14:08:10.607637 | fa163e4f-2491-a7d0-3b31-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-09 14:08:10.636144 | fa163e4f-2491-a7d0-3b31-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-09 14:08:10.637250 | fa163e4f-2491-a7d0-3b31-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:24.266521 | 0.03s 2025-10-09 14:08:10.663403 | fa163e4f-2491-a7d0-3b31-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-09 14:08:10.692259 | fa163e4f-2491-a7d0-3b31-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-09 14:08:10.692950 | fa163e4f-2491-a7d0-3b31-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:24.322233 | 0.03s 2025-10-09 14:08:10.718661 | fa163e4f-2491-a7d0-3b31-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-09 14:08:10.749811 | fa163e4f-2491-a7d0-3b31-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-09 14:08:10.750987 | fa163e4f-2491-a7d0-3b31-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:24.380260 | 0.03s 2025-10-09 14:08:10.776288 | fa163e4f-2491-a7d0-3b31-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-09 14:08:10.805752 | fa163e4f-2491-a7d0-3b31-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-09 14:08:10.807589 | fa163e4f-2491-a7d0-3b31-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:24.436861 | 0.03s 2025-10-09 14:08:10.832113 | fa163e4f-2491-a7d0-3b31-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-09 14:08:10.859834 | fa163e4f-2491-a7d0-3b31-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-09 14:08:10.861108 | fa163e4f-2491-a7d0-3b31-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:24.490379 | 0.03s 2025-10-09 14:08:10.887225 | fa163e4f-2491-a7d0-3b31-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-09 14:08:10.915366 | fa163e4f-2491-a7d0-3b31-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-09 14:08:10.916520 | fa163e4f-2491-a7d0-3b31-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:24.545792 | 0.03s 2025-10-09 14:08:10.941321 | fa163e4f-2491-a7d0-3b31-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-09 14:08:10.969999 | fa163e4f-2491-a7d0-3b31-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-09 14:08:10.971443 | fa163e4f-2491-a7d0-3b31-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:24.600690 | 0.03s 2025-10-09 14:08:10.999465 | fa163e4f-2491-a7d0-3b31-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-09 14:08:11.027999 | fa163e4f-2491-a7d0-3b31-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-09 14:08:11.029224 | fa163e4f-2491-a7d0-3b31-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:24.658485 | 0.03s 2025-10-09 14:08:11.056117 | fa163e4f-2491-a7d0-3b31-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-09 14:08:11.084304 | fa163e4f-2491-a7d0-3b31-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-09 14:08:11.085403 | fa163e4f-2491-a7d0-3b31-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:24.714671 | 0.03s 2025-10-09 14:08:11.111618 | fa163e4f-2491-a7d0-3b31-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-09 14:08:11.140345 | fa163e4f-2491-a7d0-3b31-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-09 14:08:11.141445 | fa163e4f-2491-a7d0-3b31-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:24.770695 | 0.03s 2025-10-09 14:08:11.166404 | fa163e4f-2491-a7d0-3b31-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-09 14:08:11.195925 | fa163e4f-2491-a7d0-3b31-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-09 14:08:11.196990 | fa163e4f-2491-a7d0-3b31-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:24.826264 | 0.03s 2025-10-09 14:08:11.221410 | fa163e4f-2491-a7d0-3b31-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-09 14:08:11.264596 | fa163e4f-2491-a7d0-3b31-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-09 14:08:11.265747 | fa163e4f-2491-a7d0-3b31-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:24.895020 | 0.04s 2025-10-09 14:08:11.290767 | fa163e4f-2491-a7d0-3b31-000000000b9a | TASK | Is irqbalance enabled 2025-10-09 14:08:11.320542 | fa163e4f-2491-a7d0-3b31-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-09 14:08:11.321602 | fa163e4f-2491-a7d0-3b31-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:24.950877 | 0.03s 2025-10-09 14:08:11.346683 | fa163e4f-2491-a7d0-3b31-000000000b9b | TASK | disable irqbalance service on compute 2025-10-09 14:08:11.377101 | fa163e4f-2491-a7d0-3b31-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-09 14:08:11.378152 | fa163e4f-2491-a7d0-3b31-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:25.007426 | 0.03s 2025-10-09 14:08:11.402908 | fa163e4f-2491-a7d0-3b31-000000000b9c | TASK | create persistent directories 2025-10-09 14:08:11.649546 | fa163e4f-2491-a7d0-3b31-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-09 14:08:11.651763 | fa163e4f-2491-a7d0-3b31-000000000b9c | TIMING | create persistent directories | standalone | 0:02:25.281032 | 0.25s 2025-10-09 14:08:11.662172 | fa163e4f-2491-a7d0-3b31-000000000b9c | TIMING | create persistent directories | standalone | 0:02:25.291440 | 0.26s 2025-10-09 14:08:11.691253 | fa163e4f-2491-a7d0-3b31-000000000b9d | TASK | create libvirt persistent data directories 2025-10-09 14:08:11.981132 | fa163e4f-2491-a7d0-3b31-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-09 14:08:11.982731 | fa163e4f-2491-a7d0-3b31-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.611999 | 0.29s 2025-10-09 14:08:12.221788 | fa163e4f-2491-a7d0-3b31-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-09 14:08:12.223442 | fa163e4f-2491-a7d0-3b31-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.852689 | 0.53s 2025-10-09 14:08:12.460456 | fa163e4f-2491-a7d0-3b31-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-09 14:08:12.462121 | fa163e4f-2491-a7d0-3b31-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.091397 | 0.77s 2025-10-09 14:08:12.671859 | fa163e4f-2491-a7d0-3b31-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-09 14:08:12.673543 | fa163e4f-2491-a7d0-3b31-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.302819 | 0.98s 2025-10-09 14:08:12.952590 | fa163e4f-2491-a7d0-3b31-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-09 14:08:12.953344 | fa163e4f-2491-a7d0-3b31-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.582628 | 1.26s 2025-10-09 14:08:13.210264 | fa163e4f-2491-a7d0-3b31-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-09 14:08:13.211253 | fa163e4f-2491-a7d0-3b31-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.840531 | 1.52s 2025-10-09 14:08:13.451492 | fa163e4f-2491-a7d0-3b31-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-09 14:08:13.452426 | fa163e4f-2491-a7d0-3b31-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.081686 | 1.76s 2025-10-09 14:08:13.626684 | fa163e4f-2491-a7d0-3b31-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-09 14:08:13.628467 | fa163e4f-2491-a7d0-3b31-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.257743 | 1.94s 2025-10-09 14:08:13.641315 | fa163e4f-2491-a7d0-3b31-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.270584 | 1.95s 2025-10-09 14:08:13.664664 | fa163e4f-2491-a7d0-3b31-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-09 14:08:14.077633 | fa163e4f-2491-a7d0-3b31-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-09 14:08:14.078853 | fa163e4f-2491-a7d0-3b31-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:27.708128 | 0.41s 2025-10-09 14:08:14.105046 | fa163e4f-2491-a7d0-3b31-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-09 14:08:14.619442 | fa163e4f-2491-a7d0-3b31-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-09 14:08:14.621080 | fa163e4f-2491-a7d0-3b31-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:28.250351 | 0.51s 2025-10-09 14:08:14.646496 | fa163e4f-2491-a7d0-3b31-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-09 14:08:14.915347 | fa163e4f-2491-a7d0-3b31-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-09 14:08:14.916676 | fa163e4f-2491-a7d0-3b31-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:28.545950 | 0.27s 2025-10-09 14:08:14.941980 | fa163e4f-2491-a7d0-3b31-000000000ba1 | TASK | check if libvirt is installed 2025-10-09 14:08:15.174650 | fa163e4f-2491-a7d0-3b31-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-09 14:08:15.175718 | fa163e4f-2491-a7d0-3b31-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:28.804997 | 0.23s 2025-10-09 14:08:15.195675 | fa163e4f-2491-a7d0-3b31-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-09 14:08:15.226135 | fa163e4f-2491-a7d0-3b31-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-09 14:08:15.232161 | fa163e4f-2491-a7d0-3b31-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-09 14:08:15.244621 | fa163e4f-2491-a7d0-3b31-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:28.873885 | 0.05s 2025-10-09 14:08:15.270241 | fa163e4f-2491-a7d0-3b31-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-09 14:08:15.774491 | fa163e4f-2491-a7d0-3b31-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-09 14:08:15.775922 | fa163e4f-2491-a7d0-3b31-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:29.405192 | 0.50s 2025-10-09 14:08:15.802698 | fa163e4f-2491-a7d0-3b31-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-09 14:08:16.718323 | fa163e4f-2491-a7d0-3b31-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-09 14:08:16.720166 | fa163e4f-2491-a7d0-3b31-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:30.349437 | 0.92s 2025-10-09 14:08:16.743134 | fa163e4f-2491-a7d0-3b31-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-09 14:08:16.973637 | fa163e4f-2491-a7d0-3b31-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-09 14:08:16.975227 | fa163e4f-2491-a7d0-3b31-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:30.604505 | 0.23s 2025-10-09 14:08:16.985780 | fa163e4f-2491-a7d0-3b31-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:30.615052 | 0.24s 2025-10-09 14:08:17.012646 | fa163e4f-2491-a7d0-3b31-000000000ba6 | TASK | create persistent directories 2025-10-09 14:08:17.256044 | fa163e4f-2491-a7d0-3b31-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-09 14:08:17.257891 | fa163e4f-2491-a7d0-3b31-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:30.887172 | 0.24s 2025-10-09 14:08:17.477854 | fa163e4f-2491-a7d0-3b31-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-09 14:08:17.478938 | fa163e4f-2491-a7d0-3b31-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:31.108215 | 0.46s 2025-10-09 14:08:17.485511 | fa163e4f-2491-a7d0-3b31-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:31.114782 | 0.47s 2025-10-09 14:08:17.511358 | fa163e4f-2491-a7d0-3b31-000000000ba7 | TASK | Copy in cleanup script 2025-10-09 14:08:17.916715 | fa163e4f-2491-a7d0-3b31-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-09 14:08:17.918107 | fa163e4f-2491-a7d0-3b31-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:31.547381 | 0.41s 2025-10-09 14:08:17.943618 | fa163e4f-2491-a7d0-3b31-000000000ba8 | TASK | Copy in cleanup service 2025-10-09 14:08:18.449995 | fa163e4f-2491-a7d0-3b31-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-09 14:08:18.451366 | fa163e4f-2491-a7d0-3b31-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:32.080638 | 0.51s 2025-10-09 14:08:18.478033 | fa163e4f-2491-a7d0-3b31-000000000ba9 | TASK | Enabling the cleanup service 2025-10-09 14:08:19.136940 | fa163e4f-2491-a7d0-3b31-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-09 14:08:19.138924 | fa163e4f-2491-a7d0-3b31-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:32.768194 | 0.66s 2025-10-09 14:08:19.167365 | fa163e4f-2491-a7d0-3b31-000000000baa | TASK | create persistent directories 2025-10-09 14:08:19.436633 | fa163e4f-2491-a7d0-3b31-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-09 14:08:19.439252 | fa163e4f-2491-a7d0-3b31-000000000baa | TIMING | create persistent directories | standalone | 0:02:33.068512 | 0.27s 2025-10-09 14:08:19.663426 | fa163e4f-2491-a7d0-3b31-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-09 14:08:19.665228 | fa163e4f-2491-a7d0-3b31-000000000baa | TIMING | create persistent directories | standalone | 0:02:33.294499 | 0.50s 2025-10-09 14:08:19.675778 | fa163e4f-2491-a7d0-3b31-000000000baa | TIMING | create persistent directories | standalone | 0:02:33.305049 | 0.51s 2025-10-09 14:08:19.702480 | fa163e4f-2491-a7d0-3b31-000000000bab | TASK | set conditions 2025-10-09 14:08:19.731817 | fa163e4f-2491-a7d0-3b31-000000000bab | OK | set conditions | standalone 2025-10-09 14:08:19.732570 | fa163e4f-2491-a7d0-3b31-000000000bab | TIMING | set conditions | standalone | 0:02:33.361852 | 0.03s 2025-10-09 14:08:19.752660 | fa163e4f-2491-a7d0-3b31-000000000bac | TASK | create persistent directories 2025-10-09 14:08:19.996019 | fa163e4f-2491-a7d0-3b31-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-09 14:08:19.998285 | fa163e4f-2491-a7d0-3b31-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.627552 | 0.24s 2025-10-09 14:08:20.173250 | fa163e4f-2491-a7d0-3b31-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-09 14:08:20.173948 | fa163e4f-2491-a7d0-3b31-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.803232 | 0.42s 2025-10-09 14:08:20.360845 | fa163e4f-2491-a7d0-3b31-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-09 14:08:20.362568 | fa163e4f-2491-a7d0-3b31-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.991843 | 0.61s 2025-10-09 14:08:20.373583 | fa163e4f-2491-a7d0-3b31-000000000bac | TIMING | create persistent directories | standalone | 0:02:34.002855 | 0.62s 2025-10-09 14:08:20.399649 | fa163e4f-2491-a7d0-3b31-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-09 14:08:20.833974 | fa163e4f-2491-a7d0-3b31-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-09 14:08:20.835433 | fa163e4f-2491-a7d0-3b31-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:34.464675 | 0.43s 2025-10-09 14:08:20.861082 | fa163e4f-2491-a7d0-3b31-000000000bae | TASK | create persistent directories 2025-10-09 14:08:21.123505 | fa163e4f-2491-a7d0-3b31-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-09 14:08:21.126275 | fa163e4f-2491-a7d0-3b31-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.755517 | 0.26s 2025-10-09 14:08:21.344557 | fa163e4f-2491-a7d0-3b31-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-09 14:08:21.345914 | fa163e4f-2491-a7d0-3b31-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.975187 | 0.48s 2025-10-09 14:08:21.352738 | fa163e4f-2491-a7d0-3b31-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.982002 | 0.49s 2025-10-09 14:08:21.383457 | fa163e4f-2491-a7d0-3b31-000000000baf | TASK | create empty log files 2025-10-09 14:08:21.605967 | fa163e4f-2491-a7d0-3b31-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-10-09 14:08:21.608824 | fa163e4f-2491-a7d0-3b31-000000000baf | TIMING | create empty log files | standalone | 0:02:35.238086 | 0.22s 2025-10-09 14:08:21.773429 | fa163e4f-2491-a7d0-3b31-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-09 14:08:21.775475 | fa163e4f-2491-a7d0-3b31-000000000baf | TIMING | create empty log files | standalone | 0:02:35.404748 | 0.39s 2025-10-09 14:08:21.786873 | fa163e4f-2491-a7d0-3b31-000000000baf | TIMING | create empty log files | standalone | 0:02:35.416127 | 0.40s 2025-10-09 14:08:21.819235 | fa163e4f-2491-a7d0-3b31-000000000bb0 | TASK | create persistent directories 2025-10-09 14:08:22.094730 | fa163e4f-2491-a7d0-3b31-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-09 14:08:22.096121 | fa163e4f-2491-a7d0-3b31-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.725391 | 0.27s 2025-10-09 14:08:22.101615 | fa163e4f-2491-a7d0-3b31-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.730893 | 0.28s 2025-10-09 14:08:22.121576 | fa163e4f-2491-a7d0-3b31-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-09 14:08:25.002669 | fa163e4f-2491-a7d0-3b31-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-09 14:08:25.004115 | fa163e4f-2491-a7d0-3b31-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:38.633391 | 2.88s 2025-10-09 14:08:25.060724 | fa163e4f-2491-a7d0-3b31-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:38.689989 | 0.03s 2025-10-09 14:08:25.124798 | fa163e4f-2491-a7d0-3b31-000000001291 | TASK | Gather variables for each operating system 2025-10-09 14:08:25.235941 | fa163e4f-2491-a7d0-3b31-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:38.865198 | 0.11s 2025-10-09 14:08:25.263623 | fa163e4f-2491-a7d0-3b31-000000001292 | TASK | Set packages facts 2025-10-09 14:08:25.302902 | fa163e4f-2491-a7d0-3b31-000000001292 | OK | Set packages facts | standalone 2025-10-09 14:08:25.304155 | fa163e4f-2491-a7d0-3b31-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:38.933430 | 0.04s 2025-10-09 14:08:25.332023 | fa163e4f-2491-a7d0-3b31-000000001293 | TASK | Manage package 2025-10-09 14:08:25.396547 | fa163e4f-2491-a7d0-3b31-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-09 14:08:25.415714 | fa163e4f-2491-a7d0-3b31-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-09 14:08:25.434695 | fa163e4f-2491-a7d0-3b31-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-09 14:08:30.061724 | fa163e4f-2491-a7d0-3b31-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:43.690974 | 4.73s 2025-10-09 14:08:30.074741 | fa163e4f-2491-a7d0-3b31-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-09 14:08:30.087939 | fa163e4f-2491-a7d0-3b31-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:43.717204 | 4.75s 2025-10-09 14:08:30.138060 | fa163e4f-2491-a7d0-3b31-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-09 14:08:31.426943 | fa163e4f-2491-a7d0-3b31-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-09 14:08:31.428704 | fa163e4f-2491-a7d0-3b31-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:45.057973 | 1.29s 2025-10-09 14:08:31.455187 | fa163e4f-2491-a7d0-3b31-000000000bb6 | TASK | create persistent directories 2025-10-09 14:08:31.719035 | fa163e4f-2491-a7d0-3b31-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-09 14:08:31.721677 | fa163e4f-2491-a7d0-3b31-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:45.350940 | 0.27s 2025-10-09 14:08:31.966849 | fa163e4f-2491-a7d0-3b31-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-09 14:08:31.968679 | fa163e4f-2491-a7d0-3b31-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:45.597955 | 0.51s 2025-10-09 14:08:31.979331 | fa163e4f-2491-a7d0-3b31-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:45.608608 | 0.52s 2025-10-09 14:08:32.005125 | fa163e4f-2491-a7d0-3b31-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-09 14:08:32.279924 | fa163e4f-2491-a7d0-3b31-000000000bb7 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-09 14:08:32.281305 | fa163e4f-2491-a7d0-3b31-000000000bb7 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:45.910576 | 0.27s 2025-10-09 14:08:32.307357 | fa163e4f-2491-a7d0-3b31-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-09 14:08:32.336105 | fa163e4f-2491-a7d0-3b31-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-09 14:08:32.337507 | fa163e4f-2491-a7d0-3b31-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:45.966779 | 0.03s 2025-10-09 14:08:32.364088 | fa163e4f-2491-a7d0-3b31-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-09 14:08:32.621363 | fa163e4f-2491-a7d0-3b31-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-09 14:08:32.622712 | fa163e4f-2491-a7d0-3b31-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:46.251984 | 0.26s 2025-10-09 14:08:32.648180 | fa163e4f-2491-a7d0-3b31-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-09 14:08:32.877745 | fa163e4f-2491-a7d0-3b31-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-09 14:08:32.878537 | fa163e4f-2491-a7d0-3b31-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:46.507820 | 0.23s 2025-10-09 14:08:32.895521 | fa163e4f-2491-a7d0-3b31-000000000bbb | TASK | Restart systemd-logind 2025-10-09 14:08:33.414196 | fa163e4f-2491-a7d0-3b31-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-09 14:08:33.415998 | fa163e4f-2491-a7d0-3b31-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:47.045271 | 0.52s 2025-10-09 14:08:33.443479 | fa163e4f-2491-a7d0-3b31-000000000bbc | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-09 14:08:33.523879 | fa163e4f-2491-a7d0-3b31-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-09 14:08:33.524890 | fa163e4f-2491-a7d0-3b31-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:47.154161 | 0.08s 2025-10-09 14:08:33.550912 | fa163e4f-2491-a7d0-3b31-000000000bbd | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-09 14:08:33.600059 | fa163e4f-2491-a7d0-3b31-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-09 14:08:33.601087 | fa163e4f-2491-a7d0-3b31-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:47.230357 | 0.05s 2025-10-09 14:08:33.627330 | fa163e4f-2491-a7d0-3b31-000000000bbe | TASK | create persistent logs directory 2025-10-09 14:08:33.911347 | fa163e4f-2491-a7d0-3b31-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-09 14:08:33.913058 | fa163e4f-2491-a7d0-3b31-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:47.542326 | 0.28s 2025-10-09 14:08:34.111299 | fa163e4f-2491-a7d0-3b31-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-09 14:08:34.113189 | fa163e4f-2491-a7d0-3b31-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:47.742461 | 0.48s 2025-10-09 14:08:34.123851 | fa163e4f-2491-a7d0-3b31-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:47.753120 | 0.50s 2025-10-09 14:08:34.149749 | fa163e4f-2491-a7d0-3b31-000000000bc0 | TASK | Set login facts 2025-10-09 14:08:34.181799 | fa163e4f-2491-a7d0-3b31-000000000bc0 | OK | Set login facts | standalone 2025-10-09 14:08:34.183081 | fa163e4f-2491-a7d0-3b31-000000000bc0 | TIMING | Set login facts | standalone | 0:02:47.812353 | 0.03s 2025-10-09 14:08:34.208564 | fa163e4f-2491-a7d0-3b31-000000000bc1 | TASK | Convert logins json to dict 2025-10-09 14:08:34.258018 | fa163e4f-2491-a7d0-3b31-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-09 14:08:34.259295 | fa163e4f-2491-a7d0-3b31-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:47.888567 | 0.05s 2025-10-09 14:08:34.285115 | fa163e4f-2491-a7d0-3b31-000000000bc2 | TASK | Set registry logins 2025-10-09 14:08:34.336038 | fa163e4f-2491-a7d0-3b31-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-09 14:08:34.337269 | fa163e4f-2491-a7d0-3b31-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:47.966540 | 0.05s 2025-10-09 14:08:34.362865 | fa163e4f-2491-a7d0-3b31-000000000bc3 | TASK | Run podman install 2025-10-09 14:08:34.392029 | fa163e4f-2491-a7d0-3b31-000000000bc3 | TIMING | Run podman install | standalone | 0:02:48.021292 | 0.03s 2025-10-09 14:08:34.476900 | fa163e4f-2491-a7d0-3b31-000000001323 | TASK | Gather variables for each operating system 2025-10-09 14:08:34.624269 | fa163e4f-2491-a7d0-3b31-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-09 14:08:34.626735 | fa163e4f-2491-a7d0-3b31-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.255997 | 0.15s 2025-10-09 14:08:34.636612 | fa163e4f-2491-a7d0-3b31-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.265885 | 0.16s 2025-10-09 14:08:34.662386 | fa163e4f-2491-a7d0-3b31-000000001325 | TASK | ensure podman and deps are installed 2025-10-09 14:08:37.613889 | fa163e4f-2491-a7d0-3b31-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-09 14:08:37.615319 | fa163e4f-2491-a7d0-3b31-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:51.244591 | 2.95s 2025-10-09 14:08:37.641671 | fa163e4f-2491-a7d0-3b31-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-09 14:08:38.168929 | fa163e4f-2491-a7d0-3b31-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-09 14:08:38.170076 | fa163e4f-2491-a7d0-3b31-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:51.799350 | 0.53s 2025-10-09 14:08:38.198017 | fa163e4f-2491-a7d0-3b31-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-09 14:08:38.227377 | fa163e4f-2491-a7d0-3b31-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-09 14:08:38.228749 | fa163e4f-2491-a7d0-3b31-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:51.858020 | 0.03s 2025-10-09 14:08:38.255512 | fa163e4f-2491-a7d0-3b31-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-09 14:08:38.296944 | fa163e4f-2491-a7d0-3b31-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-09 14:08:38.298171 | fa163e4f-2491-a7d0-3b31-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:51.927442 | 0.04s 2025-10-09 14:08:38.324019 | fa163e4f-2491-a7d0-3b31-00000000132a | TASK | Update default network configuration if possible 2025-10-09 14:08:38.355936 | fa163e4f-2491-a7d0-3b31-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-09 14:08:38.357305 | fa163e4f-2491-a7d0-3b31-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:51.986576 | 0.03s 2025-10-09 14:08:38.383794 | fa163e4f-2491-a7d0-3b31-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-09 14:08:38.628149 | fa163e4f-2491-a7d0-3b31-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-09 14:08:38.629573 | fa163e4f-2491-a7d0-3b31-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:52.258846 | 0.24s 2025-10-09 14:08:38.655571 | fa163e4f-2491-a7d0-3b31-00000000132d | TASK | Get current podman network 2025-10-09 14:08:38.942482 | fa163e4f-2491-a7d0-3b31-00000000132d | CHANGED | Get current podman network | standalone 2025-10-09 14:08:38.943860 | fa163e4f-2491-a7d0-3b31-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:52.573133 | 0.29s 2025-10-09 14:08:38.971052 | fa163e4f-2491-a7d0-3b31-00000000132e | TASK | Update the default network configuration 2025-10-09 14:08:39.590715 | fa163e4f-2491-a7d0-3b31-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-09 14:08:39.591747 | fa163e4f-2491-a7d0-3b31-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:53.221026 | 0.62s 2025-10-09 14:08:39.617515 | fa163e4f-2491-a7d0-3b31-00000000132f | TASK | Write containers registries.conf 2025-10-09 14:08:40.178581 | fa163e4f-2491-a7d0-3b31-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-09 14:08:40.179969 | fa163e4f-2491-a7d0-3b31-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:53.809242 | 0.56s 2025-10-09 14:08:40.205776 | fa163e4f-2491-a7d0-3b31-000000001330 | TASK | Write containers.conf 2025-10-09 14:08:40.470800 | fa163e4f-2491-a7d0-3b31-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-09 14:08:40.473112 | fa163e4f-2491-a7d0-3b31-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.102379 | 0.27s 2025-10-09 14:08:40.639409 | fa163e4f-2491-a7d0-3b31-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-09 14:08:40.640473 | fa163e4f-2491-a7d0-3b31-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.269745 | 0.43s 2025-10-09 14:08:40.850160 | fa163e4f-2491-a7d0-3b31-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-09 14:08:40.850868 | fa163e4f-2491-a7d0-3b31-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.480150 | 0.64s 2025-10-09 14:08:41.058278 | fa163e4f-2491-a7d0-3b31-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-09 14:08:41.059667 | fa163e4f-2491-a7d0-3b31-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.688951 | 0.85s 2025-10-09 14:08:41.071206 | fa163e4f-2491-a7d0-3b31-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.700475 | 0.86s 2025-10-09 14:08:41.098746 | fa163e4f-2491-a7d0-3b31-000000001331 | TASK | Enable podman.socket service 2025-10-09 14:08:41.128160 | fa163e4f-2491-a7d0-3b31-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-09 14:08:41.129270 | fa163e4f-2491-a7d0-3b31-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:54.758543 | 0.03s 2025-10-09 14:08:41.177702 | fa163e4f-2491-a7d0-3b31-000000000bc4 | TASK | Run podman login 2025-10-09 14:08:41.210820 | fa163e4f-2491-a7d0-3b31-000000000bc4 | TIMING | Run podman login | standalone | 0:02:54.840090 | 0.03s 2025-10-09 14:08:41.290669 | fa163e4f-2491-a7d0-3b31-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-09 14:08:41.316475 | fa163e4f-2491-a7d0-3b31-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:54.945749 | 0.02s 2025-10-09 14:08:41.353133 | fa163e4f-2491-a7d0-3b31-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-09 14:08:41.743929 | fa163e4f-2491-a7d0-3b31-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-09 14:08:41.744869 | fa163e4f-2491-a7d0-3b31-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:55.374151 | 0.39s 2025-10-09 14:08:41.770466 | fa163e4f-2491-a7d0-3b31-000000000bc7 | TASK | create persistent directories 2025-10-09 14:08:42.031887 | fa163e4f-2491-a7d0-3b31-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-09 14:08:42.034249 | fa163e4f-2491-a7d0-3b31-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:55.663519 | 0.26s 2025-10-09 14:08:42.262881 | fa163e4f-2491-a7d0-3b31-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-09 14:08:42.264214 | fa163e4f-2491-a7d0-3b31-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:55.893491 | 0.49s 2025-10-09 14:08:42.469744 | fa163e4f-2491-a7d0-3b31-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-09 14:08:42.471690 | fa163e4f-2491-a7d0-3b31-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:56.100965 | 0.70s 2025-10-09 14:08:42.482568 | fa163e4f-2491-a7d0-3b31-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:56.111840 | 0.71s 2025-10-09 14:08:42.510167 | fa163e4f-2491-a7d0-3b31-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-09 14:08:42.931558 | fa163e4f-2491-a7d0-3b31-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-09 14:08:42.932898 | fa163e4f-2491-a7d0-3b31-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:56.562172 | 0.42s 2025-10-09 14:08:42.958040 | fa163e4f-2491-a7d0-3b31-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-09 14:08:45.885044 | fa163e4f-2491-a7d0-3b31-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-09 14:08:45.886685 | fa163e4f-2491-a7d0-3b31-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:02:59.515941 | 2.93s 2025-10-09 14:08:45.913876 | fa163e4f-2491-a7d0-3b31-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-09 14:08:46.273716 | fa163e4f-2491-a7d0-3b31-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-09 14:08:46.275726 | fa163e4f-2491-a7d0-3b31-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:59.904997 | 0.36s 2025-10-09 14:08:46.328240 | fa163e4f-2491-a7d0-3b31-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:02:59.957499 | 0.02s 2025-10-09 14:08:46.415285 | fa163e4f-2491-a7d0-3b31-00000000154c | TASK | Gather variables for each operating system 2025-10-09 14:08:46.534346 | fa163e4f-2491-a7d0-3b31-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-09 14:08:46.535696 | fa163e4f-2491-a7d0-3b31-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.164966 | 0.12s 2025-10-09 14:08:46.547665 | fa163e4f-2491-a7d0-3b31-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.176932 | 0.13s 2025-10-09 14:08:46.575412 | fa163e4f-2491-a7d0-3b31-00000000154e | TASK | Install the OpenSSH server 2025-10-09 14:08:49.510613 | fa163e4f-2491-a7d0-3b31-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-09 14:08:49.511952 | fa163e4f-2491-a7d0-3b31-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:03.141225 | 2.94s 2025-10-09 14:08:49.539251 | fa163e4f-2491-a7d0-3b31-00000000154f | TASK | Start sshd 2025-10-09 14:08:49.568161 | fa163e4f-2491-a7d0-3b31-00000000154f | SKIPPED | Start sshd | standalone 2025-10-09 14:08:49.569432 | fa163e4f-2491-a7d0-3b31-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:03.198676 | 0.03s 2025-10-09 14:08:49.596331 | fa163e4f-2491-a7d0-3b31-000000001550 | TASK | PasswordAuthentication notice 2025-10-09 14:08:49.637293 | fa163e4f-2491-a7d0-3b31-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-09 14:08:49.638588 | fa163e4f-2491-a7d0-3b31-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:03.267860 | 0.04s 2025-10-09 14:08:49.664760 | fa163e4f-2491-a7d0-3b31-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-09 14:08:49.694656 | fa163e4f-2491-a7d0-3b31-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-09 14:08:49.695526 | fa163e4f-2491-a7d0-3b31-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:03.324806 | 0.03s 2025-10-09 14:08:49.715888 | fa163e4f-2491-a7d0-3b31-000000001552 | TASK | Motd duplication notice 2025-10-09 14:08:49.754434 | fa163e4f-2491-a7d0-3b31-000000001552 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-10-09 14:08:49.755291 | fa163e4f-2491-a7d0-3b31-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:03.384571 | 0.04s 2025-10-09 14:08:49.776456 | fa163e4f-2491-a7d0-3b31-000000001553 | TASK | Configure the banner text 2025-10-09 14:08:49.807270 | fa163e4f-2491-a7d0-3b31-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-09 14:08:49.808299 | fa163e4f-2491-a7d0-3b31-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:03.437575 | 0.03s 2025-10-09 14:08:49.829352 | fa163e4f-2491-a7d0-3b31-000000001554 | TASK | Configure the motd banner 2025-10-09 14:08:49.859650 | fa163e4f-2491-a7d0-3b31-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-09 14:08:49.860762 | fa163e4f-2491-a7d0-3b31-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:03.490038 | 0.03s 2025-10-09 14:08:49.881614 | fa163e4f-2491-a7d0-3b31-000000001555 | TASK | Update sshd configuration options from vars 2025-10-09 14:08:49.920591 | fa163e4f-2491-a7d0-3b31-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-09 14:08:49.921603 | fa163e4f-2491-a7d0-3b31-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:03.550882 | 0.04s 2025-10-09 14:08:49.942969 | fa163e4f-2491-a7d0-3b31-000000001556 | TASK | Adjust ssh server configuration 2025-10-09 14:08:50.504697 | fa163e4f-2491-a7d0-3b31-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-09 14:08:50.505972 | fa163e4f-2491-a7d0-3b31-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:04.135250 | 0.56s 2025-10-09 14:08:50.527319 | fa163e4f-2491-a7d0-3b31-000000001557 | TASK | Restart sshd 2025-10-09 14:08:50.981808 | fa163e4f-2491-a7d0-3b31-000000001557 | CHANGED | Restart sshd | standalone 2025-10-09 14:08:50.983189 | fa163e4f-2491-a7d0-3b31-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:04.612468 | 0.45s 2025-10-09 14:08:51.024038 | fa163e4f-2491-a7d0-3b31-000000000bcc | TASK | create persistent directories 2025-10-09 14:08:51.295839 | fa163e4f-2491-a7d0-3b31-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-09 14:08:51.298655 | fa163e4f-2491-a7d0-3b31-000000000bcc | TIMING | create persistent directories | standalone | 0:03:04.927911 | 0.27s 2025-10-09 14:08:51.507218 | fa163e4f-2491-a7d0-3b31-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-09 14:08:51.508952 | fa163e4f-2491-a7d0-3b31-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.138228 | 0.48s 2025-10-09 14:08:51.735035 | fa163e4f-2491-a7d0-3b31-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-09 14:08:51.736188 | fa163e4f-2491-a7d0-3b31-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.365464 | 0.71s 2025-10-09 14:08:51.743188 | fa163e4f-2491-a7d0-3b31-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.372459 | 0.72s 2025-10-09 14:08:51.764186 | fa163e4f-2491-a7d0-3b31-000000000bcd | TASK | create persistent directories 2025-10-09 14:08:52.041236 | fa163e4f-2491-a7d0-3b31-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-09 14:08:52.042779 | fa163e4f-2491-a7d0-3b31-000000000bcd | TIMING | create persistent directories | standalone | 0:03:05.672047 | 0.28s 2025-10-09 14:08:52.241721 | fa163e4f-2491-a7d0-3b31-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-09 14:08:52.242786 | fa163e4f-2491-a7d0-3b31-000000000bcd | TIMING | create persistent directories | standalone | 0:03:05.872062 | 0.48s 2025-10-09 14:08:52.464527 | fa163e4f-2491-a7d0-3b31-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-09 14:08:52.465569 | fa163e4f-2491-a7d0-3b31-000000000bcd | TIMING | create persistent directories | standalone | 0:03:06.094845 | 0.70s 2025-10-09 14:08:52.472283 | fa163e4f-2491-a7d0-3b31-000000000bcd | TIMING | create persistent directories | standalone | 0:03:06.101555 | 0.71s 2025-10-09 14:08:52.493858 | fa163e4f-2491-a7d0-3b31-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-09 14:08:52.522965 | fa163e4f-2491-a7d0-3b31-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-09 14:08:52.523967 | fa163e4f-2491-a7d0-3b31-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:06.153246 | 0.03s 2025-10-09 14:08:52.544254 | fa163e4f-2491-a7d0-3b31-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-09 14:08:52.582500 | fa163e4f-2491-a7d0-3b31-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-09 14:08:52.583522 | fa163e4f-2491-a7d0-3b31-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:06.212801 | 0.04s 2025-10-09 14:08:52.603898 | fa163e4f-2491-a7d0-3b31-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-09 14:08:52.824308 | fa163e4f-2491-a7d0-3b31-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-09 14:08:52.825761 | fa163e4f-2491-a7d0-3b31-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:06.455035 | 0.22s 2025-10-09 14:08:52.851575 | fa163e4f-2491-a7d0-3b31-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-09 14:08:52.889807 | fa163e4f-2491-a7d0-3b31-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-09 14:08:52.890911 | fa163e4f-2491-a7d0-3b31-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:06.520185 | 0.04s 2025-10-09 14:08:52.915932 | fa163e4f-2491-a7d0-3b31-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-09 14:08:52.945370 | fa163e4f-2491-a7d0-3b31-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-09 14:08:52.946487 | fa163e4f-2491-a7d0-3b31-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:06.575760 | 0.03s 2025-10-09 14:08:52.971445 | fa163e4f-2491-a7d0-3b31-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-09 14:08:53.001785 | fa163e4f-2491-a7d0-3b31-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-09 14:08:53.002891 | fa163e4f-2491-a7d0-3b31-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:06.632165 | 0.03s 2025-10-09 14:08:53.027811 | fa163e4f-2491-a7d0-3b31-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-09 14:08:53.059043 | fa163e4f-2491-a7d0-3b31-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:06.688300 | 0.03s 2025-10-09 14:08:53.080678 | fa163e4f-2491-a7d0-3b31-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-09 14:08:53.130708 | fa163e4f-2491-a7d0-3b31-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-09 14:08:53.131786 | fa163e4f-2491-a7d0-3b31-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:06.761062 | 0.05s 2025-10-09 14:08:53.153062 | fa163e4f-2491-a7d0-3b31-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-09 14:08:53.180629 | fa163e4f-2491-a7d0-3b31-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:06.809895 | 0.03s 2025-10-09 14:08:53.201494 | fa163e4f-2491-a7d0-3b31-000000000bd7 | TASK | Check for NTP service 2025-10-09 14:08:53.430263 | fa163e4f-2491-a7d0-3b31-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-09 14:08:53.431361 | fa163e4f-2491-a7d0-3b31-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:07.060639 | 0.23s 2025-10-09 14:08:53.451963 | fa163e4f-2491-a7d0-3b31-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-09 14:08:53.500787 | fa163e4f-2491-a7d0-3b31-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-09 14:08:53.501814 | fa163e4f-2491-a7d0-3b31-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:07.131092 | 0.05s 2025-10-09 14:08:53.522576 | fa163e4f-2491-a7d0-3b31-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-09 14:08:53.550485 | fa163e4f-2491-a7d0-3b31-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:07.179753 | 0.03s 2025-10-09 14:08:53.641019 | fa163e4f-2491-a7d0-3b31-0000000016e8 | TASK | Load distro-specific variables 2025-10-09 14:08:53.666578 | fa163e4f-2491-a7d0-3b31-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.295847 | 0.02s 2025-10-09 14:08:53.675681 | ae4b229b-1cf8-48b1-93d7-32e8197b5d90 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-09 14:08:53.697055 | fa163e4f-2491-a7d0-3b31-0000000017cd | TASK | Load distro-specific variables 2025-10-09 14:08:53.750677 | fa163e4f-2491-a7d0-3b31-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 14:08:53.751735 | fa163e4f-2491-a7d0-3b31-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.381012 | 0.05s 2025-10-09 14:08:53.755463 | fa163e4f-2491-a7d0-3b31-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.384742 | 0.06s 2025-10-09 14:08:53.773775 | fa163e4f-2491-a7d0-3b31-0000000016e9 | TASK | Install chronyd 2025-10-09 14:08:53.799514 | fa163e4f-2491-a7d0-3b31-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:07.428792 | 0.02s 2025-10-09 14:08:53.810999 | c13e0971-ee68-4335-b53f-39219541dcd6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-09 14:08:53.835433 | fa163e4f-2491-a7d0-3b31-000000001806 | TASK | Load distro-specific variables 2025-10-09 14:08:53.861747 | fa163e4f-2491-a7d0-3b31-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.491015 | 0.03s 2025-10-09 14:08:53.870622 | 89c18310-dde6-4b67-ae30-24507ebcf048 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-09 14:08:53.892158 | fa163e4f-2491-a7d0-3b31-00000000184d | TASK | Load distro-specific variables 2025-10-09 14:08:53.945204 | fa163e4f-2491-a7d0-3b31-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 14:08:53.946224 | fa163e4f-2491-a7d0-3b31-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.575502 | 0.05s 2025-10-09 14:08:53.950670 | fa163e4f-2491-a7d0-3b31-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.579939 | 0.06s 2025-10-09 14:08:53.978342 | fa163e4f-2491-a7d0-3b31-000000001807 | TASK | Check for NTP service 2025-10-09 14:08:54.223531 | fa163e4f-2491-a7d0-3b31-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-09 14:08:54.224929 | fa163e4f-2491-a7d0-3b31-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:07.854202 | 0.24s 2025-10-09 14:08:54.251568 | fa163e4f-2491-a7d0-3b31-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-09 14:08:54.302030 | fa163e4f-2491-a7d0-3b31-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-09 14:08:54.303320 | fa163e4f-2491-a7d0-3b31-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:07.932591 | 0.05s 2025-10-09 14:08:54.329632 | fa163e4f-2491-a7d0-3b31-000000001809 | TASK | Install chronyd package 2025-10-09 14:08:57.294824 | fa163e4f-2491-a7d0-3b31-000000001809 | OK | Install chronyd package | standalone 2025-10-09 14:08:57.296228 | fa163e4f-2491-a7d0-3b31-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:10.925498 | 2.96s 2025-10-09 14:08:57.323973 | fa163e4f-2491-a7d0-3b31-0000000016ea | TASK | Upgrade chronyd 2025-10-09 14:08:57.353320 | fa163e4f-2491-a7d0-3b31-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-09 14:08:57.354556 | fa163e4f-2491-a7d0-3b31-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:10.983826 | 0.03s 2025-10-09 14:08:57.380508 | fa163e4f-2491-a7d0-3b31-0000000016eb | TASK | Configure chronyd 2025-10-09 14:08:57.410438 | fa163e4f-2491-a7d0-3b31-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:11.039669 | 0.03s 2025-10-09 14:08:57.431317 | aa3b024c-cd36-4205-82f8-568d4268d43b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-09 14:08:57.464103 | fa163e4f-2491-a7d0-3b31-000000001886 | TASK | Load distro-specific variables 2025-10-09 14:08:57.493617 | fa163e4f-2491-a7d0-3b31-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.122886 | 0.03s 2025-10-09 14:08:57.506057 | 647fccdf-8b54-4949-9f29-3906ebc17383 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-09 14:08:57.528944 | fa163e4f-2491-a7d0-3b31-0000000018f2 | TASK | Load distro-specific variables 2025-10-09 14:08:57.584235 | fa163e4f-2491-a7d0-3b31-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 14:08:57.585950 | fa163e4f-2491-a7d0-3b31-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.215211 | 0.06s 2025-10-09 14:08:57.598259 | fa163e4f-2491-a7d0-3b31-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.227528 | 0.07s 2025-10-09 14:08:57.624295 | fa163e4f-2491-a7d0-3b31-000000001887 | TASK | Install chrony configuration file 2025-10-09 14:08:58.242366 | fa163e4f-2491-a7d0-3b31-000000001887 | OK | Install chrony configuration file | standalone 2025-10-09 14:08:58.243743 | fa163e4f-2491-a7d0-3b31-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:11.873015 | 0.62s 2025-10-09 14:08:58.270453 | fa163e4f-2491-a7d0-3b31-0000000016ec | TASK | Run chronyd 2025-10-09 14:08:58.299861 | fa163e4f-2491-a7d0-3b31-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:11.929131 | 0.03s 2025-10-09 14:08:58.321947 | 9ec0c08b-0d34-48bc-941b-72be91f1887e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-09 14:08:58.369076 | fa163e4f-2491-a7d0-3b31-000000001915 | TASK | Load distro-specific variables 2025-10-09 14:08:58.407841 | fa163e4f-2491-a7d0-3b31-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.037112 | 0.04s 2025-10-09 14:08:58.419237 | 2850c8d0-2465-4e27-baf5-0cbe932ee5ac | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-09 14:08:58.442751 | fa163e4f-2491-a7d0-3b31-000000001999 | TASK | Load distro-specific variables 2025-10-09 14:08:58.497874 | fa163e4f-2491-a7d0-3b31-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 14:08:58.499328 | fa163e4f-2491-a7d0-3b31-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.128595 | 0.06s 2025-10-09 14:08:58.505628 | fa163e4f-2491-a7d0-3b31-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.134900 | 0.06s 2025-10-09 14:08:58.531531 | fa163e4f-2491-a7d0-3b31-000000001916 | TASK | Ensure chronyd is running 2025-10-09 14:08:58.934113 | fa163e4f-2491-a7d0-3b31-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-09 14:08:58.935301 | fa163e4f-2491-a7d0-3b31-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:12.564581 | 0.40s 2025-10-09 14:08:58.963058 | fa163e4f-2491-a7d0-3b31-000000001917 | TASK | Force chronyd restart 2025-10-09 14:08:59.012776 | fa163e4f-2491-a7d0-3b31-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-09 14:08:59.013976 | fa163e4f-2491-a7d0-3b31-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:12.643249 | 0.05s 2025-10-09 14:08:59.040685 | fa163e4f-2491-a7d0-3b31-0000000016ed | TASK | Enable online service 2025-10-09 14:08:59.070284 | fa163e4f-2491-a7d0-3b31-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:12.699548 | 0.03s 2025-10-09 14:08:59.089959 | aeb14e23-7b70-44d5-85d4-2576689056e3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-09 14:08:59.133939 | fa163e4f-2491-a7d0-3b31-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-09 14:08:59.621254 | fa163e4f-2491-a7d0-3b31-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-09 14:08:59.622687 | fa163e4f-2491-a7d0-3b31-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:13.251955 | 0.49s 2025-10-09 14:08:59.649627 | fa163e4f-2491-a7d0-3b31-0000000019c7 | TASK | Enable chrony-online.service 2025-10-09 14:09:00.323765 | fa163e4f-2491-a7d0-3b31-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-09 14:09:00.325990 | fa163e4f-2491-a7d0-3b31-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:13.955261 | 0.68s 2025-10-09 14:09:00.361584 | fa163e4f-2491-a7d0-3b31-0000000016ee | TASK | Sync chronyc 2025-10-09 14:09:00.394502 | fa163e4f-2491-a7d0-3b31-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:14.023759 | 0.03s 2025-10-09 14:09:00.415918 | daf5f814-e4dc-4003-829e-a8ad0dca5bef | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-09 14:09:00.468714 | fa163e4f-2491-a7d0-3b31-000000001a6c | TASK | Force NTP sync 2025-10-09 14:09:00.698740 | fa163e4f-2491-a7d0-3b31-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-09 14:09:00.699964 | fa163e4f-2491-a7d0-3b31-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:14.329235 | 0.23s 2025-10-09 14:09:00.727394 | fa163e4f-2491-a7d0-3b31-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-09 14:09:00.954288 | fa163e4f-2491-a7d0-3b31-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-09 14:09:00.955033 | fa163e4f-2491-a7d0-3b31-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:14.584317 | 0.23s 2025-10-09 14:09:00.992030 | fa163e4f-2491-a7d0-3b31-000000000bda | TASK | Force NTP sync 2025-10-09 14:09:01.210996 | fa163e4f-2491-a7d0-3b31-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-09 14:09:01.212215 | fa163e4f-2491-a7d0-3b31-000000000bda | TIMING | Force NTP sync | standalone | 0:03:14.841490 | 0.22s 2025-10-09 14:09:01.240532 | fa163e4f-2491-a7d0-3b31-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-09 14:09:01.468554 | fa163e4f-2491-a7d0-3b31-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-09 14:09:01.470213 | fa163e4f-2491-a7d0-3b31-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:15.099481 | 0.23s 2025-10-09 14:09:01.505475 | fa163e4f-2491-a7d0-3b31-000000000bdc | TASK | Run timezone role 2025-10-09 14:09:01.537887 | fa163e4f-2491-a7d0-3b31-000000000bdc | TIMING | Run timezone role | standalone | 0:03:15.167139 | 0.03s 2025-10-09 14:09:01.650773 | fa163e4f-2491-a7d0-3b31-000000001c2d | TASK | Set timezone 2025-10-09 14:09:02.158109 | fa163e4f-2491-a7d0-3b31-000000001c2d | OK | Set timezone | standalone 2025-10-09 14:09:02.159452 | fa163e4f-2491-a7d0-3b31-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:15.788721 | 0.51s 2025-10-09 14:09:02.186034 | fa163e4f-2491-a7d0-3b31-000000001c2e | TASK | Restart time services 2025-10-09 14:09:02.225864 | fa163e4f-2491-a7d0-3b31-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-09 14:09:02.232622 | fa163e4f-2491-a7d0-3b31-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-09 14:09:02.238981 | fa163e4f-2491-a7d0-3b31-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:15.868245 | 0.05s 2025-10-09 14:09:02.288864 | fa163e4f-2491-a7d0-3b31-000000000bdd | TASK | install tmpwatch on the host 2025-10-09 14:09:05.208220 | fa163e4f-2491-a7d0-3b31-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-09 14:09:05.209645 | fa163e4f-2491-a7d0-3b31-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:18.838921 | 2.92s 2025-10-09 14:09:05.234282 | fa163e4f-2491-a7d0-3b31-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-09 14:09:05.265142 | fa163e4f-2491-a7d0-3b31-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-09 14:09:05.265752 | fa163e4f-2491-a7d0-3b31-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:18.895036 | 0.03s 2025-10-09 14:09:05.320256 | fa163e4f-2491-a7d0-3b31-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:18.949523 | 0.03s 2025-10-09 14:09:05.419039 | fa163e4f-2491-a7d0-3b31-000000001e61 | TASK | Gather variables for each operating system 2025-10-09 14:09:05.539236 | fa163e4f-2491-a7d0-3b31-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-09 14:09:05.540636 | fa163e4f-2491-a7d0-3b31-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:19.169906 | 0.12s 2025-10-09 14:09:05.546503 | fa163e4f-2491-a7d0-3b31-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:19.175781 | 0.13s 2025-10-09 14:09:05.632649 | fa163e4f-2491-a7d0-3b31-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:19.261913 | 0.06s 2025-10-09 14:09:05.655211 | 8b0b309b-79d8-4e10-80e5-a152ba76a705 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-09 14:09:05.688988 | fa163e4f-2491-a7d0-3b31-000000001f92 | TASK | Check tuned package is installed 2025-10-09 14:09:05.966039 | fa163e4f-2491-a7d0-3b31-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-09 14:09:05.967236 | fa163e4f-2491-a7d0-3b31-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:19.596509 | 0.28s 2025-10-09 14:09:05.992953 | fa163e4f-2491-a7d0-3b31-000000001f93 | TASK | Install tuned 2025-10-09 14:09:06.023862 | fa163e4f-2491-a7d0-3b31-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-09 14:09:06.025019 | fa163e4f-2491-a7d0-3b31-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:19.654292 | 0.03s 2025-10-09 14:09:06.050985 | fa163e4f-2491-a7d0-3b31-000000001f94 | TASK | Restart tuned 2025-10-09 14:09:06.080464 | fa163e4f-2491-a7d0-3b31-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-09 14:09:06.081586 | fa163e4f-2491-a7d0-3b31-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:19.710858 | 0.03s 2025-10-09 14:09:06.107483 | fa163e4f-2491-a7d0-3b31-000000001e63 | TASK | Check for tuned-adm 2025-10-09 14:09:06.336041 | fa163e4f-2491-a7d0-3b31-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-09 14:09:06.337474 | fa163e4f-2491-a7d0-3b31-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:19.966744 | 0.23s 2025-10-09 14:09:06.399183 | fa163e4f-2491-a7d0-3b31-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:20.028433 | 0.03s 2025-10-09 14:09:06.430719 | 9e65c044-d93a-43fb-ae1b-aa97384c3247 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-09 14:09:06.464727 | fa163e4f-2491-a7d0-3b31-000000001fbf | TASK | Ensure profile directory exists 2025-10-09 14:09:06.533040 | fa163e4f-2491-a7d0-3b31-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-09 14:09:06.534228 | fa163e4f-2491-a7d0-3b31-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:20.163498 | 0.07s 2025-10-09 14:09:06.561110 | fa163e4f-2491-a7d0-3b31-000000001fc0 | TASK | Create custom tuned profile 2025-10-09 14:09:06.623999 | fa163e4f-2491-a7d0-3b31-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-09 14:09:06.625476 | fa163e4f-2491-a7d0-3b31-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:20.254740 | 0.06s 2025-10-09 14:09:06.658547 | fa163e4f-2491-a7d0-3b31-000000001fc1 | TASK | Check tuned active profile 2025-10-09 14:09:06.881660 | fa163e4f-2491-a7d0-3b31-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-09 14:09:06.882849 | fa163e4f-2491-a7d0-3b31-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:20.512122 | 0.22s 2025-10-09 14:09:06.910127 | fa163e4f-2491-a7d0-3b31-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-09 14:09:07.110532 | fa163e4f-2491-a7d0-3b31-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-09 14:09:07.111824 | fa163e4f-2491-a7d0-3b31-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:20.741098 | 0.20s 2025-10-09 14:09:07.137801 | fa163e4f-2491-a7d0-3b31-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-09 14:09:07.198516 | fa163e4f-2491-a7d0-3b31-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-09 14:09:07.199623 | fa163e4f-2491-a7d0-3b31-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:20.828895 | 0.06s 2025-10-09 14:09:07.227476 | fa163e4f-2491-a7d0-3b31-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-09 14:09:07.292591 | fa163e4f-2491-a7d0-3b31-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-09 14:09:07.293877 | fa163e4f-2491-a7d0-3b31-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:20.923148 | 0.07s 2025-10-09 14:09:07.320038 | fa163e4f-2491-a7d0-3b31-000000001fc5 | TASK | Enable tuned profile 2025-10-09 14:09:07.358760 | fa163e4f-2491-a7d0-3b31-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-09 14:09:07.359821 | fa163e4f-2491-a7d0-3b31-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:20.989094 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-09 14:09:07.541727 | fa163e4f-2491-a7d0-3b31-0000000000ac | TASK | Overcloud container setup tasks 2025-10-09 14:09:07.568749 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000ac') missing from stats 2025-10-09 14:09:07.588770 | fa163e4f-2491-a7d0-3b31-0000000000ad | TASK | Write config data 2025-10-09 14:09:07.649062 | fa163e4f-2491-a7d0-3b31-0000000000ad | TIMING | Write config data | standalone | 0:03:21.278328 | 0.06s 2025-10-09 14:09:07.690896 | c8eca2ed-87e8-489f-9668-142636e33d11 | INCLUDED | /root/standalone-ansible-h0ecxvss/common_container_setup_tasks.yaml | standalone 2025-10-09 14:09:07.757893 | fa163e4f-2491-a7d0-3b31-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-09 14:09:07.997291 | fa163e4f-2491-a7d0-3b31-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-09 14:09:07.998708 | fa163e4f-2491-a7d0-3b31-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:21.627978 | 0.24s 2025-10-09 14:09:08.024259 | fa163e4f-2491-a7d0-3b31-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-09 14:09:08.257189 | fa163e4f-2491-a7d0-3b31-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-09 14:09:08.258309 | fa163e4f-2491-a7d0-3b31-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:21.887588 | 0.23s 2025-10-09 14:09:08.279050 | fa163e4f-2491-a7d0-3b31-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-09 14:09:08.487695 | fa163e4f-2491-a7d0-3b31-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-09 14:09:08.488729 | fa163e4f-2491-a7d0-3b31-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:22.118009 | 0.21s 2025-10-09 14:09:08.509288 | fa163e4f-2491-a7d0-3b31-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-09 14:09:08.739911 | fa163e4f-2491-a7d0-3b31-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-09 14:09:08.740945 | fa163e4f-2491-a7d0-3b31-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:22.370224 | 0.23s 2025-10-09 14:09:08.761288 | fa163e4f-2491-a7d0-3b31-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-09 14:09:08.982801 | fa163e4f-2491-a7d0-3b31-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-09 14:09:08.983894 | fa163e4f-2491-a7d0-3b31-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:22.613173 | 0.22s 2025-10-09 14:09:09.004961 | fa163e4f-2491-a7d0-3b31-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-09 14:09:10.193180 | fa163e4f-2491-a7d0-3b31-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-09 14:09:10.194745 | fa163e4f-2491-a7d0-3b31-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:23.824018 | 1.19s 2025-10-09 14:09:10.221379 | fa163e4f-2491-a7d0-3b31-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-09 14:09:10.463691 | fa163e4f-2491-a7d0-3b31-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-09 14:09:10.465207 | fa163e4f-2491-a7d0-3b31-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:24.094476 | 0.24s 2025-10-09 14:09:10.485247 | fa163e4f-2491-a7d0-3b31-00000000202d | TASK | Write container config scripts 2025-10-09 14:09:10.850487 | fa163e4f-2491-a7d0-3b31-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-09 14:09:10.851185 | fa163e4f-2491-a7d0-3b31-00000000202d | TIMING | Write container config scripts | standalone | 0:03:24.480466 | 0.36s 2025-10-09 14:09:10.870470 | fa163e4f-2491-a7d0-3b31-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-09 14:09:11.331123 | fa163e4f-2491-a7d0-3b31-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-09 14:09:11.331906 | fa163e4f-2491-a7d0-3b31-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:24.961189 | 0.46s 2025-10-09 14:09:11.349263 | fa163e4f-2491-a7d0-3b31-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-09 14:09:11.960004 | fa163e4f-2491-a7d0-3b31-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-09 14:09:11.969117 | fa163e4f-2491-a7d0-3b31-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:25.598382 | 0.62s 2025-10-09 14:09:12.010320 | fa163e4f-2491-a7d0-3b31-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-09 14:09:12.241975 | fa163e4f-2491-a7d0-3b31-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-09 14:09:12.243450 | fa163e4f-2491-a7d0-3b31-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:25.872723 | 0.23s 2025-10-09 14:09:12.269154 | fa163e4f-2491-a7d0-3b31-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-09 14:09:12.484701 | fa163e4f-2491-a7d0-3b31-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-09 14:09:12.486044 | fa163e4f-2491-a7d0-3b31-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:26.115317 | 0.22s 2025-10-09 14:09:12.511918 | fa163e4f-2491-a7d0-3b31-000000002032 | TASK | Write container config json files 2025-10-09 14:09:12.974446 | fa163e4f-2491-a7d0-3b31-000000002032 | CHANGED | Write container config json files | standalone 2025-10-09 14:09:12.979764 | fa163e4f-2491-a7d0-3b31-000000002032 | TIMING | Write container config json files | standalone | 0:03:26.609040 | 0.47s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-09 14:09:13.115574 | fa163e4f-2491-a7d0-3b31-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-09 14:09:13.142904 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:09:13.205756 | fa163e4f-2491-a7d0-3b31-0000000000b2 | TIMING | include_tasks | standalone | 0:03:26.835018 | 0.04s 2025-10-09 14:09:13.221123 | a6200f7c-8de1-44e9-99c9-aa370812f045 | INCLUDED | /root/standalone-ansible-h0ecxvss/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-09 14:09:13.345014 | fa163e4f-2491-a7d0-3b31-0000000000b6 | TASK | External deployment step 1 2025-10-09 14:09:13.371461 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000b6') missing from stats 2025-10-09 14:09:13.423566 | fa163e4f-2491-a7d0-3b31-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:27.052832 | 0.04s 2025-10-09 14:09:13.449374 | d36d1b1d-b84b-477d-9a8c-ebf44014e9bf | INCLUDED | /root/standalone-ansible-h0ecxvss/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-09 14:09:13.467324 | fa163e4f-2491-a7d0-3b31-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-09 14:09:13.524611 | fa163e4f-2491-a7d0-3b31-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-09 14:09:13.525341 | fa163e4f-2491-a7d0-3b31-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:27.154619 | 0.06s 2025-10-09 14:09:13.540007 | fa163e4f-2491-a7d0-3b31-000000002079 | TASK | Build disk list for cephadm 2025-10-09 14:09:13.590122 | fa163e4f-2491-a7d0-3b31-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-09 14:09:13.590862 | fa163e4f-2491-a7d0-3b31-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:27.220144 | 0.05s 2025-10-09 14:09:13.606058 | fa163e4f-2491-a7d0-3b31-000000002080 | TASK | Container image prepare 2025-10-09 14:09:14.682338 | fa163e4f-2491-a7d0-3b31-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-09 14:09:14.684486 | fa163e4f-2491-a7d0-3b31-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:28.313759 | 1.08s 2025-10-09 14:09:14.721324 | fa163e4f-2491-a7d0-3b31-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-09 14:09:14.985278 | fa163e4f-2491-a7d0-3b31-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-09 14:09:14.986730 | fa163e4f-2491-a7d0-3b31-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:28.616003 | 0.26s 2025-10-09 14:09:15.004785 | fa163e4f-2491-a7d0-3b31-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-09 14:09:15.056202 | fa163e4f-2491-a7d0-3b31-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:28.685460 | 0.05s 2025-10-09 14:09:15.104179 | fa163e4f-2491-a7d0-3b31-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-09 14:09:15.347927 | fa163e4f-2491-a7d0-3b31-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-09 14:09:15.349240 | fa163e4f-2491-a7d0-3b31-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:28.978510 | 0.24s 2025-10-09 14:09:15.369142 | fa163e4f-2491-a7d0-3b31-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-09 14:09:15.793231 | fa163e4f-2491-a7d0-3b31-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-09 14:09:15.794634 | fa163e4f-2491-a7d0-3b31-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:29.423906 | 0.42s 2025-10-09 14:09:15.814328 | fa163e4f-2491-a7d0-3b31-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-09 14:09:15.865762 | fa163e4f-2491-a7d0-3b31-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:29.495020 | 0.05s 2025-10-09 14:09:15.912256 | fa163e4f-2491-a7d0-3b31-0000000020eb | TASK | Check for a configured destination 2025-10-09 14:09:15.976802 | fa163e4f-2491-a7d0-3b31-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-09 14:09:15.978097 | fa163e4f-2491-a7d0-3b31-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:29.607367 | 0.06s 2025-10-09 14:09:16.004174 | fa163e4f-2491-a7d0-3b31-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-09 14:09:16.514905 | fa163e4f-2491-a7d0-3b31-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-09 14:09:16.516491 | fa163e4f-2491-a7d0-3b31-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:30.145765 | 0.51s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-09 14:09:16.686143 | fa163e4f-2491-a7d0-3b31-0000000000ba | TASK | Deploy step tasks for 1 2025-10-09 14:09:16.713513 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000ba') missing from stats 2025-10-09 14:09:16.739751 | fa163e4f-2491-a7d0-3b31-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-09 14:09:17.253631 | fa163e4f-2491-a7d0-3b31-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-09 14:09:17.254969 | fa163e4f-2491-a7d0-3b31-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:30.884238 | 0.51s 2025-10-09 14:09:17.280538 | fa163e4f-2491-a7d0-3b31-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-09 14:09:17.504496 | fa163e4f-2491-a7d0-3b31-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-09 14:09:17.506026 | fa163e4f-2491-a7d0-3b31-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:31.135299 | 0.22s 2025-10-09 14:09:17.531168 | fa163e4f-2491-a7d0-3b31-0000000000be | TASK | Write config data at the start of step 1 2025-10-09 14:09:17.591929 | fa163e4f-2491-a7d0-3b31-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:31.221194 | 0.06s 2025-10-09 14:09:17.636613 | 462c2c5b-9054-4d4f-95f2-2f81cf08378f | INCLUDED | /root/standalone-ansible-h0ecxvss/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-09 14:09:17.661338 | fa163e4f-2491-a7d0-3b31-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-09 14:09:17.686483 | fa163e4f-2491-a7d0-3b31-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-09 14:09:17.687370 | fa163e4f-2491-a7d0-3b31-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:31.316631 | 0.03s 2025-10-09 14:09:17.707200 | fa163e4f-2491-a7d0-3b31-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-09 14:09:17.734824 | fa163e4f-2491-a7d0-3b31-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-09 14:09:17.736087 | fa163e4f-2491-a7d0-3b31-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:31.365360 | 0.03s 2025-10-09 14:09:17.761319 | fa163e4f-2491-a7d0-3b31-00000000212c | TASK | Write the puppet step_config manifest 2025-10-09 14:09:18.246726 | fa163e4f-2491-a7d0-3b31-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-09 14:09:18.248271 | fa163e4f-2491-a7d0-3b31-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:31.877539 | 0.49s 2025-10-09 14:09:18.272410 | fa163e4f-2491-a7d0-3b31-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-09 14:09:18.290165 | fa163e4f-2491-a7d0-3b31-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-09 14:09:18.291186 | fa163e4f-2491-a7d0-3b31-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:31.920461 | 0.02s 2025-10-09 14:09:18.312287 | fa163e4f-2491-a7d0-3b31-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-09 14:09:18.340754 | fa163e4f-2491-a7d0-3b31-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-09 14:09:18.341901 | fa163e4f-2491-a7d0-3b31-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:31.971173 | 0.03s 2025-10-09 14:09:18.370217 | fa163e4f-2491-a7d0-3b31-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-09 14:09:18.602898 | fa163e4f-2491-a7d0-3b31-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-09 14:09:18.604190 | fa163e4f-2491-a7d0-3b31-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:32.233464 | 0.23s 2025-10-09 14:09:18.630076 | fa163e4f-2491-a7d0-3b31-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-09 14:09:18.657778 | fa163e4f-2491-a7d0-3b31-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-09 14:09:18.658920 | fa163e4f-2491-a7d0-3b31-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:32.288192 | 0.03s 2025-10-09 14:09:18.685040 | fa163e4f-2491-a7d0-3b31-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-09 14:09:18.713386 | fa163e4f-2491-a7d0-3b31-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-09 14:09:18.714481 | fa163e4f-2491-a7d0-3b31-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:32.343753 | 0.03s 2025-10-09 14:09:18.739339 | fa163e4f-2491-a7d0-3b31-000000002132 | TASK | Write container-puppet.json file 2025-10-09 14:09:19.257803 | fa163e4f-2491-a7d0-3b31-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-09 14:09:19.259099 | fa163e4f-2491-a7d0-3b31-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:32.888372 | 0.52s 2025-10-09 14:09:19.277391 | fa163e4f-2491-a7d0-3b31-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-09 14:09:19.302085 | fa163e4f-2491-a7d0-3b31-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-09 14:09:19.302681 | fa163e4f-2491-a7d0-3b31-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:32.931955 | 0.02s 2025-10-09 14:09:19.319541 | fa163e4f-2491-a7d0-3b31-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-09 14:09:19.347227 | fa163e4f-2491-a7d0-3b31-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-09 14:09:19.347933 | fa163e4f-2491-a7d0-3b31-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:32.977213 | 0.03s 2025-10-09 14:09:19.364697 | fa163e4f-2491-a7d0-3b31-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-09 14:09:19.754239 | fa163e4f-2491-a7d0-3b31-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-09 14:09:19.755205 | fa163e4f-2491-a7d0-3b31-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:33.384483 | 0.39s 2025-10-09 14:09:19.775071 | fa163e4f-2491-a7d0-3b31-000000002136 | TASK | Set host puppet debugging fact string 2025-10-09 14:09:19.801798 | fa163e4f-2491-a7d0-3b31-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-09 14:09:19.802615 | fa163e4f-2491-a7d0-3b31-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:33.431894 | 0.03s 2025-10-09 14:09:19.822428 | fa163e4f-2491-a7d0-3b31-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-09 14:09:19.851483 | fa163e4f-2491-a7d0-3b31-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-09 14:09:19.852814 | fa163e4f-2491-a7d0-3b31-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:33.482084 | 0.03s 2025-10-09 14:09:19.880676 | fa163e4f-2491-a7d0-3b31-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-09 14:09:19.911680 | fa163e4f-2491-a7d0-3b31-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-09 14:09:19.913458 | fa163e4f-2491-a7d0-3b31-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:33.542723 | 0.03s 2025-10-09 14:09:19.939382 | fa163e4f-2491-a7d0-3b31-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-09 14:09:19.971898 | fa163e4f-2491-a7d0-3b31-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-09 14:09:19.973282 | fa163e4f-2491-a7d0-3b31-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:33.602553 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:09:20.042636 | fa163e4f-2491-a7d0-3b31-0000000000c0 | TIMING | include_tasks | standalone | 0:03:33.671911 | 0.04s 2025-10-09 14:09:20.150420 | d51610b0-d0fd-44aa-8af7-44c342de886d | INCLUDED | /root/standalone-ansible-h0ecxvss/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-09 14:09:20.192113 | fa163e4f-2491-a7d0-3b31-000000002164 | TASK | Create dirs for certificates and keys 2025-10-09 14:09:20.250188 | fa163e4f-2491-a7d0-3b31-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-09 14:09:20.262104 | fa163e4f-2491-a7d0-3b31-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-09 14:09:20.274695 | fa163e4f-2491-a7d0-3b31-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:33.903957 | 0.08s 2025-10-09 14:09:20.346267 | fa163e4f-2491-a7d0-3b31-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-09 14:09:20.347068 | fa163e4f-2491-a7d0-3b31-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:33.976349 | 0.05s 2025-10-09 14:09:20.364773 | fa163e4f-2491-a7d0-3b31-00000000216c | TASK | Fail if container image is undefined 2025-10-09 14:09:20.431914 | fa163e4f-2491-a7d0-3b31-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:09:20.432891 | fa163e4f-2491-a7d0-3b31-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:34.062172 | 0.07s 2025-10-09 14:09:20.457979 | fa163e4f-2491-a7d0-3b31-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-09 14:09:36.071257 | fa163e4f-2491-a7d0-3b31-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-09 14:09:36.073060 | fa163e4f-2491-a7d0-3b31-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:49.702330 | 15.61s 2025-10-09 14:09:36.138788 | fa163e4f-2491-a7d0-3b31-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-09 14:09:36.471022 | fa163e4f-2491-a7d0-3b31-00000000216e | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-09 14:09:36.472297 | fa163e4f-2491-a7d0-3b31-00000000216e | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:50.101565 | 0.33s 2025-10-09 14:09:36.524881 | fa163e4f-2491-a7d0-3b31-00000000217d | TASK | Fail if container image is undefined 2025-10-09 14:09:36.590306 | fa163e4f-2491-a7d0-3b31-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:09:36.591583 | fa163e4f-2491-a7d0-3b31-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:50.220854 | 0.07s 2025-10-09 14:09:36.633978 | fa163e4f-2491-a7d0-3b31-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-09 14:09:45.253840 | fa163e4f-2491-a7d0-3b31-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-09 14:09:45.255725 | fa163e4f-2491-a7d0-3b31-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:58.884995 | 8.62s 2025-10-09 14:09:45.313843 | fa163e4f-2491-a7d0-3b31-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-09 14:09:45.674424 | fa163e4f-2491-a7d0-3b31-00000000217f | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-09 14:09:45.675997 | fa163e4f-2491-a7d0-3b31-00000000217f | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:59.305268 | 0.36s 2025-10-09 14:09:45.728163 | fa163e4f-2491-a7d0-3b31-00000000218a | TASK | Check if rsyslog exists 2025-10-09 14:09:45.993645 | fa163e4f-2491-a7d0-3b31-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-09 14:09:45.995232 | fa163e4f-2491-a7d0-3b31-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:03:59.624501 | 0.27s 2025-10-09 14:09:46.021558 | fa163e4f-2491-a7d0-3b31-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-09 14:09:46.273857 | fa163e4f-2491-a7d0-3b31-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-09 14:09:46.275188 | fa163e4f-2491-a7d0-3b31-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:03:59.904460 | 0.25s 2025-10-09 14:09:46.302091 | fa163e4f-2491-a7d0-3b31-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-09 14:09:47.041516 | fa163e4f-2491-a7d0-3b31-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-09 14:09:47.044182 | fa163e4f-2491-a7d0-3b31-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:00.673444 | 0.74s 2025-10-09 14:09:47.073591 | fa163e4f-2491-a7d0-3b31-000000002194 | TASK | Fail if container image is undefined 2025-10-09 14:09:47.129407 | fa163e4f-2491-a7d0-3b31-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:09:47.131156 | fa163e4f-2491-a7d0-3b31-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:00.760420 | 0.06s 2025-10-09 14:09:47.176403 | fa163e4f-2491-a7d0-3b31-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-09 14:09:53.785163 | fa163e4f-2491-a7d0-3b31-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-09 14:09:53.786833 | fa163e4f-2491-a7d0-3b31-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:07.416105 | 6.61s 2025-10-09 14:09:53.845032 | fa163e4f-2491-a7d0-3b31-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-09 14:09:54.200798 | fa163e4f-2491-a7d0-3b31-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-09 14:09:54.202179 | fa163e4f-2491-a7d0-3b31-000000002196 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:07.831452 | 0.36s 2025-10-09 14:09:54.251953 | fa163e4f-2491-a7d0-3b31-0000000021a0 | TASK | Run lvmfilter role 2025-10-09 14:09:54.301812 | fa163e4f-2491-a7d0-3b31-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:07.931075 | 0.05s 2025-10-09 14:09:54.388001 | fa163e4f-2491-a7d0-3b31-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-09 14:09:54.627551 | fa163e4f-2491-a7d0-3b31-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-09 14:09:54.628916 | fa163e4f-2491-a7d0-3b31-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:08.258186 | 0.24s 2025-10-09 14:09:54.655534 | fa163e4f-2491-a7d0-3b31-0000000022b9 | TASK | collect ansible devices 2025-10-09 14:09:54.706995 | fa163e4f-2491-a7d0-3b31-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-09 14:09:54.708075 | fa163e4f-2491-a7d0-3b31-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:08.337348 | 0.05s 2025-10-09 14:09:54.733829 | fa163e4f-2491-a7d0-3b31-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-09 14:09:54.783457 | fa163e4f-2491-a7d0-3b31-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-09 14:09:54.784839 | fa163e4f-2491-a7d0-3b31-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:08.414094 | 0.05s 2025-10-09 14:09:54.810870 | fa163e4f-2491-a7d0-3b31-0000000022bb | TASK | set allowed_devices 2025-10-09 14:09:54.858935 | fa163e4f-2491-a7d0-3b31-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-09 14:09:54.860189 | fa163e4f-2491-a7d0-3b31-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:08.489434 | 0.05s 2025-10-09 14:09:54.887080 | fa163e4f-2491-a7d0-3b31-0000000022bc | TASK | build lvm2 allow list 2025-10-09 14:09:54.935202 | fa163e4f-2491-a7d0-3b31-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-09 14:09:54.936525 | fa163e4f-2491-a7d0-3b31-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:08.565796 | 0.05s 2025-10-09 14:09:54.962802 | fa163e4f-2491-a7d0-3b31-0000000022bd | TASK | build lvm2 deny list 2025-10-09 14:09:55.011163 | fa163e4f-2491-a7d0-3b31-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-09 14:09:55.012451 | fa163e4f-2491-a7d0-3b31-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:08.641722 | 0.05s 2025-10-09 14:09:55.039178 | fa163e4f-2491-a7d0-3b31-0000000022be | TASK | build lvm2 filter 2025-10-09 14:09:55.088516 | fa163e4f-2491-a7d0-3b31-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-09 14:09:55.089575 | fa163e4f-2491-a7d0-3b31-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:08.718848 | 0.05s 2025-10-09 14:09:55.114490 | fa163e4f-2491-a7d0-3b31-0000000022bf | TASK | regenerate lvm config 2025-10-09 14:09:55.163656 | fa163e4f-2491-a7d0-3b31-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-09 14:09:55.164979 | fa163e4f-2491-a7d0-3b31-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:08.794249 | 0.05s 2025-10-09 14:09:55.191132 | fa163e4f-2491-a7d0-3b31-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-09 14:09:55.241288 | fa163e4f-2491-a7d0-3b31-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-09 14:09:55.242633 | fa163e4f-2491-a7d0-3b31-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:08.871903 | 0.05s 2025-10-09 14:09:55.293557 | fa163e4f-2491-a7d0-3b31-0000000021a6 | TASK | Fail if container image is undefined 2025-10-09 14:09:55.353578 | fa163e4f-2491-a7d0-3b31-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:09:55.354545 | fa163e4f-2491-a7d0-3b31-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:08.983824 | 0.06s 2025-10-09 14:09:55.397834 | fa163e4f-2491-a7d0-3b31-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-09 14:10:04.844271 | fa163e4f-2491-a7d0-3b31-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-09 14:10:04.847198 | fa163e4f-2491-a7d0-3b31-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:18.476468 | 9.45s 2025-10-09 14:10:04.905675 | fa163e4f-2491-a7d0-3b31-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-09 14:10:05.250344 | fa163e4f-2491-a7d0-3b31-0000000021a8 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-09 14:10:05.251772 | fa163e4f-2491-a7d0-3b31-0000000021a8 | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:18.881045 | 0.34s 2025-10-09 14:10:05.365297 | fa163e4f-2491-a7d0-3b31-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-09 14:10:05.366692 | fa163e4f-2491-a7d0-3b31-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:18.995963 | 0.06s 2025-10-09 14:10:05.393764 | fa163e4f-2491-a7d0-3b31-0000000021ba | TASK | Fail if container image is undefined 2025-10-09 14:10:05.454418 | fa163e4f-2491-a7d0-3b31-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:10:05.455736 | fa163e4f-2491-a7d0-3b31-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:19.085007 | 0.06s 2025-10-09 14:10:05.502508 | fa163e4f-2491-a7d0-3b31-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-09 14:10:13.522205 | fa163e4f-2491-a7d0-3b31-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-09 14:10:13.523681 | fa163e4f-2491-a7d0-3b31-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:27.152953 | 8.02s 2025-10-09 14:10:13.580232 | fa163e4f-2491-a7d0-3b31-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-09 14:10:13.979180 | fa163e4f-2491-a7d0-3b31-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-09 14:10:13.980588 | fa163e4f-2491-a7d0-3b31-0000000021bc | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:27.609860 | 0.40s 2025-10-09 14:10:14.080870 | fa163e4f-2491-a7d0-3b31-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-09 14:10:14.082097 | fa163e4f-2491-a7d0-3b31-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:27.711369 | 0.05s 2025-10-09 14:10:14.107399 | fa163e4f-2491-a7d0-3b31-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-09 14:10:34.550831 | fa163e4f-2491-a7d0-3b31-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-09 14:10:34.552299 | fa163e4f-2491-a7d0-3b31-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:48.181576 | 20.44s 2025-10-09 14:10:34.573759 | fa163e4f-2491-a7d0-3b31-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-09 14:10:34.623489 | fa163e4f-2491-a7d0-3b31-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-09 14:10:34.624402 | fa163e4f-2491-a7d0-3b31-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:48.253679 | 0.05s 2025-10-09 14:10:34.645712 | fa163e4f-2491-a7d0-3b31-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-09 14:10:34.909215 | fa163e4f-2491-a7d0-3b31-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-09 14:10:34.910279 | fa163e4f-2491-a7d0-3b31-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:48.539559 | 0.26s 2025-10-09 14:10:34.931822 | fa163e4f-2491-a7d0-3b31-0000000021ce | TASK | is KSM enabled 2025-10-09 14:10:34.982956 | fa163e4f-2491-a7d0-3b31-0000000021ce | OK | is KSM enabled | standalone 2025-10-09 14:10:34.984209 | fa163e4f-2491-a7d0-3b31-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:48.613482 | 0.05s 2025-10-09 14:10:35.010699 | fa163e4f-2491-a7d0-3b31-0000000021d0 | TASK | Check for ksm 2025-10-09 14:10:35.273107 | fa163e4f-2491-a7d0-3b31-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-09 14:10:35.274143 | fa163e4f-2491-a7d0-3b31-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:48.903421 | 0.26s 2025-10-09 14:10:35.295001 | fa163e4f-2491-a7d0-3b31-0000000021d1 | TASK | disable KSM services 2025-10-09 14:10:35.365131 | fa163e4f-2491-a7d0-3b31-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-09 14:10:35.389193 | fa163e4f-2491-a7d0-3b31-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-09 14:10:35.401112 | fa163e4f-2491-a7d0-3b31-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:49.030376 | 0.10s 2025-10-09 14:10:35.427600 | fa163e4f-2491-a7d0-3b31-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-09 14:10:35.477649 | fa163e4f-2491-a7d0-3b31-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-09 14:10:35.478920 | fa163e4f-2491-a7d0-3b31-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:49.108192 | 0.05s 2025-10-09 14:10:35.505994 | fa163e4f-2491-a7d0-3b31-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-09 14:10:35.555533 | fa163e4f-2491-a7d0-3b31-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-09 14:10:35.556877 | fa163e4f-2491-a7d0-3b31-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:49.186148 | 0.05s 2025-10-09 14:10:35.583311 | fa163e4f-2491-a7d0-3b31-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-09 14:10:35.623139 | fa163e4f-2491-a7d0-3b31-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-09 14:10:35.624405 | fa163e4f-2491-a7d0-3b31-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:49.253675 | 0.04s 2025-10-09 14:10:35.645875 | fa163e4f-2491-a7d0-3b31-0000000021d6 | TASK | enable ksmtunded 2025-10-09 14:10:35.706232 | fa163e4f-2491-a7d0-3b31-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-09 14:10:35.730080 | fa163e4f-2491-a7d0-3b31-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-09 14:10:35.742087 | fa163e4f-2491-a7d0-3b31-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:49.371358 | 0.10s 2025-10-09 14:10:35.799822 | fa163e4f-2491-a7d0-3b31-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-09 14:10:35.800821 | fa163e4f-2491-a7d0-3b31-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:49.430099 | 0.04s 2025-10-09 14:10:35.821936 | fa163e4f-2491-a7d0-3b31-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-09 14:10:35.893901 | fa163e4f-2491-a7d0-3b31-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-09 14:10:35.895104 | fa163e4f-2491-a7d0-3b31-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:49.524375 | 0.07s 2025-10-09 14:10:35.920103 | fa163e4f-2491-a7d0-3b31-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-09 14:10:39.988339 | fa163e4f-2491-a7d0-3b31-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-09 14:10:39.993816 | fa163e4f-2491-a7d0-3b31-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:53.623086 | 4.07s 2025-10-09 14:10:40.030610 | fa163e4f-2491-a7d0-3b31-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-09 14:10:40.101588 | fa163e4f-2491-a7d0-3b31-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-09 14:10:40.102955 | fa163e4f-2491-a7d0-3b31-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:53.732225 | 0.07s 2025-10-09 14:10:40.132929 | fa163e4f-2491-a7d0-3b31-0000000021de | TASK | Fetch ovn VIP 2025-10-09 14:10:40.204914 | fa163e4f-2491-a7d0-3b31-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-09 14:10:40.206270 | fa163e4f-2491-a7d0-3b31-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:04:53.835540 | 0.07s 2025-10-09 14:10:40.236756 | fa163e4f-2491-a7d0-3b31-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-09 14:10:40.310720 | fa163e4f-2491-a7d0-3b31-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-09 14:10:40.312137 | fa163e4f-2491-a7d0-3b31-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:53.941407 | 0.07s 2025-10-09 14:10:40.341936 | fa163e4f-2491-a7d0-3b31-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-09 14:10:40.404028 | fa163e4f-2491-a7d0-3b31-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-09 14:10:40.405452 | fa163e4f-2491-a7d0-3b31-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:54.034723 | 0.06s 2025-10-09 14:10:40.434720 | fa163e4f-2491-a7d0-3b31-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-09 14:10:40.511203 | fa163e4f-2491-a7d0-3b31-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-09 14:10:40.512558 | fa163e4f-2491-a7d0-3b31-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:54.141828 | 0.08s 2025-10-09 14:10:40.542761 | fa163e4f-2491-a7d0-3b31-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-09 14:10:40.612023 | fa163e4f-2491-a7d0-3b31-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-09 14:10:40.620127 | fa163e4f-2491-a7d0-3b31-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:04:54.249398 | 0.08s 2025-10-09 14:10:40.689398 | fa163e4f-2491-a7d0-3b31-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-09 14:10:40.690635 | fa163e4f-2491-a7d0-3b31-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:54.319906 | 0.04s 2025-10-09 14:10:40.721117 | fa163e4f-2491-a7d0-3b31-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-09 14:10:40.771429 | fa163e4f-2491-a7d0-3b31-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:04:54.400700 | 0.05s 2025-10-09 14:10:40.828924 | fa163e4f-2491-a7d0-3b31-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-09 14:10:41.104242 | fa163e4f-2491-a7d0-3b31-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-09 14:10:41.105638 | fa163e4f-2491-a7d0-3b31-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:54.734907 | 0.27s 2025-10-09 14:10:41.135581 | fa163e4f-2491-a7d0-3b31-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-09 14:10:41.185263 | fa163e4f-2491-a7d0-3b31-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-09 14:10:41.186621 | fa163e4f-2491-a7d0-3b31-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:54.815892 | 0.05s 2025-10-09 14:10:41.216329 | fa163e4f-2491-a7d0-3b31-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-09 14:10:41.464528 | fa163e4f-2491-a7d0-3b31-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-09 14:10:41.465899 | fa163e4f-2491-a7d0-3b31-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:55.095170 | 0.25s 2025-10-09 14:10:41.495978 | fa163e4f-2491-a7d0-3b31-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-09 14:10:41.567785 | fa163e4f-2491-a7d0-3b31-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-09 14:10:41.569087 | fa163e4f-2491-a7d0-3b31-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:55.198358 | 0.07s 2025-10-09 14:10:41.599542 | fa163e4f-2491-a7d0-3b31-000000002393 | TASK | render OVN cluster configuration 2025-10-09 14:10:42.230976 | fa163e4f-2491-a7d0-3b31-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-09 14:10:42.232404 | fa163e4f-2491-a7d0-3b31-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:55.861675 | 0.63s 2025-10-09 14:10:42.262897 | fa163e4f-2491-a7d0-3b31-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-09 14:10:42.327846 | fa163e4f-2491-a7d0-3b31-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:55.957102 | 0.06s 2025-10-09 14:10:42.350759 | fa163e4f-2491-a7d0-3b31-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:55.980029 | 0.09s 2025-10-09 14:10:42.368767 | fa163e4f-2491-a7d0-3b31-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:55.998038 | 0.10s 2025-10-09 14:10:42.374766 | fa163e4f-2491-a7d0-3b31-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:56.004035 | 0.11s 2025-10-09 14:10:42.401203 | c76e2e5b-f1e9-41c0-a14b-e83f8caaa942 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-09 14:10:42.409484 | a4def2ad-0e33-4c66-8cb7-0a4c2880d775 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-09 14:10:42.417706 | 2a19c00c-4dea-4c1a-9f6a-2ab4fc9567f4 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-09 14:10:42.451277 | fa163e4f-2491-a7d0-3b31-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-09 14:10:42.720127 | fa163e4f-2491-a7d0-3b31-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-09 14:10:42.721843 | fa163e4f-2491-a7d0-3b31-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:56.351109 | 0.27s 2025-10-09 14:10:42.755129 | fa163e4f-2491-a7d0-3b31-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-09 14:10:42.818651 | fa163e4f-2491-a7d0-3b31-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-09 14:10:42.820452 | fa163e4f-2491-a7d0-3b31-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:56.449718 | 0.06s 2025-10-09 14:10:42.853899 | fa163e4f-2491-a7d0-3b31-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-09 14:10:43.136546 | fa163e4f-2491-a7d0-3b31-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-09 14:10:43.138707 | fa163e4f-2491-a7d0-3b31-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:56.767970 | 0.28s 2025-10-09 14:10:43.175731 | fa163e4f-2491-a7d0-3b31-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-09 14:10:43.216558 | fa163e4f-2491-a7d0-3b31-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-09 14:10:43.217854 | fa163e4f-2491-a7d0-3b31-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:56.847123 | 0.04s 2025-10-09 14:10:43.253163 | fa163e4f-2491-a7d0-3b31-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-09 14:10:43.497662 | fa163e4f-2491-a7d0-3b31-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-09 14:10:43.498924 | fa163e4f-2491-a7d0-3b31-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:57.128203 | 0.24s 2025-10-09 14:10:43.519703 | fa163e4f-2491-a7d0-3b31-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-09 14:10:43.576517 | fa163e4f-2491-a7d0-3b31-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-09 14:10:43.577341 | fa163e4f-2491-a7d0-3b31-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:57.206621 | 0.06s 2025-10-09 14:10:43.653374 | fa163e4f-2491-a7d0-3b31-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-09 14:10:43.654506 | fa163e4f-2491-a7d0-3b31-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:57.283783 | 0.04s 2025-10-09 14:10:43.722275 | fa163e4f-2491-a7d0-3b31-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-09 14:10:43.723031 | fa163e4f-2491-a7d0-3b31-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:57.352314 | 0.05s 2025-10-09 14:10:43.742449 | fa163e4f-2491-a7d0-3b31-0000000021f2 | TASK | Fail if container image is undefined 2025-10-09 14:10:43.801533 | fa163e4f-2491-a7d0-3b31-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:10:43.802654 | fa163e4f-2491-a7d0-3b31-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:57.431929 | 0.06s 2025-10-09 14:10:43.840231 | fa163e4f-2491-a7d0-3b31-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-09 14:10:51.963256 | fa163e4f-2491-a7d0-3b31-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-09 14:10:51.964761 | fa163e4f-2491-a7d0-3b31-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:05.594034 | 8.12s 2025-10-09 14:10:52.024463 | fa163e4f-2491-a7d0-3b31-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-09 14:10:52.344947 | fa163e4f-2491-a7d0-3b31-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-09 14:10:52.346276 | fa163e4f-2491-a7d0-3b31-0000000021f4 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:05.975548 | 0.32s 2025-10-09 14:10:52.403254 | fa163e4f-2491-a7d0-3b31-0000000021ff | TASK | Pre-fetch all the containers 2025-10-09 14:10:57.588940 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-09 14:10:57.593970 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:11.223233 | 5.19s 2025-10-09 14:11:03.698447 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-09 14:11:03.702001 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:17.331275 | 11.30s 2025-10-09 14:11:07.067183 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-09 14:11:07.070972 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:20.700244 | 14.67s 2025-10-09 14:11:11.221165 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-09 14:11:11.223794 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:24.853065 | 18.82s 2025-10-09 14:11:14.225139 | fa163e4f-2491-a7d0-3b31-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-09 14:11:14.227898 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:27.857170 | 21.82s 2025-10-09 14:11:18.116057 | fa163e4f-2491-a7d0-3b31-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-09 14:11:18.119546 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:31.748819 | 25.71s 2025-10-09 14:11:22.667697 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-09 14:11:22.671663 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:36.300934 | 30.27s 2025-10-09 14:11:29.032545 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-09 14:11:29.036532 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:42.665808 | 36.63s 2025-10-09 14:11:34.761971 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-09 14:11:34.766113 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:48.395386 | 42.36s 2025-10-09 14:11:38.405016 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-09 14:11:38.408983 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:52.038257 | 46.00s 2025-10-09 14:11:47.491898 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-09 14:11:47.494177 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:01.123455 | 55.09s 2025-10-09 14:11:51.338260 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-09 14:11:51.342861 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:04.972134 | 58.94s 2025-10-09 14:12:09.444123 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-09 14:12:09.448071 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:23.077342 | 77.04s 2025-10-09 14:12:19.844411 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-09 14:12:19.847139 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:33.476412 | 87.44s 2025-10-09 14:12:32.689663 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-09 14:12:32.692624 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:46.321894 | 100.29s 2025-10-09 14:12:40.224417 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-09 14:12:40.228797 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:53.858069 | 107.82s 2025-10-09 14:12:48.456511 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-09 14:12:48.459492 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:02.088768 | 116.05s 2025-10-09 14:12:54.830949 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-09 14:12:54.833917 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:08.463193 | 122.43s 2025-10-09 14:12:59.740062 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-09 14:12:59.743054 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:13.372328 | 127.34s 2025-10-09 14:13:04.418016 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-09 14:13:04.424040 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:18.053305 | 132.02s 2025-10-09 14:13:10.690754 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-09 14:13:10.693464 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:24.322745 | 138.29s 2025-10-09 14:13:23.188959 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-09 14:13:23.193554 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:36.822829 | 150.79s 2025-10-09 14:13:26.984565 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-09 14:13:26.988937 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:40.618210 | 154.58s 2025-10-09 14:13:36.090220 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-09 14:13:36.093997 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:49.723273 | 163.69s 2025-10-09 14:13:40.509674 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-09 14:13:40.514456 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:54.143729 | 168.11s 2025-10-09 14:13:44.855215 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-09 14:13:44.858829 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:58.488102 | 172.45s 2025-10-09 14:13:48.371116 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-09 14:13:48.376139 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:02.005410 | 175.97s 2025-10-09 14:13:55.016764 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-09 14:13:55.019509 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:08.648783 | 182.61s 2025-10-09 14:13:59.039294 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-09 14:13:59.042282 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:12.671557 | 186.64s 2025-10-09 14:14:02.824426 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-09 14:14:02.826004 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:16.455287 | 190.42s 2025-10-09 14:14:09.171092 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-09 14:14:09.175521 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:22.804794 | 196.77s 2025-10-09 14:14:12.090001 | fa163e4f-2491-a7d0-3b31-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-09 14:14:12.093995 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:25.723269 | 199.69s 2025-10-09 14:14:15.204731 | fa163e4f-2491-a7d0-3b31-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-09 14:14:15.207942 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:28.837215 | 202.80s 2025-10-09 14:14:19.313109 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-09 14:14:19.316035 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:32.945308 | 206.91s 2025-10-09 14:14:21.952849 | fa163e4f-2491-a7d0-3b31-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-09 14:14:21.957031 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:35.586302 | 209.55s 2025-10-09 14:14:28.331431 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-09 14:14:28.334486 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:41.963761 | 215.93s 2025-10-09 14:14:32.181045 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-09 14:14:32.184853 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:45.814127 | 219.78s 2025-10-09 14:14:36.626169 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-09 14:14:36.629176 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:50.258451 | 224.22s 2025-10-09 14:14:40.616496 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-09 14:14:40.621061 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:54.250333 | 228.22s 2025-10-09 14:14:44.386781 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-09 14:14:44.391062 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:58.020326 | 231.99s 2025-10-09 14:14:48.544674 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-09 14:14:48.547843 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:02.177112 | 236.14s 2025-10-09 14:14:52.309842 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-09 14:14:52.312938 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:05.942214 | 239.91s 2025-10-09 14:14:56.959315 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-09 14:14:56.962116 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:10.591387 | 244.56s 2025-10-09 14:15:01.152469 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-09 14:15:01.155539 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:14.784812 | 248.75s 2025-10-09 14:15:05.210928 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-09 14:15:05.215031 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:18.844304 | 252.81s 2025-10-09 14:15:08.814106 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-09 14:15:08.817109 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:22.446384 | 256.41s 2025-10-09 14:15:12.755110 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-09 14:15:12.758063 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:26.387336 | 260.35s 2025-10-09 14:15:17.362588 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-09 14:15:17.365655 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:30.994927 | 264.96s 2025-10-09 14:15:21.911697 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-09 14:15:21.914391 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:35.543672 | 269.51s 2025-10-09 14:15:28.244413 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-09 14:15:28.248449 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:41.877721 | 275.84s 2025-10-09 14:15:31.769832 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-09 14:15:31.773698 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:45.402934 | 279.37s 2025-10-09 14:15:43.383069 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-09 14:15:43.388026 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:57.017297 | 290.98s 2025-10-09 14:15:47.882838 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-09 14:15:47.886654 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:01.515927 | 295.48s 2025-10-09 14:15:51.805690 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-09 14:15:51.808793 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:05.438066 | 299.40s 2025-10-09 14:15:55.860846 | fa163e4f-2491-a7d0-3b31-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-09 14:15:55.864482 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:09.493754 | 303.46s 2025-10-09 14:15:56.327530 | fa163e4f-2491-a7d0-3b31-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:09.956798 | 303.92s 2025-10-09 14:15:56.571429 | fa163e4f-2491-a7d0-3b31-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-09 14:15:56.572403 | fa163e4f-2491-a7d0-3b31-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:10:10.201683 | 0.06s 2025-10-09 14:15:56.593300 | fa163e4f-2491-a7d0-3b31-000000002209 | TASK | Fail if container image is undefined 2025-10-09 14:15:56.663135 | fa163e4f-2491-a7d0-3b31-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:15:56.664532 | fa163e4f-2491-a7d0-3b31-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:10:10.293803 | 0.07s 2025-10-09 14:15:56.712650 | fa163e4f-2491-a7d0-3b31-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-09 14:16:02.913901 | fa163e4f-2491-a7d0-3b31-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-09 14:16:02.916499 | fa163e4f-2491-a7d0-3b31-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:16.545768 | 6.20s 2025-10-09 14:16:02.975885 | fa163e4f-2491-a7d0-3b31-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-09 14:16:03.282005 | fa163e4f-2491-a7d0-3b31-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-09 14:16:03.283301 | fa163e4f-2491-a7d0-3b31-00000000220b | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:16.912574 | 0.31s 2025-10-09 14:16:03.341040 | fa163e4f-2491-a7d0-3b31-000000002216 | TASK | Check if rsyslog exists 2025-10-09 14:16:03.557320 | fa163e4f-2491-a7d0-3b31-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-09 14:16:03.558704 | fa163e4f-2491-a7d0-3b31-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:10:17.187976 | 0.22s 2025-10-09 14:16:03.588014 | fa163e4f-2491-a7d0-3b31-000000002217 | TASK | Forward logging to swift.log file 2025-10-09 14:16:04.077219 | fa163e4f-2491-a7d0-3b31-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-09 14:16:04.078542 | fa163e4f-2491-a7d0-3b31-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:10:17.707814 | 0.49s 2025-10-09 14:16:04.107162 | fa163e4f-2491-a7d0-3b31-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-09 14:16:04.775551 | fa163e4f-2491-a7d0-3b31-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-09 14:16:04.777442 | fa163e4f-2491-a7d0-3b31-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:18.406714 | 0.67s 2025-10-09 14:16:04.809945 | fa163e4f-2491-a7d0-3b31-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-09 14:16:05.047997 | fa163e4f-2491-a7d0-3b31-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-09 14:16:05.049374 | fa163e4f-2491-a7d0-3b31-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:18.678621 | 0.24s 2025-10-09 14:16:05.162759 | fa163e4f-2491-a7d0-3b31-0000000000c3 | TIMING | include_tasks | standalone | 0:10:18.792027 | 0.08s 2025-10-09 14:16:05.191222 | 0899abff-63a0-4eb3-a1c2-80094101aa08 | INCLUDED | /root/standalone-ansible-h0ecxvss/common_deploy_steps_tasks.yaml | standalone 2025-10-09 14:16:05.217874 | fa163e4f-2491-a7d0-3b31-00000000249a | TASK | Write the config_step hieradata 2025-10-09 14:16:05.722860 | fa163e4f-2491-a7d0-3b31-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-09 14:16:05.724020 | fa163e4f-2491-a7d0-3b31-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:10:19.353295 | 0.51s 2025-10-09 14:16:05.748995 | fa163e4f-2491-a7d0-3b31-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-09 14:16:05.991666 | fa163e4f-2491-a7d0-3b31-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-09 14:16:05.992569 | fa163e4f-2491-a7d0-3b31-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:19.621847 | 0.24s 2025-10-09 14:16:06.016061 | fa163e4f-2491-a7d0-3b31-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-09 14:16:06.257797 | fa163e4f-2491-a7d0-3b31-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-09 14:16:16.483266 | fa163e4f-2491-a7d0-3b31-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-09 14:16:26.717480 | fa163e4f-2491-a7d0-3b31-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-09 14:16:36.943906 | fa163e4f-2491-a7d0-3b31-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-09 14:16:47.147649 | fa163e4f-2491-a7d0-3b31-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-09 14:16:57.353871 | fa163e4f-2491-a7d0-3b31-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-09 14:17:07.552339 | fa163e4f-2491-a7d0-3b31-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-09 14:17:07.554105 | fa163e4f-2491-a7d0-3b31-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:21.183375 | 61.54s 2025-10-09 14:17:07.585463 | fa163e4f-2491-a7d0-3b31-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-09 14:17:07.636972 | fa163e4f-2491-a7d0-3b31-00000000249d | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 9 14:16:06 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 9 14:16:10 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 9 14:16:10 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 9 14:16:10 puppet-user: (file & line not available)", "<13>Oct 9 14:16:10 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 9 14:16:10 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 9 14:16:10 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 9 14:16:10 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.39 seconds", "<13>Oct 9 14:16:10 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 9 14:16:10 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 9 14:16:10 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 9 14:16:19 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 9 14:16:27 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 9 14:16:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 9 14:16:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 9 14:16:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 9 14:16:30 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 9 14:16:31 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 9 14:16:32 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 9 14:16:36 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 9 14:16:38 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 9 14:16:38 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 9 14:16:39 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 9 14:17:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 9 14:17:03 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 9 14:17:05 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 9 14:17:05 puppet-user: Notice: Applied catalog in 55.16 seconds", "<13>Oct 9 14:17:05 puppet-user: Application:", "<13>Oct 9 14:17:05 puppet-user: Initial environment: production", "<13>Oct 9 14:17:05 puppet-user: Converged environment: production", "<13>Oct 9 14:17:05 puppet-user: Run mode: user", "<13>Oct 9 14:17:05 puppet-user: Changes:", "<13>Oct 9 14:17:05 puppet-user: Total: 17", "<13>Oct 9 14:17:05 puppet-user: Events:", "<13>Oct 9 14:17:05 puppet-user: Success: 17", "<13>Oct 9 14:17:05 puppet-user: Resources:", "<13>Oct 9 14:17:05 puppet-user: Restarted: 1", "<13>Oct 9 14:17:05 puppet-user: Changed: 16", "<13>Oct 9 14:17:05 puppet-user: Out of sync: 16", "<13>Oct 9 14:17:05 puppet-user: Total: 26", "<13>Oct 9 14:17:05 puppet-user: Time:", "<13>Oct 9 14:17:05 puppet-user: Filebucket: 0.00", "<13>Oct 9 14:17:05 puppet-user: Schedule: 0.00", "<13>Oct 9 14:17:05 puppet-user: File line: 0.00", "<13>Oct 9 14:17:05 puppet-user: File: 0.00", "<13>Oct 9 14:17:05 puppet-user: Augeas: 0.02", "<13>Oct 9 14:17:05 puppet-user: User: 0.18", "<13>Oct 9 14:17:05 puppet-user: Config retrieval: 0.43", "<13>Oct 9 14:17:05 puppet-user: Package: 16.63", "<13>Oct 9 14:17:05 puppet-user: Last run: 1760019425", "<13>Oct 9 14:17:05 puppet-user: Exec: 29.09", "<13>Oct 9 14:17:05 puppet-user: Pcmk property: 3.64", "<13>Oct 9 14:17:05 puppet-user: Service: 4.28", "<13>Oct 9 14:17:05 puppet-user: Transaction evaluation: 55.15", "<13>Oct 9 14:17:05 puppet-user: Catalog application: 55.16", "<13>Oct 9 14:17:05 puppet-user: Total: 55.18", "<13>Oct 9 14:17:05 puppet-user: Version:", "<13>Oct 9 14:17:05 puppet-user: Config: 1760019369", "<13>Oct 9 14:17:05 puppet-user: Puppet: 7.10.0" ] } 2025-10-09 14:17:07.638275 | fa163e4f-2491-a7d0-3b31-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:21.267549 | 0.05s 2025-10-09 14:17:07.667902 | fa163e4f-2491-a7d0-3b31-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-09 14:17:07.689869 | fa163e4f-2491-a7d0-3b31-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:21.319136 | 0.02s 2025-10-09 14:17:07.763412 | fa163e4f-2491-a7d0-3b31-0000000024e5 | TASK | Gather variables for each operating system 2025-10-09 14:17:07.858827 | fa163e4f-2491-a7d0-3b31-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:21.488100 | 0.09s 2025-10-09 14:17:07.878844 | fa163e4f-2491-a7d0-3b31-0000000024e6 | TASK | Create puppet caching structures 2025-10-09 14:17:08.067853 | fa163e4f-2491-a7d0-3b31-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-09 14:17:08.069262 | fa163e4f-2491-a7d0-3b31-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:21.698534 | 0.19s 2025-10-09 14:17:08.099862 | fa163e4f-2491-a7d0-3b31-0000000024e7 | TASK | Check for facter.conf 2025-10-09 14:17:08.312112 | fa163e4f-2491-a7d0-3b31-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-09 14:17:08.313427 | fa163e4f-2491-a7d0-3b31-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:21.942698 | 0.21s 2025-10-09 14:17:08.343636 | fa163e4f-2491-a7d0-3b31-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-09 14:17:08.374932 | fa163e4f-2491-a7d0-3b31-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-09 14:17:08.376044 | fa163e4f-2491-a7d0-3b31-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:22.005322 | 0.03s 2025-10-09 14:17:08.398750 | fa163e4f-2491-a7d0-3b31-0000000024e9 | TASK | Write facter cache config 2025-10-09 14:17:08.819159 | fa163e4f-2491-a7d0-3b31-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-09 14:17:08.820802 | fa163e4f-2491-a7d0-3b31-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:22.450071 | 0.42s 2025-10-09 14:17:08.851824 | fa163e4f-2491-a7d0-3b31-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-09 14:17:09.033483 | fa163e4f-2491-a7d0-3b31-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-09 14:17:09.034851 | fa163e4f-2491-a7d0-3b31-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:22.664125 | 0.18s 2025-10-09 14:17:09.064730 | fa163e4f-2491-a7d0-3b31-0000000024eb | TASK | Pre-cache facts 2025-10-09 14:17:09.610695 | fa163e4f-2491-a7d0-3b31-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-09 14:17:09.612403 | fa163e4f-2491-a7d0-3b31-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:23.241671 | 0.55s 2025-10-09 14:17:09.639958 | fa163e4f-2491-a7d0-3b31-0000000024ec | TASK | Failed deployment if facter fails 2025-10-09 14:17:09.679168 | fa163e4f-2491-a7d0-3b31-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-09 14:17:09.680330 | fa163e4f-2491-a7d0-3b31-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:23.309600 | 0.04s 2025-10-09 14:17:09.729922 | fa163e4f-2491-a7d0-3b31-0000000024ed | TASK | Sync cached facts 2025-10-09 14:17:10.225992 | fa163e4f-2491-a7d0-3b31-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e4f-2491-a7d0-3b31-0000000024ed') missing from stats 2025-10-09 14:17:10.265937 | fa163e4f-2491-a7d0-3b31-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-09 14:17:10.318767 | fa163e4f-2491-a7d0-3b31-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:23.948040 | 0.05s 2025-10-09 14:17:10.339005 | 587e795e-3554-4a4e-b8f8-bc6a0b325585 | INCLUDED | /root/standalone-ansible-h0ecxvss/generate-config-tasks.yaml | standalone 2025-10-09 14:17:10.380414 | fa163e4f-2491-a7d0-3b31-000000002537 | TASK | Create base directory puppet configs 2025-10-09 14:17:10.601069 | fa163e4f-2491-a7d0-3b31-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-09 14:17:10.602675 | fa163e4f-2491-a7d0-3b31-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:24.231945 | 0.22s 2025-10-09 14:17:10.633996 | fa163e4f-2491-a7d0-3b31-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-09 14:17:10.888580 | fa163e4f-2491-a7d0-3b31-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-09 14:17:10.889985 | fa163e4f-2491-a7d0-3b31-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:24.519260 | 0.25s 2025-10-09 14:17:10.922186 | fa163e4f-2491-a7d0-3b31-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-09 14:17:10.951797 | fa163e4f-2491-a7d0-3b31-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:24.581065 | 0.03s 2025-10-09 14:17:11.031554 | fa163e4f-2491-a7d0-3b31-0000000025c3 | TASK | Gather variables for each operating system 2025-10-09 14:17:11.155480 | fa163e4f-2491-a7d0-3b31-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:24.784746 | 0.12s 2025-10-09 14:17:11.179532 | fa163e4f-2491-a7d0-3b31-0000000025c4 | TASK | Create container logs path 2025-10-09 14:17:11.410052 | fa163e4f-2491-a7d0-3b31-0000000025c4 | OK | Create container logs path | standalone 2025-10-09 14:17:11.411535 | fa163e4f-2491-a7d0-3b31-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:25.040801 | 0.23s 2025-10-09 14:17:11.434472 | fa163e4f-2491-a7d0-3b31-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:17:11.870296 | fa163e4f-2491-a7d0-3b31-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:17:11.871827 | fa163e4f-2491-a7d0-3b31-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:25.501099 | 0.44s 2025-10-09 14:17:11.904342 | fa163e4f-2491-a7d0-3b31-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-09 14:17:11.965752 | fa163e4f-2491-a7d0-3b31-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:17:11.966951 | fa163e4f-2491-a7d0-3b31-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:25.596225 | 0.06s 2025-10-09 14:17:11.997180 | fa163e4f-2491-a7d0-3b31-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-09 14:17:12.036707 | fa163e4f-2491-a7d0-3b31-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 14:17:12.037857 | fa163e4f-2491-a7d0-3b31-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:25.667130 | 0.04s 2025-10-09 14:17:12.068095 | fa163e4f-2491-a7d0-3b31-0000000025cb | TASK | Update container configs with new config hashes 2025-10-09 14:17:12.131112 | fa163e4f-2491-a7d0-3b31-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 14:17:12.132329 | fa163e4f-2491-a7d0-3b31-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:25.761602 | 0.06s 2025-10-09 14:17:12.164794 | fa163e4f-2491-a7d0-3b31-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:17:12.207049 | fa163e4f-2491-a7d0-3b31-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:25.836315 | 0.04s 2025-10-09 14:17:12.232272 | a8e173cf-8e2e-453e-8834-fa29159f6cc3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 14:17:12.265295 | fa163e4f-2491-a7d0-3b31-000000002610 | TASK | Gather podman infos 2025-10-09 14:17:12.862067 | fa163e4f-2491-a7d0-3b31-000000002610 | OK | Gather podman infos | standalone 2025-10-09 14:17:12.863466 | fa163e4f-2491-a7d0-3b31-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:26.492738 | 0.60s 2025-10-09 14:17:12.902010 | fa163e4f-2491-a7d0-3b31-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:17:12.941777 | fa163e4f-2491-a7d0-3b31-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:17:12.942990 | fa163e4f-2491-a7d0-3b31-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:26.572259 | 0.04s 2025-10-09 14:17:12.975826 | fa163e4f-2491-a7d0-3b31-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:17:13.016671 | fa163e4f-2491-a7d0-3b31-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:26.645942 | 0.04s 2025-10-09 14:17:13.042473 | 4a67c0d4-dec5-4715-afed-cda63ddd02eb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 14:17:13.078513 | fa163e4f-2491-a7d0-3b31-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:17:46.492001 | fa163e4f-2491-a7d0-3b31-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:17:46.494702 | fa163e4f-2491-a7d0-3b31-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:00.123963 | 33.41s 2025-10-09 14:17:46.569944 | fa163e4f-2491-a7d0-3b31-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:17:46.640002 | fa163e4f-2491-a7d0-3b31-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:17:46.640951 | fa163e4f-2491-a7d0-3b31-00000000263b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:00.270229 | 0.07s 2025-10-09 14:17:46.684016 | fa163e4f-2491-a7d0-3b31-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-09 14:17:46.720675 | fa163e4f-2491-a7d0-3b31-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-09 14:17:46.721808 | fa163e4f-2491-a7d0-3b31-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:00.351087 | 0.04s 2025-10-09 14:17:46.744962 | fa163e4f-2491-a7d0-3b31-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-09 14:17:46.773932 | fa163e4f-2491-a7d0-3b31-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-09 14:17:46.775767 | fa163e4f-2491-a7d0-3b31-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:00.405031 | 0.03s 2025-10-09 14:17:46.814489 | fa163e4f-2491-a7d0-3b31-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-09 14:17:46.843558 | fa163e4f-2491-a7d0-3b31-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:12:00.472818 | 0.03s 2025-10-09 14:17:46.914611 | fa163e4f-2491-a7d0-3b31-000000002690 | TASK | Gather variables for each operating system 2025-10-09 14:17:47.006920 | fa163e4f-2491-a7d0-3b31-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:00.636177 | 0.09s 2025-10-09 14:17:47.037715 | fa163e4f-2491-a7d0-3b31-000000002691 | TASK | Create container logs path 2025-10-09 14:17:47.297793 | fa163e4f-2491-a7d0-3b31-000000002691 | OK | Create container logs path | standalone 2025-10-09 14:17:47.298802 | fa163e4f-2491-a7d0-3b31-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:00.928085 | 0.26s 2025-10-09 14:17:47.319676 | fa163e4f-2491-a7d0-3b31-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-09 14:17:47.577029 | fa163e4f-2491-a7d0-3b31-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-09 14:17:47.578305 | fa163e4f-2491-a7d0-3b31-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:01.207577 | 0.26s 2025-10-09 14:17:47.608592 | fa163e4f-2491-a7d0-3b31-000000002694 | TASK | Finalise hashes for all containers 2025-10-09 14:17:47.669732 | fa163e4f-2491-a7d0-3b31-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:17:47.671115 | fa163e4f-2491-a7d0-3b31-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:01.300388 | 0.06s 2025-10-09 14:17:47.702050 | fa163e4f-2491-a7d0-3b31-000000002696 | TASK | Manage systemd shutdown files 2025-10-09 14:17:47.735003 | fa163e4f-2491-a7d0-3b31-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:01.364271 | 0.03s 2025-10-09 14:17:47.771255 | 74061890-c13d-4881-a9e3-f8955af1b714 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-09 14:17:47.799120 | fa163e4f-2491-a7d0-3b31-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-09 14:17:48.060947 | fa163e4f-2491-a7d0-3b31-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-09 14:17:48.062383 | fa163e4f-2491-a7d0-3b31-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:12:01.691629 | 0.26s 2025-10-09 14:17:48.092626 | fa163e4f-2491-a7d0-3b31-0000000026ca | TASK | Set podman_drop_in fact 2025-10-09 14:17:48.154820 | fa163e4f-2491-a7d0-3b31-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-09 14:17:48.156196 | fa163e4f-2491-a7d0-3b31-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:12:01.785469 | 0.06s 2025-10-09 14:17:48.187107 | fa163e4f-2491-a7d0-3b31-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-09 14:17:48.649648 | fa163e4f-2491-a7d0-3b31-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-09 14:17:48.650834 | fa163e4f-2491-a7d0-3b31-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:02.280110 | 0.46s 2025-10-09 14:17:49.102581 | fa163e4f-2491-a7d0-3b31-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-09 14:17:49.103780 | fa163e4f-2491-a7d0-3b31-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:02.733064 | 0.92s 2025-10-09 14:17:49.114970 | fa163e4f-2491-a7d0-3b31-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:02.744245 | 0.93s 2025-10-09 14:17:49.144916 | fa163e4f-2491-a7d0-3b31-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-09 14:17:49.607544 | fa163e4f-2491-a7d0-3b31-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-09 14:17:49.608901 | fa163e4f-2491-a7d0-3b31-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:12:03.238174 | 0.46s 2025-10-09 14:17:49.639431 | fa163e4f-2491-a7d0-3b31-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-09 14:17:50.127824 | fa163e4f-2491-a7d0-3b31-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-09 14:17:50.129289 | fa163e4f-2491-a7d0-3b31-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:12:03.758561 | 0.49s 2025-10-09 14:17:50.159523 | fa163e4f-2491-a7d0-3b31-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-09 14:17:51.109110 | fa163e4f-2491-a7d0-3b31-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-09 14:17:51.110415 | fa163e4f-2491-a7d0-3b31-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:12:04.739693 | 0.95s 2025-10-09 14:17:51.135657 | fa163e4f-2491-a7d0-3b31-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-09 14:17:51.643296 | fa163e4f-2491-a7d0-3b31-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-09 14:17:51.644763 | fa163e4f-2491-a7d0-3b31-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:12:05.274035 | 0.51s 2025-10-09 14:17:51.675028 | fa163e4f-2491-a7d0-3b31-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-09 14:17:52.169250 | fa163e4f-2491-a7d0-3b31-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-09 14:17:52.170793 | fa163e4f-2491-a7d0-3b31-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:12:05.800064 | 0.49s 2025-10-09 14:17:52.200962 | fa163e4f-2491-a7d0-3b31-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-09 14:17:53.138684 | fa163e4f-2491-a7d0-3b31-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-09 14:17:53.140076 | fa163e4f-2491-a7d0-3b31-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:12:06.769355 | 0.94s 2025-10-09 14:17:53.164262 | fa163e4f-2491-a7d0-3b31-000000002698 | TASK | Update container configs with new config hashes 2025-10-09 14:17:53.223343 | fa163e4f-2491-a7d0-3b31-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:06.852614 | 0.06s 2025-10-09 14:17:53.245112 | f2c62f47-1c29-4109-bd4a-4ca425d4d29e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-09 14:17:53.279990 | fa163e4f-2491-a7d0-3b31-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-09 14:17:53.600212 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-09 14:17:53.601155 | | WARNING | Config change detected for mysql_bootstrap, new hash: ca8356d96898696f66602b4edbe4f2e1 2025-10-09 14:17:53.601540 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 11a12ac5ebcdabd3a67284c7c6bb805c 2025-10-09 14:17:53.601923 | | WARNING | Config change detected for clustercheck, new hash: 40d24073c5570c2f4702038b84d874e2 2025-10-09 14:17:53.602301 | | WARNING | Config change detected for horizon_fix_perms, new hash: 08c34de0c9ac048f5f9df42460935204 2025-10-09 14:17:53.602681 | | WARNING | Config change detected for mysql_wait_bundle, new hash: ca8356d96898696f66602b4edbe4f2e1 2025-10-09 14:17:53.603008 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 211632bf2d46b3d8b81ddc59e9868f93 2025-10-09 14:17:53.603385 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 211632bf2d46b3d8b81ddc59e9868f93 2025-10-09 14:17:53.603703 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 211632bf2d46b3d8b81ddc59e9868f93 2025-10-09 14:17:53.604036 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 211632bf2d46b3d8b81ddc59e9868f93 2025-10-09 14:17:53.604366 | | WARNING | Config change detected for aodh_db_sync, new hash: 914daae6258f565c9627656fc9423f7a 2025-10-09 14:17:53.604708 | | WARNING | Config change detected for barbican_api, new hash: 83484be4455ef3b3686e435b43f6d972 2025-10-09 14:17:53.605030 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 83484be4455ef3b3686e435b43f6d972 2025-10-09 14:17:53.605333 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 83484be4455ef3b3686e435b43f6d972 2025-10-09 14:17:53.605688 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 83484be4455ef3b3686e435b43f6d972 2025-10-09 14:17:53.606017 | | WARNING | Config change detected for barbican_worker, new hash: 83484be4455ef3b3686e435b43f6d972 2025-10-09 14:17:53.606312 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 1feeebb77cfc65a5f2022d4938cdceb6 2025-10-09 14:17:53.606674 | | WARNING | Config change detected for glance_api_db_sync, new hash: 8b976a34807d740584bd35cafde77ccf-86f73771bcf904275d0ee52226e570f9 2025-10-09 14:17:53.606980 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 9abd56ac4e0a3968d08499bba45651f8 2025-10-09 14:17:53.607273 | | WARNING | Config change detected for horizon, new hash: 08c34de0c9ac048f5f9df42460935204 2025-10-09 14:17:53.607589 | | WARNING | Config change detected for iscsid, new hash: 86f73771bcf904275d0ee52226e570f9 2025-10-09 14:17:53.607898 | | WARNING | Config change detected for keystone, new hash: 5e37d99327759a5bfa5b72b13f3a9813 2025-10-09 14:17:53.608226 | | WARNING | Config change detected for keystone_cron, new hash: 5e37d99327759a5bfa5b72b13f3a9813 2025-10-09 14:17:53.608576 | | WARNING | Config change detected for keystone_db_sync, new hash: 5e37d99327759a5bfa5b72b13f3a9813 2025-10-09 14:17:53.608865 | | WARNING | Config change detected for manila_api_db_sync, new hash: fd02ec40535735fb766ccf412b45eb69 2025-10-09 14:17:53.609158 | | WARNING | Config change detected for neutron_db_sync, new hash: 95b3ce12a6dbe63aac1e6074b0e775a1 2025-10-09 14:17:53.609495 | | WARNING | Config change detected for nova_api_db_sync, new hash: 162db50e1020df3fb5ada3144d0de104 2025-10-09 14:17:53.609828 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 162db50e1020df3fb5ada3144d0de104 2025-10-09 14:17:53.610186 | | WARNING | Config change detected for nova_db_sync, new hash: 162db50e1020df3fb5ada3144d0de104 2025-10-09 14:17:53.610548 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: eff111b523068408eaafa81a05fa3961 2025-10-09 14:17:53.610905 | | WARNING | Config change detected for nova_virtnodedevd, new hash: eff111b523068408eaafa81a05fa3961 2025-10-09 14:17:53.611278 | | WARNING | Config change detected for nova_virtproxyd, new hash: eff111b523068408eaafa81a05fa3961 2025-10-09 14:17:53.611655 | | WARNING | Config change detected for nova_virtqemud, new hash: eff111b523068408eaafa81a05fa3961 2025-10-09 14:17:53.611974 | | WARNING | Config change detected for nova_virtsecretd, new hash: eff111b523068408eaafa81a05fa3961 2025-10-09 14:17:53.612302 | | WARNING | Config change detected for nova_virtstoraged, new hash: eff111b523068408eaafa81a05fa3961 2025-10-09 14:17:53.612639 | | WARNING | Config change detected for octavia_db_sync, new hash: 211632bf2d46b3d8b81ddc59e9868f93 2025-10-09 14:17:53.612958 | | WARNING | Config change detected for placement_api_db_sync, new hash: 9caf13c205f86fb45ef27079dd45b7c4 2025-10-09 14:17:53.613297 | | WARNING | Config change detected for swift_copy_rings, new hash: 2a49daa754ef775bf12ab47f88a8cf39-35de45f4a12b7853471762229c87d08b 2025-10-09 14:17:53.613695 | | WARNING | Config change detected for aodh_api, new hash: 914daae6258f565c9627656fc9423f7a 2025-10-09 14:17:53.614055 | | WARNING | Config change detected for aodh_api_cron, new hash: 914daae6258f565c9627656fc9423f7a 2025-10-09 14:17:53.614429 | | WARNING | Config change detected for aodh_evaluator, new hash: 914daae6258f565c9627656fc9423f7a 2025-10-09 14:17:53.614724 | | WARNING | Config change detected for aodh_listener, new hash: 914daae6258f565c9627656fc9423f7a 2025-10-09 14:17:53.615010 | | WARNING | Config change detected for aodh_notifier, new hash: 914daae6258f565c9627656fc9423f7a 2025-10-09 14:17:53.615321 | | WARNING | Config change detected for ceilometer_agent_central, new hash: a0a3deaa9cd3580042413d8bfaf0d76a 2025-10-09 14:17:53.615667 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: a0a3deaa9cd3580042413d8bfaf0d76a 2025-10-09 14:17:53.616070 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: a0a3deaa9cd3580042413d8bfaf0d76a 2025-10-09 14:17:53.616499 | | WARNING | Config change detected for cinder_api, new hash: 1feeebb77cfc65a5f2022d4938cdceb6 2025-10-09 14:17:53.616831 | | WARNING | Config change detected for cinder_api_cron, new hash: 1feeebb77cfc65a5f2022d4938cdceb6 2025-10-09 14:17:53.617238 | | WARNING | Config change detected for cinder_scheduler, new hash: 1feeebb77cfc65a5f2022d4938cdceb6 2025-10-09 14:17:53.617776 | | WARNING | Config change detected for glance_api, new hash: 8b976a34807d740584bd35cafde77ccf-86f73771bcf904275d0ee52226e570f9 2025-10-09 14:17:53.618220 | | WARNING | Config change detected for glance_api_cron, new hash: 8b976a34807d740584bd35cafde77ccf 2025-10-09 14:17:53.618622 | | WARNING | Config change detected for glance_api_internal, new hash: e7cc7058c8320820b5d28316d4f6a775-86f73771bcf904275d0ee52226e570f9 2025-10-09 14:17:53.618914 | | WARNING | Config change detected for heat_api, new hash: 98551a9acc6f70b6a4b1e7fdbb18edf9 2025-10-09 14:17:53.619226 | | WARNING | Config change detected for heat_api_cfn, new hash: 06f6f82e9f67633f33cbbf7a044c0062 2025-10-09 14:17:53.619586 | | WARNING | Config change detected for heat_api_cron, new hash: 98551a9acc6f70b6a4b1e7fdbb18edf9 2025-10-09 14:17:53.619905 | | WARNING | Config change detected for heat_engine, new hash: 9abd56ac4e0a3968d08499bba45651f8 2025-10-09 14:17:53.620228 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-09 14:17:53.620593 | | WARNING | Config change detected for manila_api, new hash: fd02ec40535735fb766ccf412b45eb69 2025-10-09 14:17:53.620902 | | WARNING | Config change detected for manila_api_cron, new hash: fd02ec40535735fb766ccf412b45eb69 2025-10-09 14:17:53.621214 | | WARNING | Config change detected for manila_scheduler, new hash: fd02ec40535735fb766ccf412b45eb69 2025-10-09 14:17:53.621569 | | WARNING | Config change detected for neutron_api, new hash: 95b3ce12a6dbe63aac1e6074b0e775a1 2025-10-09 14:17:53.622470 | | WARNING | Config change detected for neutron_dhcp, new hash: 95b3ce12a6dbe63aac1e6074b0e775a1 2025-10-09 14:17:53.622836 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 95b3ce12a6dbe63aac1e6074b0e775a1 2025-10-09 14:17:53.623215 | | WARNING | Config change detected for nova_api, new hash: 162db50e1020df3fb5ada3144d0de104 2025-10-09 14:17:53.623604 | | WARNING | Config change detected for nova_api_cron, new hash: 162db50e1020df3fb5ada3144d0de104 2025-10-09 14:17:53.623918 | | WARNING | Config change detected for nova_conductor, new hash: 162db50e1020df3fb5ada3144d0de104 2025-10-09 14:17:53.624230 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: eff111b523068408eaafa81a05fa3961 2025-10-09 14:17:53.624587 | | WARNING | Config change detected for nova_metadata, new hash: b80fc8eb04a13fa9a411e60d289bac5a 2025-10-09 14:17:53.624915 | | WARNING | Config change detected for nova_migration_target, new hash: eff111b523068408eaafa81a05fa3961 2025-10-09 14:17:53.625255 | | WARNING | Config change detected for nova_scheduler, new hash: 162db50e1020df3fb5ada3144d0de104 2025-10-09 14:17:53.625604 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 162db50e1020df3fb5ada3144d0de104 2025-10-09 14:17:53.625930 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 162db50e1020df3fb5ada3144d0de104 2025-10-09 14:17:53.626250 | | WARNING | Config change detected for octavia_api, new hash: 211632bf2d46b3d8b81ddc59e9868f93 2025-10-09 14:17:53.626631 | | WARNING | Config change detected for octavia_driver_agent, new hash: 211632bf2d46b3d8b81ddc59e9868f93 2025-10-09 14:17:53.626977 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 95b3ce12a6dbe63aac1e6074b0e775a1 2025-10-09 14:17:53.627328 | | WARNING | Config change detected for placement_api, new hash: 9caf13c205f86fb45ef27079dd45b7c4 2025-10-09 14:17:53.627698 | | WARNING | Config change detected for placement_wait_for_service, new hash: 9caf13c205f86fb45ef27079dd45b7c4 2025-10-09 14:17:53.627988 | | WARNING | Config change detected for swift_account_reaper, new hash: 2a49daa754ef775bf12ab47f88a8cf39 2025-10-09 14:17:53.628288 | | WARNING | Config change detected for swift_account_server, new hash: 2a49daa754ef775bf12ab47f88a8cf39 2025-10-09 14:17:53.628607 | | WARNING | Config change detected for swift_container_server, new hash: 2a49daa754ef775bf12ab47f88a8cf39 2025-10-09 14:17:53.629099 | | WARNING | Config change detected for swift_container_updater, new hash: 2a49daa754ef775bf12ab47f88a8cf39 2025-10-09 14:17:53.629437 | | WARNING | Config change detected for swift_object_expirer, new hash: 2a49daa754ef775bf12ab47f88a8cf39 2025-10-09 14:17:53.629745 | | WARNING | Config change detected for swift_object_server, new hash: 2a49daa754ef775bf12ab47f88a8cf39 2025-10-09 14:17:53.630086 | | WARNING | Config change detected for swift_object_updater, new hash: 2a49daa754ef775bf12ab47f88a8cf39 2025-10-09 14:17:53.630417 | | WARNING | Config change detected for swift_proxy, new hash: 2a49daa754ef775bf12ab47f88a8cf39 2025-10-09 14:17:53.630921 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: a0a3deaa9cd3580042413d8bfaf0d76a 2025-10-09 14:17:53.631209 | | WARNING | Config change detected for gnocchi_api, new hash: 2ad5d36eab77cfb060dd85d604b02043 2025-10-09 14:17:53.631517 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 2ad5d36eab77cfb060dd85d604b02043 2025-10-09 14:17:53.631812 | | WARNING | Config change detected for gnocchi_metricd, new hash: 2ad5d36eab77cfb060dd85d604b02043 2025-10-09 14:17:53.632103 | | WARNING | Config change detected for gnocchi_statsd, new hash: 2ad5d36eab77cfb060dd85d604b02043 2025-10-09 14:17:53.632424 | | WARNING | Config change detected for nova_compute, new hash: 86f73771bcf904275d0ee52226e570f9-eff111b523068408eaafa81a05fa3961 2025-10-09 14:17:53.632734 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: eff111b523068408eaafa81a05fa3961 2025-10-09 14:17:53.633049 | | WARNING | Config change detected for octavia_health_manager, new hash: 211632bf2d46b3d8b81ddc59e9868f93 2025-10-09 14:17:53.633382 | | WARNING | Config change detected for octavia_housekeeping, new hash: 211632bf2d46b3d8b81ddc59e9868f93 2025-10-09 14:17:53.633680 | | WARNING | Config change detected for octavia_rsyslog, new hash: 211632bf2d46b3d8b81ddc59e9868f93 2025-10-09 14:17:53.634001 | | WARNING | Config change detected for octavia_worker, new hash: 211632bf2d46b3d8b81ddc59e9868f93 2025-10-09 14:17:53.634448 | fa163e4f-2491-a7d0-3b31-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-09 14:17:53.635051 | fa163e4f-2491-a7d0-3b31-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:12:07.264324 | 0.35s 2025-10-09 14:17:53.660776 | fa163e4f-2491-a7d0-3b31-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-09 14:17:53.708966 | fa163e4f-2491-a7d0-3b31-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:07.338231 | 0.05s 2025-10-09 14:17:53.725940 | fd839840-9c1d-40ec-b133-d3ca2858c2c2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 14:17:53.756918 | fa163e4f-2491-a7d0-3b31-000000002719 | TASK | Gather podman infos 2025-10-09 14:17:54.642383 | fa163e4f-2491-a7d0-3b31-000000002719 | OK | Gather podman infos | standalone 2025-10-09 14:17:54.643147 | fa163e4f-2491-a7d0-3b31-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:08.272429 | 0.88s 2025-10-09 14:17:54.698199 | fa163e4f-2491-a7d0-3b31-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-09 14:17:54.758249 | fa163e4f-2491-a7d0-3b31-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:08.387517 | 0.06s 2025-10-09 14:17:54.917744 | fa163e4f-2491-a7d0-3b31-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:12:08.547016 | 0.09s 2025-10-09 14:17:54.971193 | fa163e4f-2491-a7d0-3b31-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-09 14:17:55.023428 | fa163e4f-2491-a7d0-3b31-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:08.652697 | 0.05s 2025-10-09 14:17:55.038589 | 22081bcf-059e-4dd5-84f9-c5ef92f67e44 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 14:17:55.069922 | fa163e4f-2491-a7d0-3b31-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-09 14:18:02.845575 | fa163e4f-2491-a7d0-3b31-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-09 14:18:02.847269 | fa163e4f-2491-a7d0-3b31-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:16.476538 | 7.78s 2025-10-09 14:18:02.880208 | fa163e4f-2491-a7d0-3b31-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-09 14:18:05.481566 | fa163e4f-2491-a7d0-3b31-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-09 14:18:05.483277 | fa163e4f-2491-a7d0-3b31-00000000278a | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:19.112550 | 2.60s 2025-10-09 14:18:05.560624 | fa163e4f-2491-a7d0-3b31-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-09 14:18:05.802494 | fa163e4f-2491-a7d0-3b31-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-09 14:18:05.804041 | fa163e4f-2491-a7d0-3b31-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:19.433313 | 0.24s 2025-10-09 14:18:05.854536 | fa163e4f-2491-a7d0-3b31-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-09 14:18:05.897467 | fa163e4f-2491-a7d0-3b31-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:19.526736 | 0.04s 2025-10-09 14:18:05.918223 | fa163e4f-2491-a7d0-3b31-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-09 14:18:05.964589 | fa163e4f-2491-a7d0-3b31-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:19.593864 | 0.05s 2025-10-09 14:18:05.977327 | 78375b56-00ed-4051-b149-b9f65247d5f9 | INCLUDED | /root/standalone-ansible-h0ecxvss/host-container-puppet-tasks.yaml | standalone 2025-10-09 14:18:06.006045 | fa163e4f-2491-a7d0-3b31-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-09 14:18:06.500499 | fa163e4f-2491-a7d0-3b31-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-09 14:18:06.501810 | fa163e4f-2491-a7d0-3b31-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:20.131080 | 0.49s 2025-10-09 14:18:06.533096 | fa163e4f-2491-a7d0-3b31-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-09 14:18:06.797433 | fa163e4f-2491-a7d0-3b31-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-09 14:18:06.798170 | fa163e4f-2491-a7d0-3b31-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:20.427453 | 0.26s 2025-10-09 14:18:06.818311 | fa163e4f-2491-a7d0-3b31-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-09 14:18:06.844670 | fa163e4f-2491-a7d0-3b31-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:20.473940 | 0.03s 2025-10-09 14:18:06.891706 | fa163e4f-2491-a7d0-3b31-0000000025c3 | TASK | Gather variables for each operating system 2025-10-09 14:18:07.013176 | fa163e4f-2491-a7d0-3b31-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:20.642438 | 0.12s 2025-10-09 14:18:07.043816 | fa163e4f-2491-a7d0-3b31-0000000025c4 | TASK | Create container logs path 2025-10-09 14:18:07.296995 | fa163e4f-2491-a7d0-3b31-0000000025c4 | OK | Create container logs path | standalone 2025-10-09 14:18:07.297960 | fa163e4f-2491-a7d0-3b31-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:20.927242 | 0.25s 2025-10-09 14:18:07.331609 | fa163e4f-2491-a7d0-3b31-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:18:07.576524 | fa163e4f-2491-a7d0-3b31-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:18:07.577850 | fa163e4f-2491-a7d0-3b31-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:21.207122 | 0.24s 2025-10-09 14:18:07.610189 | fa163e4f-2491-a7d0-3b31-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-09 14:18:07.661467 | fa163e4f-2491-a7d0-3b31-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:18:07.662763 | fa163e4f-2491-a7d0-3b31-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:21.292035 | 0.05s 2025-10-09 14:18:07.696549 | fa163e4f-2491-a7d0-3b31-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-09 14:18:07.727240 | fa163e4f-2491-a7d0-3b31-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 14:18:07.728728 | fa163e4f-2491-a7d0-3b31-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:21.357989 | 0.03s 2025-10-09 14:18:07.762234 | fa163e4f-2491-a7d0-3b31-0000000025cb | TASK | Update container configs with new config hashes 2025-10-09 14:18:07.802909 | fa163e4f-2491-a7d0-3b31-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 14:18:07.804217 | fa163e4f-2491-a7d0-3b31-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:21.433488 | 0.04s 2025-10-09 14:18:07.839000 | fa163e4f-2491-a7d0-3b31-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:18:07.889934 | fa163e4f-2491-a7d0-3b31-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:18:07.891277 | fa163e4f-2491-a7d0-3b31-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:21.520544 | 0.05s 2025-10-09 14:18:07.925153 | fa163e4f-2491-a7d0-3b31-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:18:07.965581 | fa163e4f-2491-a7d0-3b31-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:18:07.966702 | fa163e4f-2491-a7d0-3b31-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:21.595975 | 0.04s PLAY [External deployment step 2] ********************************************** 2025-10-09 14:18:08.133161 | fa163e4f-2491-a7d0-3b31-0000000000c6 | TASK | External deployment step 2 2025-10-09 14:18:08.160217 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000c6') missing from stats 2025-10-09 14:18:08.212874 | fa163e4f-2491-a7d0-3b31-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:21.842143 | 0.04s 2025-10-09 14:18:08.233234 | c3d80781-2df3-40d6-b412-44ea8285edd2 | INCLUDED | /root/standalone-ansible-h0ecxvss/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-09 14:18:08.252589 | fa163e4f-2491-a7d0-3b31-000000002852 | TASK | create cephadm working directory and related files 2025-10-09 14:18:08.300646 | fa163e4f-2491-a7d0-3b31-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:21.929917 | 0.05s 2025-10-09 14:18:08.349479 | fa163e4f-2491-a7d0-3b31-00000000287a | TASK | create cephadm workdir 2025-10-09 14:18:08.611270 | fa163e4f-2491-a7d0-3b31-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-h0ecxvss/cephadm 2025-10-09 14:18:08.613465 | fa163e4f-2491-a7d0-3b31-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:22.242734 | 0.26s 2025-10-09 14:18:08.623666 | fa163e4f-2491-a7d0-3b31-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:22.252939 | 0.27s 2025-10-09 14:18:08.642647 | fa163e4f-2491-a7d0-3b31-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-09 14:18:08.902110 | fa163e4f-2491-a7d0-3b31-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-09 14:18:08.902913 | fa163e4f-2491-a7d0-3b31-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:22.532194 | 0.26s 2025-10-09 14:18:08.916777 | fa163e4f-2491-a7d0-3b31-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-09 14:18:08.964019 | fa163e4f-2491-a7d0-3b31-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-09 14:18:08.964821 | fa163e4f-2491-a7d0-3b31-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:22.594104 | 0.05s 2025-10-09 14:18:08.980147 | fa163e4f-2491-a7d0-3b31-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-09 14:18:09.031334 | fa163e4f-2491-a7d0-3b31-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-09 14:18:09.032111 | fa163e4f-2491-a7d0-3b31-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:22.661392 | 0.05s 2025-10-09 14:18:09.092057 | fa163e4f-2491-a7d0-3b31-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:22.721331 | 0.05s 2025-10-09 14:18:09.148695 | fa163e4f-2491-a7d0-3b31-000000002902 | TASK | set basic user fact 2025-10-09 14:18:09.216059 | fa163e4f-2491-a7d0-3b31-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-09 14:18:09.216751 | fa163e4f-2491-a7d0-3b31-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:22.846032 | 0.07s 2025-10-09 14:18:09.234710 | fa163e4f-2491-a7d0-3b31-000000002903 | TASK | set basic home fact 2025-10-09 14:18:09.307523 | fa163e4f-2491-a7d0-3b31-000000002903 | OK | set basic home fact | undercloud 2025-10-09 14:18:09.308876 | fa163e4f-2491-a7d0-3b31-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:22.938148 | 0.07s 2025-10-09 14:18:09.328128 | fa163e4f-2491-a7d0-3b31-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-09 14:18:09.404576 | fa163e4f-2491-a7d0-3b31-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-09 14:18:09.407143 | fa163e4f-2491-a7d0-3b31-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:23.036410 | 0.08s 2025-10-09 14:18:09.430587 | fa163e4f-2491-a7d0-3b31-000000002906 | TASK | get all ansible environment variables 2025-10-09 14:18:09.472321 | fa163e4f-2491-a7d0-3b31-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-09 14:18:09.473550 | fa163e4f-2491-a7d0-3b31-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:23.102823 | 0.04s 2025-10-09 14:18:09.492484 | fa163e4f-2491-a7d0-3b31-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-09 14:18:09.546803 | fa163e4f-2491-a7d0-3b31-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-09 14:18:09.548191 | fa163e4f-2491-a7d0-3b31-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:23.177461 | 0.05s 2025-10-09 14:18:09.567328 | fa163e4f-2491-a7d0-3b31-000000002909 | TASK | Set common fact 2025-10-09 14:18:09.617620 | fa163e4f-2491-a7d0-3b31-000000002909 | OK | Set common fact | undercloud 2025-10-09 14:18:09.618921 | fa163e4f-2491-a7d0-3b31-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:23.248190 | 0.05s 2025-10-09 14:18:09.637269 | fa163e4f-2491-a7d0-3b31-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-09 14:18:09.666935 | fa163e4f-2491-a7d0-3b31-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-09 14:18:09.668509 | fa163e4f-2491-a7d0-3b31-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:23.297780 | 0.03s 2025-10-09 14:18:09.704400 | fa163e4f-2491-a7d0-3b31-00000000290c | TASK | build filter list 2025-10-09 14:18:09.734748 | fa163e4f-2491-a7d0-3b31-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:23.364010 | 0.03s 2025-10-09 14:18:09.753484 | fa163e4f-2491-a7d0-3b31-00000000290d | TASK | add images pool 2025-10-09 14:18:09.845590 | fa163e4f-2491-a7d0-3b31-00000000290d | OK | add images pool | undercloud 2025-10-09 14:18:09.846505 | fa163e4f-2491-a7d0-3b31-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:23.475785 | 0.09s 2025-10-09 14:18:09.862064 | fa163e4f-2491-a7d0-3b31-00000000290e | TASK | add volumes pool 2025-10-09 14:18:09.940826 | fa163e4f-2491-a7d0-3b31-00000000290e | OK | add volumes pool | undercloud 2025-10-09 14:18:09.941568 | fa163e4f-2491-a7d0-3b31-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:23.570850 | 0.08s 2025-10-09 14:18:09.955437 | fa163e4f-2491-a7d0-3b31-00000000290f | TASK | add vms pool 2025-10-09 14:18:10.001751 | fa163e4f-2491-a7d0-3b31-00000000290f | OK | add vms pool | undercloud 2025-10-09 14:18:10.002482 | fa163e4f-2491-a7d0-3b31-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:23.631763 | 0.05s 2025-10-09 14:18:10.016592 | fa163e4f-2491-a7d0-3b31-000000002910 | TASK | add gnocchi pool 2025-10-09 14:18:10.064277 | fa163e4f-2491-a7d0-3b31-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-09 14:18:10.065421 | fa163e4f-2491-a7d0-3b31-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:23.694697 | 0.05s 2025-10-09 14:18:10.082093 | fa163e4f-2491-a7d0-3b31-000000002911 | TASK | add cinder backup pool 2025-10-09 14:18:10.165512 | fa163e4f-2491-a7d0-3b31-000000002911 | OK | add cinder backup pool | undercloud 2025-10-09 14:18:10.166839 | fa163e4f-2491-a7d0-3b31-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:23.796109 | 0.08s 2025-10-09 14:18:10.185773 | fa163e4f-2491-a7d0-3b31-000000002912 | TASK | add cinder extra pools 2025-10-09 14:18:10.215310 | fa163e4f-2491-a7d0-3b31-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:23.844573 | 0.03s 2025-10-09 14:18:10.234235 | fa163e4f-2491-a7d0-3b31-000000002913 | TASK | build resulting pool list 2025-10-09 14:18:10.401321 | fa163e4f-2491-a7d0-3b31-000000002913 | OK | build resulting pool list | undercloud 2025-10-09 14:18:10.402685 | fa163e4f-2491-a7d0-3b31-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:24.031954 | 0.17s 2025-10-09 14:18:10.421728 | fa163e4f-2491-a7d0-3b31-000000002915 | TASK | add manila data pool 2025-10-09 14:18:10.485471 | fa163e4f-2491-a7d0-3b31-000000002915 | OK | add manila data pool | undercloud 2025-10-09 14:18:10.486768 | fa163e4f-2491-a7d0-3b31-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:24.116040 | 0.06s 2025-10-09 14:18:10.505988 | fa163e4f-2491-a7d0-3b31-000000002916 | TASK | add manila metadata pool 2025-10-09 14:18:10.579753 | fa163e4f-2491-a7d0-3b31-000000002916 | OK | add manila metadata pool | undercloud 2025-10-09 14:18:10.580659 | fa163e4f-2491-a7d0-3b31-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:24.209939 | 0.07s 2025-10-09 14:18:10.660535 | fa163e4f-2491-a7d0-3b31-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:24.289798 | 0.05s 2025-10-09 14:18:10.797105 | fa163e4f-2491-a7d0-3b31-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-09 14:18:10.853999 | fa163e4f-2491-a7d0-3b31-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-09 14:18:10.855337 | fa163e4f-2491-a7d0-3b31-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:24.484608 | 0.06s 2025-10-09 14:18:10.873719 | fa163e4f-2491-a7d0-3b31-000000002aaa | TASK | build openstack client profiles per pool 2025-10-09 14:18:10.919068 | fa163e4f-2491-a7d0-3b31-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-09 14:18:10.920101 | fa163e4f-2491-a7d0-3b31-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:24.549381 | 0.05s 2025-10-09 14:18:10.942049 | fa163e4f-2491-a7d0-3b31-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-09 14:18:10.943385 | fa163e4f-2491-a7d0-3b31-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:24.572630 | 0.07s 2025-10-09 14:18:10.964999 | fa163e4f-2491-a7d0-3b31-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-09 14:18:10.966841 | fa163e4f-2491-a7d0-3b31-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:24.596114 | 0.09s 2025-10-09 14:18:10.982642 | fa163e4f-2491-a7d0-3b31-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-09 14:18:10.983725 | fa163e4f-2491-a7d0-3b31-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:24.613001 | 0.11s 2025-10-09 14:18:10.990072 | fa163e4f-2491-a7d0-3b31-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:24.619344 | 0.12s 2025-10-09 14:18:11.008592 | fa163e4f-2491-a7d0-3b31-000000002aab | TASK | set openstack client caps 2025-10-09 14:18:11.052112 | fa163e4f-2491-a7d0-3b31-000000002aab | OK | set openstack client caps | undercloud 2025-10-09 14:18:11.053399 | fa163e4f-2491-a7d0-3b31-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:24.682636 | 0.04s 2025-10-09 14:18:11.071320 | fa163e4f-2491-a7d0-3b31-000000002aac | TASK | set openstack client osd(s) caps 2025-10-09 14:18:11.111279 | fa163e4f-2491-a7d0-3b31-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-09 14:18:11.112298 | fa163e4f-2491-a7d0-3b31-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:24.741575 | 0.04s 2025-10-09 14:18:11.131705 | fa163e4f-2491-a7d0-3b31-000000002aad | TASK | Combine caps 2025-10-09 14:18:11.174267 | fa163e4f-2491-a7d0-3b31-000000002aad | OK | Combine caps | undercloud 2025-10-09 14:18:11.175489 | fa163e4f-2491-a7d0-3b31-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:24.804762 | 0.04s 2025-10-09 14:18:11.194382 | fa163e4f-2491-a7d0-3b31-000000002aae | TASK | set openstack client key 2025-10-09 14:18:11.234150 | fa163e4f-2491-a7d0-3b31-000000002aae | OK | set openstack client key | undercloud 2025-10-09 14:18:11.235464 | fa163e4f-2491-a7d0-3b31-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:24.864736 | 0.04s 2025-10-09 14:18:11.254586 | fa163e4f-2491-a7d0-3b31-000000002ab0 | TASK | build manila key for openstack 2025-10-09 14:18:11.294638 | fa163e4f-2491-a7d0-3b31-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-09 14:18:11.295879 | fa163e4f-2491-a7d0-3b31-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:24.925151 | 0.04s 2025-10-09 14:18:11.316752 | fa163e4f-2491-a7d0-3b31-000000002ab1 | TASK | build radosgw key for openstack 2025-10-09 14:18:11.346414 | fa163e4f-2491-a7d0-3b31-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-09 14:18:11.347644 | fa163e4f-2491-a7d0-3b31-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:24.976915 | 0.03s 2025-10-09 14:18:11.366332 | fa163e4f-2491-a7d0-3b31-000000002ab2 | TASK | build the resulting keys 2025-10-09 14:18:11.469735 | fa163e4f-2491-a7d0-3b31-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-09 14:18:11.470680 | fa163e4f-2491-a7d0-3b31-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:25.099951 | 0.10s 2025-10-09 14:18:11.536236 | fa163e4f-2491-a7d0-3b31-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:25.165504 | 0.03s 2025-10-09 14:18:11.699951 | fa163e4f-2491-a7d0-3b31-000000002dcd | TASK | build ceph orphan set 2025-10-09 14:18:11.779031 | fa163e4f-2491-a7d0-3b31-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-09 14:18:11.779954 | fa163e4f-2491-a7d0-3b31-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:25.409236 | 0.08s 2025-10-09 14:18:11.794232 | fa163e4f-2491-a7d0-3b31-000000002dce | TASK | clean ceph_config_overrides list 2025-10-09 14:18:11.842232 | fa163e4f-2491-a7d0-3b31-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:25.471506 | 0.05s 2025-10-09 14:18:11.861659 | fa163e4f-2491-a7d0-3b31-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-09 14:18:11.931164 | fa163e4f-2491-a7d0-3b31-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-09 14:18:11.931955 | fa163e4f-2491-a7d0-3b31-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:25.561237 | 0.07s 2025-10-09 14:18:11.946270 | fa163e4f-2491-a7d0-3b31-000000002dd0 | TASK | build ceph config overrides 2025-10-09 14:18:12.073083 | fa163e4f-2491-a7d0-3b31-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-09 14:18:12.074571 | fa163e4f-2491-a7d0-3b31-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:25.703843 | 0.13s 2025-10-09 14:18:12.109689 | fa163e4f-2491-a7d0-3b31-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-09 14:18:12.774728 | fa163e4f-2491-a7d0-3b31-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-09 14:18:12.776163 | fa163e4f-2491-a7d0-3b31-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:26.405436 | 0.67s 2025-10-09 14:18:12.794312 | fa163e4f-2491-a7d0-3b31-000000002883 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-09 14:18:12.899314 | fa163e4f-2491-a7d0-3b31-000000002883 | OK | Set bootstrap host | undercloud 2025-10-09 14:18:12.900865 | fa163e4f-2491-a7d0-3b31-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:26.530144 | 0.11s 2025-10-09 14:18:12.916494 | fa163e4f-2491-a7d0-3b31-000000002884 | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-09 14:18:13.038344 | fa163e4f-2491-a7d0-3b31-000000002884 | OK | Set first monitor IP | undercloud 2025-10-09 14:18:13.039884 | fa163e4f-2491-a7d0-3b31-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:26.669144 | 0.12s 2025-10-09 14:18:13.060748 | fa163e4f-2491-a7d0-3b31-000000002885 | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-09 14:18:13.113720 | fa163e4f-2491-a7d0-3b31-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-09 14:18:13.114810 | fa163e4f-2491-a7d0-3b31-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:26.744081 | 0.05s 2025-10-09 14:18:13.133127 | fa163e4f-2491-a7d0-3b31-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-09 14:18:13.720064 | fa163e4f-2491-a7d0-3b31-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-09 14:18:13.721525 | fa163e4f-2491-a7d0-3b31-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:27.350799 | 0.59s 2025-10-09 14:18:13.756187 | fa163e4f-2491-a7d0-3b31-000000002853 | TASK | Prepare cephadm user and keys 2025-10-09 14:18:14.294266 | fa163e4f-2491-a7d0-3b31-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-09 14:18:14.295536 | fa163e4f-2491-a7d0-3b31-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:27.924808 | 0.54s 2025-10-09 14:18:14.309692 | fa163e4f-2491-a7d0-3b31-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-09 14:18:14.417474 | fa163e4f-2491-a7d0-3b31-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:28.046745 | 0.11s 2025-10-09 14:18:14.499079 | fa163e4f-2491-a7d0-3b31-000000003049 | TASK | set cephadm playbook 2025-10-09 14:18:14.568950 | fa163e4f-2491-a7d0-3b31-000000003049 | OK | set cephadm playbook | undercloud 2025-10-09 14:18:14.571132 | fa163e4f-2491-a7d0-3b31-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:28.200398 | 0.07s 2025-10-09 14:18:14.590587 | fa163e4f-2491-a7d0-3b31-00000000304a | TASK | Setup the log path 2025-10-09 14:18:14.652086 | fa163e4f-2491-a7d0-3b31-00000000304a | OK | Setup the log path | undercloud 2025-10-09 14:18:14.653435 | fa163e4f-2491-a7d0-3b31-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:28.282707 | 0.06s 2025-10-09 14:18:14.669410 | fa163e4f-2491-a7d0-3b31-00000000304b | TASK | Setup the cephadm playbook command 2025-10-09 14:18:14.738321 | fa163e4f-2491-a7d0-3b31-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-09 14:18:14.739967 | fa163e4f-2491-a7d0-3b31-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:28.369239 | 0.07s 2025-10-09 14:18:14.759772 | fa163e4f-2491-a7d0-3b31-00000000304c | TASK | rotate cephadm_command.log 2025-10-09 14:18:15.004397 | fa163e4f-2491-a7d0-3b31-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-09 14:18:15.005716 | fa163e4f-2491-a7d0-3b31-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:28.634990 | 0.24s 2025-10-09 14:18:15.023542 | fa163e4f-2491-a7d0-3b31-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-09 14:18:15.519481 | fa163e4f-2491-a7d0-3b31-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-09 14:18:15.520525 | fa163e4f-2491-a7d0-3b31-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:29.149805 | 0.50s 2025-10-09 14:18:15.539860 | fa163e4f-2491-a7d0-3b31-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-09 14:18:15.601901 | fa163e4f-2491-a7d0-3b31-00000000304e | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-h0ecxvss/cephadm/cephadm_command.log)" } 2025-10-09 14:18:15.603291 | fa163e4f-2491-a7d0-3b31-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:29.232560 | 0.06s 2025-10-09 14:18:15.621986 | fa163e4f-2491-a7d0-3b31-00000000304f | TASK | run cephadm playbook 2025-10-09 14:19:12.092649 | fa163e4f-2491-a7d0-3b31-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-09 14:19:12.096567 | fa163e4f-2491-a7d0-3b31-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:25.725836 | 56.47s 2025-10-09 14:19:12.118838 | fa163e4f-2491-a7d0-3b31-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-09 14:19:12.170286 | fa163e4f-2491-a7d0-3b31-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-09 14:19:12.171196 | fa163e4f-2491-a7d0-3b31-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:25.800476 | 0.05s 2025-10-09 14:19:12.186083 | fa163e4f-2491-a7d0-3b31-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-09 14:19:12.245856 | fa163e4f-2491-a7d0-3b31-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-09 14:19:12.246753 | fa163e4f-2491-a7d0-3b31-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:25.876002 | 0.06s 2025-10-09 14:19:12.277160 | fa163e4f-2491-a7d0-3b31-000000002856 | TASK | Check if the input variable file exists 2025-10-09 14:19:12.521167 | fa163e4f-2491-a7d0-3b31-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-09 14:19:12.522271 | fa163e4f-2491-a7d0-3b31-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:26.151549 | 0.24s 2025-10-09 14:19:12.537441 | fa163e4f-2491-a7d0-3b31-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-09 14:19:12.573663 | fa163e4f-2491-a7d0-3b31-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-09 14:19:12.574465 | fa163e4f-2491-a7d0-3b31-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:26.203745 | 0.04s 2025-10-09 14:19:12.590401 | fa163e4f-2491-a7d0-3b31-000000002858 | TASK | configure ceph clients 2025-10-09 14:19:12.638550 | fa163e4f-2491-a7d0-3b31-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:26.267814 | 0.05s 2025-10-09 14:19:12.708428 | fa163e4f-2491-a7d0-3b31-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-09 14:19:12.779470 | fa163e4f-2491-a7d0-3b31-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-09 14:19:12.781310 | fa163e4f-2491-a7d0-3b31-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:26.410575 | 0.07s 2025-10-09 14:19:12.801310 | fa163e4f-2491-a7d0-3b31-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-09 14:19:12.856566 | fa163e4f-2491-a7d0-3b31-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:26.485828 | 0.05s 2025-10-09 14:19:12.869755 | d77580c3-9cb8-4af4-8c44-6cbcdead7f92 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-09 14:19:12.903019 | fa163e4f-2491-a7d0-3b31-000000003157 | TASK | Clean any old fetch directory path 2025-10-09 14:19:13.168028 | fa163e4f-2491-a7d0-3b31-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-09 14:19:13.169161 | fa163e4f-2491-a7d0-3b31-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:26.798438 | 0.26s 2025-10-09 14:19:13.185654 | fa163e4f-2491-a7d0-3b31-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-09 14:19:13.477132 | fa163e4f-2491-a7d0-3b31-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-09 14:19:13.478033 | fa163e4f-2491-a7d0-3b31-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:27.107315 | 0.29s 2025-10-09 14:19:13.494117 | fa163e4f-2491-a7d0-3b31-000000003115 | TASK | Check if the input variables exist 2025-10-09 14:19:13.794646 | fa163e4f-2491-a7d0-3b31-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-09 14:19:13.796795 | fa163e4f-2491-a7d0-3b31-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:27.426034 | 0.30s 2025-10-09 14:19:13.815794 | fa163e4f-2491-a7d0-3b31-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-09 14:19:13.879059 | fa163e4f-2491-a7d0-3b31-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-09 14:19:13.880330 | fa163e4f-2491-a7d0-3b31-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:27.509606 | 0.06s 2025-10-09 14:19:13.896959 | fa163e4f-2491-a7d0-3b31-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-09 14:19:13.948280 | fa163e4f-2491-a7d0-3b31-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-09 14:19:13.949286 | fa163e4f-2491-a7d0-3b31-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:27.578564 | 0.05s 2025-10-09 14:19:13.965521 | fa163e4f-2491-a7d0-3b31-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-09 14:19:14.049013 | fa163e4f-2491-a7d0-3b31-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-09 14:19:14.050045 | fa163e4f-2491-a7d0-3b31-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:27.679322 | 0.08s 2025-10-09 14:19:14.065913 | fa163e4f-2491-a7d0-3b31-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-09 14:19:14.138054 | fa163e4f-2491-a7d0-3b31-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:27.767323 | 0.07s 2025-10-09 14:19:14.145175 | 612d61b6-90fd-4801-8707-10cfd89635ea | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-09 14:19:14.172765 | fa163e4f-2491-a7d0-3b31-0000000031ab | TASK | create cephx key(s) 2025-10-09 14:19:14.672817 | fa163e4f-2491-a7d0-3b31-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQBgv+doAAAAABAAWJp+bKxKMEZzDJghgIDiUA==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2025-10-09 14:19:14.674342 | fa163e4f-2491-a7d0-3b31-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:28.303610 | 0.50s 2025-10-09 14:19:15.104202 | fa163e4f-2491-a7d0-3b31-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQBgv+doAAAAABAAjNa5ltSbtNGYA/PKkyVFUQ==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-09 14:19:15.104886 | fa163e4f-2491-a7d0-3b31-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:28.734170 | 0.93s 2025-10-09 14:19:15.110057 | fa163e4f-2491-a7d0-3b31-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:28.739325 | 0.94s 2025-10-09 14:19:15.129991 | fa163e4f-2491-a7d0-3b31-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-09 14:19:15.181075 | fa163e4f-2491-a7d0-3b31-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:28.810336 | 0.05s 2025-10-09 14:19:15.191828 | d54c57dc-3560-41f0-bddb-396f3d8d5158 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-09 14:19:15.238941 | fa163e4f-2491-a7d0-3b31-00000000320f | TASK | create ceph.conf 2025-10-09 14:19:15.792476 | fa163e4f-2491-a7d0-3b31-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-09 14:19:15.793457 | fa163e4f-2491-a7d0-3b31-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:29.422735 | 0.55s 2025-10-09 14:19:15.811233 | fa163e4f-2491-a7d0-3b31-00000000311b | TASK | Configure Ceph Clients 2025-10-09 14:19:15.850915 | fa163e4f-2491-a7d0-3b31-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:29.480182 | 0.04s 2025-10-09 14:19:15.869648 | 07c41af0-be39-477b-a653-1970cca828fb | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-09 14:19:15.910539 | fa163e4f-2491-a7d0-3b31-00000000327e | TASK | set effective ceph_clients without limit 2025-10-09 14:19:16.041982 | fa163e4f-2491-a7d0-3b31-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-09 14:19:16.042861 | fa163e4f-2491-a7d0-3b31-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:29.672141 | 0.13s 2025-10-09 14:19:16.058138 | fa163e4f-2491-a7d0-3b31-00000000327f | TASK | set effective ceph_clients with limit 2025-10-09 14:19:16.137269 | fa163e4f-2491-a7d0-3b31-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-09 14:19:16.138108 | fa163e4f-2491-a7d0-3b31-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:29.767388 | 0.08s 2025-10-09 14:19:16.161204 | fa163e4f-2491-a7d0-3b31-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-09 14:19:16.286434 | fa163e4f-2491-a7d0-3b31-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-09 14:19:16.287743 | fa163e4f-2491-a7d0-3b31-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:29.917018 | 0.12s 2025-10-09 14:19:16.328926 | fa163e4f-2491-a7d0-3b31-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-09 14:19:16.628547 | fa163e4f-2491-a7d0-3b31-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-h0ecxvss/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e4f-2491-a7d0-3b31-000000003281') missing from stats 2025-10-09 14:19:16.868635 | fa163e4f-2491-a7d0-3b31-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-h0ecxvss/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-09 14:19:17.057384 | fa163e4f-2491-a7d0-3b31-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-h0ecxvss/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-09 14:19:17.061743 | fa163e4f-2491-a7d0-3b31-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:30.691020 | 0.73s 2025-10-09 14:19:17.091931 | fa163e4f-2491-a7d0-3b31-000000003282 | TASK | push files to the other nodes of cluster 2025-10-09 14:19:17.625401 | fa163e4f-2491-a7d0-3b31-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-h0ecxvss/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e4f-2491-a7d0-3b31-000000003282') missing from stats 2025-10-09 14:19:18.152795 | fa163e4f-2491-a7d0-3b31-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-h0ecxvss/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-09 14:19:18.626073 | fa163e4f-2491-a7d0-3b31-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-h0ecxvss/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-09 14:19:18.633572 | fa163e4f-2491-a7d0-3b31-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:32.262838 | 1.54s 2025-10-09 14:19:18.652956 | fa163e4f-2491-a7d0-3b31-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-09 14:19:18.705073 | fa163e4f-2491-a7d0-3b31-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:32.334341 | 0.05s 2025-10-09 14:19:18.716494 | 36af4d49-5ad6-4e09-bac1-5b340d6ec797 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-09 14:19:18.764590 | fa163e4f-2491-a7d0-3b31-000000003316 | TASK | Clean any old fetch directory path 2025-10-09 14:19:19.031701 | fa163e4f-2491-a7d0-3b31-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-09 14:19:19.033628 | fa163e4f-2491-a7d0-3b31-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:32.662889 | 0.27s 2025-10-09 14:19:19.049201 | fa163e4f-2491-a7d0-3b31-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-09 14:19:19.075428 | fa163e4f-2491-a7d0-3b31-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-09 14:19:19.076159 | fa163e4f-2491-a7d0-3b31-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:32.705440 | 0.03s 2025-10-09 14:19:19.103289 | fa163e4f-2491-a7d0-3b31-000000002859 | TASK | tripleo client role 2025-10-09 14:19:19.123824 | fa163e4f-2491-a7d0-3b31-000000002859 | TIMING | tripleo client role | undercloud | 0:13:32.753096 | 0.02s 2025-10-09 14:19:19.138274 | fa163e4f-2491-a7d0-3b31-00000000285a | TASK | Load variables for standalone ganesha 2025-10-09 14:19:19.215253 | fa163e4f-2491-a7d0-3b31-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-09 14:19:19.216577 | fa163e4f-2491-a7d0-3b31-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:32.845849 | 0.08s 2025-10-09 14:19:19.234437 | fa163e4f-2491-a7d0-3b31-00000000285b | TASK | Config Standalone Ganesha 2025-10-09 14:19:19.312071 | fa163e4f-2491-a7d0-3b31-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-09 14:19:19.313516 | fa163e4f-2491-a7d0-3b31-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:32.942787 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-09 14:19:19.454981 | fa163e4f-2491-a7d0-3b31-0000000000ca | TASK | Deploy step tasks for 2 2025-10-09 14:19:19.481299 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000ca') missing from stats 2025-10-09 14:19:19.503613 | fa163e4f-2491-a7d0-3b31-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-09 14:19:19.985714 | fa163e4f-2491-a7d0-3b31-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-09 14:19:19.987009 | fa163e4f-2491-a7d0-3b31-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:33.616284 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:19:20.066124 | fa163e4f-2491-a7d0-3b31-0000000000cc | TIMING | include_tasks | standalone | 0:13:33.695386 | 0.05s 2025-10-09 14:19:20.160251 | 34141a9e-9a5d-49fa-8661-51027b5d7135 | INCLUDED | /root/standalone-ansible-h0ecxvss/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-09 14:19:20.196248 | fa163e4f-2491-a7d0-3b31-0000000033dd | TASK | Push script 2025-10-09 14:19:20.673501 | fa163e4f-2491-a7d0-3b31-0000000033dd | CHANGED | Push script | standalone 2025-10-09 14:19:20.674955 | fa163e4f-2491-a7d0-3b31-0000000033dd | TIMING | Push script | standalone | 0:13:34.304223 | 0.48s 2025-10-09 14:19:20.704906 | fa163e4f-2491-a7d0-3b31-0000000033de | TASK | Insert cronjob in root crontab 2025-10-09 14:19:21.162435 | fa163e4f-2491-a7d0-3b31-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-09 14:19:21.163295 | fa163e4f-2491-a7d0-3b31-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:34.792578 | 0.46s 2025-10-09 14:19:21.186015 | fa163e4f-2491-a7d0-3b31-0000000033e5 | TASK | Gather variables for each operating system 2025-10-09 14:19:21.302279 | fa163e4f-2491-a7d0-3b31-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:34.931551 | 0.12s 2025-10-09 14:19:21.326448 | fa163e4f-2491-a7d0-3b31-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-09 14:19:22.089131 | fa163e4f-2491-a7d0-3b31-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 14:19:22.090550 | fa163e4f-2491-a7d0-3b31-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:35.719828 | 0.76s 2025-10-09 14:19:22.117849 | fa163e4f-2491-a7d0-3b31-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-09 14:21:08.198124 | fa163e4f-2491-a7d0-3b31-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-09 14:21:08.199725 | fa163e4f-2491-a7d0-3b31-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:21.829003 | 106.08s 2025-10-09 14:21:08.232470 | fa163e4f-2491-a7d0-3b31-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-09 14:21:08.514679 | fa163e4f-2491-a7d0-3b31-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-09 14:21:08.515600 | fa163e4f-2491-a7d0-3b31-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:22.144881 | 0.28s 2025-10-09 14:21:08.536769 | fa163e4f-2491-a7d0-3b31-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 14:21:09.088149 | fa163e4f-2491-a7d0-3b31-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 14:21:09.089571 | fa163e4f-2491-a7d0-3b31-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:22.718844 | 0.55s 2025-10-09 14:21:09.121843 | fa163e4f-2491-a7d0-3b31-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-09 14:21:09.349731 | fa163e4f-2491-a7d0-3b31-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-09 14:21:09.351495 | fa163e4f-2491-a7d0-3b31-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:22.980762 | 0.23s 2025-10-09 14:21:09.385564 | fa163e4f-2491-a7d0-3b31-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-09 14:21:09.438900 | fa163e4f-2491-a7d0-3b31-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-09 14:21:09.440227 | fa163e4f-2491-a7d0-3b31-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:23.069498 | 0.05s 2025-10-09 14:21:09.473524 | fa163e4f-2491-a7d0-3b31-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-09 14:21:09.514162 | fa163e4f-2491-a7d0-3b31-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-09 14:21:09.515501 | fa163e4f-2491-a7d0-3b31-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:23.144772 | 0.04s 2025-10-09 14:21:09.547810 | fa163e4f-2491-a7d0-3b31-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-09 14:21:09.614903 | fa163e4f-2491-a7d0-3b31-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-09 14:21:09.616233 | fa163e4f-2491-a7d0-3b31-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:23.245504 | 0.07s 2025-10-09 14:21:09.649895 | fa163e4f-2491-a7d0-3b31-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 14:21:09.689548 | fa163e4f-2491-a7d0-3b31-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 14:21:09.690856 | fa163e4f-2491-a7d0-3b31-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:23.320127 | 0.04s 2025-10-09 14:21:09.724464 | fa163e4f-2491-a7d0-3b31-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-09 14:21:09.767271 | fa163e4f-2491-a7d0-3b31-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-09 14:21:09.768648 | fa163e4f-2491-a7d0-3b31-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:23.397919 | 0.04s 2025-10-09 14:21:09.828181 | fa163e4f-2491-a7d0-3b31-000000003411 | TASK | Gather variables for each operating system 2025-10-09 14:21:09.957236 | fa163e4f-2491-a7d0-3b31-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:23.586508 | 0.13s 2025-10-09 14:21:09.980940 | fa163e4f-2491-a7d0-3b31-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-09 14:21:10.720232 | fa163e4f-2491-a7d0-3b31-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 14:21:10.721567 | fa163e4f-2491-a7d0-3b31-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:24.350841 | 0.74s 2025-10-09 14:21:10.753727 | fa163e4f-2491-a7d0-3b31-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-09 14:21:37.506564 | fa163e4f-2491-a7d0-3b31-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-09 14:21:37.508508 | fa163e4f-2491-a7d0-3b31-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:51.137779 | 26.75s 2025-10-09 14:21:37.534882 | fa163e4f-2491-a7d0-3b31-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-09 14:21:37.745408 | fa163e4f-2491-a7d0-3b31-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-09 14:21:37.746638 | fa163e4f-2491-a7d0-3b31-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:51.375916 | 0.21s 2025-10-09 14:21:37.773594 | fa163e4f-2491-a7d0-3b31-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 14:21:38.175296 | fa163e4f-2491-a7d0-3b31-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 14:21:38.176396 | fa163e4f-2491-a7d0-3b31-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:51.805668 | 0.40s 2025-10-09 14:21:38.207569 | fa163e4f-2491-a7d0-3b31-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-09 14:21:38.440607 | fa163e4f-2491-a7d0-3b31-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-09 14:21:38.442497 | fa163e4f-2491-a7d0-3b31-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:52.071775 | 0.23s 2025-10-09 14:21:38.464389 | fa163e4f-2491-a7d0-3b31-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-09 14:21:38.504114 | fa163e4f-2491-a7d0-3b31-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-09 14:21:38.507120 | fa163e4f-2491-a7d0-3b31-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:52.136287 | 0.04s 2025-10-09 14:21:38.540337 | fa163e4f-2491-a7d0-3b31-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-09 14:21:38.579234 | fa163e4f-2491-a7d0-3b31-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-09 14:21:38.581139 | fa163e4f-2491-a7d0-3b31-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:52.210418 | 0.04s 2025-10-09 14:21:38.606332 | fa163e4f-2491-a7d0-3b31-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-09 14:21:38.654155 | fa163e4f-2491-a7d0-3b31-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-09 14:21:38.655189 | fa163e4f-2491-a7d0-3b31-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:52.284468 | 0.05s 2025-10-09 14:21:38.681565 | fa163e4f-2491-a7d0-3b31-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 14:21:38.718422 | fa163e4f-2491-a7d0-3b31-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 14:21:38.719282 | fa163e4f-2491-a7d0-3b31-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:52.348561 | 0.04s 2025-10-09 14:21:38.743468 | fa163e4f-2491-a7d0-3b31-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-09 14:21:38.803159 | fa163e4f-2491-a7d0-3b31-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-09 14:21:38.804113 | fa163e4f-2491-a7d0-3b31-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:52.433393 | 0.06s 2025-10-09 14:21:38.851553 | fa163e4f-2491-a7d0-3b31-00000000343d | TASK | Gather variables for each operating system 2025-10-09 14:21:38.995684 | fa163e4f-2491-a7d0-3b31-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:52.624959 | 0.14s 2025-10-09 14:21:39.017118 | fa163e4f-2491-a7d0-3b31-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-09 14:21:39.818024 | fa163e4f-2491-a7d0-3b31-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 14:21:39.819386 | fa163e4f-2491-a7d0-3b31-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:53.448630 | 0.80s 2025-10-09 14:21:39.853750 | fa163e4f-2491-a7d0-3b31-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-09 14:22:05.474815 | fa163e4f-2491-a7d0-3b31-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-09 14:22:05.476493 | fa163e4f-2491-a7d0-3b31-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:19.105764 | 25.62s 2025-10-09 14:22:05.502212 | fa163e4f-2491-a7d0-3b31-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-09 14:22:05.744896 | fa163e4f-2491-a7d0-3b31-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-09 14:22:05.745917 | fa163e4f-2491-a7d0-3b31-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:19.375196 | 0.24s 2025-10-09 14:22:05.769925 | fa163e4f-2491-a7d0-3b31-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 14:22:06.172669 | fa163e4f-2491-a7d0-3b31-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 14:22:06.173983 | fa163e4f-2491-a7d0-3b31-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:19.803257 | 0.40s 2025-10-09 14:22:06.209347 | fa163e4f-2491-a7d0-3b31-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-09 14:22:06.442198 | fa163e4f-2491-a7d0-3b31-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-09 14:22:06.443428 | fa163e4f-2491-a7d0-3b31-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:20.072707 | 0.23s 2025-10-09 14:22:06.467086 | fa163e4f-2491-a7d0-3b31-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-09 14:22:06.507090 | fa163e4f-2491-a7d0-3b31-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-09 14:22:06.507849 | fa163e4f-2491-a7d0-3b31-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:20.137131 | 0.04s 2025-10-09 14:22:06.528256 | fa163e4f-2491-a7d0-3b31-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-09 14:22:06.580558 | fa163e4f-2491-a7d0-3b31-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-09 14:22:06.581278 | fa163e4f-2491-a7d0-3b31-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:20.210559 | 0.05s 2025-10-09 14:22:06.601828 | fa163e4f-2491-a7d0-3b31-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-09 14:22:06.640548 | fa163e4f-2491-a7d0-3b31-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-09 14:22:06.641276 | fa163e4f-2491-a7d0-3b31-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:20.270556 | 0.04s 2025-10-09 14:22:06.662571 | fa163e4f-2491-a7d0-3b31-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 14:22:06.720128 | fa163e4f-2491-a7d0-3b31-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 14:22:06.721461 | fa163e4f-2491-a7d0-3b31-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:20.350732 | 0.06s 2025-10-09 14:22:06.756641 | fa163e4f-2491-a7d0-3b31-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-09 14:22:06.797402 | fa163e4f-2491-a7d0-3b31-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-09 14:22:06.798738 | fa163e4f-2491-a7d0-3b31-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:20.428009 | 0.04s 2025-10-09 14:22:06.855937 | fa163e4f-2491-a7d0-3b31-000000003469 | TASK | Gather variables for each operating system 2025-10-09 14:22:07.003738 | fa163e4f-2491-a7d0-3b31-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:20.633007 | 0.15s 2025-10-09 14:22:07.027519 | fa163e4f-2491-a7d0-3b31-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-09 14:22:07.725568 | fa163e4f-2491-a7d0-3b31-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 14:22:07.727044 | fa163e4f-2491-a7d0-3b31-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:21.356316 | 0.70s 2025-10-09 14:22:07.759013 | fa163e4f-2491-a7d0-3b31-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-09 14:22:33.519774 | fa163e4f-2491-a7d0-3b31-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-09 14:22:33.521754 | fa163e4f-2491-a7d0-3b31-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:47.150960 | 25.76s 2025-10-09 14:22:33.548605 | fa163e4f-2491-a7d0-3b31-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-09 14:22:33.792968 | fa163e4f-2491-a7d0-3b31-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-09 14:22:33.794112 | fa163e4f-2491-a7d0-3b31-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:47.423388 | 0.24s 2025-10-09 14:22:33.819173 | fa163e4f-2491-a7d0-3b31-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 14:22:34.259503 | fa163e4f-2491-a7d0-3b31-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 14:22:34.260309 | fa163e4f-2491-a7d0-3b31-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:47.889591 | 0.44s 2025-10-09 14:22:34.281729 | fa163e4f-2491-a7d0-3b31-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-09 14:22:34.522386 | fa163e4f-2491-a7d0-3b31-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-09 14:22:34.523630 | fa163e4f-2491-a7d0-3b31-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:48.152908 | 0.24s 2025-10-09 14:22:34.548081 | fa163e4f-2491-a7d0-3b31-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-09 14:22:34.584767 | fa163e4f-2491-a7d0-3b31-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-09 14:22:34.585598 | fa163e4f-2491-a7d0-3b31-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:48.214877 | 0.04s 2025-10-09 14:22:34.610182 | fa163e4f-2491-a7d0-3b31-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-09 14:22:34.659994 | fa163e4f-2491-a7d0-3b31-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-09 14:22:34.661125 | fa163e4f-2491-a7d0-3b31-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:48.290405 | 0.05s 2025-10-09 14:22:34.685996 | fa163e4f-2491-a7d0-3b31-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-09 14:22:34.715774 | fa163e4f-2491-a7d0-3b31-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-09 14:22:34.716845 | fa163e4f-2491-a7d0-3b31-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:48.346121 | 0.03s 2025-10-09 14:22:34.743400 | fa163e4f-2491-a7d0-3b31-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 14:22:34.781459 | fa163e4f-2491-a7d0-3b31-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 14:22:34.782574 | fa163e4f-2491-a7d0-3b31-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:48.411851 | 0.04s 2025-10-09 14:22:34.808954 | fa163e4f-2491-a7d0-3b31-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-09 14:22:34.869425 | fa163e4f-2491-a7d0-3b31-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-09 14:22:34.870440 | fa163e4f-2491-a7d0-3b31-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:48.499716 | 0.06s 2025-10-09 14:22:34.916428 | fa163e4f-2491-a7d0-3b31-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-09 14:22:35.149649 | fa163e4f-2491-a7d0-3b31-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-09 14:22:35.150829 | fa163e4f-2491-a7d0-3b31-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:48.780107 | 0.23s 2025-10-09 14:22:35.234973 | fa163e4f-2491-a7d0-3b31-0000000000cf | TIMING | include_tasks | standalone | 0:16:48.864233 | 0.06s 2025-10-09 14:22:35.273066 | 9ddb33bc-a133-4684-baae-c1bad5774fbb | INCLUDED | /root/standalone-ansible-h0ecxvss/common_deploy_steps_tasks.yaml | standalone 2025-10-09 14:22:35.300969 | fa163e4f-2491-a7d0-3b31-000000003509 | TASK | Write the config_step hieradata 2025-10-09 14:22:35.808154 | fa163e4f-2491-a7d0-3b31-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-09 14:22:35.809542 | fa163e4f-2491-a7d0-3b31-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:49.438809 | 0.51s 2025-10-09 14:22:35.840618 | fa163e4f-2491-a7d0-3b31-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-09 14:22:36.160499 | fa163e4f-2491-a7d0-3b31-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-09 14:22:36.161773 | fa163e4f-2491-a7d0-3b31-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:49.791044 | 0.32s 2025-10-09 14:22:36.191489 | fa163e4f-2491-a7d0-3b31-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-09 14:22:36.452575 | fa163e4f-2491-a7d0-3b31-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-09 14:22:46.624668 | fa163e4f-2491-a7d0-3b31-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-09 14:22:56.877534 | fa163e4f-2491-a7d0-3b31-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-09 14:22:56.880003 | fa163e4f-2491-a7d0-3b31-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:10.509274 | 20.69s 2025-10-09 14:22:56.916198 | fa163e4f-2491-a7d0-3b31-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-09 14:22:57.000018 | fa163e4f-2491-a7d0-3b31-00000000350c | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 9 14:22:36 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 9 14:22:40 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 9 14:22:40 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 9 14:22:40 puppet-user: (file & line not available)", "<13>Oct 9 14:22:40 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 9 14:22:40 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 9 14:22:40 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 9 14:22:40 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.45 seconds", "<13>Oct 9 14:22:46 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 9 14:22:49 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 9 14:22:51 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 9 14:22:51 puppet-user: Notice: Applied catalog in 10.45 seconds", "<13>Oct 9 14:22:51 puppet-user: Application:", "<13>Oct 9 14:22:51 puppet-user: Initial environment: production", "<13>Oct 9 14:22:51 puppet-user: Converged environment: production", "<13>Oct 9 14:22:51 puppet-user: Run mode: user", "<13>Oct 9 14:22:51 puppet-user: Changes:", "<13>Oct 9 14:22:51 puppet-user: Total: 2", "<13>Oct 9 14:22:51 puppet-user: Events:", "<13>Oct 9 14:22:51 puppet-user: Success: 2", "<13>Oct 9 14:22:51 puppet-user: Resources:", "<13>Oct 9 14:22:51 puppet-user: Changed: 2", "<13>Oct 9 14:22:51 puppet-user: Out of sync: 2", "<13>Oct 9 14:22:51 puppet-user: Total: 28", "<13>Oct 9 14:22:51 puppet-user: Time:", "<13>Oct 9 14:22:51 puppet-user: Schedule: 0.00", "<13>Oct 9 14:22:51 puppet-user: Package: 0.00", "<13>Oct 9 14:22:51 puppet-user: File line: 0.00", "<13>Oct 9 14:22:51 puppet-user: File: 0.00", "<13>Oct 9 14:22:51 puppet-user: Augeas: 0.01", "<13>Oct 9 14:22:51 puppet-user: User: 0.01", "<13>Oct 9 14:22:51 puppet-user: Service: 0.07", "<13>Oct 9 14:22:51 puppet-user: Config retrieval: 0.49", "<13>Oct 9 14:22:51 puppet-user: Pcmk property: 1.57", "<13>Oct 9 14:22:51 puppet-user: Transaction evaluation: 10.39", "<13>Oct 9 14:22:51 puppet-user: Catalog application: 10.45", "<13>Oct 9 14:22:51 puppet-user: Last run: 1760019771", "<13>Oct 9 14:22:51 puppet-user: Exec: 2.02", "<13>Oct 9 14:22:51 puppet-user: Pcmk resource default: 3.18", "<13>Oct 9 14:22:51 puppet-user: Pcmk resource op default: 3.34", "<13>Oct 9 14:22:51 puppet-user: Filebucket: 0.00", "<13>Oct 9 14:22:51 puppet-user: Total: 10.45", "<13>Oct 9 14:22:51 puppet-user: Version:", "<13>Oct 9 14:22:51 puppet-user: Config: 1760019760", "<13>Oct 9 14:22:51 puppet-user: Puppet: 7.10.0" ] } 2025-10-09 14:22:57.001455 | fa163e4f-2491-a7d0-3b31-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:17:10.630727 | 0.08s 2025-10-09 14:22:57.031501 | fa163e4f-2491-a7d0-3b31-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-09 14:22:57.054598 | fa163e4f-2491-a7d0-3b31-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:10.683867 | 0.02s 2025-10-09 14:22:57.123846 | fa163e4f-2491-a7d0-3b31-00000000354c | TASK | Gather variables for each operating system 2025-10-09 14:22:57.249937 | fa163e4f-2491-a7d0-3b31-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:10.879200 | 0.13s 2025-10-09 14:22:57.273811 | fa163e4f-2491-a7d0-3b31-00000000354d | TASK | Create puppet caching structures 2025-10-09 14:22:57.500959 | fa163e4f-2491-a7d0-3b31-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-09 14:22:57.501814 | fa163e4f-2491-a7d0-3b31-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:11.131095 | 0.23s 2025-10-09 14:22:57.521443 | fa163e4f-2491-a7d0-3b31-00000000354e | TASK | Check for facter.conf 2025-10-09 14:22:57.781181 | fa163e4f-2491-a7d0-3b31-00000000354e | OK | Check for facter.conf | standalone 2025-10-09 14:22:57.782548 | fa163e4f-2491-a7d0-3b31-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:11.411821 | 0.26s 2025-10-09 14:22:57.812715 | fa163e4f-2491-a7d0-3b31-00000000354f | TASK | Remove facter.conf if directory 2025-10-09 14:22:57.864839 | fa163e4f-2491-a7d0-3b31-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-09 14:22:57.865715 | fa163e4f-2491-a7d0-3b31-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:11.494993 | 0.05s 2025-10-09 14:22:57.888578 | fa163e4f-2491-a7d0-3b31-000000003550 | TASK | Write facter cache config 2025-10-09 14:22:58.381425 | fa163e4f-2491-a7d0-3b31-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-09 14:22:58.382539 | fa163e4f-2491-a7d0-3b31-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:12.011817 | 0.49s 2025-10-09 14:22:58.406764 | fa163e4f-2491-a7d0-3b31-000000003551 | TASK | Cleanup facter cache if exists 2025-10-09 14:22:58.651215 | fa163e4f-2491-a7d0-3b31-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-09 14:22:58.652366 | fa163e4f-2491-a7d0-3b31-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:12.281630 | 0.24s 2025-10-09 14:22:58.676187 | fa163e4f-2491-a7d0-3b31-000000003552 | TASK | Pre-cache facts 2025-10-09 14:22:59.225070 | fa163e4f-2491-a7d0-3b31-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-09 14:22:59.226173 | fa163e4f-2491-a7d0-3b31-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:12.855448 | 0.55s 2025-10-09 14:22:59.257509 | fa163e4f-2491-a7d0-3b31-000000003553 | TASK | Failed deployment if facter fails 2025-10-09 14:22:59.288206 | fa163e4f-2491-a7d0-3b31-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-09 14:22:59.289120 | fa163e4f-2491-a7d0-3b31-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:12.918398 | 0.03s 2025-10-09 14:22:59.319264 | fa163e4f-2491-a7d0-3b31-000000003554 | TASK | Sync cached facts 2025-10-09 14:22:59.619623 | fa163e4f-2491-a7d0-3b31-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e4f-2491-a7d0-3b31-000000003554') missing from stats 2025-10-09 14:22:59.681841 | fa163e4f-2491-a7d0-3b31-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-09 14:22:59.732938 | fa163e4f-2491-a7d0-3b31-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-09 14:22:59.734260 | fa163e4f-2491-a7d0-3b31-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:13.363523 | 0.05s 2025-10-09 14:22:59.766710 | fa163e4f-2491-a7d0-3b31-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-09 14:22:59.795603 | fa163e4f-2491-a7d0-3b31-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:13.424864 | 0.03s 2025-10-09 14:22:59.866795 | fa163e4f-2491-a7d0-3b31-0000000035ab | TASK | Gather variables for each operating system 2025-10-09 14:22:59.991732 | fa163e4f-2491-a7d0-3b31-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:13.620991 | 0.12s 2025-10-09 14:23:00.023956 | fa163e4f-2491-a7d0-3b31-0000000035ac | TASK | Create container logs path 2025-10-09 14:23:00.313333 | fa163e4f-2491-a7d0-3b31-0000000035ac | OK | Create container logs path | standalone 2025-10-09 14:23:00.314790 | fa163e4f-2491-a7d0-3b31-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:13.944062 | 0.29s 2025-10-09 14:23:00.348141 | fa163e4f-2491-a7d0-3b31-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-09 14:23:00.634270 | fa163e4f-2491-a7d0-3b31-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-09 14:23:00.635096 | fa163e4f-2491-a7d0-3b31-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:14.264379 | 0.29s 2025-10-09 14:23:00.655450 | fa163e4f-2491-a7d0-3b31-0000000035af | TASK | Finalise hashes for all containers 2025-10-09 14:23:00.724444 | fa163e4f-2491-a7d0-3b31-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-09 14:23:00.725751 | fa163e4f-2491-a7d0-3b31-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:14.355023 | 0.07s 2025-10-09 14:23:00.756283 | fa163e4f-2491-a7d0-3b31-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-09 14:23:00.787695 | fa163e4f-2491-a7d0-3b31-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:14.416955 | 0.03s 2025-10-09 14:23:00.823078 | 72d1e35d-c1fe-4033-bff2-ea1c579c293f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-09 14:23:00.853059 | fa163e4f-2491-a7d0-3b31-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-09 14:23:01.119710 | fa163e4f-2491-a7d0-3b31-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-09 14:23:01.120624 | fa163e4f-2491-a7d0-3b31-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:14.749903 | 0.27s 2025-10-09 14:23:01.140310 | fa163e4f-2491-a7d0-3b31-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-09 14:23:01.199302 | fa163e4f-2491-a7d0-3b31-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-09 14:23:01.200705 | fa163e4f-2491-a7d0-3b31-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:14.829978 | 0.06s 2025-10-09 14:23:01.231126 | fa163e4f-2491-a7d0-3b31-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-09 14:23:01.716287 | fa163e4f-2491-a7d0-3b31-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-09 14:23:01.718073 | fa163e4f-2491-a7d0-3b31-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:15.347342 | 0.48s 2025-10-09 14:23:02.166451 | fa163e4f-2491-a7d0-3b31-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-09 14:23:02.168142 | fa163e4f-2491-a7d0-3b31-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:15.797419 | 0.94s 2025-10-09 14:23:02.178277 | fa163e4f-2491-a7d0-3b31-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:15.807554 | 0.95s 2025-10-09 14:23:02.207999 | fa163e4f-2491-a7d0-3b31-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-09 14:23:02.642081 | fa163e4f-2491-a7d0-3b31-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-09 14:23:02.643664 | fa163e4f-2491-a7d0-3b31-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:16.272929 | 0.43s 2025-10-09 14:23:02.675124 | fa163e4f-2491-a7d0-3b31-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-09 14:23:03.113013 | fa163e4f-2491-a7d0-3b31-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-09 14:23:03.113751 | fa163e4f-2491-a7d0-3b31-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:16.743033 | 0.44s 2025-10-09 14:23:03.134234 | fa163e4f-2491-a7d0-3b31-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-09 14:23:03.780657 | fa163e4f-2491-a7d0-3b31-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-09 14:23:03.782807 | fa163e4f-2491-a7d0-3b31-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:17.412078 | 0.65s 2025-10-09 14:23:03.815317 | fa163e4f-2491-a7d0-3b31-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-09 14:23:04.285955 | fa163e4f-2491-a7d0-3b31-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-09 14:23:04.287579 | fa163e4f-2491-a7d0-3b31-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:17.916847 | 0.47s 2025-10-09 14:23:04.320334 | fa163e4f-2491-a7d0-3b31-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-09 14:23:04.854787 | fa163e4f-2491-a7d0-3b31-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-09 14:23:04.856171 | fa163e4f-2491-a7d0-3b31-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:18.485445 | 0.53s 2025-10-09 14:23:04.886153 | fa163e4f-2491-a7d0-3b31-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-09 14:23:05.575782 | fa163e4f-2491-a7d0-3b31-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-09 14:23:05.577738 | fa163e4f-2491-a7d0-3b31-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:19.207010 | 0.69s 2025-10-09 14:23:05.609531 | fa163e4f-2491-a7d0-3b31-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-09 14:23:05.670887 | fa163e4f-2491-a7d0-3b31-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:19.300150 | 0.06s 2025-10-09 14:23:05.692030 | 86c1d444-1035-42ba-a27e-cde34ab3a7c8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-09 14:23:05.726593 | fa163e4f-2491-a7d0-3b31-000000003615 | TASK | Update config hashes for container startup configs 2025-10-09 14:23:05.995677 | fa163e4f-2491-a7d0-3b31-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-09 14:23:05.997035 | fa163e4f-2491-a7d0-3b31-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:19.626305 | 0.27s 2025-10-09 14:23:06.021467 | fa163e4f-2491-a7d0-3b31-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-09 14:23:06.081685 | fa163e4f-2491-a7d0-3b31-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:19.710959 | 0.06s 2025-10-09 14:23:06.093485 | fc90c9fc-13fc-4e58-a5cb-a30fd993c4f5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 14:23:06.116704 | fa163e4f-2491-a7d0-3b31-000000003634 | TASK | Gather podman infos 2025-10-09 14:23:07.125980 | fa163e4f-2491-a7d0-3b31-000000003634 | OK | Gather podman infos | standalone 2025-10-09 14:23:07.127604 | fa163e4f-2491-a7d0-3b31-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:20.756880 | 1.01s 2025-10-09 14:23:07.211317 | fa163e4f-2491-a7d0-3b31-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-09 14:23:07.290787 | fa163e4f-2491-a7d0-3b31-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:20.920049 | 0.07s 2025-10-09 14:23:07.431317 | fa163e4f-2491-a7d0-3b31-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:21.060572 | 0.07s 2025-10-09 14:23:07.491827 | fa163e4f-2491-a7d0-3b31-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-09 14:23:07.547806 | fa163e4f-2491-a7d0-3b31-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:21.177069 | 0.05s 2025-10-09 14:23:07.572122 | 9476fcca-6377-400f-b7c6-f57a8eb3874c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 14:23:07.609607 | fa163e4f-2491-a7d0-3b31-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-09 14:23:24.735889 | fa163e4f-2491-a7d0-3b31-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-09 14:23:24.736840 | fa163e4f-2491-a7d0-3b31-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:38.366122 | 17.13s 2025-10-09 14:23:24.757380 | fa163e4f-2491-a7d0-3b31-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-09 14:23:28.790041 | fa163e4f-2491-a7d0-3b31-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-09 14:23:28.791974 | fa163e4f-2491-a7d0-3b31-0000000036a5 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:42.421245 | 4.03s 2025-10-09 14:23:28.870075 | fa163e4f-2491-a7d0-3b31-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-09 14:23:29.126224 | fa163e4f-2491-a7d0-3b31-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-09 14:23:29.128007 | fa163e4f-2491-a7d0-3b31-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:42.757244 | 0.26s 2025-10-09 14:23:29.179341 | fa163e4f-2491-a7d0-3b31-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-09 14:23:29.242762 | fa163e4f-2491-a7d0-3b31-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:42.872019 | 0.06s 2025-10-09 14:23:29.270440 | fa163e4f-2491-a7d0-3b31-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-09 14:23:29.322178 | fa163e4f-2491-a7d0-3b31-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:42.951439 | 0.05s 2025-10-09 14:23:29.351725 | dcf53a68-a46d-43e4-bb0b-0e69e0d54a2f | INCLUDED | /root/standalone-ansible-h0ecxvss/host-container-puppet-tasks.yaml | standalone 2025-10-09 14:23:29.391787 | fa163e4f-2491-a7d0-3b31-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-09 14:23:29.928100 | fa163e4f-2491-a7d0-3b31-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-09 14:23:29.931136 | fa163e4f-2491-a7d0-3b31-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:43.560400 | 0.54s 2025-10-09 14:23:29.965020 | fa163e4f-2491-a7d0-3b31-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-09 14:23:30.274808 | fa163e4f-2491-a7d0-3b31-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-09 14:23:30.276852 | fa163e4f-2491-a7d0-3b31-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:43.906129 | 0.31s 2025-10-09 14:23:30.299804 | fa163e4f-2491-a7d0-3b31-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-09 14:23:30.329441 | fa163e4f-2491-a7d0-3b31-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:43.958702 | 0.03s 2025-10-09 14:23:30.382284 | fa163e4f-2491-a7d0-3b31-000000003722 | TASK | Gather variables for each operating system 2025-10-09 14:23:30.474373 | fa163e4f-2491-a7d0-3b31-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:44.103625 | 0.09s 2025-10-09 14:23:30.495634 | fa163e4f-2491-a7d0-3b31-000000003723 | TASK | Create container logs path 2025-10-09 14:23:30.793115 | fa163e4f-2491-a7d0-3b31-000000003723 | OK | Create container logs path | standalone 2025-10-09 14:23:30.794010 | fa163e4f-2491-a7d0-3b31-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:44.423292 | 0.30s 2025-10-09 14:23:30.827220 | fa163e4f-2491-a7d0-3b31-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-09 14:23:31.104734 | fa163e4f-2491-a7d0-3b31-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-09 14:23:31.107954 | fa163e4f-2491-a7d0-3b31-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:44.737112 | 0.28s 2025-10-09 14:23:31.134090 | fa163e4f-2491-a7d0-3b31-000000003726 | TASK | Finalise hashes for all containers 2025-10-09 14:23:31.183472 | fa163e4f-2491-a7d0-3b31-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:23:31.184417 | fa163e4f-2491-a7d0-3b31-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:44.813697 | 0.05s 2025-10-09 14:23:31.205615 | fa163e4f-2491-a7d0-3b31-000000003728 | TASK | Manage systemd shutdown files 2025-10-09 14:23:31.243704 | fa163e4f-2491-a7d0-3b31-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 14:23:31.244845 | fa163e4f-2491-a7d0-3b31-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:44.874124 | 0.04s 2025-10-09 14:23:31.266799 | fa163e4f-2491-a7d0-3b31-00000000372a | TASK | Update container configs with new config hashes 2025-10-09 14:23:31.327839 | fa163e4f-2491-a7d0-3b31-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 14:23:31.329254 | fa163e4f-2491-a7d0-3b31-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:44.958524 | 0.06s 2025-10-09 14:23:31.363693 | fa163e4f-2491-a7d0-3b31-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-09 14:23:31.404839 | fa163e4f-2491-a7d0-3b31-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-09 14:23:31.406257 | fa163e4f-2491-a7d0-3b31-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:45.035527 | 0.04s 2025-10-09 14:23:31.432966 | fa163e4f-2491-a7d0-3b31-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-09 14:23:31.487034 | fa163e4f-2491-a7d0-3b31-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-09 14:23:31.488411 | fa163e4f-2491-a7d0-3b31-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:45.117684 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-09 14:23:31.621879 | fa163e4f-2491-a7d0-3b31-0000000000d2 | TASK | External deployment step 3 2025-10-09 14:23:31.661727 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000d2') missing from stats 2025-10-09 14:23:31.713631 | fa163e4f-2491-a7d0-3b31-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:45.342860 | 0.03s 2025-10-09 14:23:31.724274 | 1a880c30-850e-4cdf-bd4f-2e9ea8f5f7d5 | INCLUDED | /root/standalone-ansible-h0ecxvss/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-09 14:23:31.744730 | fa163e4f-2491-a7d0-3b31-00000000377b | TASK | Pause cephadm 2025-10-09 14:23:31.798508 | fa163e4f-2491-a7d0-3b31-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-09 14:23:31.800136 | fa163e4f-2491-a7d0-3b31-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:45.429404 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-09 14:23:31.945469 | fa163e4f-2491-a7d0-3b31-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-09 14:23:31.977189 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000d6') missing from stats 2025-10-09 14:23:32.001769 | fa163e4f-2491-a7d0-3b31-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-09 14:23:32.569642 | fa163e4f-2491-a7d0-3b31-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-09 14:23:32.572714 | fa163e4f-2491-a7d0-3b31-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:46.201976 | 0.57s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:23:32.652572 | fa163e4f-2491-a7d0-3b31-0000000000d8 | TIMING | include_tasks | standalone | 0:17:46.281838 | 0.04s 2025-10-09 14:23:32.680623 | 23d09992-1175-4523-8c5c-6d2a1d0b919e | INCLUDED | /root/standalone-ansible-h0ecxvss/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-09 14:23:32.714649 | fa163e4f-2491-a7d0-3b31-00000000379a | TASK | Start OVN container 2025-10-09 14:23:32.803283 | fa163e4f-2491-a7d0-3b31-00000000379a | TIMING | Start OVN container | standalone | 0:17:46.432530 | 0.09s 2025-10-09 14:23:32.841045 | fa163e4f-2491-a7d0-3b31-00000000379a | TIMING | Start OVN container | standalone | 0:17:46.470310 | 0.12s 2025-10-09 14:23:32.860233 | fa163e4f-2491-a7d0-3b31-00000000379a | TIMING | Start OVN container | standalone | 0:17:46.489500 | 0.14s 2025-10-09 14:23:32.867830 | fa163e4f-2491-a7d0-3b31-00000000379a | TIMING | Start OVN container | standalone | 0:17:46.497098 | 0.15s 2025-10-09 14:23:32.980861 | fa163e4f-2491-a7d0-3b31-0000000037d2 | TASK | Gather variables for each operating system 2025-10-09 14:23:33.093308 | fa163e4f-2491-a7d0-3b31-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:46.722564 | 0.11s 2025-10-09 14:23:33.124712 | fa163e4f-2491-a7d0-3b31-0000000037d3 | TASK | Create container logs path 2025-10-09 14:23:33.410091 | fa163e4f-2491-a7d0-3b31-0000000037d3 | OK | Create container logs path | standalone 2025-10-09 14:23:33.411710 | fa163e4f-2491-a7d0-3b31-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:47.040982 | 0.29s 2025-10-09 14:23:33.443817 | fa163e4f-2491-a7d0-3b31-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:33.757598 | fa163e4f-2491-a7d0-3b31-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 14:23:33.758935 | fa163e4f-2491-a7d0-3b31-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:47.388206 | 0.31s 2025-10-09 14:23:33.788996 | fa163e4f-2491-a7d0-3b31-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-09 14:23:33.894876 | fa163e4f-2491-a7d0-3b31-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:23:33.896218 | fa163e4f-2491-a7d0-3b31-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:47.525489 | 0.11s 2025-10-09 14:23:33.927375 | fa163e4f-2491-a7d0-3b31-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-09 14:23:33.982472 | fa163e4f-2491-a7d0-3b31-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 14:23:33.984023 | fa163e4f-2491-a7d0-3b31-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:47.613287 | 0.05s 2025-10-09 14:23:34.015992 | fa163e4f-2491-a7d0-3b31-0000000037da | TASK | Update container configs with new config hashes 2025-10-09 14:23:34.102253 | fa163e4f-2491-a7d0-3b31-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 14:23:34.103803 | fa163e4f-2491-a7d0-3b31-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:47.733075 | 0.09s 2025-10-09 14:23:34.135897 | fa163e4f-2491-a7d0-3b31-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:34.209089 | fa163e4f-2491-a7d0-3b31-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:47.838349 | 0.07s 2025-10-09 14:23:34.237081 | 53ac868f-a783-4619-8cc7-f5a7fdd66577 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 14:23:34.275314 | fa163e4f-2491-a7d0-3b31-000000003867 | TASK | Gather podman infos 2025-10-09 14:23:35.442433 | fa163e4f-2491-a7d0-3b31-000000003867 | OK | Gather podman infos | standalone 2025-10-09 14:23:35.443660 | fa163e4f-2491-a7d0-3b31-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:49.072933 | 1.17s 2025-10-09 14:23:35.533065 | fa163e4f-2491-a7d0-3b31-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:35.621000 | fa163e4f-2491-a7d0-3b31-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:49.250261 | 0.09s 2025-10-09 14:23:35.838627 | fa163e4f-2491-a7d0-3b31-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:49.467760 | 0.15s 2025-10-09 14:23:35.967173 | fa163e4f-2491-a7d0-3b31-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:36.046675 | fa163e4f-2491-a7d0-3b31-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:49.675944 | 0.08s 2025-10-09 14:23:36.063618 | d328bcc7-4931-4540-8666-dcb12f73159c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 14:23:36.095484 | fa163e4f-2491-a7d0-3b31-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:36.996922 | fa163e4f-2491-a7d0-3b31-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 14:23:36.998045 | fa163e4f-2491-a7d0-3b31-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.627322 | 0.90s 2025-10-09 14:23:37.019395 | fa163e4f-2491-a7d0-3b31-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:39.826918 | fa163e4f-2491-a7d0-3b31-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 14:23:39.829610 | fa163e4f-2491-a7d0-3b31-0000000038d3 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:53.458879 | 2.81s 2025-10-09 14:23:39.887336 | fa163e4f-2491-a7d0-3b31-0000000037fd | TASK | Gather variables for each operating system 2025-10-09 14:23:39.995047 | fa163e4f-2491-a7d0-3b31-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:53.624305 | 0.10s 2025-10-09 14:23:40.027695 | fa163e4f-2491-a7d0-3b31-0000000037fe | TASK | Create container logs path 2025-10-09 14:23:40.285194 | fa163e4f-2491-a7d0-3b31-0000000037fe | OK | Create container logs path | standalone 2025-10-09 14:23:40.287766 | fa163e4f-2491-a7d0-3b31-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:53.917025 | 0.26s 2025-10-09 14:23:40.320255 | fa163e4f-2491-a7d0-3b31-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:40.608838 | fa163e4f-2491-a7d0-3b31-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 14:23:40.610115 | fa163e4f-2491-a7d0-3b31-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:54.239386 | 0.29s 2025-10-09 14:23:40.640604 | fa163e4f-2491-a7d0-3b31-000000003801 | TASK | Finalise hashes for all containers 2025-10-09 14:23:40.736419 | fa163e4f-2491-a7d0-3b31-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:23:40.737701 | fa163e4f-2491-a7d0-3b31-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:54.366972 | 0.10s 2025-10-09 14:23:40.767786 | fa163e4f-2491-a7d0-3b31-000000003803 | TASK | Manage systemd shutdown files 2025-10-09 14:23:40.811514 | fa163e4f-2491-a7d0-3b31-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 14:23:40.812836 | fa163e4f-2491-a7d0-3b31-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:54.442106 | 0.04s 2025-10-09 14:23:40.843738 | fa163e4f-2491-a7d0-3b31-000000003805 | TASK | Update container configs with new config hashes 2025-10-09 14:23:40.885173 | fa163e4f-2491-a7d0-3b31-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 14:23:40.886463 | fa163e4f-2491-a7d0-3b31-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:54.515734 | 0.04s 2025-10-09 14:23:40.918273 | fa163e4f-2491-a7d0-3b31-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:40.991683 | fa163e4f-2491-a7d0-3b31-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:54.620945 | 0.07s 2025-10-09 14:23:41.017981 | 1abe67f9-f0d3-401c-8a22-64d4971601b4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 14:23:41.060438 | fa163e4f-2491-a7d0-3b31-00000000391e | TASK | Gather podman infos 2025-10-09 14:23:42.261873 | fa163e4f-2491-a7d0-3b31-00000000391e | OK | Gather podman infos | standalone 2025-10-09 14:23:42.263170 | fa163e4f-2491-a7d0-3b31-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:55.892442 | 1.20s 2025-10-09 14:23:42.353425 | fa163e4f-2491-a7d0-3b31-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:42.421129 | fa163e4f-2491-a7d0-3b31-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:56.050398 | 0.06s 2025-10-09 14:23:42.558846 | fa163e4f-2491-a7d0-3b31-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:56.188103 | 0.09s 2025-10-09 14:23:42.617741 | fa163e4f-2491-a7d0-3b31-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:42.685163 | fa163e4f-2491-a7d0-3b31-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:56.314428 | 0.07s 2025-10-09 14:23:42.709199 | a1b3ddca-a16d-45c7-8e67-0ca054c98cec | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 14:23:42.744204 | fa163e4f-2491-a7d0-3b31-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:43.628470 | fa163e4f-2491-a7d0-3b31-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 14:23:43.629490 | fa163e4f-2491-a7d0-3b31-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:57.258770 | 0.88s 2025-10-09 14:23:43.650238 | fa163e4f-2491-a7d0-3b31-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:46.369817 | fa163e4f-2491-a7d0-3b31-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 14:23:46.371256 | fa163e4f-2491-a7d0-3b31-000000003985 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:00.000531 | 2.72s 2025-10-09 14:23:46.427313 | fa163e4f-2491-a7d0-3b31-000000003828 | TASK | Gather variables for each operating system 2025-10-09 14:23:46.553397 | fa163e4f-2491-a7d0-3b31-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:00.182611 | 0.12s 2025-10-09 14:23:46.584328 | fa163e4f-2491-a7d0-3b31-000000003829 | TASK | Create container logs path 2025-10-09 14:23:46.895250 | fa163e4f-2491-a7d0-3b31-000000003829 | OK | Create container logs path | standalone 2025-10-09 14:23:46.896396 | fa163e4f-2491-a7d0-3b31-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:00.525674 | 0.31s 2025-10-09 14:23:46.921337 | fa163e4f-2491-a7d0-3b31-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:47.216052 | fa163e4f-2491-a7d0-3b31-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 14:23:47.216928 | fa163e4f-2491-a7d0-3b31-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:00.846209 | 0.29s 2025-10-09 14:23:47.236912 | fa163e4f-2491-a7d0-3b31-00000000382c | TASK | Finalise hashes for all containers 2025-10-09 14:23:47.340332 | fa163e4f-2491-a7d0-3b31-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-09 14:23:47.341669 | fa163e4f-2491-a7d0-3b31-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:00.970941 | 0.10s 2025-10-09 14:23:47.371809 | fa163e4f-2491-a7d0-3b31-00000000382e | TASK | Manage systemd shutdown files 2025-10-09 14:23:47.433175 | fa163e4f-2491-a7d0-3b31-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 14:23:47.434510 | fa163e4f-2491-a7d0-3b31-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:01.063781 | 0.06s 2025-10-09 14:23:47.465018 | fa163e4f-2491-a7d0-3b31-000000003830 | TASK | Update container configs with new config hashes 2025-10-09 14:23:47.553563 | fa163e4f-2491-a7d0-3b31-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 14:23:47.554591 | fa163e4f-2491-a7d0-3b31-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:01.183868 | 0.09s 2025-10-09 14:23:47.579299 | fa163e4f-2491-a7d0-3b31-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:47.622188 | fa163e4f-2491-a7d0-3b31-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:01.251454 | 0.04s 2025-10-09 14:23:47.639321 | 26c1ddd5-3ea9-410a-b2db-24bbbf2f2465 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 14:23:47.668197 | fa163e4f-2491-a7d0-3b31-0000000039d0 | TASK | Gather podman infos 2025-10-09 14:23:48.832806 | fa163e4f-2491-a7d0-3b31-0000000039d0 | OK | Gather podman infos | standalone 2025-10-09 14:23:48.834204 | fa163e4f-2491-a7d0-3b31-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:02.463477 | 1.16s 2025-10-09 14:23:48.919343 | fa163e4f-2491-a7d0-3b31-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:48.995637 | fa163e4f-2491-a7d0-3b31-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:02.624907 | 0.07s 2025-10-09 14:23:49.165795 | fa163e4f-2491-a7d0-3b31-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:02.795067 | 0.12s 2025-10-09 14:23:49.204521 | fa163e4f-2491-a7d0-3b31-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:49.243643 | fa163e4f-2491-a7d0-3b31-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:02.872916 | 0.04s 2025-10-09 14:23:49.259888 | 867505ee-3cfd-4d03-a52f-85a7a66dbef7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 14:23:49.290664 | fa163e4f-2491-a7d0-3b31-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:50.328269 | fa163e4f-2491-a7d0-3b31-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 14:23:50.329724 | fa163e4f-2491-a7d0-3b31-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:03.959001 | 1.04s 2025-10-09 14:23:50.354608 | fa163e4f-2491-a7d0-3b31-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 14:23:53.300928 | fa163e4f-2491-a7d0-3b31-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 14:23:53.302258 | fa163e4f-2491-a7d0-3b31-000000003a37 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:06.931533 | 2.95s 2025-10-09 14:23:53.357272 | fa163e4f-2491-a7d0-3b31-00000000379c | TASK | Set NB connection 2025-10-09 14:23:53.831659 | fa163e4f-2491-a7d0-3b31-00000000379c | CHANGED | Set NB connection | standalone 2025-10-09 14:23:53.832745 | fa163e4f-2491-a7d0-3b31-00000000379c | TIMING | Set NB connection | standalone | 0:18:07.462026 | 0.47s 2025-10-09 14:23:53.854521 | fa163e4f-2491-a7d0-3b31-00000000379d | TASK | Set SB connection 2025-10-09 14:23:54.253592 | fa163e4f-2491-a7d0-3b31-00000000379d | CHANGED | Set SB connection | standalone 2025-10-09 14:23:54.255014 | fa163e4f-2491-a7d0-3b31-00000000379d | TIMING | Set SB connection | standalone | 0:18:07.884287 | 0.40s 2025-10-09 14:23:54.284782 | fa163e4f-2491-a7d0-3b31-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-09 14:23:55.511440 | fa163e4f-2491-a7d0-3b31-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-09 14:23:55.513030 | fa163e4f-2491-a7d0-3b31-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:18:09.142299 | 1.23s 2025-10-09 14:23:55.603703 | fa163e4f-2491-a7d0-3b31-0000000000db | TIMING | include_tasks | standalone | 0:18:09.232966 | 0.06s 2025-10-09 14:23:55.641886 | 7232c971-fada-4ee4-b343-cd6b026d30c7 | INCLUDED | /root/standalone-ansible-h0ecxvss/common_deploy_steps_tasks.yaml | standalone 2025-10-09 14:23:55.667993 | fa163e4f-2491-a7d0-3b31-000000003a7c | TASK | Write the config_step hieradata 2025-10-09 14:23:56.148579 | fa163e4f-2491-a7d0-3b31-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-09 14:23:56.150061 | fa163e4f-2491-a7d0-3b31-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:18:09.779331 | 0.48s 2025-10-09 14:23:56.181560 | fa163e4f-2491-a7d0-3b31-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-09 14:23:56.480839 | fa163e4f-2491-a7d0-3b31-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-09 14:23:56.481637 | fa163e4f-2491-a7d0-3b31-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:18:10.110919 | 0.30s 2025-10-09 14:23:56.503319 | fa163e4f-2491-a7d0-3b31-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-09 14:23:56.758216 | fa163e4f-2491-a7d0-3b31-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-09 14:24:06.979054 | fa163e4f-2491-a7d0-3b31-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-09 14:24:17.225311 | fa163e4f-2491-a7d0-3b31-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-09 14:24:17.226638 | fa163e4f-2491-a7d0-3b31-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:30.855911 | 20.72s 2025-10-09 14:24:17.256877 | fa163e4f-2491-a7d0-3b31-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-09 14:24:17.343334 | fa163e4f-2491-a7d0-3b31-000000003a7f | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 9 14:23:56 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 9 14:24:00 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 9 14:24:00 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 9 14:24:00 puppet-user: (file & line not available)", "<13>Oct 9 14:24:00 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 9 14:24:00 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 9 14:24:01 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 9 14:24:01 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.50 seconds", "<13>Oct 9 14:24:05 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 9 14:24:07 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 9 14:24:09 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 9 14:24:09 puppet-user: Notice: Applied catalog in 8.03 seconds", "<13>Oct 9 14:24:09 puppet-user: Application:", "<13>Oct 9 14:24:09 puppet-user: Initial environment: production", "<13>Oct 9 14:24:09 puppet-user: Converged environment: production", "<13>Oct 9 14:24:09 puppet-user: Run mode: user", "<13>Oct 9 14:24:09 puppet-user: Changes:", "<13>Oct 9 14:24:09 puppet-user: Total: 2", "<13>Oct 9 14:24:09 puppet-user: Events:", "<13>Oct 9 14:24:09 puppet-user: Success: 2", "<13>Oct 9 14:24:09 puppet-user: Resources:", "<13>Oct 9 14:24:09 puppet-user: Changed: 2", "<13>Oct 9 14:24:09 puppet-user: Out of sync: 2", "<13>Oct 9 14:24:09 puppet-user: Total: 28", "<13>Oct 9 14:24:09 puppet-user: Time:", "<13>Oct 9 14:24:09 puppet-user: Filebucket: 0.00", "<13>Oct 9 14:24:09 puppet-user: Schedule: 0.00", "<13>Oct 9 14:24:09 puppet-user: Package: 0.00", "<13>Oct 9 14:24:09 puppet-user: File: 0.00", "<13>Oct 9 14:24:09 puppet-user: Augeas: 0.01", "<13>Oct 9 14:24:09 puppet-user: File line: 0.02", "<13>Oct 9 14:24:09 puppet-user: User: 0.04", "<13>Oct 9 14:24:09 puppet-user: Service: 0.06", "<13>Oct 9 14:24:09 puppet-user: Config retrieval: 0.55", "<13>Oct 9 14:24:09 puppet-user: Pcmk property: 1.51", "<13>Oct 9 14:24:09 puppet-user: Exec: 1.92", "<13>Oct 9 14:24:09 puppet-user: Last run: 1760019849", "<13>Oct 9 14:24:09 puppet-user: Pcmk resource op default: 2.11", "<13>Oct 9 14:24:09 puppet-user: Pcmk resource default: 2.19", "<13>Oct 9 14:24:09 puppet-user: Transaction evaluation: 8.01", "<13>Oct 9 14:24:09 puppet-user: Catalog application: 8.03", "<13>Oct 9 14:24:09 puppet-user: Total: 8.04", "<13>Oct 9 14:24:09 puppet-user: Version:", "<13>Oct 9 14:24:09 puppet-user: Config: 1760019840", "<13>Oct 9 14:24:09 puppet-user: Puppet: 7.10.0" ] } 2025-10-09 14:24:17.345014 | fa163e4f-2491-a7d0-3b31-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:30.974284 | 0.09s 2025-10-09 14:24:17.376628 | fa163e4f-2491-a7d0-3b31-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-09 14:24:17.407289 | fa163e4f-2491-a7d0-3b31-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:31.036554 | 0.03s 2025-10-09 14:24:17.476999 | fa163e4f-2491-a7d0-3b31-000000003abf | TASK | Gather variables for each operating system 2025-10-09 14:24:17.601624 | fa163e4f-2491-a7d0-3b31-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:31.230879 | 0.12s 2025-10-09 14:24:17.635282 | fa163e4f-2491-a7d0-3b31-000000003ac0 | TASK | Create puppet caching structures 2025-10-09 14:24:17.857995 | fa163e4f-2491-a7d0-3b31-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-09 14:24:17.860012 | fa163e4f-2491-a7d0-3b31-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:31.489279 | 0.22s 2025-10-09 14:24:17.884545 | fa163e4f-2491-a7d0-3b31-000000003ac1 | TASK | Check for facter.conf 2025-10-09 14:24:18.098067 | fa163e4f-2491-a7d0-3b31-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-09 14:24:18.098957 | fa163e4f-2491-a7d0-3b31-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:31.728235 | 0.21s 2025-10-09 14:24:18.118939 | fa163e4f-2491-a7d0-3b31-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-09 14:24:18.156050 | fa163e4f-2491-a7d0-3b31-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-09 14:24:18.156875 | fa163e4f-2491-a7d0-3b31-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:31.786154 | 0.04s 2025-10-09 14:24:18.177289 | fa163e4f-2491-a7d0-3b31-000000003ac3 | TASK | Write facter cache config 2025-10-09 14:24:18.658889 | fa163e4f-2491-a7d0-3b31-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-09 14:24:18.660303 | fa163e4f-2491-a7d0-3b31-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:32.289573 | 0.48s 2025-10-09 14:24:18.692727 | fa163e4f-2491-a7d0-3b31-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-09 14:24:18.896370 | fa163e4f-2491-a7d0-3b31-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-09 14:24:18.897908 | fa163e4f-2491-a7d0-3b31-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:32.527178 | 0.20s 2025-10-09 14:24:18.927819 | fa163e4f-2491-a7d0-3b31-000000003ac5 | TASK | Pre-cache facts 2025-10-09 14:24:19.546438 | fa163e4f-2491-a7d0-3b31-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-09 14:24:19.547469 | fa163e4f-2491-a7d0-3b31-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:33.176751 | 0.62s 2025-10-09 14:24:19.568240 | fa163e4f-2491-a7d0-3b31-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-09 14:24:19.604811 | fa163e4f-2491-a7d0-3b31-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-09 14:24:19.606041 | fa163e4f-2491-a7d0-3b31-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:33.235312 | 0.04s 2025-10-09 14:24:19.655929 | fa163e4f-2491-a7d0-3b31-000000003ac7 | TASK | Sync cached facts 2025-10-09 14:24:19.941076 | fa163e4f-2491-a7d0-3b31-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e4f-2491-a7d0-3b31-000000003ac7') missing from stats 2025-10-09 14:24:20.000688 | fa163e4f-2491-a7d0-3b31-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-09 14:24:20.031793 | fa163e4f-2491-a7d0-3b31-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-09 14:24:20.032985 | fa163e4f-2491-a7d0-3b31-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:33.662256 | 0.03s 2025-10-09 14:24:20.064113 | fa163e4f-2491-a7d0-3b31-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-09 14:24:20.093563 | fa163e4f-2491-a7d0-3b31-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:33.722827 | 0.03s 2025-10-09 14:24:20.161323 | fa163e4f-2491-a7d0-3b31-000000003b1e | TASK | Gather variables for each operating system 2025-10-09 14:24:20.295343 | fa163e4f-2491-a7d0-3b31-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:33.924609 | 0.13s 2025-10-09 14:24:20.319000 | fa163e4f-2491-a7d0-3b31-000000003b1f | TASK | Create container logs path 2025-10-09 14:24:20.549896 | fa163e4f-2491-a7d0-3b31-000000003b1f | OK | Create container logs path | standalone 2025-10-09 14:24:20.550664 | fa163e4f-2491-a7d0-3b31-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:34.179947 | 0.23s 2025-10-09 14:24:20.571537 | fa163e4f-2491-a7d0-3b31-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-09 14:24:20.874256 | fa163e4f-2491-a7d0-3b31-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-09 14:24:20.875629 | fa163e4f-2491-a7d0-3b31-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:34.504900 | 0.30s 2025-10-09 14:24:20.901900 | fa163e4f-2491-a7d0-3b31-000000003b22 | TASK | Finalise hashes for all containers 2025-10-09 14:24:20.986647 | fa163e4f-2491-a7d0-3b31-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:24:20.987425 | fa163e4f-2491-a7d0-3b31-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:34.616706 | 0.08s 2025-10-09 14:24:21.007240 | fa163e4f-2491-a7d0-3b31-000000003b24 | TASK | Manage systemd shutdown files 2025-10-09 14:24:21.046159 | fa163e4f-2491-a7d0-3b31-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:34.675430 | 0.04s 2025-10-09 14:24:21.063371 | d58ce90b-c358-4da5-a0c9-7e76eaf8bc06 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-09 14:24:21.088003 | fa163e4f-2491-a7d0-3b31-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-09 14:24:21.360415 | fa163e4f-2491-a7d0-3b31-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-09 14:24:21.361906 | fa163e4f-2491-a7d0-3b31-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:34.991176 | 0.27s 2025-10-09 14:24:21.392264 | fa163e4f-2491-a7d0-3b31-000000003b58 | TASK | Set podman_drop_in fact 2025-10-09 14:24:21.455254 | fa163e4f-2491-a7d0-3b31-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-09 14:24:21.456557 | fa163e4f-2491-a7d0-3b31-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:35.085829 | 0.06s 2025-10-09 14:24:21.488827 | fa163e4f-2491-a7d0-3b31-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-09 14:24:21.983594 | fa163e4f-2491-a7d0-3b31-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-09 14:24:21.984807 | fa163e4f-2491-a7d0-3b31-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:35.614083 | 0.49s 2025-10-09 14:24:22.456621 | fa163e4f-2491-a7d0-3b31-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-09 14:24:22.457736 | fa163e4f-2491-a7d0-3b31-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:36.087011 | 0.97s 2025-10-09 14:24:22.464712 | fa163e4f-2491-a7d0-3b31-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:36.093985 | 0.97s 2025-10-09 14:24:22.489214 | fa163e4f-2491-a7d0-3b31-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-09 14:24:22.969115 | fa163e4f-2491-a7d0-3b31-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-09 14:24:22.971196 | fa163e4f-2491-a7d0-3b31-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:36.600467 | 0.48s 2025-10-09 14:24:23.004068 | fa163e4f-2491-a7d0-3b31-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-09 14:24:23.512434 | fa163e4f-2491-a7d0-3b31-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-09 14:24:23.513869 | fa163e4f-2491-a7d0-3b31-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:37.143121 | 0.51s 2025-10-09 14:24:23.545818 | fa163e4f-2491-a7d0-3b31-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-09 14:24:24.261678 | fa163e4f-2491-a7d0-3b31-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-09 14:24:24.263613 | fa163e4f-2491-a7d0-3b31-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:37.892883 | 0.72s 2025-10-09 14:24:24.295023 | fa163e4f-2491-a7d0-3b31-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-09 14:24:24.812811 | fa163e4f-2491-a7d0-3b31-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-09 14:24:24.814091 | fa163e4f-2491-a7d0-3b31-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:38.443364 | 0.52s 2025-10-09 14:24:24.840134 | fa163e4f-2491-a7d0-3b31-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-09 14:24:25.335710 | fa163e4f-2491-a7d0-3b31-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-09 14:24:25.336998 | fa163e4f-2491-a7d0-3b31-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:38.966271 | 0.49s 2025-10-09 14:24:25.369153 | fa163e4f-2491-a7d0-3b31-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-09 14:24:26.061891 | fa163e4f-2491-a7d0-3b31-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-09 14:24:26.063145 | fa163e4f-2491-a7d0-3b31-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:39.692426 | 0.69s 2025-10-09 14:24:26.093548 | fa163e4f-2491-a7d0-3b31-000000003b26 | TASK | Update container configs with new config hashes 2025-10-09 14:24:26.155508 | fa163e4f-2491-a7d0-3b31-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:39.784556 | 0.06s 2025-10-09 14:24:26.177910 | e10702d6-034c-4b38-888e-4ffe3d4d4099 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-09 14:24:26.214129 | fa163e4f-2491-a7d0-3b31-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-09 14:24:26.483739 | fa163e4f-2491-a7d0-3b31-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-09 14:24:26.485052 | fa163e4f-2491-a7d0-3b31-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:40.114324 | 0.27s 2025-10-09 14:24:26.518232 | fa163e4f-2491-a7d0-3b31-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-09 14:24:26.558568 | fa163e4f-2491-a7d0-3b31-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:40.187831 | 0.04s 2025-10-09 14:24:26.586993 | ef3f1645-3229-40d5-9246-159271982e1b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 14:24:26.626112 | fa163e4f-2491-a7d0-3b31-000000003ba7 | TASK | Gather podman infos 2025-10-09 14:24:27.734235 | fa163e4f-2491-a7d0-3b31-000000003ba7 | OK | Gather podman infos | standalone 2025-10-09 14:24:27.735460 | fa163e4f-2491-a7d0-3b31-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:41.364737 | 1.11s 2025-10-09 14:24:27.826305 | fa163e4f-2491-a7d0-3b31-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-09 14:24:27.908345 | fa163e4f-2491-a7d0-3b31-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:41.537614 | 0.08s 2025-10-09 14:24:28.048047 | fa163e4f-2491-a7d0-3b31-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:41.677302 | 0.10s 2025-10-09 14:24:28.109650 | fa163e4f-2491-a7d0-3b31-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-09 14:24:28.166072 | fa163e4f-2491-a7d0-3b31-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:41.795334 | 0.05s 2025-10-09 14:24:28.192008 | 68e085fb-b3ef-48ff-b63b-006ce9a00905 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 14:24:28.233641 | fa163e4f-2491-a7d0-3b31-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-09 14:25:24.317775 | fa163e4f-2491-a7d0-3b31-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-09 14:25:24.319454 | fa163e4f-2491-a7d0-3b31-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:37.948722 | 56.08s 2025-10-09 14:25:24.353747 | fa163e4f-2491-a7d0-3b31-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-09 14:25:57.926133 | fa163e4f-2491-a7d0-3b31-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-09 14:25:57.928397 | fa163e4f-2491-a7d0-3b31-000000003c13 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:11.557640 | 33.57s 2025-10-09 14:25:58.011241 | fa163e4f-2491-a7d0-3b31-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-09 14:25:58.253996 | fa163e4f-2491-a7d0-3b31-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-09 14:25:58.255663 | fa163e4f-2491-a7d0-3b31-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:20:11.884933 | 0.24s 2025-10-09 14:25:58.307776 | fa163e4f-2491-a7d0-3b31-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-09 14:25:58.367342 | fa163e4f-2491-a7d0-3b31-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:20:11.996610 | 0.06s 2025-10-09 14:25:58.392946 | fa163e4f-2491-a7d0-3b31-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-09 14:25:58.445248 | fa163e4f-2491-a7d0-3b31-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:20:12.074512 | 0.05s 2025-10-09 14:25:58.469874 | e5f913fb-32ac-4b7f-b9f2-53fefdb6c297 | INCLUDED | /root/standalone-ansible-h0ecxvss/host-container-puppet-tasks.yaml | standalone 2025-10-09 14:25:58.519490 | fa163e4f-2491-a7d0-3b31-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-09 14:25:59.077108 | fa163e4f-2491-a7d0-3b31-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-09 14:25:59.078673 | fa163e4f-2491-a7d0-3b31-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:20:12.707940 | 0.56s 2025-10-09 14:25:59.110102 | fa163e4f-2491-a7d0-3b31-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-09 14:25:59.434254 | fa163e4f-2491-a7d0-3b31-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-09 14:25:59.435788 | fa163e4f-2491-a7d0-3b31-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:20:13.065058 | 0.32s 2025-10-09 14:25:59.468075 | fa163e4f-2491-a7d0-3b31-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-09 14:25:59.491754 | fa163e4f-2491-a7d0-3b31-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:20:13.121003 | 0.02s 2025-10-09 14:25:59.544263 | fa163e4f-2491-a7d0-3b31-000000003c90 | TASK | Gather variables for each operating system 2025-10-09 14:25:59.652112 | fa163e4f-2491-a7d0-3b31-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:13.281354 | 0.11s 2025-10-09 14:25:59.678877 | fa163e4f-2491-a7d0-3b31-000000003c91 | TASK | Create container logs path 2025-10-09 14:25:59.961554 | fa163e4f-2491-a7d0-3b31-000000003c91 | OK | Create container logs path | standalone 2025-10-09 14:25:59.964843 | fa163e4f-2491-a7d0-3b31-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:13.594078 | 0.28s 2025-10-09 14:25:59.993890 | fa163e4f-2491-a7d0-3b31-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-09 14:26:00.264522 | fa163e4f-2491-a7d0-3b31-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-09 14:26:00.266637 | fa163e4f-2491-a7d0-3b31-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:13.895876 | 0.27s 2025-10-09 14:26:00.307425 | fa163e4f-2491-a7d0-3b31-000000003c94 | TASK | Finalise hashes for all containers 2025-10-09 14:26:00.364383 | fa163e4f-2491-a7d0-3b31-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:26:00.365653 | fa163e4f-2491-a7d0-3b31-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:13.994926 | 0.05s 2025-10-09 14:26:00.391853 | fa163e4f-2491-a7d0-3b31-000000003c96 | TASK | Manage systemd shutdown files 2025-10-09 14:26:00.435523 | fa163e4f-2491-a7d0-3b31-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 14:26:00.436620 | fa163e4f-2491-a7d0-3b31-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:14.065896 | 0.04s 2025-10-09 14:26:00.460933 | fa163e4f-2491-a7d0-3b31-000000003c98 | TASK | Update container configs with new config hashes 2025-10-09 14:26:00.491990 | fa163e4f-2491-a7d0-3b31-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 14:26:00.493042 | fa163e4f-2491-a7d0-3b31-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:14.122319 | 0.03s 2025-10-09 14:26:00.527134 | fa163e4f-2491-a7d0-3b31-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-09 14:26:00.567060 | fa163e4f-2491-a7d0-3b31-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-09 14:26:00.568099 | fa163e4f-2491-a7d0-3b31-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:14.197374 | 0.04s 2025-10-09 14:26:00.594050 | fa163e4f-2491-a7d0-3b31-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-09 14:26:00.659263 | fa163e4f-2491-a7d0-3b31-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-09 14:26:00.660133 | fa163e4f-2491-a7d0-3b31-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:14.289412 | 0.06s PLAY [External deployment step 4] ********************************************** 2025-10-09 14:26:00.789777 | fa163e4f-2491-a7d0-3b31-0000000000de | TASK | External deployment step 4 2025-10-09 14:26:00.833526 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000de') missing from stats 2025-10-09 14:26:00.884906 | fa163e4f-2491-a7d0-3b31-0000000000df | TIMING | include_tasks | undercloud | 0:20:14.514166 | 0.03s 2025-10-09 14:26:00.919571 | d707a921-5c4e-4e33-b50a-2b91b1aa8193 | INCLUDED | /root/standalone-ansible-h0ecxvss/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-09 14:26:00.938152 | fa163e4f-2491-a7d0-3b31-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-09 14:26:02.594948 | fa163e4f-2491-a7d0-3b31-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-09 14:26:02.597579 | fa163e4f-2491-a7d0-3b31-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:16.226841 | 1.66s 2025-10-09 14:26:03.758944 | fa163e4f-2491-a7d0-3b31-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-09 14:26:03.760905 | fa163e4f-2491-a7d0-3b31-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:17.390180 | 2.82s 2025-10-09 14:26:03.771596 | fa163e4f-2491-a7d0-3b31-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:17.400861 | 2.83s 2025-10-09 14:26:03.788519 | fa163e4f-2491-a7d0-3b31-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-09 14:26:03.841946 | fa163e4f-2491-a7d0-3b31-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:17.471216 | 0.05s 2025-10-09 14:26:03.895080 | fa163e4f-2491-a7d0-3b31-000000003d18 | TASK | Create Keystone Admin resources 2025-10-09 14:26:03.926825 | fa163e4f-2491-a7d0-3b31-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:17.556091 | 0.03s 2025-10-09 14:26:03.956938 | 11d0a9c8-d63c-4a5f-8a34-c5ba799e4c3d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-09 14:26:03.996733 | fa163e4f-2491-a7d0-3b31-000000003d59 | TASK | Create admin and service projects 2025-10-09 14:26:04.051126 | fa163e4f-2491-a7d0-3b31-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:17.680376 | 0.05s 2025-10-09 14:26:04.067278 | 97235617-c980-41d2-97af-4fc6af5972e6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-09 14:26:04.102968 | fa163e4f-2491-a7d0-3b31-000000003daa | TASK | Async creation of Keystone project 2025-10-09 14:26:04.467884 | fa163e4f-2491-a7d0-3b31-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-09 14:26:04.470486 | fa163e4f-2491-a7d0-3b31-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:18.099760 | 0.37s 2025-10-09 14:26:04.740799 | fa163e4f-2491-a7d0-3b31-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-09 14:26:04.742314 | fa163e4f-2491-a7d0-3b31-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:18.371594 | 0.64s 2025-10-09 14:26:04.746411 | fa163e4f-2491-a7d0-3b31-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:18.375690 | 0.64s 2025-10-09 14:26:04.761668 | fa163e4f-2491-a7d0-3b31-000000003dac | TASK | Check Keystone project status 2025-10-09 14:26:05.013885 | fa163e4f-2491-a7d0-3b31-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-09 14:26:10.258722 | fa163e4f-2491-a7d0-3b31-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-09 14:26:10.261645 | fa163e4f-2491-a7d0-3b31-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:23.890919 | 5.50s 2025-10-09 14:26:10.478954 | fa163e4f-2491-a7d0-3b31-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-09 14:26:10.481323 | fa163e4f-2491-a7d0-3b31-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:24.110597 | 5.72s 2025-10-09 14:26:10.492905 | fa163e4f-2491-a7d0-3b31-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:24.122171 | 5.73s 2025-10-09 14:26:10.515873 | fa163e4f-2491-a7d0-3b31-000000003d5a | TASK | Create admin role 2025-10-09 14:26:11.819313 | fa163e4f-2491-a7d0-3b31-000000003d5a | OK | Create admin role | undercloud 2025-10-09 14:26:11.820115 | fa163e4f-2491-a7d0-3b31-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:25.449396 | 1.30s 2025-10-09 14:26:11.836481 | fa163e4f-2491-a7d0-3b31-000000003d5b | TASK | Create _member_ role 2025-10-09 14:26:11.909113 | fa163e4f-2491-a7d0-3b31-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-09 14:26:11.910410 | fa163e4f-2491-a7d0-3b31-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:25.539684 | 0.07s 2025-10-09 14:26:11.926981 | fa163e4f-2491-a7d0-3b31-000000003d5c | TASK | Check admin password 2025-10-09 14:26:13.282441 | fa163e4f-2491-a7d0-3b31-000000003d5c | OK | Check admin password | undercloud 2025-10-09 14:26:13.284093 | fa163e4f-2491-a7d0-3b31-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:26.913363 | 1.36s 2025-10-09 14:26:13.306655 | fa163e4f-2491-a7d0-3b31-000000003d5d | TASK | Create admin user 2025-10-09 14:26:15.048299 | fa163e4f-2491-a7d0-3b31-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-09 14:26:15.049111 | fa163e4f-2491-a7d0-3b31-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:28.678391 | 1.74s 2025-10-09 14:26:15.064480 | fa163e4f-2491-a7d0-3b31-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-09 14:26:16.606888 | fa163e4f-2491-a7d0-3b31-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-09 14:26:16.607762 | fa163e4f-2491-a7d0-3b31-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:30.237041 | 1.54s 2025-10-09 14:26:16.622801 | fa163e4f-2491-a7d0-3b31-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-09 14:26:16.672655 | fa163e4f-2491-a7d0-3b31-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-09 14:26:16.673427 | fa163e4f-2491-a7d0-3b31-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:30.302707 | 0.05s 2025-10-09 14:26:16.688409 | fa163e4f-2491-a7d0-3b31-000000003d60 | TASK | Create identity service 2025-10-09 14:26:17.887333 | fa163e4f-2491-a7d0-3b31-000000003d60 | OK | Create identity service | undercloud 2025-10-09 14:26:17.888689 | fa163e4f-2491-a7d0-3b31-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:31.517960 | 1.20s 2025-10-09 14:26:17.908436 | fa163e4f-2491-a7d0-3b31-000000003d61 | TASK | Create identity public endpoint 2025-10-09 14:26:19.199588 | fa163e4f-2491-a7d0-3b31-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-09 14:26:19.200758 | fa163e4f-2491-a7d0-3b31-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:32.830034 | 1.29s 2025-10-09 14:26:19.216144 | fa163e4f-2491-a7d0-3b31-000000003d62 | TASK | Create identity internal endpoint 2025-10-09 14:26:20.465320 | fa163e4f-2491-a7d0-3b31-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-09 14:26:20.466567 | fa163e4f-2491-a7d0-3b31-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:34.095844 | 1.25s 2025-10-09 14:26:20.482556 | fa163e4f-2491-a7d0-3b31-000000003d63 | TASK | Create identity admin endpoint 2025-10-09 14:26:21.714975 | fa163e4f-2491-a7d0-3b31-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-09 14:26:21.717579 | fa163e4f-2491-a7d0-3b31-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:35.346850 | 1.23s 2025-10-09 14:26:21.735059 | fa163e4f-2491-a7d0-3b31-000000003d19 | TASK | Create Keystone Projects 2025-10-09 14:26:21.851829 | fa163e4f-2491-a7d0-3b31-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:35.480501 | 0.11s 2025-10-09 14:26:21.859547 | fa163e4f-2491-a7d0-3b31-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:35.488811 | 0.12s 2025-10-09 14:26:21.873227 | 18df8667-08ca-4ec7-9995-c0209e5e1d16 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-09 14:26:21.916215 | fa163e4f-2491-a7d0-3b31-000000003e36 | TASK | Async creation of Keystone project 2025-10-09 14:26:22.242135 | fa163e4f-2491-a7d0-3b31-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-09 14:26:22.244177 | fa163e4f-2491-a7d0-3b31-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:35.873435 | 0.33s 2025-10-09 14:26:22.250521 | fa163e4f-2491-a7d0-3b31-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:35.879783 | 0.33s 2025-10-09 14:26:22.270399 | fa163e4f-2491-a7d0-3b31-000000003e38 | TASK | Check Keystone project status 2025-10-09 14:26:22.563320 | fa163e4f-2491-a7d0-3b31-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-09 14:26:27.786547 | fa163e4f-2491-a7d0-3b31-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-09 14:26:27.788964 | fa163e4f-2491-a7d0-3b31-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:41.418237 | 5.52s 2025-10-09 14:26:27.799226 | fa163e4f-2491-a7d0-3b31-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:41.428498 | 5.53s 2025-10-09 14:26:27.816387 | fa163e4f-2491-a7d0-3b31-000000003d1b | TASK | Create Keystone Domains 2025-10-09 14:26:27.916253 | fa163e4f-2491-a7d0-3b31-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:41.545515 | 0.10s 2025-10-09 14:26:27.922387 | fa163e4f-2491-a7d0-3b31-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:41.551622 | 0.10s 2025-10-09 14:26:27.933330 | bf2aad95-0671-4b44-a724-8ef46ddf1406 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-09 14:26:27.968701 | fa163e4f-2491-a7d0-3b31-000000003eeb | TASK | Async creation of Keystone domains 2025-10-09 14:26:28.421271 | fa163e4f-2491-a7d0-3b31-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-09 14:26:28.422640 | fa163e4f-2491-a7d0-3b31-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:42.051909 | 0.45s 2025-10-09 14:26:28.427778 | fa163e4f-2491-a7d0-3b31-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:42.057051 | 0.46s 2025-10-09 14:26:28.442221 | fa163e4f-2491-a7d0-3b31-000000003eed | TASK | Check Keystone domain status 2025-10-09 14:26:28.731523 | fa163e4f-2491-a7d0-3b31-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-09 14:26:33.962930 | fa163e4f-2491-a7d0-3b31-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-09 14:26:33.965476 | fa163e4f-2491-a7d0-3b31-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:47.594735 | 5.52s 2025-10-09 14:26:33.975440 | fa163e4f-2491-a7d0-3b31-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:47.604699 | 5.53s 2025-10-09 14:26:33.995743 | fa163e4f-2491-a7d0-3b31-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-09 14:26:34.038483 | fa163e4f-2491-a7d0-3b31-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:47.667731 | 0.04s 2025-10-09 14:26:34.053624 | b138bd38-9b62-4adf-82f9-c936d38f5f19 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-09 14:26:34.105170 | fa163e4f-2491-a7d0-3b31-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-09 14:26:35.454274 | fa163e4f-2491-a7d0-3b31-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-09 14:26:35.455964 | fa163e4f-2491-a7d0-3b31-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:49.085232 | 1.35s 2025-10-09 14:26:35.475398 | fa163e4f-2491-a7d0-3b31-000000003fb6 | TASK | Set openstack_domains fact 2025-10-09 14:26:35.528576 | fa163e4f-2491-a7d0-3b31-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-09 14:26:35.530055 | fa163e4f-2491-a7d0-3b31-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:49.159325 | 0.05s 2025-10-09 14:26:35.549074 | fa163e4f-2491-a7d0-3b31-000000003d1e | TASK | Create Keystone Services 2025-10-09 14:26:35.668663 | fa163e4f-2491-a7d0-3b31-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:49.297909 | 0.12s 2025-10-09 14:26:35.687497 | fa163e4f-2491-a7d0-3b31-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:49.316771 | 0.14s 2025-10-09 14:26:35.700327 | fa163e4f-2491-a7d0-3b31-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:49.329578 | 0.15s 2025-10-09 14:26:35.722262 | 9087c7de-b9ec-47a2-8536-e796d2edf07e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-09 14:26:35.732858 | 45c3ccdb-ec9c-4a8f-b466-b78f9f7d3019 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-09 14:26:35.782211 | fa163e4f-2491-a7d0-3b31-000000004092 | TASK | Async creation of Keystone service 2025-10-09 14:26:36.160071 | fa163e4f-2491-a7d0-3b31-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-09 14:26:36.161203 | fa163e4f-2491-a7d0-3b31-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:49.790477 | 0.38s 2025-10-09 14:26:36.512326 | fa163e4f-2491-a7d0-3b31-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-09 14:26:36.513706 | fa163e4f-2491-a7d0-3b31-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.142988 | 0.73s 2025-10-09 14:26:36.788195 | fa163e4f-2491-a7d0-3b31-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-09 14:26:36.789181 | fa163e4f-2491-a7d0-3b31-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.418464 | 1.01s 2025-10-09 14:26:37.092759 | fa163e4f-2491-a7d0-3b31-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-09 14:26:37.094135 | fa163e4f-2491-a7d0-3b31-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.723415 | 1.31s 2025-10-09 14:26:37.373956 | fa163e4f-2491-a7d0-3b31-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-09 14:26:37.374590 | fa163e4f-2491-a7d0-3b31-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:51.003873 | 1.59s 2025-10-09 14:26:37.633730 | fa163e4f-2491-a7d0-3b31-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-09 14:26:37.634443 | fa163e4f-2491-a7d0-3b31-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:51.263725 | 1.85s 2025-10-09 14:26:37.946651 | fa163e4f-2491-a7d0-3b31-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-09 14:26:37.948994 | fa163e4f-2491-a7d0-3b31-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:51.578273 | 2.17s 2025-10-09 14:26:38.238278 | fa163e4f-2491-a7d0-3b31-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-09 14:26:38.239552 | fa163e4f-2491-a7d0-3b31-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:51.868836 | 2.46s 2025-10-09 14:26:38.516473 | fa163e4f-2491-a7d0-3b31-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-09 14:26:38.517163 | fa163e4f-2491-a7d0-3b31-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:52.146446 | 2.73s 2025-10-09 14:26:38.768571 | fa163e4f-2491-a7d0-3b31-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-09 14:26:38.769203 | fa163e4f-2491-a7d0-3b31-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:52.398486 | 2.99s 2025-10-09 14:26:38.773047 | fa163e4f-2491-a7d0-3b31-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:52.402331 | 2.99s 2025-10-09 14:26:38.790495 | fa163e4f-2491-a7d0-3b31-000000004094 | TASK | Check Keystone service status 2025-10-09 14:26:39.050102 | fa163e4f-2491-a7d0-3b31-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-09 14:26:39.051839 | fa163e4f-2491-a7d0-3b31-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.681118 | 0.26s 2025-10-09 14:26:39.265319 | fa163e4f-2491-a7d0-3b31-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-09 14:26:39.266537 | fa163e4f-2491-a7d0-3b31-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.895813 | 0.47s 2025-10-09 14:26:39.538839 | fa163e4f-2491-a7d0-3b31-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-09 14:26:39.539711 | fa163e4f-2491-a7d0-3b31-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.168991 | 0.75s 2025-10-09 14:26:39.810952 | fa163e4f-2491-a7d0-3b31-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-09 14:26:39.811747 | fa163e4f-2491-a7d0-3b31-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.441028 | 1.02s 2025-10-09 14:26:40.074205 | fa163e4f-2491-a7d0-3b31-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-09 14:26:40.075153 | fa163e4f-2491-a7d0-3b31-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.704432 | 1.28s 2025-10-09 14:26:40.314917 | fa163e4f-2491-a7d0-3b31-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-09 14:26:40.316172 | fa163e4f-2491-a7d0-3b31-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.945415 | 1.52s 2025-10-09 14:26:40.579865 | fa163e4f-2491-a7d0-3b31-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-09 14:26:40.582267 | fa163e4f-2491-a7d0-3b31-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.211541 | 1.79s 2025-10-09 14:26:40.846941 | fa163e4f-2491-a7d0-3b31-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-09 14:26:40.848063 | fa163e4f-2491-a7d0-3b31-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.477337 | 2.06s 2025-10-09 14:26:41.118711 | fa163e4f-2491-a7d0-3b31-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-09 14:26:41.120584 | fa163e4f-2491-a7d0-3b31-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.749859 | 2.33s 2025-10-09 14:26:41.379188 | fa163e4f-2491-a7d0-3b31-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-09 14:26:41.380307 | fa163e4f-2491-a7d0-3b31-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:55.009583 | 2.59s 2025-10-09 14:26:41.393768 | fa163e4f-2491-a7d0-3b31-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:55.023044 | 2.60s 2025-10-09 14:26:41.411479 | fa163e4f-2491-a7d0-3b31-000000004099 | TASK | Async creation of Keystone service 2025-10-09 14:26:41.800759 | fa163e4f-2491-a7d0-3b31-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-09 14:26:41.803212 | fa163e4f-2491-a7d0-3b31-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:55.432479 | 0.39s 2025-10-09 14:26:42.149717 | fa163e4f-2491-a7d0-3b31-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-09 14:26:42.151311 | fa163e4f-2491-a7d0-3b31-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:55.780590 | 0.74s 2025-10-09 14:26:42.492235 | fa163e4f-2491-a7d0-3b31-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-09 14:26:42.493851 | fa163e4f-2491-a7d0-3b31-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:56.123133 | 1.08s 2025-10-09 14:26:42.858859 | fa163e4f-2491-a7d0-3b31-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-09 14:26:42.859532 | fa163e4f-2491-a7d0-3b31-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:56.488815 | 1.45s 2025-10-09 14:26:42.865859 | fa163e4f-2491-a7d0-3b31-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:56.495127 | 1.45s 2025-10-09 14:26:42.886037 | fa163e4f-2491-a7d0-3b31-00000000409b | TASK | Check Keystone service status 2025-10-09 14:26:43.133241 | fa163e4f-2491-a7d0-3b31-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-09 14:26:48.352620 | fa163e4f-2491-a7d0-3b31-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-09 14:26:48.354584 | fa163e4f-2491-a7d0-3b31-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:01.983857 | 5.47s 2025-10-09 14:26:48.613070 | fa163e4f-2491-a7d0-3b31-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-09 14:26:48.615465 | fa163e4f-2491-a7d0-3b31-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:02.244744 | 5.73s 2025-10-09 14:26:48.916612 | fa163e4f-2491-a7d0-3b31-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-09 14:26:48.917791 | fa163e4f-2491-a7d0-3b31-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:02.547066 | 6.03s 2025-10-09 14:26:49.171772 | fa163e4f-2491-a7d0-3b31-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-09 14:26:49.173948 | fa163e4f-2491-a7d0-3b31-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:02.803223 | 6.29s 2025-10-09 14:26:49.185690 | fa163e4f-2491-a7d0-3b31-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:02.814957 | 6.30s 2025-10-09 14:26:49.208465 | fa163e4f-2491-a7d0-3b31-000000003d20 | TASK | Create Keystone Endpoints 2025-10-09 14:26:49.289145 | fa163e4f-2491-a7d0-3b31-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:02.918399 | 0.08s 2025-10-09 14:26:49.325924 | fa163e4f-2491-a7d0-3b31-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:02.955186 | 0.12s 2025-10-09 14:26:49.355116 | fa163e4f-2491-a7d0-3b31-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:02.984381 | 0.14s 2025-10-09 14:26:49.361510 | fa163e4f-2491-a7d0-3b31-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:02.990783 | 0.15s 2025-10-09 14:26:49.368463 | 01beccd9-aa2e-4d54-bab4-51e1fb908d50 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-09 14:26:49.371932 | fbab7b2f-bd9e-496f-8d49-81a2908ccdff | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-09 14:26:49.376638 | 6500a813-5e4b-4c59-ab97-8ab2fc675208 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-09 14:26:49.433548 | fa163e4f-2491-a7d0-3b31-0000000041cf | TASK | Create Keystone public endpoints 2025-10-09 14:26:49.521911 | fa163e4f-2491-a7d0-3b31-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:03.151162 | 0.09s 2025-10-09 14:26:49.539629 | fa163e4f-2491-a7d0-3b31-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:03.168895 | 0.11s 2025-10-09 14:26:49.551096 | fa163e4f-2491-a7d0-3b31-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:03.180370 | 0.12s 2025-10-09 14:26:49.561423 | 2f123135-6b4a-4273-8938-152cd1580088 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-09 14:26:49.566022 | 50b44f45-8634-49ac-8dce-d24df972f43c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-09 14:26:49.584196 | fa163e4f-2491-a7d0-3b31-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-10-09 14:26:49.942437 | fa163e4f-2491-a7d0-3b31-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-09 14:26:49.943435 | fa163e4f-2491-a7d0-3b31-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.572711 | 0.36s 2025-10-09 14:26:50.250654 | fa163e4f-2491-a7d0-3b31-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-09 14:26:50.251255 | fa163e4f-2491-a7d0-3b31-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.880539 | 0.67s 2025-10-09 14:26:50.552419 | fa163e4f-2491-a7d0-3b31-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-09 14:26:50.553511 | fa163e4f-2491-a7d0-3b31-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.182787 | 0.97s 2025-10-09 14:26:50.837039 | fa163e4f-2491-a7d0-3b31-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-09 14:26:50.837630 | fa163e4f-2491-a7d0-3b31-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.466914 | 1.25s 2025-10-09 14:26:51.100327 | fa163e4f-2491-a7d0-3b31-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-09 14:26:51.101529 | fa163e4f-2491-a7d0-3b31-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.730811 | 1.52s 2025-10-09 14:26:51.371015 | fa163e4f-2491-a7d0-3b31-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-09 14:26:51.372081 | fa163e4f-2491-a7d0-3b31-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:05.001358 | 1.79s 2025-10-09 14:26:51.580190 | fa163e4f-2491-a7d0-3b31-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-09 14:26:51.581334 | fa163e4f-2491-a7d0-3b31-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:05.210616 | 2.00s 2025-10-09 14:26:51.806943 | fa163e4f-2491-a7d0-3b31-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-09 14:26:51.808593 | fa163e4f-2491-a7d0-3b31-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:05.437867 | 2.22s 2025-10-09 14:26:52.033615 | fa163e4f-2491-a7d0-3b31-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-09 14:26:52.035126 | fa163e4f-2491-a7d0-3b31-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:05.664407 | 2.45s 2025-10-09 14:26:52.292677 | fa163e4f-2491-a7d0-3b31-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-09 14:26:52.295174 | fa163e4f-2491-a7d0-3b31-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:05.924446 | 2.71s 2025-10-09 14:26:52.307832 | fa163e4f-2491-a7d0-3b31-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:05.937099 | 2.72s 2025-10-09 14:26:52.330307 | fa163e4f-2491-a7d0-3b31-0000000042f9 | TASK | Check Keystone public endpoint status 2025-10-09 14:26:52.562280 | fa163e4f-2491-a7d0-3b31-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-09 14:26:52.565424 | fa163e4f-2491-a7d0-3b31-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.194697 | 0.23s 2025-10-09 14:26:52.813430 | fa163e4f-2491-a7d0-3b31-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-09 14:26:52.814750 | fa163e4f-2491-a7d0-3b31-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.444032 | 0.48s 2025-10-09 14:26:53.029685 | fa163e4f-2491-a7d0-3b31-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-09 14:26:53.032083 | fa163e4f-2491-a7d0-3b31-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.661361 | 0.70s 2025-10-09 14:26:53.324703 | fa163e4f-2491-a7d0-3b31-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-09 14:26:53.327093 | fa163e4f-2491-a7d0-3b31-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.956366 | 1.00s 2025-10-09 14:26:53.601683 | fa163e4f-2491-a7d0-3b31-0000000042f9 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-09 14:26:58.825872 | fa163e4f-2491-a7d0-3b31-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-09 14:26:58.826890 | fa163e4f-2491-a7d0-3b31-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:12.456170 | 6.50s 2025-10-09 14:26:59.078769 | fa163e4f-2491-a7d0-3b31-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-09 14:26:59.082458 | fa163e4f-2491-a7d0-3b31-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:12.711729 | 6.75s 2025-10-09 14:26:59.347869 | fa163e4f-2491-a7d0-3b31-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-09 14:26:59.350463 | fa163e4f-2491-a7d0-3b31-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:12.979736 | 7.02s 2025-10-09 14:26:59.563136 | fa163e4f-2491-a7d0-3b31-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-09 14:26:59.565568 | fa163e4f-2491-a7d0-3b31-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:13.194841 | 7.23s 2025-10-09 14:26:59.802857 | fa163e4f-2491-a7d0-3b31-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-09 14:26:59.805640 | fa163e4f-2491-a7d0-3b31-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:13.434910 | 7.47s 2025-10-09 14:26:59.989582 | fa163e4f-2491-a7d0-3b31-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-09 14:26:59.991765 | fa163e4f-2491-a7d0-3b31-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:13.621034 | 7.66s 2025-10-09 14:27:00.005974 | fa163e4f-2491-a7d0-3b31-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:13.635236 | 7.67s 2025-10-09 14:27:00.034799 | fa163e4f-2491-a7d0-3b31-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-10-09 14:27:00.316639 | fa163e4f-2491-a7d0-3b31-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-09 14:27:00.318094 | fa163e4f-2491-a7d0-3b31-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:13.947362 | 0.28s 2025-10-09 14:27:00.572824 | fa163e4f-2491-a7d0-3b31-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-09 14:27:00.573881 | fa163e4f-2491-a7d0-3b31-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:14.203158 | 0.54s 2025-10-09 14:27:00.805901 | fa163e4f-2491-a7d0-3b31-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-09 14:27:00.806944 | fa163e4f-2491-a7d0-3b31-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:14.436219 | 0.77s 2025-10-09 14:27:01.029996 | fa163e4f-2491-a7d0-3b31-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-09 14:27:01.031114 | fa163e4f-2491-a7d0-3b31-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:14.660367 | 0.99s 2025-10-09 14:27:01.038294 | fa163e4f-2491-a7d0-3b31-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:14.667568 | 1.00s 2025-10-09 14:27:01.057038 | fa163e4f-2491-a7d0-3b31-000000004300 | TASK | Check Keystone public endpoint status 2025-10-09 14:27:01.385956 | fa163e4f-2491-a7d0-3b31-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-09 14:27:06.581164 | fa163e4f-2491-a7d0-3b31-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-09 14:27:06.582592 | fa163e4f-2491-a7d0-3b31-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:20.211859 | 5.52s 2025-10-09 14:27:06.815222 | fa163e4f-2491-a7d0-3b31-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-09 14:27:06.817292 | fa163e4f-2491-a7d0-3b31-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:20.446567 | 5.76s 2025-10-09 14:27:07.043098 | fa163e4f-2491-a7d0-3b31-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-09 14:27:07.045236 | fa163e4f-2491-a7d0-3b31-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:20.674510 | 5.99s 2025-10-09 14:27:07.240773 | fa163e4f-2491-a7d0-3b31-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-09 14:27:07.242716 | fa163e4f-2491-a7d0-3b31-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:20.871991 | 6.18s 2025-10-09 14:27:07.253778 | fa163e4f-2491-a7d0-3b31-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:20.883048 | 6.20s 2025-10-09 14:27:07.273563 | fa163e4f-2491-a7d0-3b31-0000000041d4 | TASK | Create Keystone admin endpoints 2025-10-09 14:27:07.352245 | fa163e4f-2491-a7d0-3b31-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:20.981497 | 0.08s 2025-10-09 14:27:07.400146 | fa163e4f-2491-a7d0-3b31-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:21.029413 | 0.13s 2025-10-09 14:27:07.413965 | fa163e4f-2491-a7d0-3b31-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:21.043231 | 0.14s 2025-10-09 14:27:07.432446 | 92613087-ccf1-41d8-a47e-a509f56b158b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-09 14:27:07.442718 | b9f2211f-289e-4769-9eff-9bcbaf13d4ea | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-09 14:27:07.469800 | fa163e4f-2491-a7d0-3b31-00000000435e | TASK | Async creation of Keystone admin endpoint 2025-10-09 14:27:07.819009 | fa163e4f-2491-a7d0-3b31-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-09 14:27:07.821526 | fa163e4f-2491-a7d0-3b31-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:21.450793 | 0.35s 2025-10-09 14:27:08.102343 | fa163e4f-2491-a7d0-3b31-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-09 14:27:08.105769 | fa163e4f-2491-a7d0-3b31-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:21.735041 | 0.63s 2025-10-09 14:27:08.356904 | fa163e4f-2491-a7d0-3b31-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-09 14:27:08.359160 | fa163e4f-2491-a7d0-3b31-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:21.988431 | 0.89s 2025-10-09 14:27:08.683023 | fa163e4f-2491-a7d0-3b31-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-09 14:27:08.685363 | fa163e4f-2491-a7d0-3b31-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:22.314620 | 1.21s 2025-10-09 14:27:08.995576 | fa163e4f-2491-a7d0-3b31-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-09 14:27:08.996469 | fa163e4f-2491-a7d0-3b31-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:22.625752 | 1.52s 2025-10-09 14:27:09.246030 | fa163e4f-2491-a7d0-3b31-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-09 14:27:09.247713 | fa163e4f-2491-a7d0-3b31-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:22.876993 | 1.78s 2025-10-09 14:27:09.470336 | fa163e4f-2491-a7d0-3b31-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-09 14:27:09.471041 | fa163e4f-2491-a7d0-3b31-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:23.100322 | 2.00s 2025-10-09 14:27:09.746161 | fa163e4f-2491-a7d0-3b31-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-09 14:27:09.747012 | fa163e4f-2491-a7d0-3b31-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:23.376292 | 2.28s 2025-10-09 14:27:10.066314 | fa163e4f-2491-a7d0-3b31-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-09 14:27:10.067007 | fa163e4f-2491-a7d0-3b31-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:23.696289 | 2.60s 2025-10-09 14:27:10.317120 | fa163e4f-2491-a7d0-3b31-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-09 14:27:10.317876 | fa163e4f-2491-a7d0-3b31-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:23.947157 | 2.85s 2025-10-09 14:27:10.326561 | fa163e4f-2491-a7d0-3b31-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:23.955838 | 2.85s 2025-10-09 14:27:10.344392 | fa163e4f-2491-a7d0-3b31-000000004360 | TASK | Check Keystone admin endpoint status 2025-10-09 14:27:10.611291 | fa163e4f-2491-a7d0-3b31-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-09 14:27:10.612287 | fa163e4f-2491-a7d0-3b31-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.241565 | 0.27s 2025-10-09 14:27:10.883953 | fa163e4f-2491-a7d0-3b31-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-09 14:27:10.885036 | fa163e4f-2491-a7d0-3b31-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.514313 | 0.54s 2025-10-09 14:27:11.238199 | fa163e4f-2491-a7d0-3b31-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-09 14:27:11.240136 | fa163e4f-2491-a7d0-3b31-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.869411 | 0.89s 2025-10-09 14:27:11.472617 | fa163e4f-2491-a7d0-3b31-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-09 14:27:11.473833 | fa163e4f-2491-a7d0-3b31-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:25.103107 | 1.13s 2025-10-09 14:27:11.709405 | fa163e4f-2491-a7d0-3b31-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-09 14:27:11.710571 | fa163e4f-2491-a7d0-3b31-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:25.339847 | 1.37s 2025-10-09 14:27:11.973732 | fa163e4f-2491-a7d0-3b31-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-09 14:27:11.975869 | fa163e4f-2491-a7d0-3b31-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:25.605140 | 1.63s 2025-10-09 14:27:12.203156 | fa163e4f-2491-a7d0-3b31-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-09 14:27:12.204920 | fa163e4f-2491-a7d0-3b31-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:25.834194 | 1.86s 2025-10-09 14:27:12.474855 | fa163e4f-2491-a7d0-3b31-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-09 14:27:12.476439 | fa163e4f-2491-a7d0-3b31-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:26.105715 | 2.13s 2025-10-09 14:27:12.692795 | fa163e4f-2491-a7d0-3b31-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-09 14:27:12.694755 | fa163e4f-2491-a7d0-3b31-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:26.324031 | 2.35s 2025-10-09 14:27:12.957276 | fa163e4f-2491-a7d0-3b31-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-09 14:27:12.958382 | fa163e4f-2491-a7d0-3b31-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:26.587629 | 2.61s 2025-10-09 14:27:12.968014 | fa163e4f-2491-a7d0-3b31-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:26.597286 | 2.62s 2025-10-09 14:27:12.986357 | fa163e4f-2491-a7d0-3b31-000000004365 | TASK | Async creation of Keystone admin endpoint 2025-10-09 14:27:13.307176 | fa163e4f-2491-a7d0-3b31-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-09 14:27:13.308708 | fa163e4f-2491-a7d0-3b31-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:26.937976 | 0.32s 2025-10-09 14:27:13.606262 | fa163e4f-2491-a7d0-3b31-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-09 14:27:13.607346 | fa163e4f-2491-a7d0-3b31-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:27.236621 | 0.62s 2025-10-09 14:27:13.895546 | fa163e4f-2491-a7d0-3b31-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-09 14:27:13.896232 | fa163e4f-2491-a7d0-3b31-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:27.525515 | 0.91s 2025-10-09 14:27:14.178892 | fa163e4f-2491-a7d0-3b31-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-09 14:27:14.179481 | fa163e4f-2491-a7d0-3b31-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:27.808765 | 1.19s 2025-10-09 14:27:14.184482 | fa163e4f-2491-a7d0-3b31-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:27.813765 | 1.20s 2025-10-09 14:27:14.199787 | fa163e4f-2491-a7d0-3b31-000000004367 | TASK | Check Keystone admin endpoint status 2025-10-09 14:27:14.484065 | fa163e4f-2491-a7d0-3b31-000000004367 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-09 14:27:19.683607 | fa163e4f-2491-a7d0-3b31-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-09 14:27:19.684571 | fa163e4f-2491-a7d0-3b31-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:33.313850 | 5.48s 2025-10-09 14:27:19.952527 | fa163e4f-2491-a7d0-3b31-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-09 14:27:19.954237 | fa163e4f-2491-a7d0-3b31-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:33.583513 | 5.75s 2025-10-09 14:27:20.193455 | fa163e4f-2491-a7d0-3b31-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-09 14:27:20.194612 | fa163e4f-2491-a7d0-3b31-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:33.823888 | 5.99s 2025-10-09 14:27:20.454498 | fa163e4f-2491-a7d0-3b31-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-09 14:27:20.455229 | fa163e4f-2491-a7d0-3b31-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:34.084511 | 6.25s 2025-10-09 14:27:20.464375 | fa163e4f-2491-a7d0-3b31-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:34.093623 | 6.26s 2025-10-09 14:27:20.489444 | fa163e4f-2491-a7d0-3b31-0000000041d9 | TASK | Create Keystone internal endpoints 2025-10-09 14:27:20.608420 | fa163e4f-2491-a7d0-3b31-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:34.237681 | 0.12s 2025-10-09 14:27:20.627569 | fa163e4f-2491-a7d0-3b31-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:34.256851 | 0.14s 2025-10-09 14:27:20.635724 | fa163e4f-2491-a7d0-3b31-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:34.264986 | 0.14s 2025-10-09 14:27:20.656427 | 1fc464f3-488a-499c-a6ce-c3ca8b6696e8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-09 14:27:20.668270 | 7f89ca5f-34b8-4138-bf25-c9f7dd635b9d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-09 14:27:20.697089 | fa163e4f-2491-a7d0-3b31-0000000043c3 | TASK | Async creation of Keystone internal endpoint 2025-10-09 14:27:21.077396 | fa163e4f-2491-a7d0-3b31-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-09 14:27:21.079866 | fa163e4f-2491-a7d0-3b31-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:34.709132 | 0.38s 2025-10-09 14:27:21.413891 | fa163e4f-2491-a7d0-3b31-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-09 14:27:21.415108 | fa163e4f-2491-a7d0-3b31-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.044382 | 0.72s 2025-10-09 14:27:21.706642 | fa163e4f-2491-a7d0-3b31-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-09 14:27:21.707672 | fa163e4f-2491-a7d0-3b31-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.336949 | 1.01s 2025-10-09 14:27:21.963583 | fa163e4f-2491-a7d0-3b31-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-09 14:27:21.964238 | fa163e4f-2491-a7d0-3b31-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.593521 | 1.26s 2025-10-09 14:27:22.271511 | fa163e4f-2491-a7d0-3b31-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-09 14:27:22.272772 | fa163e4f-2491-a7d0-3b31-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.902055 | 1.57s 2025-10-09 14:27:22.528604 | fa163e4f-2491-a7d0-3b31-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-09 14:27:22.529200 | fa163e4f-2491-a7d0-3b31-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:36.158484 | 1.83s 2025-10-09 14:27:22.811437 | fa163e4f-2491-a7d0-3b31-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-09 14:27:22.812665 | fa163e4f-2491-a7d0-3b31-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:36.441947 | 2.11s 2025-10-09 14:27:23.119549 | fa163e4f-2491-a7d0-3b31-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-09 14:27:23.120207 | fa163e4f-2491-a7d0-3b31-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:36.749490 | 2.42s 2025-10-09 14:27:23.381080 | fa163e4f-2491-a7d0-3b31-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-09 14:27:23.381755 | fa163e4f-2491-a7d0-3b31-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:37.011037 | 2.68s 2025-10-09 14:27:23.662006 | fa163e4f-2491-a7d0-3b31-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-09 14:27:23.662714 | fa163e4f-2491-a7d0-3b31-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:37.291995 | 2.96s 2025-10-09 14:27:23.667733 | fa163e4f-2491-a7d0-3b31-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:37.297004 | 2.97s 2025-10-09 14:27:23.686237 | fa163e4f-2491-a7d0-3b31-0000000043c5 | TASK | Check Keystone internal endpoint status 2025-10-09 14:27:23.951607 | fa163e4f-2491-a7d0-3b31-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-09 14:27:23.953510 | fa163e4f-2491-a7d0-3b31-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:37.582787 | 0.27s 2025-10-09 14:27:24.169856 | fa163e4f-2491-a7d0-3b31-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-09 14:27:24.171029 | fa163e4f-2491-a7d0-3b31-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:37.800312 | 0.48s 2025-10-09 14:27:24.404366 | fa163e4f-2491-a7d0-3b31-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-09 14:27:24.405460 | fa163e4f-2491-a7d0-3b31-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:38.034741 | 0.72s 2025-10-09 14:27:24.643078 | fa163e4f-2491-a7d0-3b31-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-09 14:27:24.643743 | fa163e4f-2491-a7d0-3b31-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:38.273027 | 0.96s 2025-10-09 14:27:24.907967 | fa163e4f-2491-a7d0-3b31-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-09 14:27:24.909466 | fa163e4f-2491-a7d0-3b31-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:38.538747 | 1.22s 2025-10-09 14:27:25.178228 | fa163e4f-2491-a7d0-3b31-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-09 14:27:25.179996 | fa163e4f-2491-a7d0-3b31-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:38.809277 | 1.49s 2025-10-09 14:27:25.415359 | fa163e4f-2491-a7d0-3b31-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-09 14:27:25.416081 | fa163e4f-2491-a7d0-3b31-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:39.045364 | 1.73s 2025-10-09 14:27:25.661728 | fa163e4f-2491-a7d0-3b31-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-09 14:27:25.662438 | fa163e4f-2491-a7d0-3b31-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:39.291720 | 1.98s 2025-10-09 14:27:25.896052 | fa163e4f-2491-a7d0-3b31-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-09 14:27:25.897789 | fa163e4f-2491-a7d0-3b31-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:39.527065 | 2.21s 2025-10-09 14:27:26.164278 | fa163e4f-2491-a7d0-3b31-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-09 14:27:26.165195 | fa163e4f-2491-a7d0-3b31-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:39.794473 | 2.48s 2025-10-09 14:27:26.173822 | fa163e4f-2491-a7d0-3b31-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:39.803091 | 2.49s 2025-10-09 14:27:26.200944 | fa163e4f-2491-a7d0-3b31-0000000043ca | TASK | Async creation of Keystone internal endpoint 2025-10-09 14:27:26.535711 | fa163e4f-2491-a7d0-3b31-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-09 14:27:26.538539 | fa163e4f-2491-a7d0-3b31-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:40.167796 | 0.34s 2025-10-09 14:27:26.823421 | fa163e4f-2491-a7d0-3b31-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-09 14:27:26.825778 | fa163e4f-2491-a7d0-3b31-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:40.455042 | 0.62s 2025-10-09 14:27:27.127565 | fa163e4f-2491-a7d0-3b31-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-09 14:27:27.129257 | fa163e4f-2491-a7d0-3b31-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:40.758526 | 0.93s 2025-10-09 14:27:27.368042 | fa163e4f-2491-a7d0-3b31-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-09 14:27:27.368982 | fa163e4f-2491-a7d0-3b31-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:40.998258 | 1.17s 2025-10-09 14:27:27.374045 | fa163e4f-2491-a7d0-3b31-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:41.003309 | 1.17s 2025-10-09 14:27:27.391945 | fa163e4f-2491-a7d0-3b31-0000000043cc | TASK | Check Keystone internal endpoint status 2025-10-09 14:27:27.723564 | fa163e4f-2491-a7d0-3b31-0000000043cc | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-09 14:27:32.905825 | fa163e4f-2491-a7d0-3b31-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-09 14:27:32.907169 | fa163e4f-2491-a7d0-3b31-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:46.536438 | 5.51s 2025-10-09 14:27:33.141514 | fa163e4f-2491-a7d0-3b31-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-09 14:27:33.143855 | fa163e4f-2491-a7d0-3b31-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:46.773128 | 5.75s 2025-10-09 14:27:33.389616 | fa163e4f-2491-a7d0-3b31-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-09 14:27:33.391685 | fa163e4f-2491-a7d0-3b31-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:47.020952 | 6.00s 2025-10-09 14:27:33.618187 | fa163e4f-2491-a7d0-3b31-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-09 14:27:33.620395 | fa163e4f-2491-a7d0-3b31-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:47.249638 | 6.23s 2025-10-09 14:27:33.631784 | fa163e4f-2491-a7d0-3b31-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:47.261050 | 6.24s 2025-10-09 14:27:33.653865 | fa163e4f-2491-a7d0-3b31-000000003d22 | TASK | Run cleanup tasks 2025-10-09 14:27:33.695296 | fa163e4f-2491-a7d0-3b31-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:47.324507 | 0.04s 2025-10-09 14:27:33.727943 | 1414b0e7-6744-4c55-bc3b-b5efc461d0d6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-09 14:27:33.794097 | fa163e4f-2491-a7d0-3b31-000000004424 | TASK | Get list of enabled services 2025-10-09 14:27:36.605977 | fa163e4f-2491-a7d0-3b31-000000004424 | CHANGED | Get list of enabled services | undercloud 2025-10-09 14:27:36.607567 | fa163e4f-2491-a7d0-3b31-000000004424 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:50.236837 | 2.81s 2025-10-09 14:27:36.625097 | fa163e4f-2491-a7d0-3b31-000000004425 | TASK | List services to be disabled 2025-10-09 14:27:36.721857 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-09 14:27:36.764390 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-09 14:27:36.828549 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-09 14:27:36.871507 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-09 14:27:36.908991 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-09 14:27:36.936957 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-09 14:27:36.965947 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-09 14:27:36.994441 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-09 14:27:37.021849 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-09 14:27:37.049485 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-09 14:27:37.077105 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-09 14:27:37.104601 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-09 14:27:37.133700 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-09 14:27:37.186468 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-09 14:27:37.192301 | fa163e4f-2491-a7d0-3b31-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-09 14:27:37.200297 | fa163e4f-2491-a7d0-3b31-000000004425 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:50.829551 | 0.57s 2025-10-09 14:27:37.224048 | fa163e4f-2491-a7d0-3b31-000000004426 | TASK | Delete keystone services not enabled 2025-10-09 14:27:37.256873 | fa163e4f-2491-a7d0-3b31-000000004426 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:50.886133 | 0.03s 2025-10-09 14:27:37.275853 | fa163e4f-2491-a7d0-3b31-000000003d23 | TASK | Create Keystone Roles 2025-10-09 14:27:37.375677 | fa163e4f-2491-a7d0-3b31-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:51.004928 | 0.10s 2025-10-09 14:27:37.395441 | fa163e4f-2491-a7d0-3b31-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:51.024709 | 0.12s 2025-10-09 14:27:37.401819 | fa163e4f-2491-a7d0-3b31-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:51.031085 | 0.12s 2025-10-09 14:27:37.418338 | 946dfbff-bd37-47dc-943b-ea3d39f79776 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-09 14:27:37.427321 | 87a81adb-78dc-4458-9807-4cb267d265ac | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-09 14:27:37.494052 | fa163e4f-2491-a7d0-3b31-000000004594 | TASK | Async creation of Keystone role 2025-10-09 14:27:37.834220 | fa163e4f-2491-a7d0-3b31-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-09 14:27:37.835788 | fa163e4f-2491-a7d0-3b31-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:51.465054 | 0.34s 2025-10-09 14:27:38.057672 | fa163e4f-2491-a7d0-3b31-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-09 14:27:38.060116 | fa163e4f-2491-a7d0-3b31-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:51.689400 | 0.56s 2025-10-09 14:27:38.373886 | fa163e4f-2491-a7d0-3b31-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-09 14:27:38.374492 | fa163e4f-2491-a7d0-3b31-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:52.003775 | 0.88s 2025-10-09 14:27:38.664908 | fa163e4f-2491-a7d0-3b31-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-09 14:27:38.665563 | fa163e4f-2491-a7d0-3b31-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:52.294846 | 1.17s 2025-10-09 14:27:38.955755 | fa163e4f-2491-a7d0-3b31-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-09 14:27:38.956390 | fa163e4f-2491-a7d0-3b31-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:52.585673 | 1.46s 2025-10-09 14:27:39.250537 | fa163e4f-2491-a7d0-3b31-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-09 14:27:39.251542 | fa163e4f-2491-a7d0-3b31-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:52.880805 | 1.76s 2025-10-09 14:27:39.540165 | fa163e4f-2491-a7d0-3b31-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-09 14:27:39.540809 | fa163e4f-2491-a7d0-3b31-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:53.170089 | 2.05s 2025-10-09 14:27:39.798798 | fa163e4f-2491-a7d0-3b31-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-09 14:27:39.800174 | fa163e4f-2491-a7d0-3b31-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:53.429455 | 2.30s 2025-10-09 14:27:40.047849 | fa163e4f-2491-a7d0-3b31-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-09 14:27:40.048695 | fa163e4f-2491-a7d0-3b31-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:53.677976 | 2.55s 2025-10-09 14:27:40.308163 | fa163e4f-2491-a7d0-3b31-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-09 14:27:40.308797 | fa163e4f-2491-a7d0-3b31-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:53.938079 | 2.81s 2025-10-09 14:27:40.311745 | fa163e4f-2491-a7d0-3b31-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:53.941031 | 2.82s 2025-10-09 14:27:40.326932 | fa163e4f-2491-a7d0-3b31-000000004596 | TASK | Check Keystone role status 2025-10-09 14:27:40.542283 | fa163e4f-2491-a7d0-3b31-000000004596 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-09 14:27:40.543312 | fa163e4f-2491-a7d0-3b31-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.172590 | 0.22s 2025-10-09 14:27:40.730418 | fa163e4f-2491-a7d0-3b31-000000004596 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-09 14:27:40.731117 | fa163e4f-2491-a7d0-3b31-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.360400 | 0.40s 2025-10-09 14:27:40.922778 | fa163e4f-2491-a7d0-3b31-000000004596 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-09 14:27:40.923536 | fa163e4f-2491-a7d0-3b31-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.552819 | 0.60s 2025-10-09 14:27:41.175344 | fa163e4f-2491-a7d0-3b31-000000004596 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-09 14:27:41.176241 | fa163e4f-2491-a7d0-3b31-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.805521 | 0.85s 2025-10-09 14:27:41.427795 | fa163e4f-2491-a7d0-3b31-000000004596 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-09 14:27:41.429382 | fa163e4f-2491-a7d0-3b31-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:55.058622 | 1.10s 2025-10-09 14:27:41.696834 | fa163e4f-2491-a7d0-3b31-000000004596 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-09 14:27:41.698059 | fa163e4f-2491-a7d0-3b31-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:55.327333 | 1.37s 2025-10-09 14:27:41.973958 | fa163e4f-2491-a7d0-3b31-000000004596 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-09 14:27:41.975564 | fa163e4f-2491-a7d0-3b31-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:55.604843 | 1.65s 2025-10-09 14:27:42.274060 | fa163e4f-2491-a7d0-3b31-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-09 14:27:42.275008 | fa163e4f-2491-a7d0-3b31-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:55.904290 | 1.95s 2025-10-09 14:27:42.519747 | fa163e4f-2491-a7d0-3b31-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-09 14:27:42.520888 | fa163e4f-2491-a7d0-3b31-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:56.150163 | 2.19s 2025-10-09 14:27:42.754496 | fa163e4f-2491-a7d0-3b31-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-09 14:27:42.755651 | fa163e4f-2491-a7d0-3b31-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:56.384926 | 2.43s 2025-10-09 14:27:42.765959 | fa163e4f-2491-a7d0-3b31-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:56.395223 | 2.44s 2025-10-09 14:27:42.792623 | fa163e4f-2491-a7d0-3b31-00000000459b | TASK | Async creation of Keystone role 2025-10-09 14:27:43.104913 | fa163e4f-2491-a7d0-3b31-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-09 14:27:43.106460 | fa163e4f-2491-a7d0-3b31-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:56.735726 | 0.31s 2025-10-09 14:27:43.357094 | fa163e4f-2491-a7d0-3b31-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-09 14:27:43.357734 | fa163e4f-2491-a7d0-3b31-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:56.987018 | 0.56s 2025-10-09 14:27:43.610253 | fa163e4f-2491-a7d0-3b31-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-09 14:27:43.610987 | fa163e4f-2491-a7d0-3b31-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:57.240271 | 0.82s 2025-10-09 14:27:43.615518 | fa163e4f-2491-a7d0-3b31-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:57.244788 | 0.82s 2025-10-09 14:27:43.636052 | fa163e4f-2491-a7d0-3b31-00000000459d | TASK | Check Keystone role status 2025-10-09 14:27:43.894677 | fa163e4f-2491-a7d0-3b31-00000000459d | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-09 14:27:49.126399 | fa163e4f-2491-a7d0-3b31-00000000459d | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-09 14:27:49.127593 | fa163e4f-2491-a7d0-3b31-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:02.756867 | 5.49s 2025-10-09 14:27:49.362847 | fa163e4f-2491-a7d0-3b31-00000000459d | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-09 14:27:49.364909 | fa163e4f-2491-a7d0-3b31-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:02.994184 | 5.73s 2025-10-09 14:27:49.584658 | fa163e4f-2491-a7d0-3b31-00000000459d | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-09 14:27:49.585758 | fa163e4f-2491-a7d0-3b31-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:03.215033 | 5.95s 2025-10-09 14:27:49.592923 | fa163e4f-2491-a7d0-3b31-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:03.222188 | 5.96s 2025-10-09 14:27:49.615336 | fa163e4f-2491-a7d0-3b31-000000003d25 | TASK | Create Keystone Users 2025-10-09 14:27:49.696142 | fa163e4f-2491-a7d0-3b31-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:03.325402 | 0.08s 2025-10-09 14:27:49.715811 | fa163e4f-2491-a7d0-3b31-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:03.345091 | 0.10s 2025-10-09 14:27:49.723627 | fa163e4f-2491-a7d0-3b31-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:03.352886 | 0.11s 2025-10-09 14:27:49.749126 | de2b2553-b9e0-410f-9e24-88e7b6d6cbbb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-09 14:27:49.763335 | 1645416c-7954-4e82-b74f-e91b3d30d189 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-09 14:27:49.831814 | fa163e4f-2491-a7d0-3b31-000000004745 | TASK | Check password of Keystone user 2025-10-09 14:27:50.850492 | fa163e4f-2491-a7d0-3b31-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:27:50.852480 | fa163e4f-2491-a7d0-3b31-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:04.481748 | 1.02s 2025-10-09 14:27:51.812283 | fa163e4f-2491-a7d0-3b31-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:27:51.813214 | fa163e4f-2491-a7d0-3b31-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:05.442489 | 1.98s 2025-10-09 14:27:52.745590 | fa163e4f-2491-a7d0-3b31-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:27:52.746549 | fa163e4f-2491-a7d0-3b31-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:06.375824 | 2.91s 2025-10-09 14:27:53.747780 | fa163e4f-2491-a7d0-3b31-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:27:53.748516 | fa163e4f-2491-a7d0-3b31-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:07.377797 | 3.92s 2025-10-09 14:27:54.748052 | fa163e4f-2491-a7d0-3b31-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:27:54.749061 | fa163e4f-2491-a7d0-3b31-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:08.378335 | 4.92s 2025-10-09 14:27:55.645116 | fa163e4f-2491-a7d0-3b31-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:27:55.646605 | fa163e4f-2491-a7d0-3b31-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:09.275877 | 5.81s 2025-10-09 14:27:56.583183 | fa163e4f-2491-a7d0-3b31-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:27:56.583758 | fa163e4f-2491-a7d0-3b31-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:10.213042 | 6.75s 2025-10-09 14:27:57.590024 | fa163e4f-2491-a7d0-3b31-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:27:57.592060 | fa163e4f-2491-a7d0-3b31-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:11.221335 | 7.76s 2025-10-09 14:27:58.536272 | fa163e4f-2491-a7d0-3b31-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:27:58.536830 | fa163e4f-2491-a7d0-3b31-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:12.166113 | 8.70s 2025-10-09 14:27:59.418303 | fa163e4f-2491-a7d0-3b31-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:27:59.419237 | fa163e4f-2491-a7d0-3b31-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:13.048512 | 9.59s 2025-10-09 14:27:59.425284 | fa163e4f-2491-a7d0-3b31-000000004745 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:27:59.426336 | fa163e4f-2491-a7d0-3b31-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:13.055611 | 9.59s 2025-10-09 14:27:59.446498 | fa163e4f-2491-a7d0-3b31-000000004747 | TASK | Async creation of Keystone user 2025-10-09 14:27:59.810059 | fa163e4f-2491-a7d0-3b31-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:27:59.812912 | fa163e4f-2491-a7d0-3b31-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:13.442168 | 0.36s 2025-10-09 14:28:00.120376 | fa163e4f-2491-a7d0-3b31-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:00.121212 | fa163e4f-2491-a7d0-3b31-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:13.750492 | 0.67s 2025-10-09 14:28:00.436572 | fa163e4f-2491-a7d0-3b31-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:00.437615 | fa163e4f-2491-a7d0-3b31-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:14.066897 | 0.99s 2025-10-09 14:28:00.788620 | fa163e4f-2491-a7d0-3b31-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:00.789391 | fa163e4f-2491-a7d0-3b31-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:14.418670 | 1.34s 2025-10-09 14:28:01.077649 | fa163e4f-2491-a7d0-3b31-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:01.078244 | fa163e4f-2491-a7d0-3b31-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:14.707528 | 1.63s 2025-10-09 14:28:01.381587 | fa163e4f-2491-a7d0-3b31-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:01.382162 | fa163e4f-2491-a7d0-3b31-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:15.011446 | 1.93s 2025-10-09 14:28:01.671612 | fa163e4f-2491-a7d0-3b31-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:01.672899 | fa163e4f-2491-a7d0-3b31-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:15.302181 | 2.22s 2025-10-09 14:28:01.948842 | fa163e4f-2491-a7d0-3b31-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:01.949780 | fa163e4f-2491-a7d0-3b31-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:15.579064 | 2.50s 2025-10-09 14:28:02.234705 | fa163e4f-2491-a7d0-3b31-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:02.235309 | fa163e4f-2491-a7d0-3b31-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:15.864593 | 2.79s 2025-10-09 14:28:02.551443 | fa163e4f-2491-a7d0-3b31-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:02.552219 | fa163e4f-2491-a7d0-3b31-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:16.181499 | 3.10s 2025-10-09 14:28:02.563883 | fa163e4f-2491-a7d0-3b31-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:02.564615 | fa163e4f-2491-a7d0-3b31-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:16.193895 | 3.12s 2025-10-09 14:28:02.579538 | fa163e4f-2491-a7d0-3b31-000000004749 | TASK | Check Keystone user status 2025-10-09 14:28:02.851867 | fa163e4f-2491-a7d0-3b31-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:02.852972 | fa163e4f-2491-a7d0-3b31-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:16.482249 | 0.27s 2025-10-09 14:28:03.141214 | fa163e4f-2491-a7d0-3b31-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:03.142081 | fa163e4f-2491-a7d0-3b31-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:16.771362 | 0.56s 2025-10-09 14:28:03.394726 | fa163e4f-2491-a7d0-3b31-000000004749 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-09 14:28:08.658953 | fa163e4f-2491-a7d0-3b31-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:08.660482 | fa163e4f-2491-a7d0-3b31-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:22.289757 | 6.08s 2025-10-09 14:28:08.912755 | fa163e4f-2491-a7d0-3b31-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:08.913790 | fa163e4f-2491-a7d0-3b31-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:22.543063 | 6.33s 2025-10-09 14:28:09.159997 | fa163e4f-2491-a7d0-3b31-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:09.163600 | fa163e4f-2491-a7d0-3b31-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:22.792582 | 6.58s 2025-10-09 14:28:09.419100 | fa163e4f-2491-a7d0-3b31-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:09.419865 | fa163e4f-2491-a7d0-3b31-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:23.049147 | 6.84s 2025-10-09 14:28:09.696383 | fa163e4f-2491-a7d0-3b31-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:09.697704 | fa163e4f-2491-a7d0-3b31-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:23.326972 | 7.12s 2025-10-09 14:28:09.934410 | fa163e4f-2491-a7d0-3b31-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:09.935390 | fa163e4f-2491-a7d0-3b31-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:23.564626 | 7.35s 2025-10-09 14:28:10.185594 | fa163e4f-2491-a7d0-3b31-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:10.186428 | fa163e4f-2491-a7d0-3b31-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:23.815706 | 7.61s 2025-10-09 14:28:10.495064 | fa163e4f-2491-a7d0-3b31-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:10.495859 | fa163e4f-2491-a7d0-3b31-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:24.125139 | 7.92s 2025-10-09 14:28:10.500751 | fa163e4f-2491-a7d0-3b31-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:10.501525 | fa163e4f-2491-a7d0-3b31-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:24.130807 | 7.92s 2025-10-09 14:28:10.517535 | fa163e4f-2491-a7d0-3b31-00000000474e | TASK | Check password of Keystone user 2025-10-09 14:28:11.489375 | fa163e4f-2491-a7d0-3b31-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:28:11.490318 | fa163e4f-2491-a7d0-3b31-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:25.119596 | 0.97s 2025-10-09 14:28:12.547207 | fa163e4f-2491-a7d0-3b31-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:28:12.548194 | fa163e4f-2491-a7d0-3b31-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:26.177469 | 2.03s 2025-10-09 14:28:13.457166 | fa163e4f-2491-a7d0-3b31-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:28:13.458172 | fa163e4f-2491-a7d0-3b31-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:27.087445 | 2.94s 2025-10-09 14:28:14.392404 | fa163e4f-2491-a7d0-3b31-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:28:14.394055 | fa163e4f-2491-a7d0-3b31-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:28.023328 | 3.88s 2025-10-09 14:28:15.325758 | fa163e4f-2491-a7d0-3b31-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:28:15.326856 | fa163e4f-2491-a7d0-3b31-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:28.956129 | 4.81s 2025-10-09 14:28:16.270660 | fa163e4f-2491-a7d0-3b31-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:28:16.272033 | fa163e4f-2491-a7d0-3b31-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:29.901261 | 5.75s 2025-10-09 14:28:17.113477 | fa163e4f-2491-a7d0-3b31-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:28:17.114590 | fa163e4f-2491-a7d0-3b31-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:30.743865 | 6.60s 2025-10-09 14:28:17.120637 | fa163e4f-2491-a7d0-3b31-00000000474e | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 14:28:17.121745 | fa163e4f-2491-a7d0-3b31-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:30.751021 | 6.60s 2025-10-09 14:28:17.141511 | fa163e4f-2491-a7d0-3b31-000000004750 | TASK | Async creation of Keystone user 2025-10-09 14:28:17.494207 | fa163e4f-2491-a7d0-3b31-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:17.495728 | fa163e4f-2491-a7d0-3b31-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:31.124994 | 0.35s 2025-10-09 14:28:17.867361 | fa163e4f-2491-a7d0-3b31-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:17.868172 | fa163e4f-2491-a7d0-3b31-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:31.497451 | 0.73s 2025-10-09 14:28:18.221580 | fa163e4f-2491-a7d0-3b31-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:18.223252 | fa163e4f-2491-a7d0-3b31-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:31.852530 | 1.08s 2025-10-09 14:28:18.593428 | fa163e4f-2491-a7d0-3b31-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:18.594797 | fa163e4f-2491-a7d0-3b31-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:32.224075 | 1.45s 2025-10-09 14:28:18.942878 | fa163e4f-2491-a7d0-3b31-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:18.943915 | fa163e4f-2491-a7d0-3b31-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:32.573187 | 1.80s 2025-10-09 14:28:19.262657 | fa163e4f-2491-a7d0-3b31-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:19.264750 | fa163e4f-2491-a7d0-3b31-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:32.894022 | 2.12s 2025-10-09 14:28:19.652246 | fa163e4f-2491-a7d0-3b31-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:19.653727 | fa163e4f-2491-a7d0-3b31-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.283005 | 2.51s 2025-10-09 14:28:19.658948 | fa163e4f-2491-a7d0-3b31-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 14:28:19.659567 | fa163e4f-2491-a7d0-3b31-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.288850 | 2.52s 2025-10-09 14:28:19.674370 | fa163e4f-2491-a7d0-3b31-000000004752 | TASK | Check Keystone user status 2025-10-09 14:28:19.943327 | fa163e4f-2491-a7d0-3b31-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:19.947548 | fa163e4f-2491-a7d0-3b31-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:33.576817 | 0.27s 2025-10-09 14:28:20.172988 | fa163e4f-2491-a7d0-3b31-000000004752 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-09 14:28:25.391227 | fa163e4f-2491-a7d0-3b31-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:25.393943 | fa163e4f-2491-a7d0-3b31-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:39.023214 | 5.72s 2025-10-09 14:28:25.679845 | fa163e4f-2491-a7d0-3b31-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:25.682444 | fa163e4f-2491-a7d0-3b31-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:39.311712 | 6.01s 2025-10-09 14:28:25.953082 | fa163e4f-2491-a7d0-3b31-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:25.955659 | fa163e4f-2491-a7d0-3b31-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:39.584929 | 6.28s 2025-10-09 14:28:26.256780 | fa163e4f-2491-a7d0-3b31-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:26.258877 | fa163e4f-2491-a7d0-3b31-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:39.888144 | 6.58s 2025-10-09 14:28:26.545636 | fa163e4f-2491-a7d0-3b31-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:26.547559 | fa163e4f-2491-a7d0-3b31-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:40.176829 | 6.87s 2025-10-09 14:28:26.753332 | fa163e4f-2491-a7d0-3b31-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:26.755196 | fa163e4f-2491-a7d0-3b31-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:40.384465 | 7.08s 2025-10-09 14:28:26.765452 | fa163e4f-2491-a7d0-3b31-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-09 14:28:26.766726 | fa163e4f-2491-a7d0-3b31-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:40.396000 | 7.09s 2025-10-09 14:28:26.787799 | fa163e4f-2491-a7d0-3b31-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-09 14:28:26.862966 | fa163e4f-2491-a7d0-3b31-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:40.492202 | 0.07s 2025-10-09 14:28:26.884039 | fa163e4f-2491-a7d0-3b31-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:40.513318 | 0.09s 2025-10-09 14:28:26.904923 | fa163e4f-2491-a7d0-3b31-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:40.534198 | 0.12s 2025-10-09 14:28:26.912974 | fa163e4f-2491-a7d0-3b31-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:40.542243 | 0.12s 2025-10-09 14:28:26.928392 | 19778ad2-e565-446f-ab2d-7eb4275970d1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-09 14:28:26.935421 | d9b177e7-db48-487b-ae38-5755090d1985 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-09 14:28:26.941164 | dd312960-cde1-433e-b4af-28b54310e0a9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-09 14:28:27.014905 | fa163e4f-2491-a7d0-3b31-000000004962 | TASK | Async assignment of Keystone user per role 2025-10-09 14:28:27.121436 | fa163e4f-2491-a7d0-3b31-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:40.750671 | 0.11s 2025-10-09 14:28:27.139965 | fa163e4f-2491-a7d0-3b31-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:40.769242 | 0.12s 2025-10-09 14:28:27.147279 | fa163e4f-2491-a7d0-3b31-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:40.776549 | 0.13s 2025-10-09 14:28:27.159175 | b49152f3-aa46-4c4b-9123-2a476255ee28 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-09 14:28:27.165453 | 36d906a4-5144-4794-a392-7cc1186d6e3c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-09 14:28:27.184280 | fa163e4f-2491-a7d0-3b31-000000004b42 | TASK | Async assignment of Keystone user to roles 2025-10-09 14:28:27.550133 | fa163e4f-2491-a7d0-3b31-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-09 14:28:27.551452 | fa163e4f-2491-a7d0-3b31-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.180725 | 0.37s 2025-10-09 14:28:27.875467 | fa163e4f-2491-a7d0-3b31-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-09 14:28:27.876444 | fa163e4f-2491-a7d0-3b31-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.505718 | 0.69s 2025-10-09 14:28:28.173069 | fa163e4f-2491-a7d0-3b31-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-09 14:28:28.174963 | fa163e4f-2491-a7d0-3b31-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.804241 | 0.99s 2025-10-09 14:28:28.458811 | fa163e4f-2491-a7d0-3b31-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-09 14:28:28.460101 | fa163e4f-2491-a7d0-3b31-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.089379 | 1.27s 2025-10-09 14:28:28.745581 | fa163e4f-2491-a7d0-3b31-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-09 14:28:28.746457 | fa163e4f-2491-a7d0-3b31-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.375735 | 1.56s 2025-10-09 14:28:29.060509 | fa163e4f-2491-a7d0-3b31-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-09 14:28:29.061315 | fa163e4f-2491-a7d0-3b31-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.690596 | 1.88s 2025-10-09 14:28:29.427111 | fa163e4f-2491-a7d0-3b31-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-09 14:28:29.427971 | fa163e4f-2491-a7d0-3b31-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:43.057252 | 2.24s 2025-10-09 14:28:29.758402 | fa163e4f-2491-a7d0-3b31-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-09 14:28:29.759217 | fa163e4f-2491-a7d0-3b31-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:43.388498 | 2.57s 2025-10-09 14:28:30.070770 | fa163e4f-2491-a7d0-3b31-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-09 14:28:30.071935 | fa163e4f-2491-a7d0-3b31-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:43.701209 | 2.89s 2025-10-09 14:28:30.377632 | fa163e4f-2491-a7d0-3b31-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-09 14:28:30.378885 | fa163e4f-2491-a7d0-3b31-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:44.008151 | 3.19s 2025-10-09 14:28:30.385738 | fa163e4f-2491-a7d0-3b31-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:44.015016 | 3.20s 2025-10-09 14:28:30.408649 | fa163e4f-2491-a7d0-3b31-000000004b44 | TASK | Check Keystone user assignment to roles status 2025-10-09 14:28:30.678996 | fa163e4f-2491-a7d0-3b31-000000004b44 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-09 14:28:35.931318 | fa163e4f-2491-a7d0-3b31-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-09 14:28:35.933466 | fa163e4f-2491-a7d0-3b31-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:49.562700 | 5.52s 2025-10-09 14:28:36.197576 | fa163e4f-2491-a7d0-3b31-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-09 14:28:36.198440 | fa163e4f-2491-a7d0-3b31-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:49.827719 | 5.79s 2025-10-09 14:28:36.390357 | fa163e4f-2491-a7d0-3b31-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-09 14:28:36.392807 | fa163e4f-2491-a7d0-3b31-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.022076 | 5.98s 2025-10-09 14:28:36.648791 | fa163e4f-2491-a7d0-3b31-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-09 14:28:36.649850 | fa163e4f-2491-a7d0-3b31-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.279125 | 6.24s 2025-10-09 14:28:36.879707 | fa163e4f-2491-a7d0-3b31-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-09 14:28:36.881596 | fa163e4f-2491-a7d0-3b31-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.510872 | 6.47s 2025-10-09 14:28:37.133274 | fa163e4f-2491-a7d0-3b31-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-09 14:28:37.134284 | fa163e4f-2491-a7d0-3b31-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.763561 | 6.72s 2025-10-09 14:28:37.398640 | fa163e4f-2491-a7d0-3b31-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-09 14:28:37.400153 | fa163e4f-2491-a7d0-3b31-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:51.029429 | 6.99s 2025-10-09 14:28:37.656771 | fa163e4f-2491-a7d0-3b31-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-09 14:28:37.657466 | fa163e4f-2491-a7d0-3b31-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:51.286749 | 7.25s 2025-10-09 14:28:37.892936 | fa163e4f-2491-a7d0-3b31-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-09 14:28:37.894094 | fa163e4f-2491-a7d0-3b31-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:51.523370 | 7.48s 2025-10-09 14:28:38.119235 | fa163e4f-2491-a7d0-3b31-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-09 14:28:38.120329 | fa163e4f-2491-a7d0-3b31-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:51.749605 | 7.71s 2025-10-09 14:28:38.129831 | fa163e4f-2491-a7d0-3b31-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:51.759107 | 7.72s 2025-10-09 14:28:38.154141 | fa163e4f-2491-a7d0-3b31-000000004b49 | TASK | Async assignment of Keystone user to roles 2025-10-09 14:28:38.464482 | fa163e4f-2491-a7d0-3b31-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-09 14:28:38.466098 | fa163e4f-2491-a7d0-3b31-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:52.095361 | 0.31s 2025-10-09 14:28:38.750293 | fa163e4f-2491-a7d0-3b31-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-09 14:28:38.750947 | fa163e4f-2491-a7d0-3b31-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:52.380230 | 0.59s 2025-10-09 14:28:39.107959 | fa163e4f-2491-a7d0-3b31-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-09 14:28:39.108654 | fa163e4f-2491-a7d0-3b31-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:52.737936 | 0.95s 2025-10-09 14:28:39.438095 | fa163e4f-2491-a7d0-3b31-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-09 14:28:39.438723 | fa163e4f-2491-a7d0-3b31-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.068006 | 1.28s 2025-10-09 14:28:39.726792 | fa163e4f-2491-a7d0-3b31-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-09 14:28:39.728364 | fa163e4f-2491-a7d0-3b31-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.357632 | 1.57s 2025-10-09 14:28:39.982220 | fa163e4f-2491-a7d0-3b31-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-09 14:28:39.984086 | fa163e4f-2491-a7d0-3b31-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.613361 | 1.83s 2025-10-09 14:28:40.278841 | fa163e4f-2491-a7d0-3b31-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-09 14:28:40.279626 | fa163e4f-2491-a7d0-3b31-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.908908 | 2.12s 2025-10-09 14:28:40.282815 | fa163e4f-2491-a7d0-3b31-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.912089 | 2.13s 2025-10-09 14:28:40.298682 | fa163e4f-2491-a7d0-3b31-000000004b4b | TASK | Check Keystone user assignment to roles status 2025-10-09 14:28:40.544504 | fa163e4f-2491-a7d0-3b31-000000004b4b | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-09 14:28:45.758923 | fa163e4f-2491-a7d0-3b31-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-09 14:28:45.761054 | fa163e4f-2491-a7d0-3b31-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.390328 | 5.46s 2025-10-09 14:28:46.003426 | fa163e4f-2491-a7d0-3b31-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-09 14:28:46.004380 | fa163e4f-2491-a7d0-3b31-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.633645 | 5.70s 2025-10-09 14:28:46.262351 | fa163e4f-2491-a7d0-3b31-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-09 14:28:46.263770 | fa163e4f-2491-a7d0-3b31-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.893049 | 5.96s 2025-10-09 14:28:46.520793 | fa163e4f-2491-a7d0-3b31-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-09 14:28:46.522995 | fa163e4f-2491-a7d0-3b31-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:00.152269 | 6.22s 2025-10-09 14:28:46.796351 | fa163e4f-2491-a7d0-3b31-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-09 14:28:46.798425 | fa163e4f-2491-a7d0-3b31-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:00.427696 | 6.50s 2025-10-09 14:28:47.000720 | fa163e4f-2491-a7d0-3b31-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-09 14:28:47.002591 | fa163e4f-2491-a7d0-3b31-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:00.631861 | 6.70s 2025-10-09 14:28:47.254952 | fa163e4f-2491-a7d0-3b31-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-09 14:28:47.256878 | fa163e4f-2491-a7d0-3b31-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:00.886152 | 6.96s 2025-10-09 14:28:47.269210 | fa163e4f-2491-a7d0-3b31-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:00.898487 | 6.97s 2025-10-09 14:28:47.291230 | fa163e4f-2491-a7d0-3b31-000000004967 | TASK | Async assignment of Keystone user per role 2025-10-09 14:28:47.372604 | fa163e4f-2491-a7d0-3b31-000000004967 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:01.001857 | 0.08s 2025-10-09 14:28:47.384739 | fa163e4f-2491-a7d0-3b31-000000004967 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:01.014016 | 0.09s 2025-10-09 14:28:47.398177 | 2dcc55aa-13ab-4574-9222-0db86f869a14 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-09 14:28:47.422882 | fa163e4f-2491-a7d0-3b31-000000004bb3 | TASK | Async assignment of Keystone user to roles 2025-10-09 14:28:47.761022 | fa163e4f-2491-a7d0-3b31-000000004bb3 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-09 14:28:47.762513 | fa163e4f-2491-a7d0-3b31-000000004bb3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:01.391778 | 0.34s 2025-10-09 14:28:47.770781 | fa163e4f-2491-a7d0-3b31-000000004bb3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:01.400054 | 0.35s 2025-10-09 14:28:47.790106 | fa163e4f-2491-a7d0-3b31-000000004bb5 | TASK | Check Keystone user assignment to roles status 2025-10-09 14:28:48.048108 | fa163e4f-2491-a7d0-3b31-000000004bb5 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-09 14:28:53.278096 | fa163e4f-2491-a7d0-3b31-000000004bb5 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-09 14:28:53.280388 | fa163e4f-2491-a7d0-3b31-000000004bb5 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:06.909624 | 5.49s 2025-10-09 14:28:53.290655 | fa163e4f-2491-a7d0-3b31-000000004bb5 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:06.919924 | 5.50s 2025-10-09 14:28:53.309101 | fa163e4f-2491-a7d0-3b31-00000000496c | TASK | Async assignment of Keystone user per role 2025-10-09 14:28:53.408254 | fa163e4f-2491-a7d0-3b31-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:07.037509 | 0.10s 2025-10-09 14:28:53.421409 | fa163e4f-2491-a7d0-3b31-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:07.050672 | 0.11s 2025-10-09 14:28:53.436051 | 055e8c5f-8557-4ef6-ab3c-a37335003b11 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-09 14:28:53.460285 | fa163e4f-2491-a7d0-3b31-000000004bd7 | TASK | Async assignment of Keystone user to roles 2025-10-09 14:28:53.804439 | fa163e4f-2491-a7d0-3b31-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-09 14:28:53.807199 | fa163e4f-2491-a7d0-3b31-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:07.436466 | 0.35s 2025-10-09 14:28:54.143706 | fa163e4f-2491-a7d0-3b31-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-09 14:28:54.144769 | fa163e4f-2491-a7d0-3b31-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:07.774044 | 0.68s 2025-10-09 14:28:54.476043 | fa163e4f-2491-a7d0-3b31-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-09 14:28:54.477008 | fa163e4f-2491-a7d0-3b31-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:08.106284 | 1.02s 2025-10-09 14:28:54.483200 | fa163e4f-2491-a7d0-3b31-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:08.112469 | 1.02s 2025-10-09 14:28:54.501860 | fa163e4f-2491-a7d0-3b31-000000004bd9 | TASK | Check Keystone user assignment to roles status 2025-10-09 14:28:54.766836 | fa163e4f-2491-a7d0-3b31-000000004bd9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-09 14:28:59.996446 | fa163e4f-2491-a7d0-3b31-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-09 14:28:59.997613 | fa163e4f-2491-a7d0-3b31-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:13.626887 | 5.49s 2025-10-09 14:29:00.200505 | fa163e4f-2491-a7d0-3b31-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-09 14:29:00.202466 | fa163e4f-2491-a7d0-3b31-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:13.831745 | 5.70s 2025-10-09 14:29:00.472922 | fa163e4f-2491-a7d0-3b31-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-09 14:29:00.474160 | fa163e4f-2491-a7d0-3b31-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:14.103432 | 5.97s 2025-10-09 14:29:00.484216 | fa163e4f-2491-a7d0-3b31-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:14.113478 | 5.98s 2025-10-09 14:29:00.515200 | fa163e4f-2491-a7d0-3b31-000000003ced | TASK | is Keystone LDAP enabled 2025-10-09 14:29:00.555291 | fa163e4f-2491-a7d0-3b31-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-09 14:29:00.556681 | fa163e4f-2491-a7d0-3b31-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:23:14.185954 | 0.04s 2025-10-09 14:29:00.572884 | fa163e4f-2491-a7d0-3b31-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-09 14:29:00.613034 | fa163e4f-2491-a7d0-3b31-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-09 14:29:00.614317 | fa163e4f-2491-a7d0-3b31-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:23:14.243587 | 0.04s 2025-10-09 14:29:00.630676 | fa163e4f-2491-a7d0-3b31-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-09 14:29:00.672833 | fa163e4f-2491-a7d0-3b31-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-09 14:29:00.674224 | fa163e4f-2491-a7d0-3b31-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:23:14.303494 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-09 14:29:00.822087 | fa163e4f-2491-a7d0-3b31-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-09 14:29:00.851895 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000e2') missing from stats 2025-10-09 14:29:00.874580 | fa163e4f-2491-a7d0-3b31-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-09 14:29:01.387002 | fa163e4f-2491-a7d0-3b31-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-09 14:29:01.388547 | fa163e4f-2491-a7d0-3b31-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:23:15.017817 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:29:01.453786 | fa163e4f-2491-a7d0-3b31-0000000000e4 | TIMING | include_tasks | standalone | 0:23:15.083043 | 0.04s 2025-10-09 14:29:01.491139 | 113f5411-1f34-4527-a76f-6f2528913b4b | INCLUDED | /root/standalone-ansible-h0ecxvss/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-09 14:29:01.515910 | fa163e4f-2491-a7d0-3b31-000000004c1b | TASK | Create virtqemud recovery script 2025-10-09 14:29:02.069029 | fa163e4f-2491-a7d0-3b31-000000004c1b | CHANGED | Create virtqemud recovery script | standalone 2025-10-09 14:29:02.070869 | fa163e4f-2491-a7d0-3b31-000000004c1b | TIMING | Create virtqemud recovery script | standalone | 0:23:15.700133 | 0.55s 2025-10-09 14:29:02.101684 | fa163e4f-2491-a7d0-3b31-000000004c1c | TASK | Create virtqemud recovery trigger service 2025-10-09 14:29:02.588436 | fa163e4f-2491-a7d0-3b31-000000004c1c | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-09 14:29:02.590187 | fa163e4f-2491-a7d0-3b31-000000004c1c | TIMING | Create virtqemud recovery trigger service | standalone | 0:23:16.219455 | 0.49s 2025-10-09 14:29:02.619948 | fa163e4f-2491-a7d0-3b31-000000004c1d | TASK | Create virtqemud recovery trigger timer 2025-10-09 14:29:03.110623 | fa163e4f-2491-a7d0-3b31-000000004c1d | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-09 14:29:03.112389 | fa163e4f-2491-a7d0-3b31-000000004c1d | TIMING | Create virtqemud recovery trigger timer | standalone | 0:23:16.741630 | 0.49s 2025-10-09 14:29:03.141843 | fa163e4f-2491-a7d0-3b31-000000004c1e | TASK | Enable virtqemud recovery trigger service 2025-10-09 14:29:04.272484 | fa163e4f-2491-a7d0-3b31-000000004c1e | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-09 14:29:04.274761 | fa163e4f-2491-a7d0-3b31-000000004c1e | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:17.904030 | 1.13s 2025-10-09 14:29:04.305238 | fa163e4f-2491-a7d0-3b31-000000004c1f | TASK | Enable virtqemud recovery trigger timer 2025-10-09 14:29:05.392620 | fa163e4f-2491-a7d0-3b31-000000004c1f | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-09 14:29:05.394279 | fa163e4f-2491-a7d0-3b31-000000004c1f | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:19.023549 | 1.09s 2025-10-09 14:29:05.425337 | fa163e4f-2491-a7d0-3b31-000000004c20 | TASK | Really enable virtqemud recovery trigger timer 2025-10-09 14:29:06.050547 | fa163e4f-2491-a7d0-3b31-000000004c20 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-09 14:29:06.052017 | fa163e4f-2491-a7d0-3b31-000000004c20 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:19.681288 | 0.62s 2025-10-09 14:29:06.080896 | fa163e4f-2491-a7d0-3b31-000000004c22 | TASK | Create systemd file 2025-10-09 14:29:06.611158 | fa163e4f-2491-a7d0-3b31-000000004c22 | CHANGED | Create systemd file | standalone 2025-10-09 14:29:06.613691 | fa163e4f-2491-a7d0-3b31-000000004c22 | TIMING | Create systemd file | standalone | 0:23:20.242961 | 0.53s 2025-10-09 14:29:06.643124 | fa163e4f-2491-a7d0-3b31-000000004c23 | TASK | Reload systemd 2025-10-09 14:29:07.472753 | fa163e4f-2491-a7d0-3b31-000000004c23 | CHANGED | Reload systemd | standalone 2025-10-09 14:29:07.474310 | fa163e4f-2491-a7d0-3b31-000000004c23 | TIMING | Reload systemd | standalone | 0:23:21.103582 | 0.83s 2025-10-09 14:29:07.505253 | fa163e4f-2491-a7d0-3b31-000000004c26 | TASK | Start OVN container 2025-10-09 14:29:07.555016 | fa163e4f-2491-a7d0-3b31-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-09 14:29:07.569060 | fa163e4f-2491-a7d0-3b31-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-09 14:29:07.580179 | fa163e4f-2491-a7d0-3b31-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-09 14:29:07.592020 | fa163e4f-2491-a7d0-3b31-000000004c26 | TIMING | Start OVN container | standalone | 0:23:21.221284 | 0.09s 2025-10-09 14:29:07.621519 | fa163e4f-2491-a7d0-3b31-000000004c28 | TASK | Set NB connection 2025-10-09 14:29:07.661036 | fa163e4f-2491-a7d0-3b31-000000004c28 | SKIPPED | Set NB connection | standalone 2025-10-09 14:29:07.662160 | fa163e4f-2491-a7d0-3b31-000000004c28 | TIMING | Set NB connection | standalone | 0:23:21.291432 | 0.04s 2025-10-09 14:29:07.692756 | fa163e4f-2491-a7d0-3b31-000000004c29 | TASK | Set SB connection 2025-10-09 14:29:07.744268 | fa163e4f-2491-a7d0-3b31-000000004c29 | SKIPPED | Set SB connection | standalone 2025-10-09 14:29:07.745580 | fa163e4f-2491-a7d0-3b31-000000004c29 | TIMING | Set SB connection | standalone | 0:23:21.374848 | 0.05s 2025-10-09 14:29:07.774665 | fa163e4f-2491-a7d0-3b31-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-09 14:29:08.021267 | fa163e4f-2491-a7d0-3b31-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-09 14:29:08.022664 | fa163e4f-2491-a7d0-3b31-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:21.651939 | 0.25s 2025-10-09 14:29:08.132065 | fa163e4f-2491-a7d0-3b31-0000000000e7 | TIMING | include_tasks | standalone | 0:23:21.761338 | 0.09s 2025-10-09 14:29:08.157893 | 0ee2dbc2-507e-406f-b7a4-2b8bdd9210b3 | INCLUDED | /root/standalone-ansible-h0ecxvss/common_deploy_steps_tasks.yaml | standalone 2025-10-09 14:29:08.183816 | fa163e4f-2491-a7d0-3b31-000000004c58 | TASK | Write the config_step hieradata 2025-10-09 14:29:08.679721 | fa163e4f-2491-a7d0-3b31-000000004c58 | OK | Write the config_step hieradata | standalone 2025-10-09 14:29:08.681901 | fa163e4f-2491-a7d0-3b31-000000004c58 | TIMING | Write the config_step hieradata | standalone | 0:23:22.311163 | 0.50s 2025-10-09 14:29:08.715291 | fa163e4f-2491-a7d0-3b31-000000004c59 | TASK | Run puppet host configuration for step 4 2025-10-09 14:29:09.039924 | fa163e4f-2491-a7d0-3b31-000000004c59 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-09 14:29:09.042249 | fa163e4f-2491-a7d0-3b31-000000004c59 | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:22.671516 | 0.33s 2025-10-09 14:29:09.078142 | fa163e4f-2491-a7d0-3b31-000000004c5a | TASK | Wait for puppet host configuration to finish 2025-10-09 14:29:09.371069 | fa163e4f-2491-a7d0-3b31-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-09 14:29:19.598498 | fa163e4f-2491-a7d0-3b31-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-09 14:29:29.833237 | fa163e4f-2491-a7d0-3b31-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-09 14:29:40.060653 | fa163e4f-2491-a7d0-3b31-000000004c5a | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-09 14:29:40.061996 | fa163e4f-2491-a7d0-3b31-000000004c5a | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:53.691271 | 30.98s 2025-10-09 14:29:40.093156 | fa163e4f-2491-a7d0-3b31-000000004c5b | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-09 14:29:40.175782 | fa163e4f-2491-a7d0-3b31-000000004c5b | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 9 14:29:09 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 9 14:29:13 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 9 14:29:13 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 9 14:29:13 puppet-user: (file & line not available)", "<13>Oct 9 14:29:13 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 9 14:29:13 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 9 14:29:14 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 9 14:29:14 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 9 14:29:14 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 9 14:29:14 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 9 14:29:14 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 9 14:29:14 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 9 14:29:14 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 9 14:29:14 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 9 14:29:14 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 9 14:29:14 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.53 seconds", "<13>Oct 9 14:29:18 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 9 14:29:20 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 9 14:29:26 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 9 14:29:26 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}e5d3a79f647ec4725875c4af2f6baa6f8b5ae2efed753d5888c4838176c54355'", "<13>Oct 9 14:29:26 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 9 14:29:26 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 9 14:29:26 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 9 14:29:26 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 9 14:29:27 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 9 14:29:33 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Oct 9 14:29:34 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 9 14:29:34 puppet-user: Notice: Applied catalog in 19.79 seconds", "<13>Oct 9 14:29:34 puppet-user: Application:", "<13>Oct 9 14:29:34 puppet-user: Initial environment: production", "<13>Oct 9 14:29:34 puppet-user: Converged environment: production", "<13>Oct 9 14:29:34 puppet-user: Run mode: user", "<13>Oct 9 14:29:34 puppet-user: Changes:", "<13>Oct 9 14:29:34 puppet-user: Total: 10", "<13>Oct 9 14:29:34 puppet-user: Events:", "<13>Oct 9 14:29:34 puppet-user: Success: 10", "<13>Oct 9 14:29:34 puppet-user: Resources:", "<13>Oct 9 14:29:34 puppet-user: Restarted: 1", "<13>Oct 9 14:29:34 puppet-user: Changed: 10", "<13>Oct 9 14:29:34 puppet-user: Out of sync: 10", "<13>Oct 9 14:29:34 puppet-user: Total: 37", "<13>Oct 9 14:29:34 puppet-user: Time:", "<13>Oct 9 14:29:34 puppet-user: Filebucket: 0.00", "<13>Oct 9 14:29:34 puppet-user: Schedule: 0.00", "<13>Oct 9 14:29:34 puppet-user: File line: 0.00", "<13>Oct 9 14:29:34 puppet-user: User: 0.01", "<13>Oct 9 14:29:34 puppet-user: Augeas: 0.01", "<13>Oct 9 14:29:34 puppet-user: File: 0.07", "<13>Oct 9 14:29:34 puppet-user: Config retrieval: 0.65", "<13>Oct 9 14:29:34 puppet-user: Service: 1.45", "<13>Oct 9 14:29:34 puppet-user: Pcmk property: 1.47", "<13>Oct 9 14:29:34 puppet-user: Last run: 1760020174", "<13>Oct 9 14:29:34 puppet-user: Transaction evaluation: 19.77", "<13>Oct 9 14:29:34 puppet-user: Catalog application: 19.79", "<13>Oct 9 14:29:34 puppet-user: Pcmk resource op default: 2.05", "<13>Oct 9 14:29:34 puppet-user: Pcmk resource default: 2.11", "<13>Oct 9 14:29:34 puppet-user: Package: 5.47", "<13>Oct 9 14:29:34 puppet-user: Exec: 6.98", "<13>Oct 9 14:29:34 puppet-user: Total: 19.79", "<13>Oct 9 14:29:34 puppet-user: Version:", "<13>Oct 9 14:29:34 puppet-user: Config: 1760020153", "<13>Oct 9 14:29:34 puppet-user: Puppet: 7.10.0" ] } 2025-10-09 14:29:40.177376 | fa163e4f-2491-a7d0-3b31-000000004c5b | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:53.806622 | 0.08s 2025-10-09 14:29:40.207581 | fa163e4f-2491-a7d0-3b31-000000004c5c | TASK | Pre-cache facts for puppet containers 2025-10-09 14:29:40.237926 | fa163e4f-2491-a7d0-3b31-000000004c5c | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:53.867194 | 0.03s 2025-10-09 14:29:40.282691 | fa163e4f-2491-a7d0-3b31-000000004c9d | TASK | Gather variables for each operating system 2025-10-09 14:29:40.404623 | fa163e4f-2491-a7d0-3b31-000000004c9d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:54.033891 | 0.12s 2025-10-09 14:29:40.430308 | fa163e4f-2491-a7d0-3b31-000000004c9e | TASK | Create puppet caching structures 2025-10-09 14:29:40.706112 | fa163e4f-2491-a7d0-3b31-000000004c9e | CHANGED | Create puppet caching structures | standalone 2025-10-09 14:29:40.708792 | fa163e4f-2491-a7d0-3b31-000000004c9e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:54.338062 | 0.28s 2025-10-09 14:29:40.738979 | fa163e4f-2491-a7d0-3b31-000000004c9f | TASK | Check for facter.conf 2025-10-09 14:29:40.989810 | fa163e4f-2491-a7d0-3b31-000000004c9f | OK | Check for facter.conf | standalone 2025-10-09 14:29:40.990702 | fa163e4f-2491-a7d0-3b31-000000004c9f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:54.619984 | 0.25s 2025-10-09 14:29:41.010269 | fa163e4f-2491-a7d0-3b31-000000004ca0 | TASK | Remove facter.conf if directory 2025-10-09 14:29:41.057431 | fa163e4f-2491-a7d0-3b31-000000004ca0 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-09 14:29:41.058319 | fa163e4f-2491-a7d0-3b31-000000004ca0 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:54.687596 | 0.05s 2025-10-09 14:29:41.078723 | fa163e4f-2491-a7d0-3b31-000000004ca1 | TASK | Write facter cache config 2025-10-09 14:29:41.574195 | fa163e4f-2491-a7d0-3b31-000000004ca1 | CHANGED | Write facter cache config | standalone 2025-10-09 14:29:41.575360 | fa163e4f-2491-a7d0-3b31-000000004ca1 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:55.204622 | 0.50s 2025-10-09 14:29:41.599326 | fa163e4f-2491-a7d0-3b31-000000004ca2 | TASK | Cleanup facter cache if exists 2025-10-09 14:29:41.840893 | fa163e4f-2491-a7d0-3b31-000000004ca2 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-09 14:29:41.842000 | fa163e4f-2491-a7d0-3b31-000000004ca2 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:55.471280 | 0.24s 2025-10-09 14:29:41.865533 | fa163e4f-2491-a7d0-3b31-000000004ca3 | TASK | Pre-cache facts 2025-10-09 14:29:42.376430 | fa163e4f-2491-a7d0-3b31-000000004ca3 | CHANGED | Pre-cache facts | standalone 2025-10-09 14:29:42.377591 | fa163e4f-2491-a7d0-3b31-000000004ca3 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:56.006866 | 0.51s 2025-10-09 14:29:42.403152 | fa163e4f-2491-a7d0-3b31-000000004ca4 | TASK | Failed deployment if facter fails 2025-10-09 14:29:42.434732 | fa163e4f-2491-a7d0-3b31-000000004ca4 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-09 14:29:42.436063 | fa163e4f-2491-a7d0-3b31-000000004ca4 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:56.065338 | 0.03s 2025-10-09 14:29:42.472809 | fa163e4f-2491-a7d0-3b31-000000004ca5 | TASK | Sync cached facts 2025-10-09 14:29:42.756451 | fa163e4f-2491-a7d0-3b31-000000004ca5 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e4f-2491-a7d0-3b31-000000004ca5') missing from stats 2025-10-09 14:29:42.814727 | fa163e4f-2491-a7d0-3b31-000000004c5d | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-09 14:29:42.870856 | fa163e4f-2491-a7d0-3b31-000000004c5d | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-09 14:29:42.872183 | fa163e4f-2491-a7d0-3b31-000000004c5d | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:56.501449 | 0.06s 2025-10-09 14:29:42.904744 | fa163e4f-2491-a7d0-3b31-000000004c5f | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-09 14:29:42.935616 | fa163e4f-2491-a7d0-3b31-000000004c5f | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:56.564880 | 0.03s 2025-10-09 14:29:42.998780 | fa163e4f-2491-a7d0-3b31-000000004cfc | TASK | Gather variables for each operating system 2025-10-09 14:29:43.121639 | fa163e4f-2491-a7d0-3b31-000000004cfc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:56.750898 | 0.12s 2025-10-09 14:29:43.153422 | fa163e4f-2491-a7d0-3b31-000000004cfd | TASK | Create container logs path 2025-10-09 14:29:43.415667 | fa163e4f-2491-a7d0-3b31-000000004cfd | OK | Create container logs path | standalone 2025-10-09 14:29:43.417056 | fa163e4f-2491-a7d0-3b31-000000004cfd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:57.046327 | 0.26s 2025-10-09 14:29:43.449754 | fa163e4f-2491-a7d0-3b31-000000004cff | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-09 14:29:43.697128 | fa163e4f-2491-a7d0-3b31-000000004cff | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-09 14:29:43.698589 | fa163e4f-2491-a7d0-3b31-000000004cff | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:57.327853 | 0.25s 2025-10-09 14:29:43.733608 | fa163e4f-2491-a7d0-3b31-000000004d00 | TASK | Finalise hashes for all containers 2025-10-09 14:29:43.799566 | fa163e4f-2491-a7d0-3b31-000000004d00 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:29:43.800842 | fa163e4f-2491-a7d0-3b31-000000004d00 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:57.430113 | 0.07s 2025-10-09 14:29:43.832435 | fa163e4f-2491-a7d0-3b31-000000004d02 | TASK | Manage systemd shutdown files 2025-10-09 14:29:43.866630 | fa163e4f-2491-a7d0-3b31-000000004d02 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:57.495896 | 0.03s 2025-10-09 14:29:43.901324 | 05f66c0e-7450-4f5e-ba77-42dc52ac35a2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-09 14:29:43.932439 | fa163e4f-2491-a7d0-3b31-000000004d35 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-09 14:29:44.182010 | fa163e4f-2491-a7d0-3b31-000000004d35 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-09 14:29:44.183107 | fa163e4f-2491-a7d0-3b31-000000004d35 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:57.812383 | 0.25s 2025-10-09 14:29:44.208619 | fa163e4f-2491-a7d0-3b31-000000004d36 | TASK | Set podman_drop_in fact 2025-10-09 14:29:44.251556 | fa163e4f-2491-a7d0-3b31-000000004d36 | OK | Set podman_drop_in fact | standalone 2025-10-09 14:29:44.252592 | fa163e4f-2491-a7d0-3b31-000000004d36 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:57.881869 | 0.04s 2025-10-09 14:29:44.276690 | fa163e4f-2491-a7d0-3b31-000000004d38 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-09 14:29:44.820257 | fa163e4f-2491-a7d0-3b31-000000004d38 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-09 14:29:44.821515 | fa163e4f-2491-a7d0-3b31-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:58.450788 | 0.54s 2025-10-09 14:29:45.268520 | fa163e4f-2491-a7d0-3b31-000000004d38 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-09 14:29:45.270694 | fa163e4f-2491-a7d0-3b31-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:58.899968 | 0.99s 2025-10-09 14:29:45.281695 | fa163e4f-2491-a7d0-3b31-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:58.910961 | 1.00s 2025-10-09 14:29:45.314772 | fa163e4f-2491-a7d0-3b31-000000004d39 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-09 14:29:45.852291 | fa163e4f-2491-a7d0-3b31-000000004d39 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-09 14:29:45.853565 | fa163e4f-2491-a7d0-3b31-000000004d39 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:59.482840 | 0.54s 2025-10-09 14:29:45.883051 | fa163e4f-2491-a7d0-3b31-000000004d3a | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-09 14:29:46.338084 | fa163e4f-2491-a7d0-3b31-000000004d3a | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-09 14:29:46.339013 | fa163e4f-2491-a7d0-3b31-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:59.968293 | 0.45s 2025-10-09 14:29:46.369857 | fa163e4f-2491-a7d0-3b31-000000004d3b | TASK | Enable and start tripleo-container-shutdown 2025-10-09 14:29:47.145566 | fa163e4f-2491-a7d0-3b31-000000004d3b | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-09 14:29:47.147788 | fa163e4f-2491-a7d0-3b31-000000004d3b | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:00.777022 | 0.78s 2025-10-09 14:29:47.179841 | fa163e4f-2491-a7d0-3b31-000000004d3c | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-09 14:29:47.703521 | fa163e4f-2491-a7d0-3b31-000000004d3c | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-09 14:29:47.704446 | fa163e4f-2491-a7d0-3b31-000000004d3c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:01.333726 | 0.52s 2025-10-09 14:29:47.727969 | fa163e4f-2491-a7d0-3b31-000000004d3d | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-09 14:29:48.237495 | fa163e4f-2491-a7d0-3b31-000000004d3d | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-09 14:29:48.238621 | fa163e4f-2491-a7d0-3b31-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:01.867899 | 0.51s 2025-10-09 14:29:48.262653 | fa163e4f-2491-a7d0-3b31-000000004d3e | TASK | Enable and start netns-placeholder 2025-10-09 14:29:49.079024 | fa163e4f-2491-a7d0-3b31-000000004d3e | CHANGED | Enable and start netns-placeholder | standalone 2025-10-09 14:29:49.081606 | fa163e4f-2491-a7d0-3b31-000000004d3e | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:02.710872 | 0.82s 2025-10-09 14:29:49.118845 | fa163e4f-2491-a7d0-3b31-000000004d04 | TASK | Update container configs with new config hashes 2025-10-09 14:29:49.184492 | fa163e4f-2491-a7d0-3b31-000000004d04 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:02.813754 | 0.06s 2025-10-09 14:29:49.199298 | 844b7dd3-4570-4581-8df6-1c61290c7e59 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-09 14:29:49.224702 | fa163e4f-2491-a7d0-3b31-000000004d66 | TASK | Update config hashes for container startup configs 2025-10-09 14:29:49.528924 | fa163e4f-2491-a7d0-3b31-000000004d66 | OK | Update config hashes for container startup configs | standalone 2025-10-09 14:29:49.530613 | fa163e4f-2491-a7d0-3b31-000000004d66 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:03.159878 | 0.30s 2025-10-09 14:29:49.565206 | fa163e4f-2491-a7d0-3b31-000000004d05 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-09 14:29:49.630783 | fa163e4f-2491-a7d0-3b31-000000004d05 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:03.260035 | 0.06s 2025-10-09 14:29:49.657799 | 599e0994-84de-47bf-b82c-a820a9482266 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 14:29:49.696438 | fa163e4f-2491-a7d0-3b31-000000004d85 | TASK | Gather podman infos 2025-10-09 14:29:51.233575 | fa163e4f-2491-a7d0-3b31-000000004d85 | OK | Gather podman infos | standalone 2025-10-09 14:29:51.234385 | fa163e4f-2491-a7d0-3b31-000000004d85 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:24:04.863664 | 1.54s 2025-10-09 14:29:51.324592 | fa163e4f-2491-a7d0-3b31-000000004d86 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-09 14:29:51.403115 | fa163e4f-2491-a7d0-3b31-000000004d86 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:05.032386 | 0.07s 2025-10-09 14:29:51.529713 | fa163e4f-2491-a7d0-3b31-000000004dcf | TIMING | tripleo_container_rm : include_tasks | standalone | 0:24:05.158982 | 0.09s 2025-10-09 14:29:51.568755 | fa163e4f-2491-a7d0-3b31-000000004d06 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-09 14:29:51.629153 | fa163e4f-2491-a7d0-3b31-000000004d06 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:05.258425 | 0.06s 2025-10-09 14:29:51.640870 | 26d0fbc6-8183-4265-ac77-89b69c7616c7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 14:29:51.667217 | fa163e4f-2491-a7d0-3b31-000000004df5 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-09 14:30:11.851062 | fa163e4f-2491-a7d0-3b31-000000004df5 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-09 14:30:11.852337 | fa163e4f-2491-a7d0-3b31-000000004df5 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:25.481613 | 20.18s 2025-10-09 14:30:11.880183 | fa163e4f-2491-a7d0-3b31-000000004df6 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-09 14:32:16.377897 | fa163e4f-2491-a7d0-3b31-000000004df6 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-09 14:32:16.379113 | fa163e4f-2491-a7d0-3b31-000000004df6 | 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:30.008392 | 124.50s 2025-10-09 14:32:16.440929 | fa163e4f-2491-a7d0-3b31-000000004c61 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-09 14:32:16.675965 | fa163e4f-2491-a7d0-3b31-000000004c61 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-09 14:32:16.676886 | fa163e4f-2491-a7d0-3b31-000000004c61 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:30.306167 | 0.23s 2025-10-09 14:32:16.713122 | fa163e4f-2491-a7d0-3b31-000000004c62 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-09 14:32:16.755296 | fa163e4f-2491-a7d0-3b31-000000004c62 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:30.384568 | 0.04s 2025-10-09 14:32:16.776022 | fa163e4f-2491-a7d0-3b31-000000004c63 | TASK | Include container-puppet tasks for step 4 2025-10-09 14:32:16.815090 | fa163e4f-2491-a7d0-3b31-000000004c63 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:30.444362 | 0.04s 2025-10-09 14:32:16.827763 | 755e3754-ad6b-42b5-bf18-4a29bb333aa6 | INCLUDED | /root/standalone-ansible-h0ecxvss/host-container-puppet-tasks.yaml | standalone 2025-10-09 14:32:16.856298 | fa163e4f-2491-a7d0-3b31-000000004e41 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-09 14:32:17.417031 | fa163e4f-2491-a7d0-3b31-000000004e41 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-09 14:32:17.417866 | fa163e4f-2491-a7d0-3b31-000000004e41 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:31.047147 | 0.56s 2025-10-09 14:32:17.437997 | fa163e4f-2491-a7d0-3b31-000000004e43 | TASK | Generate container puppet configs for step 4 2025-10-09 14:32:17.726942 | fa163e4f-2491-a7d0-3b31-000000004e43 | OK | Generate container puppet configs for step 4 | standalone 2025-10-09 14:32:17.727861 | fa163e4f-2491-a7d0-3b31-000000004e43 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:31.357142 | 0.29s 2025-10-09 14:32:17.748687 | fa163e4f-2491-a7d0-3b31-000000004e44 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-09 14:32:17.776949 | fa163e4f-2491-a7d0-3b31-000000004e44 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:31.406221 | 0.03s 2025-10-09 14:32:17.832068 | fa163e4f-2491-a7d0-3b31-000000004e73 | TASK | Gather variables for each operating system 2025-10-09 14:32:18.015666 | fa163e4f-2491-a7d0-3b31-000000004e73 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:31.644929 | 0.18s 2025-10-09 14:32:18.042909 | fa163e4f-2491-a7d0-3b31-000000004e74 | TASK | Create container logs path 2025-10-09 14:32:18.303706 | fa163e4f-2491-a7d0-3b31-000000004e74 | OK | Create container logs path | standalone 2025-10-09 14:32:18.305146 | fa163e4f-2491-a7d0-3b31-000000004e74 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:31.934418 | 0.26s 2025-10-09 14:32:18.338881 | fa163e4f-2491-a7d0-3b31-000000004e76 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-09 14:32:18.607465 | fa163e4f-2491-a7d0-3b31-000000004e76 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-09 14:32:18.608721 | fa163e4f-2491-a7d0-3b31-000000004e76 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:32.237999 | 0.27s 2025-10-09 14:32:18.631952 | fa163e4f-2491-a7d0-3b31-000000004e77 | TASK | Finalise hashes for all containers 2025-10-09 14:32:18.682898 | fa163e4f-2491-a7d0-3b31-000000004e77 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:32:18.683883 | fa163e4f-2491-a7d0-3b31-000000004e77 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:32.313161 | 0.05s 2025-10-09 14:32:18.708270 | fa163e4f-2491-a7d0-3b31-000000004e79 | TASK | Manage systemd shutdown files 2025-10-09 14:32:18.742721 | fa163e4f-2491-a7d0-3b31-000000004e79 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 14:32:18.743693 | fa163e4f-2491-a7d0-3b31-000000004e79 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:32.372971 | 0.03s 2025-10-09 14:32:18.767710 | fa163e4f-2491-a7d0-3b31-000000004e7b | TASK | Update container configs with new config hashes 2025-10-09 14:32:18.828877 | fa163e4f-2491-a7d0-3b31-000000004e7b | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 14:32:18.829944 | fa163e4f-2491-a7d0-3b31-000000004e7b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:32.459219 | 0.06s 2025-10-09 14:32:18.856869 | fa163e4f-2491-a7d0-3b31-000000004e7c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-09 14:32:18.908536 | fa163e4f-2491-a7d0-3b31-000000004e7c | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-09 14:32:18.910291 | fa163e4f-2491-a7d0-3b31-000000004e7c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:32.539555 | 0.05s 2025-10-09 14:32:18.933023 | fa163e4f-2491-a7d0-3b31-000000004e7d | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-09 14:32:18.970254 | fa163e4f-2491-a7d0-3b31-000000004e7d | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-09 14:32:18.971025 | fa163e4f-2491-a7d0-3b31-000000004e7d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:32.600306 | 0.04s PLAY [External deployment step 5] ********************************************** 2025-10-09 14:32:19.100394 | fa163e4f-2491-a7d0-3b31-0000000000ea | TASK | External deployment step 5 2025-10-09 14:32:19.122256 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000ea') missing from stats 2025-10-09 14:32:19.177369 | fa163e4f-2491-a7d0-3b31-0000000000eb | TIMING | include_tasks | undercloud | 0:26:32.806614 | 0.04s 2025-10-09 14:32:19.186403 | 66a1bbcf-22d0-4efb-abf8-4038da3b18b8 | INCLUDED | /root/standalone-ansible-h0ecxvss/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-09 14:32:19.205787 | fa163e4f-2491-a7d0-3b31-000000004ecc | TASK | Manage Cinder's default volume type 2025-10-09 14:32:32.484587 | fa163e4f-2491-a7d0-3b31-000000004ecc | OK | Manage Cinder's default volume type | undercloud 2025-10-09 14:32:32.486411 | fa163e4f-2491-a7d0-3b31-000000004ecc | TIMING | Manage Cinder's default volume type | undercloud | 0:26:46.115683 | 13.28s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-09 14:32:32.626308 | fa163e4f-2491-a7d0-3b31-0000000000ee | TASK | Deploy step tasks for 5 2025-10-09 14:32:32.654378 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000ee') missing from stats 2025-10-09 14:32:32.679956 | fa163e4f-2491-a7d0-3b31-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-09 14:32:33.251014 | fa163e4f-2491-a7d0-3b31-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-09 14:32:33.252819 | fa163e4f-2491-a7d0-3b31-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:46.882092 | 0.57s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:32:33.323831 | fa163e4f-2491-a7d0-3b31-0000000000f0 | TIMING | include_tasks | standalone | 0:26:46.953104 | 0.04s 2025-10-09 14:32:33.442985 | 540a496d-a58f-429b-82f6-3dd5292b75b1 | INCLUDED | /root/standalone-ansible-h0ecxvss/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-09 14:32:33.486413 | fa163e4f-2491-a7d0-3b31-000000004eef | TASK | Gather variables for each operating system 2025-10-09 14:32:33.632056 | fa163e4f-2491-a7d0-3b31-000000004eef | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:47.261307 | 0.14s 2025-10-09 14:32:33.669275 | fa163e4f-2491-a7d0-3b31-000000004ef0 | TASK | Detect if resource is being created or already exists 2025-10-09 14:32:34.544120 | fa163e4f-2491-a7d0-3b31-000000004ef0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 14:32:34.546096 | fa163e4f-2491-a7d0-3b31-000000004ef0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:48.175363 | 0.87s 2025-10-09 14:32:34.580868 | fa163e4f-2491-a7d0-3b31-000000004ef1 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-09 14:32:58.587589 | fa163e4f-2491-a7d0-3b31-000000004ef1 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-09 14:32:58.589309 | fa163e4f-2491-a7d0-3b31-000000004ef1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:27:12.218579 | 24.01s 2025-10-09 14:32:58.623950 | fa163e4f-2491-a7d0-3b31-000000004ef2 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-09 14:32:58.917410 | fa163e4f-2491-a7d0-3b31-000000004ef2 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-09 14:32:58.918725 | fa163e4f-2491-a7d0-3b31-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:12.547999 | 0.29s 2025-10-09 14:32:58.943872 | fa163e4f-2491-a7d0-3b31-000000004ef3 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 14:32:59.405961 | fa163e4f-2491-a7d0-3b31-000000004ef3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 14:32:59.407997 | fa163e4f-2491-a7d0-3b31-000000004ef3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:13.037273 | 0.46s 2025-10-09 14:32:59.435551 | fa163e4f-2491-a7d0-3b31-000000004ef4 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-09 14:32:59.659907 | fa163e4f-2491-a7d0-3b31-000000004ef4 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-09 14:32:59.660689 | fa163e4f-2491-a7d0-3b31-000000004ef4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:27:13.289970 | 0.22s 2025-10-09 14:32:59.682870 | fa163e4f-2491-a7d0-3b31-000000004ef6 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-09 14:32:59.721048 | fa163e4f-2491-a7d0-3b31-000000004ef6 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-09 14:32:59.721986 | fa163e4f-2491-a7d0-3b31-000000004ef6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:27:13.351266 | 0.04s 2025-10-09 14:32:59.746475 | fa163e4f-2491-a7d0-3b31-000000004ef7 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-09 14:32:59.790985 | fa163e4f-2491-a7d0-3b31-000000004ef7 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-09 14:32:59.791786 | fa163e4f-2491-a7d0-3b31-000000004ef7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:27:13.421067 | 0.04s 2025-10-09 14:32:59.812582 | fa163e4f-2491-a7d0-3b31-000000004ef8 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-09 14:32:59.850553 | fa163e4f-2491-a7d0-3b31-000000004ef8 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-09 14:32:59.851636 | fa163e4f-2491-a7d0-3b31-000000004ef8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:27:13.480911 | 0.04s 2025-10-09 14:32:59.876197 | fa163e4f-2491-a7d0-3b31-000000004ef9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 14:32:59.937548 | fa163e4f-2491-a7d0-3b31-000000004ef9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 14:32:59.938478 | fa163e4f-2491-a7d0-3b31-000000004ef9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:13.567758 | 0.06s 2025-10-09 14:32:59.961050 | fa163e4f-2491-a7d0-3b31-000000004efa | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-09 14:32:59.989902 | fa163e4f-2491-a7d0-3b31-000000004efa | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-09 14:32:59.990672 | fa163e4f-2491-a7d0-3b31-000000004efa | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:27:13.619952 | 0.03s 2025-10-09 14:33:00.028340 | fa163e4f-2491-a7d0-3b31-000000004f1b | TASK | Gather variables for each operating system 2025-10-09 14:33:00.150416 | fa163e4f-2491-a7d0-3b31-000000004f1b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:13.779648 | 0.12s 2025-10-09 14:33:00.181624 | fa163e4f-2491-a7d0-3b31-000000004f1c | TASK | Detect if resource is being created or already exists 2025-10-09 14:33:00.983676 | fa163e4f-2491-a7d0-3b31-000000004f1c | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 14:33:00.984731 | fa163e4f-2491-a7d0-3b31-000000004f1c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:14.614009 | 0.80s 2025-10-09 14:33:01.011651 | fa163e4f-2491-a7d0-3b31-000000004f1d | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-09 14:33:23.984542 | fa163e4f-2491-a7d0-3b31-000000004f1d | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-09 14:33:23.985596 | fa163e4f-2491-a7d0-3b31-000000004f1d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:37.614878 | 22.97s 2025-10-09 14:33:24.006499 | fa163e4f-2491-a7d0-3b31-000000004f1e | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-09 14:33:24.270099 | fa163e4f-2491-a7d0-3b31-000000004f1e | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-09 14:33:24.271783 | fa163e4f-2491-a7d0-3b31-000000004f1e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:37.901055 | 0.26s 2025-10-09 14:33:24.302566 | fa163e4f-2491-a7d0-3b31-000000004f1f | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 14:33:24.825496 | fa163e4f-2491-a7d0-3b31-000000004f1f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 14:33:24.826815 | fa163e4f-2491-a7d0-3b31-000000004f1f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:38.456085 | 0.52s 2025-10-09 14:33:24.859506 | fa163e4f-2491-a7d0-3b31-000000004f20 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-09 14:33:25.114847 | fa163e4f-2491-a7d0-3b31-000000004f20 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-09 14:33:25.116187 | fa163e4f-2491-a7d0-3b31-000000004f20 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:38.745456 | 0.26s 2025-10-09 14:33:25.149170 | fa163e4f-2491-a7d0-3b31-000000004f22 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-09 14:33:25.212563 | fa163e4f-2491-a7d0-3b31-000000004f22 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-09 14:33:25.213878 | fa163e4f-2491-a7d0-3b31-000000004f22 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:38.843148 | 0.06s 2025-10-09 14:33:25.246958 | fa163e4f-2491-a7d0-3b31-000000004f23 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-09 14:33:25.302018 | fa163e4f-2491-a7d0-3b31-000000004f23 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-09 14:33:25.303420 | fa163e4f-2491-a7d0-3b31-000000004f23 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:38.932688 | 0.05s 2025-10-09 14:33:25.339523 | fa163e4f-2491-a7d0-3b31-000000004f24 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-09 14:33:25.391088 | fa163e4f-2491-a7d0-3b31-000000004f24 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-09 14:33:25.392732 | fa163e4f-2491-a7d0-3b31-000000004f24 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:39.022000 | 0.05s 2025-10-09 14:33:25.428281 | fa163e4f-2491-a7d0-3b31-000000004f25 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 14:33:25.496116 | fa163e4f-2491-a7d0-3b31-000000004f25 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 14:33:25.497015 | fa163e4f-2491-a7d0-3b31-000000004f25 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:39.126292 | 0.07s 2025-10-09 14:33:25.521670 | fa163e4f-2491-a7d0-3b31-000000004f26 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-09 14:33:25.582016 | fa163e4f-2491-a7d0-3b31-000000004f26 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-09 14:33:25.582851 | fa163e4f-2491-a7d0-3b31-000000004f26 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:39.212131 | 0.06s 2025-10-09 14:33:25.629016 | fa163e4f-2491-a7d0-3b31-000000004f47 | TASK | Gather variables for each operating system 2025-10-09 14:33:25.753736 | fa163e4f-2491-a7d0-3b31-000000004f47 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:39.382946 | 0.12s 2025-10-09 14:33:25.787258 | fa163e4f-2491-a7d0-3b31-000000004f48 | TASK | Detect if resource is being created or already exists 2025-10-09 14:33:26.550989 | fa163e4f-2491-a7d0-3b31-000000004f48 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 14:33:26.552765 | fa163e4f-2491-a7d0-3b31-000000004f48 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:40.182034 | 0.76s 2025-10-09 14:33:26.585445 | fa163e4f-2491-a7d0-3b31-000000004f49 | TASK | Run init bundle puppet on the host for manila_share 2025-10-09 14:33:50.894980 | fa163e4f-2491-a7d0-3b31-000000004f49 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-09 14:33:50.897230 | fa163e4f-2491-a7d0-3b31-000000004f49 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:28:04.526506 | 24.31s 2025-10-09 14:33:50.921135 | fa163e4f-2491-a7d0-3b31-000000004f4a | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-09 14:33:51.181173 | fa163e4f-2491-a7d0-3b31-000000004f4a | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-09 14:33:51.181983 | fa163e4f-2491-a7d0-3b31-000000004f4a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:28:04.811265 | 0.26s 2025-10-09 14:33:51.201869 | fa163e4f-2491-a7d0-3b31-000000004f4b | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 14:33:51.622577 | fa163e4f-2491-a7d0-3b31-000000004f4b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 14:33:51.626843 | fa163e4f-2491-a7d0-3b31-000000004f4b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:05.256107 | 0.42s 2025-10-09 14:33:51.672677 | fa163e4f-2491-a7d0-3b31-000000004f4c | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-09 14:33:51.879880 | fa163e4f-2491-a7d0-3b31-000000004f4c | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-09 14:33:51.881008 | fa163e4f-2491-a7d0-3b31-000000004f4c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:28:05.510283 | 0.20s 2025-10-09 14:33:51.908487 | fa163e4f-2491-a7d0-3b31-000000004f4e | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-09 14:33:51.939780 | fa163e4f-2491-a7d0-3b31-000000004f4e | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-09 14:33:51.940815 | fa163e4f-2491-a7d0-3b31-000000004f4e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:28:05.570090 | 0.03s 2025-10-09 14:33:51.966448 | fa163e4f-2491-a7d0-3b31-000000004f4f | TASK | Get container image tag from bundle openstack-manila-share 2025-10-09 14:33:52.015895 | fa163e4f-2491-a7d0-3b31-000000004f4f | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-09 14:33:52.016935 | fa163e4f-2491-a7d0-3b31-000000004f4f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:28:05.646211 | 0.05s 2025-10-09 14:33:52.042121 | fa163e4f-2491-a7d0-3b31-000000004f50 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-09 14:33:52.081612 | fa163e4f-2491-a7d0-3b31-000000004f50 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-09 14:33:52.082742 | fa163e4f-2491-a7d0-3b31-000000004f50 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:28:05.712017 | 0.04s 2025-10-09 14:33:52.112152 | fa163e4f-2491-a7d0-3b31-000000004f51 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 14:33:52.143777 | fa163e4f-2491-a7d0-3b31-000000004f51 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 14:33:52.145007 | fa163e4f-2491-a7d0-3b31-000000004f51 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:05.774282 | 0.03s 2025-10-09 14:33:52.178717 | fa163e4f-2491-a7d0-3b31-000000004f52 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-09 14:33:52.218569 | fa163e4f-2491-a7d0-3b31-000000004f52 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-09 14:33:52.219642 | fa163e4f-2491-a7d0-3b31-000000004f52 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:28:05.848913 | 0.04s 2025-10-09 14:33:52.269655 | fa163e4f-2491-a7d0-3b31-000000004f73 | TASK | Run kolla_set_configs to copy ring files 2025-10-09 14:33:52.715731 | fa163e4f-2491-a7d0-3b31-000000004f73 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-09 14:33:52.718316 | fa163e4f-2491-a7d0-3b31-000000004f73 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:06.347583 | 0.45s 2025-10-09 14:33:52.727233 | fa163e4f-2491-a7d0-3b31-000000004f73 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:06.356515 | 0.46s 2025-10-09 14:33:52.750885 | fa163e4f-2491-a7d0-3b31-000000004f74 | TASK | Run kolla_set_configs to copy ring files 2025-10-09 14:33:53.076399 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-09 14:33:53.078388 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:06.707625 | 0.33s 2025-10-09 14:33:53.470115 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-09 14:33:53.472076 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:07.101351 | 0.72s 2025-10-09 14:33:53.766735 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-09 14:33:53.768692 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:07.397967 | 1.02s 2025-10-09 14:33:54.254751 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-09 14:33:54.256905 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:07.886178 | 1.50s 2025-10-09 14:33:54.553903 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-09 14:33:54.554968 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:08.184244 | 1.80s 2025-10-09 14:33:54.799913 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-09 14:33:54.800896 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:08.430173 | 2.05s 2025-10-09 14:33:55.223151 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-09 14:33:55.225494 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:08.854759 | 2.47s 2025-10-09 14:33:55.656209 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-09 14:33:55.658228 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:09.287500 | 2.91s 2025-10-09 14:33:55.922136 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-09 14:33:55.922876 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:09.552158 | 3.17s 2025-10-09 14:33:56.311099 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-09 14:33:56.312745 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:09.942022 | 3.56s 2025-10-09 14:33:56.607875 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-09 14:33:56.608906 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:10.238190 | 3.86s 2025-10-09 14:33:57.043301 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-09 14:33:57.045013 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:10.674289 | 4.29s 2025-10-09 14:33:57.460604 | fa163e4f-2491-a7d0-3b31-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-09 14:33:57.462269 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:11.091547 | 4.71s 2025-10-09 14:33:57.474601 | fa163e4f-2491-a7d0-3b31-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:11.103873 | 4.72s 2025-10-09 14:33:57.502032 | fa163e4f-2491-a7d0-3b31-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-09 14:33:57.730083 | fa163e4f-2491-a7d0-3b31-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-09 14:33:57.731151 | fa163e4f-2491-a7d0-3b31-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:28:11.360430 | 0.23s 2025-10-09 14:33:57.845329 | fa163e4f-2491-a7d0-3b31-0000000000f3 | TIMING | include_tasks | standalone | 0:28:11.474597 | 0.09s 2025-10-09 14:33:57.867808 | 8fdd8bdf-469f-404c-aae6-7070bcbc67cb | INCLUDED | /root/standalone-ansible-h0ecxvss/common_deploy_steps_tasks.yaml | standalone 2025-10-09 14:33:57.892546 | fa163e4f-2491-a7d0-3b31-000000004ff1 | TASK | Write the config_step hieradata 2025-10-09 14:33:58.390584 | fa163e4f-2491-a7d0-3b31-000000004ff1 | OK | Write the config_step hieradata | standalone 2025-10-09 14:33:58.391992 | fa163e4f-2491-a7d0-3b31-000000004ff1 | TIMING | Write the config_step hieradata | standalone | 0:28:12.021261 | 0.50s 2025-10-09 14:33:58.424739 | fa163e4f-2491-a7d0-3b31-000000004ff2 | TASK | Run puppet host configuration for step 5 2025-10-09 14:33:58.703110 | fa163e4f-2491-a7d0-3b31-000000004ff2 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-09 14:33:58.704584 | fa163e4f-2491-a7d0-3b31-000000004ff2 | TIMING | Run puppet host configuration for step 5 | standalone | 0:28:12.333857 | 0.28s 2025-10-09 14:33:58.737032 | fa163e4f-2491-a7d0-3b31-000000004ff3 | TASK | Wait for puppet host configuration to finish 2025-10-09 14:33:58.997680 | fa163e4f-2491-a7d0-3b31-000000004ff3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-09 14:34:09.189323 | fa163e4f-2491-a7d0-3b31-000000004ff3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-09 14:34:19.448941 | fa163e4f-2491-a7d0-3b31-000000004ff3 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-09 14:34:19.451190 | fa163e4f-2491-a7d0-3b31-000000004ff3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:33.080466 | 20.71s 2025-10-09 14:34:19.476128 | fa163e4f-2491-a7d0-3b31-000000004ff4 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-09 14:34:19.539819 | fa163e4f-2491-a7d0-3b31-000000004ff4 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 9 14:33:58 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 9 14:34:04 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 9 14:34:04 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 9 14:34:04 puppet-user: (file & line not available)", "<13>Oct 9 14:34:04 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 9 14:34:04 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 9 14:34:04 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 9 14:34:04 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 9 14:34:04 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 9 14:34:04 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 9 14:34:04 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 9 14:34:04 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 9 14:34:04 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 9 14:34:04 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 9 14:34:04 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 9 14:34:04 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.55 seconds", "<13>Oct 9 14:34:09 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 9 14:34:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 9 14:34:13 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 9 14:34:13 puppet-user: Notice: Applied catalog in 8.72 seconds", "<13>Oct 9 14:34:13 puppet-user: Application:", "<13>Oct 9 14:34:13 puppet-user: Initial environment: production", "<13>Oct 9 14:34:13 puppet-user: Converged environment: production", "<13>Oct 9 14:34:13 puppet-user: Run mode: user", "<13>Oct 9 14:34:13 puppet-user: Changes:", "<13>Oct 9 14:34:13 puppet-user: Total: 2", "<13>Oct 9 14:34:13 puppet-user: Events:", "<13>Oct 9 14:34:13 puppet-user: Success: 2", "<13>Oct 9 14:34:13 puppet-user: Resources:", "<13>Oct 9 14:34:13 puppet-user: Changed: 2", "<13>Oct 9 14:34:13 puppet-user: Out of sync: 2", "<13>Oct 9 14:34:13 puppet-user: Total: 37", "<13>Oct 9 14:34:13 puppet-user: Time:", "<13>Oct 9 14:34:13 puppet-user: Schedule: 0.00", "<13>Oct 9 14:34:13 puppet-user: File line: 0.00", "<13>Oct 9 14:34:13 puppet-user: Package: 0.00", "<13>Oct 9 14:34:13 puppet-user: User: 0.01", "<13>Oct 9 14:34:13 puppet-user: Augeas: 0.01", "<13>Oct 9 14:34:13 puppet-user: File: 0.09", "<13>Oct 9 14:34:13 puppet-user: Service: 0.15", "<13>Oct 9 14:34:13 puppet-user: Config retrieval: 0.70", "<13>Oct 9 14:34:13 puppet-user: Pcmk property: 1.72", "<13>Oct 9 14:34:13 puppet-user: Exec: 1.90", "<13>Oct 9 14:34:13 puppet-user: Last run: 1760020453", "<13>Oct 9 14:34:13 puppet-user: Pcmk resource default: 2.24", "<13>Oct 9 14:34:13 puppet-user: Pcmk resource op default: 2.39", "<13>Oct 9 14:34:13 puppet-user: Transaction evaluation: 8.66", "<13>Oct 9 14:34:13 puppet-user: Filebucket: 0.00", "<13>Oct 9 14:34:13 puppet-user: Catalog application: 8.72", "<13>Oct 9 14:34:13 puppet-user: Total: 8.74", "<13>Oct 9 14:34:13 puppet-user: Version:", "<13>Oct 9 14:34:13 puppet-user: Config: 1760020444", "<13>Oct 9 14:34:13 puppet-user: Puppet: 7.10.0" ] } 2025-10-09 14:34:19.543587 | fa163e4f-2491-a7d0-3b31-000000004ff4 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:33.172844 | 0.07s 2025-10-09 14:34:19.577268 | fa163e4f-2491-a7d0-3b31-000000004ff5 | TASK | Pre-cache facts for puppet containers 2025-10-09 14:34:19.608325 | fa163e4f-2491-a7d0-3b31-000000004ff5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:33.237590 | 0.03s 2025-10-09 14:34:19.685431 | fa163e4f-2491-a7d0-3b31-000000005034 | TASK | Gather variables for each operating system 2025-10-09 14:34:19.829719 | fa163e4f-2491-a7d0-3b31-000000005034 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:33.458978 | 0.14s 2025-10-09 14:34:19.855817 | fa163e4f-2491-a7d0-3b31-000000005035 | TASK | Create puppet caching structures 2025-10-09 14:34:20.128382 | fa163e4f-2491-a7d0-3b31-000000005035 | CHANGED | Create puppet caching structures | standalone 2025-10-09 14:34:20.131677 | fa163e4f-2491-a7d0-3b31-000000005035 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:33.760944 | 0.27s 2025-10-09 14:34:20.165747 | fa163e4f-2491-a7d0-3b31-000000005036 | TASK | Check for facter.conf 2025-10-09 14:34:20.442020 | fa163e4f-2491-a7d0-3b31-000000005036 | OK | Check for facter.conf | standalone 2025-10-09 14:34:20.444771 | fa163e4f-2491-a7d0-3b31-000000005036 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:34.074039 | 0.28s 2025-10-09 14:34:20.466139 | fa163e4f-2491-a7d0-3b31-000000005037 | TASK | Remove facter.conf if directory 2025-10-09 14:34:20.517189 | fa163e4f-2491-a7d0-3b31-000000005037 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-09 14:34:20.519055 | fa163e4f-2491-a7d0-3b31-000000005037 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:34.148315 | 0.05s 2025-10-09 14:34:20.552892 | fa163e4f-2491-a7d0-3b31-000000005038 | TASK | Write facter cache config 2025-10-09 14:34:21.113743 | fa163e4f-2491-a7d0-3b31-000000005038 | CHANGED | Write facter cache config | standalone 2025-10-09 14:34:21.116114 | fa163e4f-2491-a7d0-3b31-000000005038 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:34.745151 | 0.56s 2025-10-09 14:34:21.155044 | fa163e4f-2491-a7d0-3b31-000000005039 | TASK | Cleanup facter cache if exists 2025-10-09 14:34:21.401803 | fa163e4f-2491-a7d0-3b31-000000005039 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-09 14:34:21.403685 | fa163e4f-2491-a7d0-3b31-000000005039 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:35.032954 | 0.25s 2025-10-09 14:34:21.436289 | fa163e4f-2491-a7d0-3b31-00000000503a | TASK | Pre-cache facts 2025-10-09 14:34:22.085557 | fa163e4f-2491-a7d0-3b31-00000000503a | CHANGED | Pre-cache facts | standalone 2025-10-09 14:34:22.087388 | fa163e4f-2491-a7d0-3b31-00000000503a | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:35.716616 | 0.65s 2025-10-09 14:34:22.131275 | fa163e4f-2491-a7d0-3b31-00000000503b | TASK | Failed deployment if facter fails 2025-10-09 14:34:22.169812 | fa163e4f-2491-a7d0-3b31-00000000503b | SKIPPED | Failed deployment if facter fails | standalone 2025-10-09 14:34:22.171707 | fa163e4f-2491-a7d0-3b31-00000000503b | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:35.800973 | 0.04s 2025-10-09 14:34:22.223595 | fa163e4f-2491-a7d0-3b31-00000000503c | TASK | Sync cached facts 2025-10-09 14:34:22.563500 | fa163e4f-2491-a7d0-3b31-00000000503c | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e4f-2491-a7d0-3b31-00000000503c') missing from stats 2025-10-09 14:34:22.619970 | fa163e4f-2491-a7d0-3b31-000000004ff6 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-09 14:34:22.679046 | fa163e4f-2491-a7d0-3b31-000000004ff6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-09 14:34:22.680573 | fa163e4f-2491-a7d0-3b31-000000004ff6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:36.309846 | 0.06s 2025-10-09 14:34:22.715188 | fa163e4f-2491-a7d0-3b31-000000004ff8 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-09 14:34:22.747685 | fa163e4f-2491-a7d0-3b31-000000004ff8 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:36.376940 | 0.03s 2025-10-09 14:34:22.800821 | fa163e4f-2491-a7d0-3b31-000000005093 | TASK | Gather variables for each operating system 2025-10-09 14:34:22.896170 | fa163e4f-2491-a7d0-3b31-000000005093 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:36.525412 | 0.09s 2025-10-09 14:34:22.934292 | fa163e4f-2491-a7d0-3b31-000000005094 | TASK | Create container logs path 2025-10-09 14:34:23.220636 | fa163e4f-2491-a7d0-3b31-000000005094 | OK | Create container logs path | standalone 2025-10-09 14:34:23.222253 | fa163e4f-2491-a7d0-3b31-000000005094 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:36.851523 | 0.28s 2025-10-09 14:34:23.258167 | fa163e4f-2491-a7d0-3b31-000000005096 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-09 14:34:23.508958 | fa163e4f-2491-a7d0-3b31-000000005096 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-09 14:34:23.509948 | fa163e4f-2491-a7d0-3b31-000000005096 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:37.139227 | 0.25s 2025-10-09 14:34:23.531649 | fa163e4f-2491-a7d0-3b31-000000005097 | TASK | Finalise hashes for all containers 2025-10-09 14:34:23.586439 | fa163e4f-2491-a7d0-3b31-000000005097 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:34:23.588010 | fa163e4f-2491-a7d0-3b31-000000005097 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:37.217278 | 0.05s 2025-10-09 14:34:23.619674 | fa163e4f-2491-a7d0-3b31-000000005099 | TASK | Manage systemd shutdown files 2025-10-09 14:34:23.651136 | fa163e4f-2491-a7d0-3b31-000000005099 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:37.280402 | 0.03s 2025-10-09 14:34:23.676451 | 7f36433f-d982-4950-9b60-ce4f4b8403db | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-09 14:34:23.712680 | fa163e4f-2491-a7d0-3b31-0000000050cc | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-09 14:34:24.000724 | fa163e4f-2491-a7d0-3b31-0000000050cc | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-09 14:34:24.001985 | fa163e4f-2491-a7d0-3b31-0000000050cc | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:37.631262 | 0.29s 2025-10-09 14:34:24.027456 | fa163e4f-2491-a7d0-3b31-0000000050cd | TASK | Set podman_drop_in fact 2025-10-09 14:34:24.079421 | fa163e4f-2491-a7d0-3b31-0000000050cd | OK | Set podman_drop_in fact | standalone 2025-10-09 14:34:24.080522 | fa163e4f-2491-a7d0-3b31-0000000050cd | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:37.709800 | 0.05s 2025-10-09 14:34:24.105244 | fa163e4f-2491-a7d0-3b31-0000000050cf | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-09 14:34:24.665976 | fa163e4f-2491-a7d0-3b31-0000000050cf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-09 14:34:24.668887 | fa163e4f-2491-a7d0-3b31-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:38.298151 | 0.56s 2025-10-09 14:34:25.180205 | fa163e4f-2491-a7d0-3b31-0000000050cf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-09 14:34:25.182901 | fa163e4f-2491-a7d0-3b31-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:38.812174 | 1.07s 2025-10-09 14:34:25.197311 | fa163e4f-2491-a7d0-3b31-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:38.826578 | 1.09s 2025-10-09 14:34:25.228137 | fa163e4f-2491-a7d0-3b31-0000000050d0 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-09 14:34:25.763725 | fa163e4f-2491-a7d0-3b31-0000000050d0 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-09 14:34:25.765017 | fa163e4f-2491-a7d0-3b31-0000000050d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:39.394298 | 0.53s 2025-10-09 14:34:25.784705 | fa163e4f-2491-a7d0-3b31-0000000050d1 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-09 14:34:26.281459 | fa163e4f-2491-a7d0-3b31-0000000050d1 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-09 14:34:26.282600 | fa163e4f-2491-a7d0-3b31-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:39.911877 | 0.50s 2025-10-09 14:34:26.307069 | fa163e4f-2491-a7d0-3b31-0000000050d2 | TASK | Enable and start tripleo-container-shutdown 2025-10-09 14:34:27.312134 | fa163e4f-2491-a7d0-3b31-0000000050d2 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-09 14:34:27.314322 | fa163e4f-2491-a7d0-3b31-0000000050d2 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:40.943589 | 1.01s 2025-10-09 14:34:27.347776 | fa163e4f-2491-a7d0-3b31-0000000050d3 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-09 14:34:27.895138 | fa163e4f-2491-a7d0-3b31-0000000050d3 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-09 14:34:27.896571 | fa163e4f-2491-a7d0-3b31-0000000050d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:41.525841 | 0.55s 2025-10-09 14:34:27.927137 | fa163e4f-2491-a7d0-3b31-0000000050d4 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-09 14:34:28.428882 | fa163e4f-2491-a7d0-3b31-0000000050d4 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-09 14:34:28.430192 | fa163e4f-2491-a7d0-3b31-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:42.059464 | 0.50s 2025-10-09 14:34:28.460009 | fa163e4f-2491-a7d0-3b31-0000000050d5 | TASK | Enable and start netns-placeholder 2025-10-09 14:34:29.592266 | fa163e4f-2491-a7d0-3b31-0000000050d5 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-09 14:34:29.594027 | fa163e4f-2491-a7d0-3b31-0000000050d5 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:43.223301 | 1.13s 2025-10-09 14:34:29.619172 | fa163e4f-2491-a7d0-3b31-00000000509b | TASK | Update container configs with new config hashes 2025-10-09 14:34:29.667260 | fa163e4f-2491-a7d0-3b31-00000000509b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:43.296534 | 0.05s 2025-10-09 14:34:29.679156 | 506e9543-b150-440d-bdf5-1f521ae28ad6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-09 14:34:29.701604 | fa163e4f-2491-a7d0-3b31-0000000050fd | TASK | Update config hashes for container startup configs 2025-10-09 14:34:29.977939 | fa163e4f-2491-a7d0-3b31-0000000050fd | OK | Update config hashes for container startup configs | standalone 2025-10-09 14:34:29.979780 | fa163e4f-2491-a7d0-3b31-0000000050fd | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:43.609038 | 0.28s 2025-10-09 14:34:30.008990 | fa163e4f-2491-a7d0-3b31-00000000509c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-09 14:34:30.050044 | fa163e4f-2491-a7d0-3b31-00000000509c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:43.679302 | 0.04s 2025-10-09 14:34:30.067775 | af07e0cf-bcfc-4563-97c5-b97e8b07ea65 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 14:34:30.101520 | fa163e4f-2491-a7d0-3b31-00000000511c | TASK | Gather podman infos 2025-10-09 14:34:32.451350 | fa163e4f-2491-a7d0-3b31-00000000511c | OK | Gather podman infos | standalone 2025-10-09 14:34:32.453337 | fa163e4f-2491-a7d0-3b31-00000000511c | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:46.082611 | 2.35s 2025-10-09 14:34:32.604140 | fa163e4f-2491-a7d0-3b31-00000000511d | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-09 14:34:32.693128 | fa163e4f-2491-a7d0-3b31-00000000511d | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:46.322389 | 0.08s 2025-10-09 14:34:32.905618 | fa163e4f-2491-a7d0-3b31-000000005166 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:46.534878 | 0.15s 2025-10-09 14:34:32.974197 | fa163e4f-2491-a7d0-3b31-00000000509d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-09 14:34:33.043109 | fa163e4f-2491-a7d0-3b31-00000000509d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:46.672380 | 0.07s 2025-10-09 14:34:33.062155 | f5e24c04-5000-4019-9e27-c1304fdcf1a8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 14:34:33.096708 | fa163e4f-2491-a7d0-3b31-00000000518c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-09 14:34:59.017209 | fa163e4f-2491-a7d0-3b31-00000000518c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-09 14:34:59.019853 | fa163e4f-2491-a7d0-3b31-00000000518c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:12.649119 | 25.92s 2025-10-09 14:34:59.053761 | fa163e4f-2491-a7d0-3b31-00000000518d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-09 14:35:24.986186 | fa163e4f-2491-a7d0-3b31-00000000518d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-09 14:35:24.987167 | fa163e4f-2491-a7d0-3b31-00000000518d | 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:38.616450 | 25.93s 2025-10-09 14:35:25.039016 | fa163e4f-2491-a7d0-3b31-000000004ffa | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-09 14:35:25.232873 | fa163e4f-2491-a7d0-3b31-000000004ffa | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-09 14:35:25.233733 | fa163e4f-2491-a7d0-3b31-000000004ffa | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:38.863013 | 0.19s 2025-10-09 14:35:25.263115 | fa163e4f-2491-a7d0-3b31-000000004ffb | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-09 14:35:25.312325 | fa163e4f-2491-a7d0-3b31-000000004ffb | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:38.941591 | 0.05s 2025-10-09 14:35:25.341136 | fa163e4f-2491-a7d0-3b31-000000004ffc | TASK | Include container-puppet tasks for step 5 2025-10-09 14:35:25.384379 | fa163e4f-2491-a7d0-3b31-000000004ffc | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:39.013621 | 0.04s 2025-10-09 14:35:25.411894 | 1d130299-52db-442e-bccb-dd8906818020 | INCLUDED | /root/standalone-ansible-h0ecxvss/host-container-puppet-tasks.yaml | standalone 2025-10-09 14:35:25.460686 | fa163e4f-2491-a7d0-3b31-0000000051d8 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-09 14:35:26.000905 | fa163e4f-2491-a7d0-3b31-0000000051d8 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-09 14:35:26.002104 | fa163e4f-2491-a7d0-3b31-0000000051d8 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:39.631380 | 0.54s 2025-10-09 14:35:26.026128 | fa163e4f-2491-a7d0-3b31-0000000051da | TASK | Generate container puppet configs for step 5 2025-10-09 14:35:26.358935 | fa163e4f-2491-a7d0-3b31-0000000051da | OK | Generate container puppet configs for step 5 | standalone 2025-10-09 14:35:26.360460 | fa163e4f-2491-a7d0-3b31-0000000051da | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:39.989726 | 0.33s 2025-10-09 14:35:26.393013 | fa163e4f-2491-a7d0-3b31-0000000051db | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-09 14:35:26.424894 | fa163e4f-2491-a7d0-3b31-0000000051db | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:40.054155 | 0.03s 2025-10-09 14:35:26.495748 | fa163e4f-2491-a7d0-3b31-00000000520a | TASK | Gather variables for each operating system 2025-10-09 14:35:26.632369 | fa163e4f-2491-a7d0-3b31-00000000520a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:40.261616 | 0.14s 2025-10-09 14:35:26.658970 | fa163e4f-2491-a7d0-3b31-00000000520b | TASK | Create container logs path 2025-10-09 14:35:26.929756 | fa163e4f-2491-a7d0-3b31-00000000520b | OK | Create container logs path | standalone 2025-10-09 14:35:26.930739 | fa163e4f-2491-a7d0-3b31-00000000520b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:40.560019 | 0.27s 2025-10-09 14:35:26.956053 | fa163e4f-2491-a7d0-3b31-00000000520d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-09 14:35:27.178994 | fa163e4f-2491-a7d0-3b31-00000000520d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-09 14:35:27.179787 | fa163e4f-2491-a7d0-3b31-00000000520d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:40.809067 | 0.22s 2025-10-09 14:35:27.200186 | fa163e4f-2491-a7d0-3b31-00000000520e | TASK | Finalise hashes for all containers 2025-10-09 14:35:27.249200 | fa163e4f-2491-a7d0-3b31-00000000520e | OK | Finalise hashes for all containers | standalone 2025-10-09 14:35:27.250241 | fa163e4f-2491-a7d0-3b31-00000000520e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:40.879515 | 0.05s 2025-10-09 14:35:27.270716 | fa163e4f-2491-a7d0-3b31-000000005210 | TASK | Manage systemd shutdown files 2025-10-09 14:35:27.302819 | fa163e4f-2491-a7d0-3b31-000000005210 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 14:35:27.303797 | fa163e4f-2491-a7d0-3b31-000000005210 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:40.933073 | 0.03s 2025-10-09 14:35:27.328791 | fa163e4f-2491-a7d0-3b31-000000005212 | TASK | Update container configs with new config hashes 2025-10-09 14:35:27.368167 | fa163e4f-2491-a7d0-3b31-000000005212 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 14:35:27.369137 | fa163e4f-2491-a7d0-3b31-000000005212 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:40.998416 | 0.04s 2025-10-09 14:35:27.391597 | fa163e4f-2491-a7d0-3b31-000000005213 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-09 14:35:27.428628 | fa163e4f-2491-a7d0-3b31-000000005213 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-09 14:35:27.429509 | fa163e4f-2491-a7d0-3b31-000000005213 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:41.058789 | 0.04s 2025-10-09 14:35:27.451418 | fa163e4f-2491-a7d0-3b31-000000005214 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-09 14:35:27.488898 | fa163e4f-2491-a7d0-3b31-000000005214 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-09 14:35:27.489812 | fa163e4f-2491-a7d0-3b31-000000005214 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:41.119090 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-10-09 14:35:27.644015 | fa163e4f-2491-a7d0-3b31-0000000000f7 | TASK | Server Post Deployments 2025-10-09 14:35:27.673378 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000f7') missing from stats 2025-10-09 14:35:27.746606 | fa163e4f-2491-a7d0-3b31-0000000000f8 | TIMING | include_tasks | standalone | 0:29:41.375862 | 0.05s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-09 14:35:27.887074 | fa163e4f-2491-a7d0-3b31-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-09 14:35:27.914858 | fa163e4f-2491-a7d0-3b31-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', 'fa163e4f-2491-a7d0-3b31-0000000000fc') missing from stats 2025-10-09 14:35:27.932275 | fa163e4f-2491-a7d0-3b31-000000000100 | TASK | is additonal Cell? 2025-10-09 14:35:27.970629 | fa163e4f-2491-a7d0-3b31-000000000100 | OK | is additonal Cell? | undercloud 2025-10-09 14:35:27.971999 | fa163e4f-2491-a7d0-3b31-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:41.601269 | 0.04s 2025-10-09 14:35:27.988093 | fa163e4f-2491-a7d0-3b31-000000000102 | TASK | discover via nova_manager? 2025-10-09 14:35:28.065855 | fa163e4f-2491-a7d0-3b31-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-09 14:35:28.067417 | fa163e4f-2491-a7d0-3b31-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:41.696682 | 0.08s 2025-10-09 14:35:28.082715 | fa163e4f-2491-a7d0-3b31-000000000103 | TASK | discover via nova_api? 2025-10-09 14:35:28.156048 | fa163e4f-2491-a7d0-3b31-000000000103 | OK | discover via nova_api? | undercloud 2025-10-09 14:35:28.157674 | fa163e4f-2491-a7d0-3b31-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:41.786948 | 0.07s 2025-10-09 14:35:28.173253 | fa163e4f-2491-a7d0-3b31-000000000104 | TASK | Warn if no discovery host available 2025-10-09 14:35:28.210678 | fa163e4f-2491-a7d0-3b31-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-09 14:35:28.211722 | fa163e4f-2491-a7d0-3b31-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:41.840991 | 0.04s 2025-10-09 14:35:28.241424 | fa163e4f-2491-a7d0-3b31-000000000105 | TASK | Discovering nova hosts 2025-10-09 14:35:31.294765 | fa163e4f-2491-a7d0-3b31-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e4f-2491-a7d0-3b31-000000000105') missing from stats 2025-10-09 14:35:31.358844 | fa163e4f-2491-a7d0-3b31-000000000106 | OK | set_fact | undercloud 2025-10-09 14:35:31.360205 | fa163e4f-2491-a7d0-3b31-000000000106 | TIMING | set_fact | undercloud | 0:29:44.989482 | 0.05s 2025-10-09 14:35:31.375534 | fa163e4f-2491-a7d0-3b31-000000000108 | TASK | Set up group_vars 2025-10-09 14:35:31.404118 | fa163e4f-2491-a7d0-3b31-000000000108 | OK | Set up group_vars | undercloud 2025-10-09 14:35:31.405148 | fa163e4f-2491-a7d0-3b31-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:45.034424 | 0.03s 2025-10-09 14:35:31.419825 | fa163e4f-2491-a7d0-3b31-000000000109 | TASK | Make needed directories on the undercloud 2025-10-09 14:35:31.674211 | fa163e4f-2491-a7d0-3b31-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-h0ecxvss/octavia-ansible 2025-10-09 14:35:31.675666 | fa163e4f-2491-a7d0-3b31-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:45.304940 | 0.25s 2025-10-09 14:35:31.879201 | fa163e4f-2491-a7d0-3b31-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-h0ecxvss/octavia-ansible/local_dir 2025-10-09 14:35:31.880398 | fa163e4f-2491-a7d0-3b31-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:45.509673 | 0.46s 2025-10-09 14:35:32.042178 | fa163e4f-2491-a7d0-3b31-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-h0ecxvss/octavia-ansible/group_vars 2025-10-09 14:35:32.043628 | fa163e4f-2491-a7d0-3b31-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:45.672901 | 0.62s 2025-10-09 14:35:32.054835 | fa163e4f-2491-a7d0-3b31-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:45.684089 | 0.63s 2025-10-09 14:35:32.072663 | fa163e4f-2491-a7d0-3b31-00000000010a | TASK | Write group_vars file 2025-10-09 14:35:32.550298 | fa163e4f-2491-a7d0-3b31-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-09 14:35:32.551187 | fa163e4f-2491-a7d0-3b31-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:46.180467 | 0.48s 2025-10-09 14:35:32.576103 | fa163e4f-2491-a7d0-3b31-00000000010b | TASK | Gather missing facts 2025-10-09 14:35:32.943374 | fa163e4f-2491-a7d0-3b31-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e4f-2491-a7d0-3b31-00000000010b') missing from stats 2025-10-09 14:35:32.953137 | fa163e4f-2491-a7d0-3b31-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:46.582416 | 0.38s 2025-10-09 14:35:32.967721 | fa163e4f-2491-a7d0-3b31-00000000010c | TASK | Write octavia inventory 2025-10-09 14:35:33.497939 | fa163e4f-2491-a7d0-3b31-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-09 14:35:33.498807 | fa163e4f-2491-a7d0-3b31-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:47.128087 | 0.53s 2025-10-09 14:35:33.512853 | fa163e4f-2491-a7d0-3b31-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-09 14:35:33.703593 | fa163e4f-2491-a7d0-3b31-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-09 14:35:33.704425 | fa163e4f-2491-a7d0-3b31-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:47.333702 | 0.19s 2025-10-09 14:35:33.718280 | fa163e4f-2491-a7d0-3b31-00000000010e | TASK | Set private key location 2025-10-09 14:35:33.754503 | fa163e4f-2491-a7d0-3b31-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-09 14:35:33.755477 | fa163e4f-2491-a7d0-3b31-00000000010e | TIMING | Set private key location | undercloud | 0:29:47.384756 | 0.04s 2025-10-09 14:35:33.773412 | fa163e4f-2491-a7d0-3b31-00000000010f | TASK | Configure octavia command 2025-10-09 14:35:33.814736 | fa163e4f-2491-a7d0-3b31-00000000010f | OK | Configure octavia command | undercloud 2025-10-09 14:35:33.815747 | fa163e4f-2491-a7d0-3b31-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:47.445025 | 0.04s 2025-10-09 14:35:33.857612 | fa163e4f-2491-a7d0-3b31-000000000110 | OK | set_fact | undercloud 2025-10-09 14:35:33.858454 | fa163e4f-2491-a7d0-3b31-000000000110 | TIMING | set_fact | undercloud | 0:29:47.487734 | 0.03s 2025-10-09 14:35:33.899599 | fa163e4f-2491-a7d0-3b31-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-h0ecxvss/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-h0ecxvss/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-h0ecxvss/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-09 14:35:33.900468 | fa163e4f-2491-a7d0-3b31-000000000111 | TIMING | debug | undercloud | 0:29:47.529746 | 0.03s 2025-10-09 14:35:33.915362 | fa163e4f-2491-a7d0-3b31-000000000112 | TASK | Configure octavia on overcloud 2025-10-09 14:39:33.606965 | fa163e4f-2491-a7d0-3b31-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-09 14:39:33.608787 | fa163e4f-2491-a7d0-3b31-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:47.238066 | 239.69s 2025-10-09 14:39:33.624620 | fa163e4f-2491-a7d0-3b31-000000000113 | TASK | Purge temp dirs 2025-10-09 14:39:33.860111 | fa163e4f-2491-a7d0-3b31-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-h0ecxvss/octavia-ansible/local_dir 2025-10-09 14:39:33.861047 | fa163e4f-2491-a7d0-3b31-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:47.490325 | 0.24s 2025-10-09 14:39:33.866080 | fa163e4f-2491-a7d0-3b31-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:47.495355 | 0.24s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=646 changed=315 unreachable=0 failed=0 skipped=328 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-10-09 14:39:33.926711 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 14:39:33.927235 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 14:39:33.928223 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:47.557504 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 14:39:33.929141 | UUID | Info | Host | Task Name | Run Time 2025-10-09 14:39:33.930078 | fa163e4f-2491-a7d0-3b31-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 303.92s 2025-10-09 14:39:33.931042 | fa163e4f-2491-a7d0-3b31-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 239.69s 2025-10-09 14:39:33.932063 | fa163e4f-2491-a7d0-3b31-000000004df6 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 124.50s 2025-10-09 14:39:33.933006 | fa163e4f-2491-a7d0-3b31-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.08s 2025-10-09 14:39:33.934014 | fa163e4f-2491-a7d0-3b31-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.54s 2025-10-09 14:39:33.934971 | fa163e4f-2491-a7d0-3b31-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 56.47s 2025-10-09 14:39:33.935894 | fa163e4f-2491-a7d0-3b31-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 56.08s 2025-10-09 14:39:33.936829 | fa163e4f-2491-a7d0-3b31-000000003c13 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 33.57s 2025-10-09 14:39:33.937766 | fa163e4f-2491-a7d0-3b31-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 33.41s 2025-10-09 14:39:33.938705 | fa163e4f-2491-a7d0-3b31-000000004c5a | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.98s 2025-10-09 14:39:33.939776 | fa163e4f-2491-a7d0-3b31-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.75s 2025-10-09 14:39:33.940762 | fa163e4f-2491-a7d0-3b31-00000000518d | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.93s 2025-10-09 14:39:33.941783 | fa163e4f-2491-a7d0-3b31-00000000518c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.92s 2025-10-09 14:39:33.942725 | fa163e4f-2491-a7d0-3b31-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.76s 2025-10-09 14:39:33.943687 | fa163e4f-2491-a7d0-3b31-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.62s 2025-10-09 14:39:33.944614 | fa163e4f-2491-a7d0-3b31-000000004f49 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.31s 2025-10-09 14:39:33.945557 | fa163e4f-2491-a7d0-3b31-000000004ef1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.01s 2025-10-09 14:39:33.946488 | fa163e4f-2491-a7d0-3b31-000000004f1d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.97s 2025-10-09 14:39:33.947449 | fa163e4f-2491-a7d0-3b31-000000003a7e | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.72s 2025-10-09 14:39:33.948424 | fa163e4f-2491-a7d0-3b31-000000004ff3 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.71s 2025-10-09 14:39:33.949315 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-h0ecxvss Install artifact is located at /root/standalone-install-20251009143934.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.a68WHQrVyV + exit 0 ~/ci-framework-data/artifacts